public class ExecutionSummary
extends java.lang.Object
ActionTrackingService
can use when filtering lists of actions.| Constructor and Description |
|---|
ExecutionSummary(java.lang.String actionType,
java.lang.String actionId,
int executionInstance) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActionId()
What is the id of the action?
|
java.lang.String |
getActionType()
What kind of action is this?
|
int |
getExecutionInstance()
Which instance of the action is this?
Every time you start an action, it gets
a new instance ID, and this lets you
tell the difference between two copies
running in parallel.
|
java.lang.String |
toString() |
public ExecutionSummary(java.lang.String actionType,
java.lang.String actionId,
int executionInstance)
public java.lang.String getActionType()
public java.lang.String getActionId()
public int getExecutionInstance()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.