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. 
org.apache.chemistry.opencmis.jcr   
org.apache.chemistry.opencmis.tck.impl   
 

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.
 

Uses of Action in org.apache.chemistry.opencmis.jcr
 

Methods in org.apache.chemistry.opencmis.jcr that return types with arguments of type Action
protected  Set<Action> JcrVersionBase.compileAllowableActions(Set<Action> aas)
           
protected  Set<Action> JcrUnversionedDocument.compileAllowableActions(Set<Action> aas)
           
protected  Set<Action> JcrNode.compileAllowableActions(Set<Action> aas)
          Compile the allowed actions on the CMIS object represented by this instance See CMIS 1.0 section 2.2.4.6 getAllowableActions
protected  Set<Action> JcrFolder.compileAllowableActions(Set<Action> aas)
           
protected  Set<Action> JcrDocument.compileAllowableActions(Set<Action> aas)
           
 

Methods in org.apache.chemistry.opencmis.jcr with parameters of type Action
protected static void JcrNode.setAction(Set<Action> actions, Action action, boolean condition)
          Add action to actions iff condition is true.
 

Method parameters in org.apache.chemistry.opencmis.jcr with type arguments of type Action
protected  Set<Action> JcrVersionBase.compileAllowableActions(Set<Action> aas)
           
protected  Set<Action> JcrUnversionedDocument.compileAllowableActions(Set<Action> aas)
           
protected  Set<Action> JcrNode.compileAllowableActions(Set<Action> aas)
          Compile the allowed actions on the CMIS object represented by this instance See CMIS 1.0 section 2.2.4.6 getAllowableActions
protected  Set<Action> JcrFolder.compileAllowableActions(Set<Action> aas)
           
protected  Set<Action> JcrDocument.compileAllowableActions(Set<Action> aas)
           
protected static void JcrNode.setAction(Set<Action> actions, Action action, boolean condition)
          Add action to actions iff condition is true.
 

Uses of Action in org.apache.chemistry.opencmis.tck.impl
 

Methods in org.apache.chemistry.opencmis.tck.impl with parameters of type Action
protected  CmisTestResult AbstractSessionTest.assertAllowableAction(CmisObject object, Action action, CmisTestResult success, CmisTestResult failure)
           
protected  CmisTestResult AbstractSessionTest.assertNotAllowableAction(CmisObject object, Action action, CmisTestResult success, CmisTestResult failure)
           
 



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