|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnumACLPropagation | |
---|---|
org.apache.chemistry.opencmis.commons.impl.jaxb | |
org.apache.chemistry.opencmis.server.impl.webservices |
Uses of EnumACLPropagation in org.apache.chemistry.opencmis.commons.impl.jaxb |
---|
Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as EnumACLPropagation | |
---|---|
protected EnumACLPropagation |
CmisACLCapabilityType.propagation
|
Fields in org.apache.chemistry.opencmis.commons.impl.jaxb with type parameters of type EnumACLPropagation | |
---|---|
protected javax.xml.bind.JAXBElement<EnumACLPropagation> |
ApplyACL.aclPropagation
|
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return EnumACLPropagation | |
---|---|
static EnumACLPropagation |
EnumACLPropagation.fromValue(String v)
|
EnumACLPropagation |
CmisACLCapabilityType.getPropagation()
Gets the value of the propagation property. |
static EnumACLPropagation |
EnumACLPropagation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EnumACLPropagation[] |
EnumACLPropagation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return types with arguments of type EnumACLPropagation | |
---|---|
javax.xml.bind.JAXBElement<EnumACLPropagation> |
ObjectFactory.createApplyACLACLPropagation(EnumACLPropagation value)
Create an instance of JAXBElement < EnumACLPropagation > } |
javax.xml.bind.JAXBElement<EnumACLPropagation> |
ApplyACL.getACLPropagation()
Gets the value of the aclPropagation property. |
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type EnumACLPropagation | |
---|---|
CmisACLType |
ACLServicePort.applyACL(String repositoryId,
String objectId,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
EnumACLPropagation aclPropagation,
CmisExtensionType extension)
|
javax.xml.bind.JAXBElement<EnumACLPropagation> |
ObjectFactory.createApplyACLACLPropagation(EnumACLPropagation value)
Create an instance of JAXBElement < EnumACLPropagation > } |
void |
CmisACLCapabilityType.setPropagation(EnumACLPropagation value)
Sets the value of the propagation property. |
Method parameters in org.apache.chemistry.opencmis.commons.impl.jaxb with type arguments of type EnumACLPropagation | |
---|---|
void |
ApplyACL.setACLPropagation(javax.xml.bind.JAXBElement<EnumACLPropagation> value)
Sets the value of the aclPropagation property. |
Uses of EnumACLPropagation in org.apache.chemistry.opencmis.server.impl.webservices |
---|
Methods in org.apache.chemistry.opencmis.server.impl.webservices with parameters of type EnumACLPropagation | |
---|---|
CmisACLType |
AclService.applyACL(String repositoryId,
String objectId,
CmisAccessControlListType addAces,
CmisAccessControlListType removeAces,
EnumACLPropagation aclPropagation,
CmisExtensionType extension)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |