|
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.AuditNode
public class AuditTrail.AuditNode
This class represent a Node in the AuditTrail Graph.
Method Summary | |
---|---|
void |
addChildren(List<AuditTrail.AuditNode> children,
AuditTrail parent)
Adds children to the node |
void |
collapse()
Collapse node - Hide childrens |
void |
expand()
Expands node - Show childrens |
void |
expandAll()
Expands all nodes recursively. |
String |
getActivityName()
Returns the activity name where the node is. |
int |
getActivityType()
Returns the activity type where the node is. |
List<AuditTrail.AuditNode> |
getChildren()
Returns the children of the node |
List<AuditTrail.AuditNode> |
getDescendants()
Returns the descendants of the node |
String |
getDescription()
Returns the description of the node |
String |
getEvent()
Returns the event of the node |
String |
getEventData()
Returns the information of the node |
int |
getEventType()
Returns the event type of the node |
String |
getId()
Returns the indentification of the node |
int |
getInstanceCopy()
Returns the instance copy of the node |
int |
getInstanceIn()
Returns the instance number of the node |
int |
getLevel()
Returns the level of the node in the graph. |
AuditTrail.AuditNode |
getParent()
Returns the parent node of this node |
String |
getParticipant()
Returns the participant whos generate this node |
String |
getPath()
Returns path generated by this node |
int |
getProcessIn()
Returns the process number of this node |
Time |
getTimeStamp()
Returns the time when the event of the node was generated. |
int |
getType()
Returns the type of the node |
void |
hide()
Hides node |
boolean |
isExpanded()
Returns if this node was expanded or not |
boolean |
isLeaf()
Returns if this node is a leaf |
boolean |
isSubflowLoaded()
|
boolean |
isVisible()
Returns if this node is visible or not. |
void |
print(PrintStream out,
String space)
Prints the node |
void |
setSubflowLoaded(boolean subflowLoaded)
|
void |
show()
Shows node |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getActivityName()
public int getActivityType()
Activity
public List<AuditTrail.AuditNode> getChildren()
public List<AuditTrail.AuditNode> getDescendants()
public String getDescription()
public String getEvent()
public String getEventData()
public int getEventType()
EventType
public boolean isExpanded()
public String getId()
public int getInstanceCopy()
public int getInstanceIn()
public boolean isLeaf()
public int getLevel()
public AuditTrail.AuditNode getParent()
public String getParticipant()
public String getPath()
public int getProcessIn()
public void setSubflowLoaded(boolean subflowLoaded)
public boolean isSubflowLoaded()
public Time getTimeStamp()
Time
public int getType()
public boolean isVisible()
public void addChildren(List<AuditTrail.AuditNode> children, AuditTrail parent)
children
- Nodes to addparent
- Parent AuditTrail to add childrenspublic void collapse()
public void expand()
public void expandAll()
public void hide()
public void print(PrintStream out, String space)
out
- Output where the node will be printed.space
- Ident spacepublic void show()
|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |