|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.client.gwt.model.acl.ACLCapabilityType
public class ACLCapabilityType
| Field Summary | |
|---|---|
protected List<CmisPermissionMapping> |
mapping
Mapping. |
protected List<CmisPermissionDefinition> |
permissions
Permissions. |
protected EnumACLPropagation |
propagation
Propagation. |
| Constructor Summary | |
|---|---|
ACLCapabilityType()
|
|
| Method Summary | |
|---|---|
List<CmisPermissionMapping> |
getMapping()
Gets the value of the mapping property. |
List<CmisPermissionDefinition> |
getPermissions()
Gets the value of the permissions property. |
EnumACLPropagation |
getPropagation()
Gets the value of the propagation property. |
void |
setPropagation(EnumACLPropagation value)
Sets the value of the propagation property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EnumACLPropagation propagation
protected List<CmisPermissionDefinition> permissions
protected List<CmisPermissionMapping> mapping
| Constructor Detail |
|---|
public ACLCapabilityType()
| Method Detail |
|---|
public EnumACLPropagation getPropagation()
EnumACLPropagationpublic void setPropagation(EnumACLPropagation value)
value - allowed object is
EnumACLPropagationpublic List<CmisPermissionDefinition> getPermissions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the permissions property.
For example, to add a new item, do as follows:
getPermissions().add(newItem);
Objects of the following type(s) are allowed in the list
CmisPermissionDefinition
CmisPermissionDefinitionpublic List<CmisPermissionMapping> getMapping()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the mapping property.
For example, to add a new item, do as follows:
getMapping().add(newItem);
Objects of the following type(s) are allowed in the list
CmisPermissionMapping
CmisPermissionMapping
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||