Uses of Interface
org.xcmis.spi.PolicyData

Packages that use PolicyData
org.xcmis.spi   
org.xcmis.spi.basic   
 

Uses of PolicyData in org.xcmis.spi
 

Methods in org.xcmis.spi that return PolicyData
 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.
 

Methods in org.xcmis.spi that return types with arguments of type PolicyData
 Collection<PolicyData> ObjectData.getPolicies()
          Get policies applied to the current object.
 

Methods in org.xcmis.spi with parameters of type PolicyData
 void ObjectData.applyPolicy(PolicyData policy)
          Applied specified policy to the current object.
 void ObjectData.removePolicy(PolicyData policy)
          Remove specified policy from object.
 

Method parameters in org.xcmis.spi with type arguments of type PolicyData
 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.
 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.
 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.
 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.
 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.
 

Uses of PolicyData in org.xcmis.spi.basic
 

Methods in org.xcmis.spi.basic that return PolicyData
 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.
 

Methods in org.xcmis.spi.basic that return types with arguments of type PolicyData
 Collection<PolicyData> BasicObjectData.getPolicies()
          Get policies applied to the current object.
 

Methods in org.xcmis.spi.basic with parameters of type PolicyData
 void BasicObjectData.applyPolicy(PolicyData policy)
          Applied specified policy to the current object.
 void BasicObjectData.removePolicy(PolicyData policy)
          Remove specified policy from object.
 

Method parameters in org.xcmis.spi.basic with type arguments of type PolicyData
 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.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.