|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ItemsList | |
|---|---|
| org.xcmis.spi | |
| Uses of ItemsList in org.xcmis.spi |
|---|
| Methods in org.xcmis.spi that return ItemsList | |
|---|---|
ItemsList<CmisObject> |
Connection.getCheckedOutDocs(String folderId,
boolean includeAllowableActions,
IncludeRelationships includeRelationships,
boolean includeObjectInfo,
String propertyFilter,
String renditionFilter,
String orderBy,
int maxItems,
int skipCount)
Documents that are checked out that the user has access to. |
ItemsList<CmisObject> |
Connection.getChildren(String folderId,
boolean includeAllowableActions,
IncludeRelationships includeRelationships,
boolean includePathSegments,
boolean includeObjectInfo,
String propertyFilter,
String renditionFilter,
String orderBy,
int maxItems,
int skipCount)
Get the list of child objects contained in the specified folder. |
ItemsList<CmisObject> |
Connection.getContentChanges(ChangeLogTokenHolder changeLogTokenHolder,
boolean includeProperties,
String propertyFilter,
boolean includePolicyIDs,
boolean includeAcl,
boolean includeObjectInfo,
int maxItems)
Gets content changes. |
ItemsList<CmisObject> |
Connection.getObjectRelationships(String objectId,
RelationshipDirection direction,
String typeId,
boolean includeSubRelationshipTypes,
boolean includeAllowableActions,
boolean includeObjectInfo,
String propertyFilter,
int maxItems,
int skipCount)
Get all or a subset of relationships associated with an independent object. |
ItemsList<TypeDefinition> |
Connection.getTypeChildren(String typeId,
boolean includePropertyDefinition,
int maxItems,
int skipCount)
Set of object types. |
ItemsList<CmisObject> |
Connection.query(String statement,
boolean searchAllVersions,
boolean includeAllowableActions,
IncludeRelationships includeRelationships,
boolean includeObjectInfo,
String renditionFilter,
int maxItems,
int skipCount)
Executes a CMIS-SQL query statement against the contents of the CMIS Storage. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||