|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CmisObjectListType | |
---|---|
org.apache.chemistry.opencmis.commons.impl | |
org.apache.chemistry.opencmis.commons.impl.jaxb | |
org.apache.chemistry.opencmis.server.impl.webservices |
Uses of CmisObjectListType in org.apache.chemistry.opencmis.commons.impl |
---|
Methods in org.apache.chemistry.opencmis.commons.impl that return CmisObjectListType | |
---|---|
static CmisObjectListType |
Converter.convert(ObjectList objectList)
Converts an Object list object. |
Methods in org.apache.chemistry.opencmis.commons.impl with parameters of type CmisObjectListType | |
---|---|
static ObjectList |
Converter.convert(CmisObjectListType objectList)
Converts an Object list object. |
Uses of CmisObjectListType in org.apache.chemistry.opencmis.commons.impl.jaxb |
---|
Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as CmisObjectListType | |
---|---|
protected CmisObjectListType |
QueryResponse.objects
|
protected CmisObjectListType |
GetObjectRelationshipsResponse.objects
|
protected CmisObjectListType |
GetContentChangesResponse.objects
|
protected CmisObjectListType |
GetCheckedOutDocsResponse.objects
|
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisObjectListType | |
---|---|
CmisObjectListType |
ObjectFactory.createCmisObjectListType()
Create an instance of CmisObjectListType |
CmisObjectListType |
NavigationServicePort.getCheckedOutDocs(String repositoryId,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
|
CmisObjectListType |
RelationshipServicePort.getObjectRelationships(String repositoryId,
String objectId,
Boolean includeSubRelationshipTypes,
EnumRelationshipDirection relationshipDirection,
String typeId,
String filter,
Boolean includeAllowableActions,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
|
CmisObjectListType |
QueryResponse.getObjects()
Gets the value of the objects property. |
CmisObjectListType |
GetObjectRelationshipsResponse.getObjects()
Gets the value of the objects property. |
CmisObjectListType |
GetContentChangesResponse.getObjects()
Gets the value of the objects property. |
CmisObjectListType |
GetCheckedOutDocsResponse.getObjects()
Gets the value of the objects property. |
CmisObjectListType |
DiscoveryServicePort.query(String repositoryId,
String statement,
Boolean searchAllVersions,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
|
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type CmisObjectListType | |
---|---|
void |
QueryResponse.setObjects(CmisObjectListType value)
Sets the value of the objects property. |
void |
GetObjectRelationshipsResponse.setObjects(CmisObjectListType value)
Sets the value of the objects property. |
void |
GetContentChangesResponse.setObjects(CmisObjectListType value)
Sets the value of the objects property. |
void |
GetCheckedOutDocsResponse.setObjects(CmisObjectListType value)
Sets the value of the objects property. |
Method parameters in org.apache.chemistry.opencmis.commons.impl.jaxb with type arguments of type CmisObjectListType | |
---|---|
void |
DiscoveryServicePort.getContentChanges(String repositoryId,
javax.xml.ws.Holder<String> changeLogToken,
Boolean includeProperties,
String filter,
Boolean includePolicyIds,
Boolean includeACL,
BigInteger maxItems,
CmisExtensionType extension,
javax.xml.ws.Holder<CmisObjectListType> objects)
|
Uses of CmisObjectListType in org.apache.chemistry.opencmis.server.impl.webservices |
---|
Methods in org.apache.chemistry.opencmis.server.impl.webservices that return CmisObjectListType | |
---|---|
CmisObjectListType |
NavigationService.getCheckedOutDocs(String repositoryId,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
|
CmisObjectListType |
RelationshipService.getObjectRelationships(String repositoryId,
String objectId,
Boolean includeSubRelationshipTypes,
EnumRelationshipDirection relationshipDirection,
String typeId,
String filter,
Boolean includeAllowableActions,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
|
CmisObjectListType |
DiscoveryService.query(String repositoryId,
String statement,
Boolean searchAllVersions,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
|
Method parameters in org.apache.chemistry.opencmis.server.impl.webservices with type arguments of type CmisObjectListType | |
---|---|
void |
DiscoveryService.getContentChanges(String repositoryId,
javax.xml.ws.Holder<String> changeLogToken,
Boolean includeProperties,
String filter,
Boolean includePolicyIds,
Boolean includeAcl,
BigInteger maxItems,
CmisExtensionType extension,
javax.xml.ws.Holder<CmisObjectListType> objects)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |