|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SupportedOption | |
| com.sap.netweaver.bc.rf.common.namespace | Contains repository framework common interface for namespace maintenance. |
| Uses of SupportedOption in com.sap.netweaver.bc.rf.common.namespace |
| Fields in com.sap.netweaver.bc.rf.common.namespace declared as SupportedOption | |
static SupportedOption |
SupportedOption.CREATE_RESOURCE
Resource supports creation of child resources |
static SupportedOption |
SupportedOption.CREATE_COLLECTION
Repository manager supports creation of collections |
static SupportedOption |
SupportedOption.DELETE
Resource supports deletion |
static SupportedOption |
SupportedOption.DELETE_DEEP
Repository manager supports deleting collection of resources deeply (otherwise the framework will do it) |
static SupportedOption |
SupportedOption.COPY
Repository manager supports copying resources |
static SupportedOption |
SupportedOption.COPY_DEEP
Repository manager supports copying collections of resources deeply (otherwise the framework will do it) |
static SupportedOption |
SupportedOption.MOVE
Repository manager supports renaming resources |
static SupportedOption |
SupportedOption.RENAME
Repository manager supports renaming resources |
static SupportedOption |
SupportedOption.LINKING
Repository manager supports creating and modifying internal and external links |
static SupportedOption |
SupportedOption.RESOLVES_LINKS
Repository resolves links on getResource |
static SupportedOption |
SupportedOption.INTERNAL_DYNAMIC_LINKS
TBD: Unknown Function resp. |
static SupportedOption |
SupportedOption.ORDERED_COLLECTIONS
Repository manager supports ordered collections |
static SupportedOption |
SupportedOption.FIND_RESOURCES_COLLECTION
Repository manager supports return of collection of resources for findResources() operations Note: Either this or FIND_RESOURCES_ITERATOR must be supported! |
static SupportedOption |
SupportedOption.FIND_RESOURCES_ITERATOR
Repository manager supports return of iterator for children for findResources() operations Note: Either this or FIND_RESOURCES_COLLECTION must be supported! |
static SupportedOption |
SupportedOption.FIND_RESOURCES_COLLECTION_OFFSET_LENGTH
Repository manager supports offset/length positioning in resources list result of findResources() operations Note: Only applicable when FIND_RESOURCES_COLLECTION is supported! |
static SupportedOption |
SupportedOption.FIND_RESOURCES_COLLECTION_RESULTSTATE
Repository manager supports offset/length positioning in resources list result of findResources() operations Note: Only applicable when FIND_RESOURCES_COLLECTION is supported! |
static SupportedOption |
SupportedOption.FIND_RESOURCES_ITERATOR_STARTINDEX_FETCHSIZE
Repository manager supports start index/fetch size hints for resources iterator result of findResources() operations Note: Only applicable when FIND_RESOURCES_ITERATOR is supported! |
static SupportedOption |
SupportedOption.FIND_BASIC_CHILDREN_RESOURCES
Repository manager supports basic find of children resources in findResources() operations |
static SupportedOption |
SupportedOption.FIND_ADVANCED_CHILDREN_RESOURCES
Repository manager supports advanced (query expression and collator) find of children resources in findResources() operations |
static SupportedOption |
SupportedOption.FIND_ADVANCED_DEEP_RESOURCES
Repository manager supports advanced (query expression and collator) find of resources of specific depth search in findResources() operations |
static SupportedOption |
SupportedOption.FIND_ADVANCED_DEEP_VERSIONED_RESOURCES
Repository manager supports advanced (query expression and collator) find of versioned resources of specific depth search in findResources() operations |
static SupportedOption |
SupportedOption.COUNT_RESOURCES
Repository manager supports return of number of resources of findResources() operations |
static SupportedOption |
SupportedOption.NON_HIERARCHICAL_NAMESPACE
Repository manager supports non-hierarchical namespace, i.e. parent collections might not exist. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||