Uses of Interface
de.danet.an.workflow.omgcore.WfActivity

Packages that use WfActivity
de.danet.an.workflow.api This package defines the the workflow API provided by Danet's workflow component.  
de.danet.an.workflow.omgcore This package defines the core domain of a workflow management system.  
de.danet.an.workflow.spis.ras This package defines the Resource Assignment Service used in the de.danet.an.workflow package.  
 

Uses of WfActivity in de.danet.an.workflow.api
 

Subinterfaces of WfActivity in de.danet.an.workflow.api
 interface Activity
          Interface Activity adds some functions to the OMG activity.
 

Methods in de.danet.an.workflow.api with parameters of type WfActivity
 void WorkflowService.doFinish(WfActivity act, ProcessData result)
          Set a result and complete an activity in a new transaction.
 

Constructors in de.danet.an.workflow.api with parameters of type WfActivity
ActivityUniqueKey(WfActivity activity)
          Creates an instance of ActivityUniqueKey for the given activity.
 

Uses of WfActivity in de.danet.an.workflow.omgcore
 

Methods in de.danet.an.workflow.omgcore that return WfActivity
 WfActivity WfAssignment.activity()
          A WfAssignment is associated with one WfActivity; the association is established when the assignment is created as part of the resource selection process for the activity.
 

Uses of WfActivity in de.danet.an.workflow.spis.ras
 

Methods in de.danet.an.workflow.spis.ras that return WfActivity
 WfActivity ActivityFinder.find(java.lang.String actId)
          Return the activity that is associated with the given id.
 

Methods in de.danet.an.workflow.spis.ras with parameters of type WfActivity
 java.util.Collection ResourceAssignmentService.autoAssignResources(ActivityFinder finder, java.lang.String actId, WfActivity activity, java.security.Principal principal, Participant participant)
          Triggers the automatic assignment of resources to an activity that is about to become ready.
 void ResourceAssignmentService.changeAssignment(ActivityFinder finder, java.lang.String actId, WfActivity activity, WfResource oldResource, WfResource newResource)
          Change an assignment for enacting an activity.
 void ResourceAssignmentService.removeAssignment(ActivityFinder finder, java.lang.String actId, WfActivity activity, WfResource resource)
          Remove the assignment of a resource to an activity.
 java.util.Collection ResourceAssignmentService.assignments(ActivityFinder finder, java.lang.String actId, WfActivity activity)
          Return the assignments to an activity.