|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivityUniqueKey | |
de.danet.an.workflow.api | This package defines the the workflow API provided by Danet's workflow component. |
de.danet.an.workflow.spis.aii | This package defines the application invocation interface used by the workflow package to invoke tool agents that control applications. |
de.danet.an.workflow.tools.util | This package provides support classes for the implementation of tool agents and applications. |
Uses of ActivityUniqueKey in de.danet.an.workflow.api |
Methods in de.danet.an.workflow.api that return ActivityUniqueKey | |
ActivityUniqueKey |
Activity.uniqueKey()
Return a unique key for the activity. |
ActivityUniqueKey |
Activity.Info.uniqueKey()
Get the value of uniqueKey. |
Methods in de.danet.an.workflow.api with parameters of type ActivityUniqueKey | |
Activity |
ProcessDirectory.lookupActivity(ActivityUniqueKey key)
This method returns the activity identified be the given unique key. |
Activity.Info |
ProcessDirectory.lookupActivityInfo(ActivityUniqueKey key)
This method finds the activity identified be the given unique key and returns all available information about it. |
Constructors in de.danet.an.workflow.api with parameters of type ActivityUniqueKey | |
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. |
Uses of ActivityUniqueKey in de.danet.an.workflow.spis.aii |
Methods in de.danet.an.workflow.spis.aii with parameters of type ActivityUniqueKey | |
Activity |
ToolAgentContext.lookupActivity(ActivityUniqueKey auk)
Lookup the given ativity specified by its unique key. |
Uses of ActivityUniqueKey in de.danet.an.workflow.tools.util |
Methods in de.danet.an.workflow.tools.util that return ActivityUniqueKey | |
ActivityUniqueKey |
SimpleApplicationInfo.activityUniqueKey()
Return the activity unique key. |
Methods in de.danet.an.workflow.tools.util with parameters of type ActivityUniqueKey | |
SimpleApplicationInfo |
SimpleApplicationDirectoryLocal.infoByActivity(ActivityUniqueKey auk)
Return the information associated with the activity. |
void |
SimpleApplicationDirectoryLocal.updateInvokingActivity(long instId,
ActivityUniqueKey auk)
Update the activity associated with the given application instance. |
SimpleApplicationInfo |
SimpleApplicationDirectory.infoByActivity(ActivityUniqueKey auk)
Return the information associated with the activity. |
void |
SimpleApplicationDirectory.updateInvokingActivity(long instId,
ActivityUniqueKey auk)
Update the activity associated with the given application instance. |
SimpleApplicationInfo |
SimpleApplicationDirectoryEJB.infoByActivity(ActivityUniqueKey auk)
Return the information associated with the activity. |
void |
SimpleApplicationDirectoryEJB.updateInvokingActivity(long instId,
ActivityUniqueKey auk)
Update the activity associated with the given application instance. |
Constructors in de.danet.an.workflow.tools.util with parameters of type ActivityUniqueKey | |
SimpleApplicationInfo(long instanceId,
ActivityUniqueKey auk,
java.util.Date assignedAt,
java.lang.String resourceKey,
java.lang.Object state)
Creates an instance of SimpleApplicationInfo
with all attributes initialized to the given values. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |