|
ALBPM Process API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfuego.papi.utils.AuditTrail
public class AuditTrail
| Nested Class Summary | |
|---|---|
class |
AuditTrail.AuditNode
This class represent a Node in the AuditTrail Graph. |
class |
AuditTrail.ItemExecutedNode
|
class |
AuditTrail.ItemSelectedNode
|
class |
AuditTrail.ItemUnselectedNode
|
class |
AuditTrail.MeasureVariableNode
This class represents a Measure Varible Node. |
class |
AuditTrail.SubFlowNode
|
| Field Summary | |
|---|---|
static int |
ACTIVITY_NODE
|
static int |
EVENT_NODE
|
static int |
MEASUREMENT_START_NODE
|
static int |
MEASUREMENT_START_STOP_NODE
|
static int |
MEASUREMENT_STOP_NODE
|
static int |
ROOT_NODE
|
static int |
THREAD_NODE
|
| Constructor Summary | |
|---|---|
AuditTrail(ProcessServiceSession session,
String instanceId)
Constructor to create complete graph. |
|
AuditTrail(String instanceId,
Activity[] activities,
Locale locale)
Constructor to create only a root node |
|
| Method Summary | |
|---|---|
AuditTrail.AuditNode |
getNode(String id)
Returns the node represented by the id. |
AuditTrail.AuditNode |
getRootNode()
Returns the root node of the graph. |
Iterator |
iterator()
Return san Iterator over the graph |
void |
load()
Loads the instance events and generate the graph. |
void |
load(InstanceEvent[] events)
Deprecated. use #load(List instead |
void |
load(List<InstanceEvent> events)
Generates the graph from the events |
void |
load(ProcessServiceSession session)
Loads the instance events and generate the graph. |
void |
print(PrintStream out)
Prints the graph over the PrintStream |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ROOT_NODE
public static final int THREAD_NODE
public static final int ACTIVITY_NODE
public static final int EVENT_NODE
public static final int MEASUREMENT_START_NODE
public static final int MEASUREMENT_STOP_NODE
public static final int MEASUREMENT_START_STOP_NODE
| Constructor Detail |
|---|
public AuditTrail(ProcessServiceSession session,
String instanceId)
throws OperationException
OperationException
public AuditTrail(String instanceId,
Activity[] activities,
Locale locale)
| Method Detail |
|---|
public AuditTrail.AuditNode getNode(String id)
id - Node Identification
public AuditTrail.AuditNode getRootNode()
public final void load(InstanceEvent[] events)
#load(List) instead
public final void load(List<InstanceEvent> events)
public final void load(ProcessServiceSession session)
throws OperationException
session - The ProcessServiceSession used to obtain the events.
OperationException
public final void load()
throws OperationException
OperationExceptionpublic Iterator iterator()
public void print(PrintStream out)
out - PrintStrem to print the graph
|
ALBPM Process API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||