org.apache.chemistry.opencmis.commons.impl.dataobjects
Class AllowableActionsImpl

java.lang.Object
  extended by org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
      extended by org.apache.chemistry.opencmis.commons.impl.dataobjects.AllowableActionsImpl
All Implemented Interfaces:
Serializable, AllowableActions, ExtensionsData

public class AllowableActionsImpl
extends AbstractExtensionData
implements AllowableActions

Allowable Actions.

See Also:
Serialized Form

Constructor Summary
AllowableActionsImpl()
           
 
Method Summary
 Set<Action> getAllowableActions()
           
 void setAllowableActions(Set<Action> allowableActions)
           
 String toString()
           
 
Methods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
getExtensions, setExtensions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData
getExtensions, setExtensions
 

Constructor Detail

AllowableActionsImpl

public AllowableActionsImpl()
Method Detail

getAllowableActions

public Set<Action> getAllowableActions()
Specified by:
getAllowableActions in interface AllowableActions

setAllowableActions

public void setAllowableActions(Set<Action> allowableActions)

toString

public String toString()
Overrides:
toString in class AbstractExtensionData


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