|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.6.0) E15995-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Object
java.lang.Enum<GenericSiteResourceQueryOptions.PROPERTY_NAME>
oracle.webcenter.portalframework.genericsiteresources.GenericSiteResourceQueryOptions.PROPERTY_NAME
public static enum GenericSiteResourceQueryOptions.PROPERTY_NAME
| Enum Constant Summary | |
|---|---|
categoryThe category of the resource |
|
contentDirectoryThe Content directory of the resource |
|
createdByUsername of the creator of the resource |
|
createdDateResource creation data |
|
descriptionThe decription of the resource |
|
descriptionKeyThe Descriptionkey corresponding to description of the resource |
|
displayNameThe display name of the resource |
|
displayNameKeyDisplay name key corresponding to display name of the resource |
|
excludeFromThe exclution for the resource from scopes |
|
iconURIThe URI for image icon for resource |
|
idThe Id of the resource |
|
jspxThe jspx file location |
|
metadataFileThe metadata file location of the resource |
|
modifiedByUsername of the user who modified the resource |
|
modifiedDateResource modification date |
|
pageDefThe Page definition of the jspx file |
|
resourceScopeScope of the resource |
|
resourceTypeType of the resource |
|
searchTypeType of search to be performed over the resources |
|
seededShows if resource is seeded |
|
sortByThe resource attribute on which the list will be sorted. |
|
sortOrderThe order in which the list will be sorted. |
|
usesCustomSecurityCustom security usage value |
|
versionSpaces application version when resource was created |
|
visibleThe 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 |
|---|
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME id
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME category
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME displayName
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME displayNameKey
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME description
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME descriptionKey
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME contentDirectory
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME metadataFile
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME jspx
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME pageDef
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME iconURI
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME excludeFrom
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME usesCustomSecurity
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME seeded
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME visible
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME sortBy
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME sortOrder
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME createdBy
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME createdDate
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME modifiedBy
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME modifiedDate
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME resourceType
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME version
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME resourceScope
public static final GenericSiteResourceQueryOptions.PROPERTY_NAME searchType
| Method Detail |
|---|
public static GenericSiteResourceQueryOptions.PROPERTY_NAME[] values()
for (GenericSiteResourceQueryOptions.PROPERTY_NAME c : GenericSiteResourceQueryOptions.PROPERTY_NAME.values())
System.out.println(c);
public static GenericSiteResourceQueryOptions.PROPERTY_NAME valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static GenericSiteResourceQueryOptions.PROPERTY_NAME parseName(java.lang.String name)
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.6.0) E15995-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||