Package | Description |
---|---|
org.apache.chemistry.opencmis.commons.data |
OpenCMIS data interfaces.
|
org.apache.chemistry.opencmis.commons.enums |
OpenCMIS enums.
|
org.apache.chemistry.opencmis.commons.impl.dataobjects | |
org.apache.chemistry.opencmis.jcr | |
org.apache.chemistry.opencmis.tck.impl |
Modifier and Type | Method and Description |
---|---|
Set<Action> |
AllowableActions.getAllowableActions()
Returns the Allowable Actions that are set.
|
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 |
---|---|
Set<Action> |
AllowableActionsImpl.getAllowableActions() |
Modifier and Type | Method and Description |
---|---|
void |
AllowableActionsImpl.setAllowableActions(Set<Action> allowableActions) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected static void |
JcrNode.setAction(Set<Action> actions,
Action action,
boolean condition)
Add
action to actions iff
condition is true. |
Modifier and Type | Method and Description |
---|---|
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. |
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-2014 The Apache Software Foundation. All Rights Reserved.