|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ebasetech.ufs.workflow.server.external.DefaultAssignmentHandler com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentHandler
public class EbaseDynamicAssignmentHandler
Field Summary |
---|
Fields inherited from interface com.ebasetech.api.workflow.Constants |
---|
ASSIGNMENT_ERROR, BAD_PARAMETER_VALUE_TYPE, CANNOT_LOAD_OBJECT, COLON, DOWNCAST_ERROR, EMBEDDED_SQL_EXCEPTION, ENACTMENT_INITIALISATION_EXCEPTION, ENACTMENT_NOT_ACTIVE, FAILED_SETTING_OUT_PARAM, ILLFORMED_PARAMETERS, INVALID_ASSIGNMENT, INVALID_ASSIGNMENT_EXCEPTION, INVALID_COMPLETION, INVALID_POST_EXCEPTION, INVALID_STATE_TRANSITION, INVALID_STATE_TRANSITION_EXCEPTION, MISSING_CALLER, NO_ROLLBACK, NO_SUCH_TASK, NULL_RESOURCE, NULL_TASK_NAME, NULL_VARIABLE_NAME, POOL_ASSIGNMENT_FAILED, PROCESS_ATTRIBUTE_EXCEPTION, PROCESS_STRUCTURE_EXCEPTION, RESOURCE_MANAGEMENT_EXCEPTION, SCRIPT_EXCEPTION_ERROR, SECURITY_EXCEPTION, SETUP_PROPERTIES_EXCEPTION, TRANSACTION_EXCEPTION, UNINITIALISED |
Constructor Summary | |
---|---|
EbaseDynamicAssignmentHandler()
|
Method Summary | |
---|---|
boolean |
assign(Assignable assignable,
Context context,
java.lang.String reason,
java.lang.String caller)
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. |
AssignmentExpressionComponent |
getAssignmentExpressionComponentActorIdOnly()
Implementations of this operation are called by the process designer to provide the GUI component to provide the assignment expression. |
AssignmentExpressionComponent |
getAssignmentExpressionComponentSupportsPools()
Implementations of this operation are called by the process designer to provide the GUI component to provide the assignment expression. |
java.util.Collection |
getCandidateActors(Assignable assignable)
Answer a collection of strings, each of which is a candidate actor assignment for the supplied assignable. |
boolean |
isAssignableToActor(Assignable assignable,
java.lang.String actorId,
boolean forced)
Answer true if it is feasible that the given actor may be assigned to the assignable. |
boolean |
isAssignableToRole(Assignable assignable,
java.lang.String roleName)
Answer true if it is feasible that the an actor that is a member of the defined groups may be assigned to the supplied assignable. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EbaseDynamicAssignmentHandler()
Method Detail |
---|
public boolean assign(Assignable assignable, Context context, java.lang.String reason, java.lang.String caller) throws com.ebasetech.ufs.utility.PersistenceException, com.ebasetech.ufs.utility.ConcurrentUpdateException, com.ebasetech.ufs.workflow.server.enactment.ProcessAttributeException, InvalidAssignmentException, com.ebasetech.ufs.workflow.server.enactment.InvalidStateTransitionException, com.ebasetech.ufs.kernel.SetupPropertiesException, ResourceManagementException, com.ebasetech.ufs.workflow.server.enactment.ProcessStructureException
DefaultAssignmentHandler
assign
in interface AssignmentHandler
assign
in class DefaultAssignmentHandler
assignable
- The assignable object that is being assigned.context
- The context object that represents the Job context of the assignable object.reason
- The string reason for this operation, passed into the external API when the method
that ultimately caused this operation to be invoked was called.caller
- The string id of the caller of the external API method that invoked the implementation
of this operation
com.ebasetech.ufs.utility.PersistenceException
- If there is some issue with the underlying persistence mechanism
com.ebasetech.ufs.utility.ConcurrentUpdateException
- If another thread in another processor in a cluster attempts to
simultaneously modify the database
com.ebasetech.ufs.workflow.server.enactment.ProcessAttributeException
- If this method attempts to incorrectly access some attribute of the
Context
InvalidAssignmentException
- If this method assigns the Assignable in some incorrect manner
com.ebasetech.ufs.workflow.server.enactment.InvalidStateTransitionException
- If this method causes some invalid state transition to be
attempted for the Assignable object
com.ebasetech.ufs.kernel.SetupPropertiesException
ResourceManagementException
- If some other error occurs with management of resources
com.ebasetech.ufs.workflow.server.enactment.ProcessStructureException
- if the assignment exposes some fault in the structure of the
enacted processAssignable.setActorId(String, boolean, String, String)
,
Assignable.setPooledActors(java.util.List, String, String)
,
Assignable.supportsActorPools()
,
EscalatorEnactment
,
Context
public AssignmentExpressionComponent getAssignmentExpressionComponentSupportsPools()
AssignmentHandler
The component returned should allow the user to configure an assignment expression which may resolve to either a single resource or a resource pool.
public AssignmentExpressionComponent getAssignmentExpressionComponentActorIdOnly()
AssignmentHandler
The component returned should ONLY allow the user to configure an assignment expression which resolves to a single resource (that is, an actorId).
public boolean isAssignableToRole(Assignable assignable, java.lang.String roleName) throws com.ebasetech.ufs.utility.PersistenceException, ResourceManagementException
AssignmentHandler
com.ebasetech.ufs.utility.PersistenceException
- is there is an issue with the underlying database system
ResourceManagementException
- if there is some problem with the assignment requestedpublic boolean isAssignableToActor(Assignable assignable, java.lang.String actorId, boolean forced) throws ResourceManagementException, com.ebasetech.ufs.utility.PersistenceException
AssignmentHandler
isAssignableToActor
in interface AssignmentHandler
isAssignableToActor
in class DefaultAssignmentHandler
forced
- true if the supplied actor is being provided and the user is _insisting_ that it
be used. Typically, the assignment handler will check that the given person
exists (eg in the HR system) but will avoid checking that he/she is specically
allowed by the assignment expression and assignment mode
ResourceManagementException
- if there is some problem with the assignment requested
com.ebasetech.ufs.utility.PersistenceException
- is there is an issue with the underlying database systempublic java.util.Collection getCandidateActors(Assignable assignable) throws com.ebasetech.ufs.utility.PersistenceException, ResourceManagementException
AssignmentHandler
com.ebasetech.ufs.utility.PersistenceException
- is there is an issue with the underlying database system
ResourceManagementException
- if there is some problem with the assignment requested
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |