Uses of Class
org.xcmis.spi.model.CmisObject

Packages that use CmisObject
org.xcmis.spi   
org.xcmis.spi.model   
 

Uses of CmisObject in org.xcmis.spi
 

Methods in org.xcmis.spi that return CmisObject
protected  CmisObject Connection.getCmisObject(ObjectData object, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePolicyIds, boolean includeACL, boolean includeObjectInfo, PropertyFilter parsedPropertyFilter, RenditionFilter parsedRenditionFilter)
           
 CmisObject Connection.getFolderParent(String folderId, boolean includeObjectInfo, String propertyFilter)
          Get parent for specified folder.
 CmisObject Connection.getObject(String objectId, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePolicyIDs, boolean includeAcl, boolean includeObjectInfo, String propertyFilter, String renditionFilter)
          Get object.
 CmisObject Connection.getObjectByPath(String path, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePolicyIDs, boolean includeAcl, boolean includeObjectInfo, String propertyFilter, String renditionFilter)
          Get object by specified path.
 CmisObject Connection.getObjectOfLatestVersion(String versionSeriesId, boolean major, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePolicyIDs, boolean includeAcl, boolean includeObjectInfo, String propertyFilter, String renditionFilter)
          Get the latest Document object in the version series.
 CmisObject Connection.getProperties(String objectId, boolean includeObjectInfo, String propertyFilter)
          Get object's properties.
 CmisObject Connection.getPropertiesOfLatestVersion(String versionSeriesId, boolean major, boolean includeObjectInfo, String propertyFilter)
          Get properties of latest version in version series.
 

Methods in org.xcmis.spi that return types with arguments of type CmisObject
 List<CmisObject> Connection.getAllVersions(String versionSeriesId, boolean includeAllowableActions, boolean includeObjectInfo, String propertyFilter)
          Get all documents in version series.
 List<CmisObject> Connection.getAppliedPolicies(String objectId, boolean includeObjectInfo, String propertyFilter)
          Gets the list of policies currently applied to the specified object.
 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.
 List<ItemsTree<CmisObject>> Connection.getDescendants(String folderId, int depth, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePathSegments, boolean includeObjectInfo, String propertyFilter, String renditionFilter)
          Get the collection of descendant objects contained in the specified folder and any (according to depth) of its child-folders.
 List<ItemsTree<CmisObject>> Connection.getFolderTree(String folderId, int depth, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePathSegments, boolean includeObjectInfo, String propertyFilter, String renditionFilter)
          Get the collection of descendant folder objects contained in the specified folder and any (according to depth) of its child-folders.
 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<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.
 

Uses of CmisObject in org.xcmis.spi.model
 

Methods in org.xcmis.spi.model that return CmisObject
 CmisObject ObjectParent.getObject()
           
 

Methods in org.xcmis.spi.model that return types with arguments of type CmisObject
 List<CmisObject> CmisObject.getRelationship()
           
 

Constructors in org.xcmis.spi.model with parameters of type CmisObject
ObjectParent(CmisObject parent, String relativePathSegment)
           
 

Constructor parameters in org.xcmis.spi.model with type arguments of type CmisObject
CmisObject(Map<String,Property<?>> properties, List<AccessControlEntry> acl, boolean exactACL, Set<String> policyIds, List<CmisObject> relationships, List<Rendition> renditions, AllowableActions allowableActions, ChangeInfo changeInfo, ObjectInfo objectInfo, String pathSegment)
           
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.