|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CmisAccessControlListType in org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects |
---|
Methods in org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects that return CmisAccessControlListType | |
---|---|
CmisAccessControlListType |
AtomAcl.getACL()
|
Methods in org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects with parameters of type CmisAccessControlListType | |
---|---|
void |
AtomAcl.setACL(CmisAccessControlListType acl)
|
Constructors in org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects with parameters of type CmisAccessControlListType | |
---|---|
AtomAcl(CmisAccessControlListType acl)
|
Uses of CmisAccessControlListType in org.apache.chemistry.opencmis.commons.impl |
---|
Methods in org.apache.chemistry.opencmis.commons.impl that return CmisAccessControlListType | |
---|---|
static CmisAccessControlListType |
Converter.convert(Acl acl)
Converts an ACL object with its ACEs. |
Methods in org.apache.chemistry.opencmis.commons.impl with parameters of type CmisAccessControlListType | |
---|---|
static Acl |
Converter.convert(CmisAccessControlListType acl,
Boolean isExact)
Converts an ACL object with its ACEs. |
Uses of CmisAccessControlListType in org.apache.chemistry.opencmis.commons.impl.jaxb |
---|
Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as CmisAccessControlListType | |
---|---|
protected CmisAccessControlListType |
CmisObjectType.acl
|
protected CmisAccessControlListType |
CmisACLType.acl
|
protected CmisAccessControlListType |
ApplyACL.addACEs
|
protected CmisAccessControlListType |
ApplyACL.removeACEs
|
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisAccessControlListType | |
---|---|
CmisAccessControlListType |
ObjectFactory.createCmisAccessControlListType()
Create an instance of CmisAccessControlListType |
CmisAccessControlListType |
CmisObjectType.getAcl()
Gets the value of the acl property. |
CmisAccessControlListType |
CmisACLType.getACL()
Gets the value of the acl property. |
CmisAccessControlListType |
ApplyACL.getAddACEs()
Gets the value of the addACEs property. |
CmisAccessControlListType |
ApplyACL.getRemoveACEs()
Gets the value of the removeACEs property. |
Method parameters in org.apache.chemistry.opencmis.commons.impl.jaxb with type arguments of type CmisAccessControlListType | |
---|---|
void |
CreateRelationship.setAddACEs(javax.xml.bind.JAXBElement<CmisAccessControlListType> value)
Sets the value of the addACEs property. |
void |
CreatePolicy.setAddACEs(javax.xml.bind.JAXBElement<CmisAccessControlListType> value)
Sets the value of the addACEs property. |
void |
CreateFolder.setAddACEs(javax.xml.bind.JAXBElement<CmisAccessControlListType> value)
Sets the value of the addACEs property. |
void |
CreateDocumentFromSource.setAddACEs(javax.xml.bind.JAXBElement<CmisAccessControlListType> value)
Sets the value of the addACEs property. |
void |
CreateDocument.setAddACEs(javax.xml.bind.JAXBElement<CmisAccessControlListType> value)
Sets the value of the addACEs property. |
void |
CheckIn.setAddACEs(javax.xml.bind.JAXBElement<CmisAccessControlListType> value)
Sets the value of the addACEs property. |
void |
CreateRelationship.setRemoveACEs(javax.xml.bind.JAXBElement<CmisAccessControlListType> value)
Sets the value of the removeACEs property. |
void |
CreatePolicy.setRemoveACEs(javax.xml.bind.JAXBElement<CmisAccessControlListType> value)
Sets the value of the removeACEs property. |
void |
CreateFolder.setRemoveACEs(javax.xml.bind.JAXBElement<CmisAccessControlListType> value)
Sets the value of the removeACEs property. |
void |
CreateDocumentFromSource.setRemoveACEs(javax.xml.bind.JAXBElement<CmisAccessControlListType> value)
Sets the value of the removeACEs property. |
void |
CreateDocument.setRemoveACEs(javax.xml.bind.JAXBElement<CmisAccessControlListType> value)
Sets the value of the removeACEs property. |
void |
CheckIn.setRemoveACEs(javax.xml.bind.JAXBElement<CmisAccessControlListType> value)
Sets the value of the removeACEs property. |
Uses of CmisAccessControlListType in org.apache.chemistry.opencmis.server.impl.webservices |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |