|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CmisObjectInFolderContainerType | |
---|---|
org.apache.chemistry.opencmis.commons.impl | |
org.apache.chemistry.opencmis.commons.impl.jaxb | |
org.apache.chemistry.opencmis.server.impl.webservices |
Uses of CmisObjectInFolderContainerType in org.apache.chemistry.opencmis.commons.impl |
---|
Methods in org.apache.chemistry.opencmis.commons.impl that return CmisObjectInFolderContainerType | |
---|---|
static CmisObjectInFolderContainerType |
Converter.convert(ObjectInFolderContainer container)
Converts an ObjectInFolder container object. |
Methods in org.apache.chemistry.opencmis.commons.impl with parameters of type CmisObjectInFolderContainerType | |
---|---|
static ObjectInFolderContainer |
Converter.convert(CmisObjectInFolderContainerType container)
Converts an ObjectInFolder container object. |
Uses of CmisObjectInFolderContainerType in org.apache.chemistry.opencmis.commons.impl.jaxb |
---|
Fields in org.apache.chemistry.opencmis.commons.impl.jaxb with type parameters of type CmisObjectInFolderContainerType | |
---|---|
protected List<CmisObjectInFolderContainerType> |
CmisObjectInFolderContainerType.children
|
protected List<CmisObjectInFolderContainerType> |
GetFolderTreeResponse.objects
|
protected List<CmisObjectInFolderContainerType> |
GetDescendantsResponse.objects
|
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisObjectInFolderContainerType | |
---|---|
CmisObjectInFolderContainerType |
ObjectFactory.createCmisObjectInFolderContainerType()
Create an instance of CmisObjectInFolderContainerType |
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return types with arguments of type CmisObjectInFolderContainerType | |
---|---|
List<CmisObjectInFolderContainerType> |
CmisObjectInFolderContainerType.getChildren()
Gets the value of the children property. |
List<CmisObjectInFolderContainerType> |
NavigationServicePort.getDescendants(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
CmisExtensionType extension)
|
List<CmisObjectInFolderContainerType> |
NavigationServicePort.getFolderTree(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
CmisExtensionType extension)
|
List<CmisObjectInFolderContainerType> |
GetFolderTreeResponse.getObjects()
Gets the value of the objects property. |
List<CmisObjectInFolderContainerType> |
GetDescendantsResponse.getObjects()
Gets the value of the objects property. |
Uses of CmisObjectInFolderContainerType in org.apache.chemistry.opencmis.server.impl.webservices |
---|
Methods in org.apache.chemistry.opencmis.server.impl.webservices that return types with arguments of type CmisObjectInFolderContainerType | |
---|---|
List<CmisObjectInFolderContainerType> |
NavigationService.getDescendants(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
CmisExtensionType extension)
|
List<CmisObjectInFolderContainerType> |
NavigationService.getFolderTree(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
CmisExtensionType extension)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |