Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


oracle.webcenter.portalframework.genericsiteresources
Enum GenericSiteResourceQueryOptions.PROPERTY_NAME

java.lang.Object
  extended by java.lang.Enum<GenericSiteResourceQueryOptions.PROPERTY_NAME>
      extended by oracle.webcenter.portalframework.genericsiteresources.GenericSiteResourceQueryOptions.PROPERTY_NAME

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<GenericSiteResourceQueryOptions.PROPERTY_NAME>
Enclosing class:
GenericSiteResourceQueryOptions

public static enum GenericSiteResourceQueryOptions.PROPERTY_NAME
extends java.lang.Enum<GenericSiteResourceQueryOptions.PROPERTY_NAME>

Enum Constant Summary
category
          The category of the resource
contentDirectory
          The Content directory of the resource
createdBy
          Username of the creator of the resource
createdDate
          Resource creation data
description
          The decription of the resource
descriptionKey
          The Descriptionkey corresponding to description of the resource
displayName
          The display name of the resource
displayNameKey
          Display name key corresponding to display name of the resource
excludeFrom
          The exclution for the resource from scopes
iconURI
          The URI for image icon for resource
id
          The Id of the resource
jspx
          The jspx file location
metadataFile
          The metadata file location of the resource
modifiedBy
          Username of the user who modified the resource
modifiedDate
          Resource modification date
pageDef
          The Page definition of the jspx file
resourceScope
          Scope of the resource
resourceType
          Type of the resource
searchType
          Type of search to be performed over the resources
seeded
          Shows if resource is seeded
sortBy
          The resource attribute on which the list will be sorted.
sortOrder
          The order in which the list will be sorted.
usesCustomSecurity
          Custom security usage value
version
          Spaces application version when resource was created
visible
          The visibility of the resource

 

Method Summary
static GenericSiteResourceQueryOptions.PROPERTY_NAME parseName(java.lang.String name)
           
static GenericSiteResourceQueryOptions.PROPERTY_NAME valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GenericSiteResourceQueryOptions.PROPERTY_NAME[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

id

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME id
The Id of the resource

category

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME category
The category of the resource

displayName

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME displayName
The display name of the resource

displayNameKey

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME displayNameKey
Display name key corresponding to display name of the resource

description

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME description
The decription of the resource

descriptionKey

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME descriptionKey
The Descriptionkey corresponding to description of the resource

contentDirectory

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME contentDirectory
The Content directory of the resource

metadataFile

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME metadataFile
The metadata file location of the resource

jspx

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME jspx
The jspx file location

pageDef

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME pageDef
The Page definition of the jspx file

iconURI

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME iconURI
The URI for image icon for resource

excludeFrom

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME excludeFrom
The exclution for the resource from scopes

usesCustomSecurity

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME usesCustomSecurity
Custom security usage value

seeded

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME seeded
Shows if resource is seeded

visible

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME visible
The visibility of the resource

sortBy

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME sortBy
The resource attribute on which the list will be sorted.

sortOrder

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME sortOrder
The order in which the list will be sorted.

createdBy

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME createdBy
Username of the creator of the resource

createdDate

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME createdDate
Resource creation data

modifiedBy

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME modifiedBy
Username of the user who modified the resource

modifiedDate

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME modifiedDate
Resource modification date

resourceType

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME resourceType
Type of the resource

version

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME version
Spaces application version when resource was created

resourceScope

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME resourceScope
Scope of the resource

searchType

public static final GenericSiteResourceQueryOptions.PROPERTY_NAME searchType
Type of search to be performed over the resources

Method Detail

values

public static GenericSiteResourceQueryOptions.PROPERTY_NAME[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (GenericSiteResourceQueryOptions.PROPERTY_NAME c : GenericSiteResourceQueryOptions.PROPERTY_NAME.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static GenericSiteResourceQueryOptions.PROPERTY_NAME valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

parseName

public static GenericSiteResourceQueryOptions.PROPERTY_NAME parseName(java.lang.String name)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.