|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.service.cmr.action.ExecutionSummary
public class ExecutionSummary
Holds core key details of an Action that is
currently executing.
This information is normally the limit
of what the ActionTrackingService
can use when filtering lists of actions.
Constructor Summary | |
---|---|
ExecutionSummary(java.lang.String actionType,
java.lang.String actionId,
int executionInstance)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExecutionSummary(java.lang.String actionType, java.lang.String actionId, int executionInstance)
Method Detail |
---|
public java.lang.String getActionType()
public java.lang.String getActionId()
public int getExecutionInstance()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |