public class ExecutionSummary extends Object
ActionTrackingService
can use when filtering lists of actions.Constructor and Description |
---|
ExecutionSummary(String actionType,
String actionId,
int executionInstance) |
Modifier and Type | Method and Description |
---|---|
String |
getActionId()
What is the id of the action?
|
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.
|
String |
toString() |
public String getActionType()
public String getActionId()
public int getExecutionInstance()
Copyright © 2005–2017 Alfresco Software. All rights reserved.