org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects
Class AtomAcl

java.lang.Object
  extended by org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects.AtomBase
      extended by org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects.AtomAcl
All Implemented Interfaces:
Serializable

public class AtomAcl
extends AtomBase

AtomAcl.

See Also:
Serialized Form

Constructor Summary
AtomAcl()
           
AtomAcl(CmisAccessControlListType acl)
           
 
Method Summary
 CmisAccessControlListType getACL()
           
 String getType()
           
 void setACL(CmisAccessControlListType acl)
           
 
Methods inherited from class org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects.AtomBase
addElement, getElements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomAcl

public AtomAcl()

AtomAcl

public AtomAcl(CmisAccessControlListType acl)
Method Detail

getType

public String getType()
Specified by:
getType in class AtomBase

getACL

public CmisAccessControlListType getACL()

setACL

public void setACL(CmisAccessControlListType acl)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.