|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidKeyException | |
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.spis.ras |
This package defines the Resource Assignment Service used in the
de.danet.an.workflow package. |
de.danet.an.workflow.tools.util | This package provides support classes for the implementation of tool agents and applications. |
Uses of InvalidKeyException in de.danet.an.workflow.api |
Methods in de.danet.an.workflow.api that throw InvalidKeyException | |
Process |
ProcessDirectory.lookupProcess(java.lang.String processMgrName,
java.lang.String processKey)
This method finds the process identified by the given type and key. |
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. |
Process |
ProcessMgr.processByKey(java.lang.String key)
Returns the with the given key.
|
WfResource |
WorkflowService.asResource(java.security.Principal principal)
Given a principal , return the
workflow resource associated with this principal. |
WfResource |
WorkflowService.resourceByKey(java.lang.String key)
Given the key of a WfResource
(obtained with ), return the workflow resource
associated with this key. |
Activity |
Process.activityByKey(java.lang.String key)
Returns the with the
given key. |
void |
ProcessDefinitionDirectory.removeProcessDefinition(java.lang.String packageId,
java.lang.String processId)
This operation method removes a process definition with the given ids from the database. |
ProcessDefinition |
ProcessDefinitionDirectory.lookupProcessDefinition(java.lang.String packageId,
java.lang.String processId)
This method delivers the process definition for the given ids. |
boolean |
ProcessDefinitionDirectory.isEnabled(java.lang.String packageId,
java.lang.String processId)
This operation method returns true if the process definition with the given ids is enabled. |
void |
ProcessDefinitionDirectory.setEnabled(java.lang.String packageId,
java.lang.String processId,
boolean enabled)
This operation method set the process definition with the given ids as enabled or disabled. |
ProcessMgr |
ProcessDefinitionDirectory.processMgr(java.lang.String packageId,
java.lang.String processId)
This method delivers the process manager for the process definition with the given ids. |
Process |
Channel.process()
Return the process this channel belongs to. |
void |
Channel.sendMessage(java.util.Map msg)
Send a message on this channel to the process. |
Uses of InvalidKeyException in de.danet.an.workflow.spis.aii |
Methods in de.danet.an.workflow.spis.aii that throw InvalidKeyException | |
Activity |
ToolAgentContext.lookupActivity(ActivityUniqueKey auk)
Lookup the given ativity specified by its unique key. |
Uses of InvalidKeyException in de.danet.an.workflow.spis.ras |
Methods in de.danet.an.workflow.spis.ras that throw InvalidKeyException | |
WfResource |
ResourceAssignmentService.asResource(java.security.Principal principal)
Given a principal , return the
workflow resource associated with this principal. |
WfResource |
ResourceAssignmentService.resourceByKey(java.lang.String key)
Given the key of a WfResource
(obtained with ), return the workflow resource
associated with this key. |
Uses of InvalidKeyException in de.danet.an.workflow.tools.util |
Methods in de.danet.an.workflow.tools.util that throw InvalidKeyException | |
SimpleApplicationInfo |
SimpleApplicationDirectoryLocal.instanceInfo(long instId)
Return the information associated with the application instance. |
SimpleApplicationInfo |
SimpleApplicationDirectoryLocal.infoByActivity(ActivityUniqueKey auk)
Return the information associated with the activity. |
java.util.Collection |
SimpleApplicationDirectoryLocal.infosByKey(java.lang.String applName,
java.lang.String applInstKey)
Return the infos associated with the given application name and key. |
void |
SimpleApplicationDirectoryLocal.updateState(long instId,
java.lang.Object state)
Update the state information associated with the given application instance id. |
void |
SimpleApplicationDirectoryLocal.updateInvokingActivity(long instId,
ActivityUniqueKey auk)
Update the activity associated with the given application instance. |
SimpleApplicationInfo |
SimpleApplicationDirectory.instanceInfo(long instId)
Return the information associated with the application instance. |
SimpleApplicationInfo |
SimpleApplicationDirectory.infoByActivity(ActivityUniqueKey auk)
Return the information associated with the activity. |
java.util.Collection |
SimpleApplicationDirectory.infosByKey(java.lang.String applName,
java.lang.String applInstKey)
Return the infos associated with the given application name and key. |
void |
SimpleApplicationDirectory.updateState(long instId,
java.lang.Object state)
Update the state information associated with the given application instance id. |
void |
SimpleApplicationDirectory.updateInvokingActivity(long instId,
ActivityUniqueKey auk)
Update the activity associated with the given application instance. |
SimpleApplicationInfo |
SimpleApplicationDirectoryEJB.instanceInfo(long instId)
Return the information associated with the application instance. |
SimpleApplicationInfo |
SimpleApplicationDirectoryEJB.infoByActivity(ActivityUniqueKey auk)
Return the information associated with the activity. |
java.util.Collection |
SimpleApplicationDirectoryEJB.infosByKey(java.lang.String applName,
java.lang.String applInstKey)
Return the infos associated with the given application name and key. |
void |
SimpleApplicationDirectoryEJB.updateState(long instId,
java.lang.Object state)
Update the state information associated with the given application instance id. |
void |
SimpleApplicationDirectoryEJB.updateInvokingActivity(long instId,
ActivityUniqueKey auk)
Update the activity associated with the given application instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |