|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CmisACLType | |
---|---|
org.apache.chemistry.opencmis.commons.impl | |
org.apache.chemistry.opencmis.commons.impl.jaxb | |
org.apache.chemistry.opencmis.server.impl.webservices |
Uses of CmisACLType in org.apache.chemistry.opencmis.commons.impl |
---|
Methods in org.apache.chemistry.opencmis.commons.impl with parameters of type CmisACLType | |
---|---|
static Acl |
Converter.convert(CmisACLType acl)
Converts an access control list object. |
Uses of CmisACLType in org.apache.chemistry.opencmis.commons.impl.jaxb |
---|
Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as CmisACLType | |
---|---|
protected CmisACLType |
GetACLResponse.acl
|
protected CmisACLType |
ApplyACLResponse.acl
|
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisACLType | |
---|---|
CmisACLType |
ACLServicePort.applyACL(java.lang.String repositoryId,
java.lang.String objectId,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
EnumACLPropagation aclPropagation,
CmisExtensionType extension)
|
CmisACLType |
ObjectFactory.createCmisACLType()
Create an instance of CmisACLType |
CmisACLType |
GetACLResponse.getACL()
Gets the value of the acl property. |
CmisACLType |
ApplyACLResponse.getACL()
Gets the value of the acl property. |
CmisACLType |
ACLServicePort.getACL(java.lang.String repositoryId,
java.lang.String objectId,
java.lang.Boolean onlyBasicPermissions,
CmisExtensionType extension)
|
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type CmisACLType | |
---|---|
void |
GetACLResponse.setACL(CmisACLType value)
Sets the value of the acl property. |
void |
ApplyACLResponse.setACL(CmisACLType value)
Sets the value of the acl property. |
Uses of CmisACLType in org.apache.chemistry.opencmis.server.impl.webservices |
---|
Methods in org.apache.chemistry.opencmis.server.impl.webservices that return CmisACLType | |
---|---|
CmisACLType |
AclService.applyACL(java.lang.String repositoryId,
java.lang.String objectId,
CmisAccessControlListType addAces,
CmisAccessControlListType removeAces,
EnumACLPropagation aclPropagation,
CmisExtensionType extension)
|
CmisACLType |
AclService.getACL(java.lang.String repositoryId,
java.lang.String objectId,
java.lang.Boolean onlyBasicPermissions,
CmisExtensionType extension)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |