org.xcmis.client.gwt.model.actions
Class ApplyACL

java.lang.Object
  extended by org.xcmis.client.gwt.model.actions.ApplyACL

public class ApplyACL
extends Object

Version:
$Id:
Author:

Field Summary
protected  EnumACLPropagation aclPropagation
          ACL propagation.
protected  AccessControlList addACEs
          Add ACEs.
protected  CmisExtensionType extension
          Extension.
protected  String objectId
          Object id.
protected  AccessControlList removeACEs
          Remove ACEs.
protected  String repositoryId
          Repository id.
 
Constructor Summary
ApplyACL()
           
 
Method Summary
 EnumACLPropagation getACLPropagation()
           
 AccessControlList getAddACEs()
          Gets the value of the addACEs property.
 CmisExtensionType getExtension()
           
 String getObjectId()
          Gets the value of the objectId property.
 AccessControlList getRemoveACEs()
          Gets the value of the removeACEs property.
 String getRepositoryId()
          Gets the value of the repositoryId property.
 void setACLPropagation(EnumACLPropagation value)
           
 void setAddACEs(AccessControlList value)
          Sets the value of the addACEs property.
 void setExtension(CmisExtensionType value)
           
 void setObjectId(String value)
          Sets the value of the objectId property.
 void setRemoveACEs(AccessControlList value)
          Sets the value of the removeACEs property.
 void setRepositoryId(String value)
          Sets the value of the repositoryId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repositoryId

protected String repositoryId
Repository id.


objectId

protected String objectId
Object id.


addACEs

protected AccessControlList addACEs
Add ACEs.


removeACEs

protected AccessControlList removeACEs
Remove ACEs.


aclPropagation

protected EnumACLPropagation aclPropagation
ACL propagation.


extension

protected CmisExtensionType extension
Extension.

Constructor Detail

ApplyACL

public ApplyACL()
Method Detail

getRepositoryId

public String getRepositoryId()
Gets the value of the repositoryId property.

Returns:
possible object is String

setRepositoryId

public void setRepositoryId(String value)
Sets the value of the repositoryId property.

Parameters:
value - allowed object is String

getObjectId

public String getObjectId()
Gets the value of the objectId property.

Returns:
possible object is String

setObjectId

public void setObjectId(String value)
Sets the value of the objectId property.

Parameters:
value - allowed object is String

getAddACEs

public AccessControlList getAddACEs()
Gets the value of the addACEs property.

Returns:
possible object is AccessControlList

setAddACEs

public void setAddACEs(AccessControlList value)
Sets the value of the addACEs property.

Parameters:
value - allowed object is AccessControlList

getRemoveACEs

public AccessControlList getRemoveACEs()
Gets the value of the removeACEs property.

Returns:
possible object is AccessControlList

setRemoveACEs

public void setRemoveACEs(AccessControlList value)
Sets the value of the removeACEs property.

Parameters:
value - allowed object is AccessControlList

getACLPropagation

public EnumACLPropagation getACLPropagation()
Returns:
EnumACLPropagation

setACLPropagation

public void setACLPropagation(EnumACLPropagation value)
Parameters:
value - value

getExtension

public CmisExtensionType getExtension()
Returns:
CmisExtensionType

setExtension

public void setExtension(CmisExtensionType value)
Parameters:
value - value


Copyright © 2010 eXo Platform SAS. All Rights Reserved.