| Package | Description |
|---|---|
| org.alfresco.repo.action | |
| org.alfresco.service.cmr.action |
| Modifier and Type | Method and Description |
|---|---|
ActionStatus |
ActionImpl.getExecutionStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionImpl.setExecutionStatus(ActionStatus status)
Updates the current execution status.
|
| Modifier and Type | Method and Description |
|---|---|
ActionStatus |
Action.getExecutionStatus()
Gets the current execution status of the action,
such as Running or Completed.
|
static ActionStatus |
ActionStatus.valueOf(Serializable s) |
static ActionStatus |
ActionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionStatus[] |
ActionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.