Uses of Class
org.apache.chemistry.opencmis.commons.enums.Action

Packages that use Action
org.apache.chemistry.opencmis.commons.data OpenCMIS data interfaces. 
org.apache.chemistry.opencmis.commons.enums OpenCMIS enums. 
 

Uses of Action in org.apache.chemistry.opencmis.commons.data
 

Methods in org.apache.chemistry.opencmis.commons.data that return types with arguments of type Action
 Set<Action> AllowableActions.getAllowableActions()
           
 

Uses of Action in org.apache.chemistry.opencmis.commons.enums
 

Methods in org.apache.chemistry.opencmis.commons.enums that return Action
static Action Action.fromValue(String v)
           
static Action Action.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Action[] Action.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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