|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.danet.an.workflow.api.Activity.Info
Class Info combines various informational
attributes about an activity in a single structure for
efficient retrieval.
| Constructor Summary | |
Activity.Info(ActivityUniqueKey key,
java.lang.String actName,
java.lang.String actDesc,
int actPrio,
java.util.Date actLastTime,
java.lang.String procName,
java.lang.String procDesc)
Creates a new Info instance with the given values. |
|
| Method Summary | |
java.lang.String |
description()
Get the value of activityDescription. |
java.util.Date |
lastStateTime()
Get the value of lastStateTime. |
java.lang.String |
name()
Get the value of activityName. |
int |
priority()
Get the value of activityPriority. |
java.lang.String |
processDescription()
Get the value of processDescription. |
java.lang.String |
processName()
Get the value of processName. |
ActivityUniqueKey |
uniqueKey()
Get the value of uniqueKey. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Activity.Info(ActivityUniqueKey key,
java.lang.String actName,
java.lang.String actDesc,
int actPrio,
java.util.Date actLastTime,
java.lang.String procName,
java.lang.String procDesc)
Info instance with the given values.
key - the unique key.actName - the activity name.actDesc - the activity description.actPrio - the priority of the activity.actLastTime - the date of the last state change.procName - the name of the containing process.procDesc - the description of the containing process.| Method Detail |
public ActivityUniqueKey uniqueKey()
public java.lang.String name()
public java.lang.String description()
public int priority()
public java.util.Date lastStateTime()
public java.lang.String processName()
public java.lang.String processDescription()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||