Package | Description |
---|---|
org.apache.chemistry.opencmis.commons.impl.jaxb | |
org.apache.chemistry.opencmis.server.impl.webservices |
Modifier and Type | Field and Description |
---|---|
protected EnumACLPropagation |
CmisACLCapabilityType.propagation |
Modifier and Type | Field and Description |
---|---|
protected javax.xml.bind.JAXBElement<EnumACLPropagation> |
ApplyACL.aclPropagation |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<EnumACLPropagation> |
ObjectFactory.createApplyACLACLPropagation(EnumACLPropagation value)
|
javax.xml.bind.JAXBElement<EnumACLPropagation> |
ApplyACL.getACLPropagation()
Gets the value of the aclPropagation property.
|
Modifier and Type | Method and Description |
---|---|
CmisACLType |
ACLServicePort.applyACL(String repositoryId,
String objectId,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
EnumACLPropagation aclPropagation,
CmisExtensionType extension) |
javax.xml.bind.JAXBElement<EnumACLPropagation> |
ObjectFactory.createApplyACLACLPropagation(EnumACLPropagation value)
|
void |
CmisACLCapabilityType.setPropagation(EnumACLPropagation value)
Sets the value of the propagation property.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplyACL.setACLPropagation(javax.xml.bind.JAXBElement<EnumACLPropagation> value)
Sets the value of the aclPropagation property.
|
Modifier and Type | Method and Description |
---|---|
CmisACLType |
AclService.applyACL(String repositoryId,
String objectId,
CmisAccessControlListType addAces,
CmisAccessControlListType removeAces,
EnumACLPropagation aclPropagation,
CmisExtensionType extension) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.