The default assignment behaviour provided by this method is to handle the standard sorts of assignment and
leave any trickyness to overriding methods which can just interpret the assignment expression however they
like.
Each installation of the Workflow Management System must be provided with a particular implementation
of this interface, which is responsible for managing the issues related to which particular resource
is allowed to take on the interactive task enactments that are part of the enactment of a process
that is represented by a Job.
Default implementation of the assignment handler, which is here to do the "standard" bits
of the defined functionality of the AssignmentHandler such as handling assignments
to "follow-on task" and so on
Assign a particular actor to the denoted task enactment using a stringified identifier, forcing the
assignment to be accepted, if the supplied actor exists, by the underlying assignment handler
Assign a particular actor to the denoted task enactment, forcing the assignment to be accepted, if
the supplied actor exists, by the underlying assignment handler
Enumeration class that represents each of the publically available methods in the
Job management interface, which are all those that need some sort of security control.
Answer a list of implementations of the JobDescriptor interface, each of which describes a current
job in the system that meets the supplied filter criteria
Answer a list of implementations of the EscalatorEnactmentDescriptors interface, each of which describes a
current extant escalator in the system that meets the supplied filter criteria.
Answer a list of implementations of the JobDescriptor interface, each of which describes a current
job in the system that's owned by the named owner
This will include sub jobs.
Starts a new job on an existing process and signals that the first interactive task, which must be uniquely
determinable, has been completed with the supplied completion state.
OpenTask -
Static variable in class com.ebasetech.ufs.workflow.security.Function
Implementation of the workflow management system requires that an implementation be provided of this
interface which allows the various methods in the external API to be secured for specific users.