CmisACLType |
DMAclServicePort.applyACL(String repositoryId,
String objectId,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
EnumACLPropagation aclPropagation,
CmisExtensionType extension) |
CmisACLType |
ACLServicePort.applyACL(String repositoryId,
String objectId,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
EnumACLPropagation aclPropagation,
CmisExtensionType extension) |
protected CmisACLType |
DMAbstractServicePort.applyAclCarefully(NodeRef object,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
EnumACLPropagation aclPropagation,
List<String> policies) |
void |
DMVersioningServicePort.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
CmisPropertiesType properties,
CmisContentStreamType contentStream,
String checkinComment,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension)
Makes the private working copy the current version of the document.
|
void |
VersioningServicePort.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
CmisPropertiesType properties,
CmisContentStreamType contentStream,
String checkinComment,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension) |
JAXBElement<CmisAccessControlListType> |
ObjectFactory.createAcl(CmisAccessControlListType value)
|
JAXBElement<CmisAccessControlListType> |
ObjectFactory.createCheckInAddACEs(CmisAccessControlListType value)
|
JAXBElement<CmisAccessControlListType> |
ObjectFactory.createCheckInRemoveACEs(CmisAccessControlListType value)
|
JAXBElement<CmisAccessControlListType> |
ObjectFactory.createCreateDocumentAddACEs(CmisAccessControlListType value)
|
JAXBElement<CmisAccessControlListType> |
ObjectFactory.createCreateDocumentFromSourceAddACEs(CmisAccessControlListType value)
|
JAXBElement<CmisAccessControlListType> |
ObjectFactory.createCreateDocumentFromSourceRemoveACEs(CmisAccessControlListType value)
|
JAXBElement<CmisAccessControlListType> |
ObjectFactory.createCreateDocumentRemoveACEs(CmisAccessControlListType value)
|
JAXBElement<CmisAccessControlListType> |
ObjectFactory.createCreateFolderAddACEs(CmisAccessControlListType value)
|
JAXBElement<CmisAccessControlListType> |
ObjectFactory.createCreateFolderRemoveACEs(CmisAccessControlListType value)
|
JAXBElement<CmisAccessControlListType> |
ObjectFactory.createCreatePolicyAddACEs(CmisAccessControlListType value)
|
JAXBElement<CmisAccessControlListType> |
ObjectFactory.createCreatePolicyRemoveACEs(CmisAccessControlListType value)
|
JAXBElement<CmisAccessControlListType> |
ObjectFactory.createCreateRelationshipAddACEs(CmisAccessControlListType value)
|
JAXBElement<CmisAccessControlListType> |
ObjectFactory.createCreateRelationshipRemoveACEs(CmisAccessControlListType value)
|
void |
DMObjectServicePort.createDocument(String repositoryId,
CmisPropertiesType properties,
String folderId,
CmisContentStreamType contentStream,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
Creates a document object of the specified type, and optionally adds the document to a folder
|
void |
ObjectServicePort.createDocument(String repositoryId,
CmisPropertiesType properties,
String folderId,
CmisContentStreamType contentStream,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId) |
void |
DMObjectServicePort.createDocumentFromSource(String repositoryId,
String sourceId,
CmisPropertiesType properties,
String folderId,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
Creates a document object as a copy of the given source document in the specified location
|
void |
ObjectServicePort.createDocumentFromSource(String repositoryId,
String sourceId,
CmisPropertiesType properties,
String folderId,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId) |
void |
DMObjectServicePort.createFolder(String repositoryId,
CmisPropertiesType properties,
String folderId,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
Creates a folder object of the specified type.
|
void |
ObjectServicePort.createFolder(String repositoryId,
CmisPropertiesType properties,
String folderId,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId) |
void |
DMObjectServicePort.createPolicy(String repositoryId,
CmisPropertiesType properties,
String folderId,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
Creates a policy object of the specified type, and optionally adds the policy to a folder.
|
void |
ObjectServicePort.createPolicy(String repositoryId,
CmisPropertiesType properties,
String folderId,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId) |
void |
DMObjectServicePort.createRelationship(String repositoryId,
CmisPropertiesType properties,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
Creates a relationship object of the specified type.
|
void |
ObjectServicePort.createRelationship(String repositoryId,
CmisPropertiesType properties,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId) |
void |
CmisObjectType.setAcl(CmisAccessControlListType value)
Sets the value of the acl property.
|
void |
CmisACLType.setACL(CmisAccessControlListType value)
Sets the value of the acl property.
|
void |
ApplyACL.setAddACEs(CmisAccessControlListType value)
Sets the value of the addACEs property.
|
void |
ApplyACL.setRemoveACEs(CmisAccessControlListType value)
Sets the value of the removeACEs property.
|