|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |