Uses of Class
org.xcmis.core.EnumACLPropagation

Packages that use EnumACLPropagation
org.xcmis.core   
org.xcmis.messaging   
org.xcmis.soap   
org.xcmis.wssoap.impl   
 

Uses of EnumACLPropagation in org.xcmis.core
 

Fields in org.xcmis.core declared as EnumACLPropagation
protected  EnumACLPropagation CmisACLCapabilityType.propagation
           
 

Methods in org.xcmis.core 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.xcmis.core with parameters of type EnumACLPropagation
 void CmisACLCapabilityType.setPropagation(EnumACLPropagation value)
          Sets the value of the propagation property.
 

Uses of EnumACLPropagation in org.xcmis.messaging
 

Fields in org.xcmis.messaging with type parameters of type EnumACLPropagation
protected  JAXBElement<EnumACLPropagation> ApplyACL.aclPropagation
           
 

Methods in org.xcmis.messaging that return types with arguments of type EnumACLPropagation
 JAXBElement<EnumACLPropagation> ObjectFactory.createApplyACLACLPropagation(EnumACLPropagation value)
          Create an instance of JAXBElement<EnumACLPropagation>}
 JAXBElement<EnumACLPropagation> ApplyACL.getACLPropagation()
          Gets the value of the aclPropagation property.
 

Methods in org.xcmis.messaging with parameters of type EnumACLPropagation
 JAXBElement<EnumACLPropagation> ObjectFactory.createApplyACLACLPropagation(EnumACLPropagation value)
          Create an instance of JAXBElement<EnumACLPropagation>}
 

Method parameters in org.xcmis.messaging with type arguments of type EnumACLPropagation
 void ApplyACL.setACLPropagation(JAXBElement<EnumACLPropagation> value)
          Sets the value of the aclPropagation property.
 

Uses of EnumACLPropagation in org.xcmis.soap
 

Methods in org.xcmis.soap with parameters of type EnumACLPropagation
 CmisACLType ACLServicePort.applyACL(String repositoryId, String objectId, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, EnumACLPropagation aclPropagation, CmisExtensionType extension)
           
 

Uses of EnumACLPropagation in org.xcmis.wssoap.impl
 

Methods in org.xcmis.wssoap.impl with parameters of type EnumACLPropagation
 CmisACLType ACLServicePortImpl.applyACL(String repositoryId, String objectId, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, EnumACLPropagation aclPropagation, CmisExtensionType extension)
          
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.