|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CmisObjectParentsType | |
---|---|
org.apache.chemistry.opencmis.commons.impl | |
org.apache.chemistry.opencmis.commons.impl.jaxb | |
org.apache.chemistry.opencmis.server.impl.webservices |
Uses of CmisObjectParentsType in org.apache.chemistry.opencmis.commons.impl |
---|
Methods in org.apache.chemistry.opencmis.commons.impl that return CmisObjectParentsType | |
---|---|
static CmisObjectParentsType |
Converter.convert(ObjectParentData objectParent)
Converts an ObjectParent object. |
Methods in org.apache.chemistry.opencmis.commons.impl with parameters of type CmisObjectParentsType | |
---|---|
static ObjectParentData |
Converter.convert(CmisObjectParentsType objectParent)
Converts an ObjectParent object. |
Uses of CmisObjectParentsType in org.apache.chemistry.opencmis.commons.impl.jaxb |
---|
Fields in org.apache.chemistry.opencmis.commons.impl.jaxb with type parameters of type CmisObjectParentsType | |
---|---|
protected List<CmisObjectParentsType> |
GetObjectParentsResponse.parents
|
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisObjectParentsType | |
---|---|
CmisObjectParentsType |
ObjectFactory.createCmisObjectParentsType()
Create an instance of CmisObjectParentsType |
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return types with arguments of type CmisObjectParentsType | |
---|---|
List<CmisObjectParentsType> |
NavigationServicePort.getObjectParents(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includeRelativePathSegment,
CmisExtensionType extension)
|
List<CmisObjectParentsType> |
GetObjectParentsResponse.getParents()
Gets the value of the parents property. |
Uses of CmisObjectParentsType in org.apache.chemistry.opencmis.server.impl.webservices |
---|
Methods in org.apache.chemistry.opencmis.server.impl.webservices that return types with arguments of type CmisObjectParentsType | |
---|---|
List<CmisObjectParentsType> |
NavigationService.getObjectParents(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includeRelativePathSegment,
CmisExtensionType extension)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |