Package | Description |
---|---|
org.apache.chemistry.opencmis.commons.data |
OpenCMIS data interfaces.
|
org.apache.chemistry.opencmis.commons.enums |
OpenCMIS enums.
|
org.apache.chemistry.opencmis.tck.impl |
Modifier and Type | Method and Description |
---|---|
Set<Action> |
AllowableActions.getAllowableActions()
Returns the set of Allowable Actions.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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-2013 The Apache Software Foundation. All Rights Reserved.