Uses of Interface
org.xcmis.spi.model.Property

Packages that use Property
org.xcmis.spi   
org.xcmis.spi.basic   
org.xcmis.spi.model   
org.xcmis.spi.model.impl   
 

Uses of Property in org.xcmis.spi
 

Methods in org.xcmis.spi that return Property
 Property<?> ObjectData.getProperty(String id)
           
 

Methods in org.xcmis.spi that return types with arguments of type Property
 Map<String,Property<?>> ObjectData.getProperties()
          To get the object's properties.
 Map<String,Property<?>> ObjectData.getProperties(PropertyFilter filter)
          Get subset of properties accepted by PropertyFilter.
 

Methods in org.xcmis.spi with parameters of type Property
 void ObjectData.setProperty(Property<?> property)
          Set or update property.
 

Method parameters in org.xcmis.spi with type arguments of type Property
 DocumentData DocumentData.checkin(boolean major, String checkinComment, Map<String,Property<?>> properties, ContentStream content, List<AccessControlEntry> acl, Collection<PolicyData> policies)
          Set private working copy as latest (current) version of document.
 String Connection.checkin(String documentId, boolean major, Map<String,Property<?>> properties, ContentStream content, String checkinComment, List<AccessControlEntry> addACL, List<AccessControlEntry> removeACL, Collection<String> policies)
          Check-in Private Working Copy.
 DocumentData Storage.copyDocument(DocumentData source, FolderData parent, Map<String,Property<?>> properties, List<AccessControlEntry> acl, Collection<PolicyData> policies, VersioningState versioningState)
          Create new document as copy of the given source document and use parent as parent.
 DocumentData Storage.createDocument(FolderData parent, TypeDefinition typeDefinition, Map<String,Property<?>> properties, ContentStream content, List<AccessControlEntry> acl, Collection<PolicyData> policies, VersioningState versioningState)
          Create new document with type typeDefinition using parent as parent.
 String Connection.createDocument(String parentId, Map<String,Property<?>> properties, ContentStream content, List<AccessControlEntry> addACL, List<AccessControlEntry> removeACL, Collection<String> policies, VersioningState versioningState)
          Create a document object.
 String Connection.createDocumentFromSource(String sourceId, String parentId, Map<String,Property<?>> properties, List<AccessControlEntry> addACL, List<AccessControlEntry> removeACL, Collection<String> policies, VersioningState versioningState)
          Create a document object as a copy of the given source document in the specified parent folder parentId.
 FolderData Storage.createFolder(FolderData parent, TypeDefinition typeDefinition, Map<String,Property<?>> properties, List<AccessControlEntry> acl, Collection<PolicyData> policies)
          Create new folder with type typeDefinition using folder as parent.
 String Connection.createFolder(String parentId, Map<String,Property<?>> properties, List<AccessControlEntry> addACL, List<AccessControlEntry> removeACL, Collection<String> policies)
          Create a folder object.
 PolicyData Storage.createPolicy(FolderData parent, TypeDefinition typeDefinition, Map<String,Property<?>> properties, List<AccessControlEntry> acl, Collection<PolicyData> policies)
          Create new policy with type typeDefinition using parent as parent.
 String Connection.createPolicy(String parentId, Map<String,Property<?>> properties, List<AccessControlEntry> addACL, List<AccessControlEntry> removeACL, Collection<String> policies)
          Create a policy object.
 String Connection.createRelationship(Map<String,Property<?>> properties, List<AccessControlEntry> addACL, List<AccessControlEntry> removeACL, Collection<String> policies)
          Create a relationship object.
 RelationshipData Storage.createRelationship(ObjectData source, ObjectData target, TypeDefinition typeDefinition, Map<String,Property<?>> properties, List<AccessControlEntry> acl, Collection<PolicyData> policies)
          Create new relationship for specified source and target.
 void ObjectData.setProperties(Map<String,Property<?>> properties)
          Set or add new properties.
 String Connection.updateProperties(String objectId, ChangeTokenHolder changeTokenHolder, Map<String,Property<?>> properties)
          Update object properties.
 

Uses of Property in org.xcmis.spi.basic
 

Methods in org.xcmis.spi.basic that return Property
 Property<?> BasicObjectData.getProperty(String id)
          
 

Methods in org.xcmis.spi.basic that return types with arguments of type Property
 Map<String,Property<?>> BasicObjectData.getProperties(PropertyFilter filter)
          Get subset of properties accepted by PropertyFilter.
 

Method parameters in org.xcmis.spi.basic with type arguments of type Property
 DocumentData BasicStorage.createDocument(FolderData parent, TypeDefinition typeDefinition, Map<String,Property<?>> properties, ContentStream content, List<AccessControlEntry> acl, Collection<PolicyData> policies, VersioningState versioningState)
          Create new document with type typeDefinition using parent as parent.
 PolicyData BasicStorage.createPolicy(FolderData parent, TypeDefinition typeDefinition, Map<String,Property<?>> properties, List<AccessControlEntry> acl, Collection<PolicyData> policies)
          Create new policy with type typeDefinition using parent as parent.
 RelationshipData BasicStorage.createRelationship(ObjectData source, ObjectData target, TypeDefinition typeDefinition, Map<String,Property<?>> properties, List<AccessControlEntry> acl, Collection<PolicyData> policies)
          Create new relationship for specified source and target.
 

Uses of Property in org.xcmis.spi.model
 

Methods in org.xcmis.spi.model that return types with arguments of type Property
 Map<String,Property<?>> CmisObject.getProperties()
           
 List<Property<?>> ChangeEvent.getProperties()
          For events of changeType "updated", list may optionally include the new values of properties on the object.
 

Constructor parameters in org.xcmis.spi.model with type arguments of type Property
ChangeEvent(String logToken, String objectId, ChangeType changeType, Calendar date, List<Property<?>> properties)
           
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)
           
 

Uses of Property in org.xcmis.spi.model.impl
 

Classes in org.xcmis.spi.model.impl that implement Property
 class BaseProperty<T>
          Base implementation of CMIS property.
 class BooleanProperty
           
 class DateTimeProperty
           
 class DecimalProperty
           
 class HtmlProperty
           
 class IdProperty
           
 class IntegerProperty
           
 class StringProperty
           
 class UriProperty
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.