|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectInFolderContainer | |
---|---|
org.apache.chemistry.opencmis.commons.data | OpenCMIS data interfaces. |
org.apache.chemistry.opencmis.commons.spi | OpenCMIS client and server binding services. |
org.apache.chemistry.opencmis.jcr | |
org.apache.chemistry.opencmis.server.support |
Uses of ObjectInFolderContainer in org.apache.chemistry.opencmis.commons.data |
---|
Methods in org.apache.chemistry.opencmis.commons.data that return types with arguments of type ObjectInFolderContainer | |
---|---|
List<ObjectInFolderContainer> |
ObjectInFolderContainer.getChildren()
|
Uses of ObjectInFolderContainer in org.apache.chemistry.opencmis.commons.spi |
---|
Methods in org.apache.chemistry.opencmis.commons.spi that return types with arguments of type ObjectInFolderContainer | |
---|---|
List<ObjectInFolderContainer> |
NavigationService.getDescendants(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
ExtensionsData extension)
Gets the set of descendant objects contained in the specified folder or any of its child folders. |
List<ObjectInFolderContainer> |
NavigationService.getFolderTree(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
ExtensionsData extension)
Gets the set of descendant folder objects contained in the specified folder. |
Uses of ObjectInFolderContainer in org.apache.chemistry.opencmis.jcr |
---|
Methods in org.apache.chemistry.opencmis.jcr that return types with arguments of type ObjectInFolderContainer | |
---|---|
List<ObjectInFolderContainer> |
JcrRepository.getDescendants(javax.jcr.Session session,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
Boolean includePathSegment,
ObjectInfoHandler objectInfos,
boolean requiresObjectInfo,
boolean foldersOnly)
See CMIS 1.0 section 2.2.3.2 getDescendants |
List<ObjectInFolderContainer> |
JcrService.getDescendants(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
ExtensionsData extension)
|
List<ObjectInFolderContainer> |
JcrService.getFolderTree(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
ExtensionsData extension)
|
Uses of ObjectInFolderContainer in org.apache.chemistry.opencmis.server.support |
---|
Methods in org.apache.chemistry.opencmis.server.support that return types with arguments of type ObjectInFolderContainer | |
---|---|
List<ObjectInFolderContainer> |
CmisServiceWrapper.getDescendants(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
ExtensionsData extension)
|
List<ObjectInFolderContainer> |
CmisServiceWrapper.getFolderTree(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
ExtensionsData extension)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |