A B C D E F G H I J L M N O P Q R S T U V W

A

acceptActorId(String, String, String) - Method in interface com.ebasetech.ufs.workflow.resource.Assignable
Set the actor id to be used by the receiver but do this without checking with the assignment handler that this is acceptable.
ActivateProcess - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
activateProcess(String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Sets the state of the named process to be active.
addDates(OrganisationCalendar, IUFSServletContextProxy) - Method in interface com.ebasetech.ufs.external.Holiday
Add all dates for a particular Holiday implementation to the supplied calendar.
addNonWorkingDay(int, int, int, String) - Method in interface com.ebasetech.ufs.external.OrganisationCalendar
Add a single implicit non working day to the receiver.
Allowable - Interface in com.ebasetech.ufs.workflow.security
Interface to be implemented by targets of the checking methods in the SecurityHandler
ANY - Static variable in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpressionComponent
 
ANY - Static variable in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpressionComponent
 
ANY - Static variable in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpressionComponent
 
assign(Assignable, Context, String, String) - Method in interface com.ebasetech.ufs.workflow.resource.AssignmentHandler
Methods that implement this operation are called at runtime as each Assignable object is created.
assign(Assignable, Context, String, String) - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentHandler
 
assign(Assignable, Context, String, String) - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentHandler
 
assign(Assignable, Context, String, String) - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentHandler
 
Assign - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
assign(Assignable, Context, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.DefaultAssignmentHandler
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.
assign(String, String, boolean, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Assign a particular actor to the denoted task enactment
assign(WorkflowManagement.InteractiveTaskEnactmentDescriptor, String, boolean, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Assign a particular actor to the denoted task enactment
Assignable - Interface in com.ebasetech.ufs.workflow.resource
Interface implemented by all assignable task enactments.
AssignmentExpressionComponent - Class in com.ebasetech.ufs.workflow.resource
This is an abstract class that represents the GUI component that provides the assignment expression for a task.
AssignmentExpressionComponent() - Constructor for class com.ebasetech.ufs.workflow.resource.AssignmentExpressionComponent
 
AssignmentExpressionComponentImpl - Class in com.ebasetech.ufs.workflow.resource.example
This is a minimal example of an implementation of the AssignmentExpressionComponent.
AssignmentExpressionComponentImpl(boolean) - Constructor for class com.ebasetech.ufs.workflow.resource.example.AssignmentExpressionComponentImpl
 
AssignmentHandler - Interface in com.ebasetech.ufs.workflow.resource
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.
AssignmentHandlerImpl - Class in com.ebasetech.ufs.workflow.resource.example
The simplest possible assignment handler
AssignmentHandlerImpl() - Constructor for class com.ebasetech.ufs.workflow.resource.example.AssignmentHandlerImpl
 
AssignmentMode - Class in com.ebasetech.ufs.workflow.resource
This enumerates the different assignment modes that define how a particular task gets the specific actor name to which the task is assigned.
AssignmentMode(int, String) - Constructor for class com.ebasetech.ufs.workflow.resource.AssignmentMode
 

B

buildExpression() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpression
 
buildExpression() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpression
 
buildExpression() - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpression
 

C

Cancel - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
cancel(String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Moves the identified task to the cancelled state.
cancel(WorkflowManagement.InteractiveTaskEnactmentDescriptor, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Moves the identified task to the cancelled state.
CancelJob - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
cancelJob(String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Cancels a currently executing job
cancelJob(WorkflowManagement.JobDescriptor, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Cancels a currently executing job
checkAllowable(Function, Allowable, String) - Method in class com.ebasetech.ufs.workflow.security.DefaultSecurityHandler
Check that the supplied function is allowable (using isAllowable) and throw a SecurityException if it is not allowable.
checkAllowable(Function, Allowable, String) - Method in interface com.ebasetech.ufs.workflow.security.SecurityHandler
Check that the supplied function is allowable (using isAllowable) and throw a SecurityException if it is not allowable.
com.ebasetech.ufs.external - package com.ebasetech.ufs.external
 
com.ebasetech.ufs.workflow.resource - package com.ebasetech.ufs.workflow.resource
 
com.ebasetech.ufs.workflow.resource.example - package com.ebasetech.ufs.workflow.resource.example
 
com.ebasetech.ufs.workflow.security - package com.ebasetech.ufs.workflow.security
 
com.ebasetech.ufs.workflow.security.example - package com.ebasetech.ufs.workflow.security.example
 
com.ebasetech.ufs.workflow.server.external - package com.ebasetech.ufs.workflow.server.external
 
Complete - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
complete(String, String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Notifies the Job that the enactment has been completed with the given completion state.
complete(WorkflowManagement.InteractiveTaskEnactmentDescriptor, String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Notifies the Job that the enactment has been completed with the given completion state.
complete(WorkflowManagement.InteractiveTaskEnactmentDescriptor, String, Map, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Sets the output parameters as defined in the supplied map and notifies the Job that the enactment has been completed with the given completion state.
complete(String, String, Map, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Sets the output parameters as defined in the supplied map and Notifies the Job that the enactment has been completed with the given completion state.
completeSubject(String) - Method in class com.ebasetech.ufs.workflow.security.example.EbaseSecurityHandler
 
Context - Interface in com.ebasetech.ufs.workflow.resource
This interface is implemented by Job and answers contextual questions relating to the job.
CUSTOM - Static variable in class com.ebasetech.ufs.workflow.resource.AssignmentMode
 
CUSTOM_ID - Static variable in class com.ebasetech.ufs.workflow.resource.AssignmentMode
 

D

DefaultAssignmentHandler - Class in com.ebasetech.ufs.workflow.server.external
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
DefaultAssignmentHandler() - Constructor for class com.ebasetech.ufs.workflow.server.external.DefaultAssignmentHandler
 
DefaultSecurityHandler - Class in com.ebasetech.ufs.workflow.security
Default implementation of the security handler
DefaultSecurityHandler() - Constructor for class com.ebasetech.ufs.workflow.security.DefaultSecurityHandler
 
DescriptionOf - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
descriptionOf(String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Answers the description of the described task.
descriptionOf(WorkflowManagement.InteractiveTaskEnactmentDescriptor, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Answers the description of the described task.
DescriptorFor - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
descriptorFor(WorkflowManagement.InteractiveTaskEnactmentDescriptor, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Re-get the execution descriptor for the defined task.
descriptorFor(String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Re-get the execution descriptor for the defined task.

E

EbaseAssignmentExpression - Class in com.ebasetech.ufs.workflow.resource.example
 
EbaseAssignmentExpression(String) - Constructor for class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpression
 
EbaseAssignmentExpression() - Constructor for class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpression
 
EbaseAssignmentExpression(boolean, String, String) - Constructor for class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpression
 
EbaseAssignmentExpressionComponent - Class in com.ebasetech.ufs.workflow.resource.example
This is a minimal example of an implementation of the AssignmentExpressionComponent.
EbaseAssignmentExpressionComponent(boolean) - Constructor for class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpressionComponent
 
EbaseAssignmentHandler - Class in com.ebasetech.ufs.workflow.resource.example
 
EbaseAssignmentHandler() - Constructor for class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentHandler
 
EbaseDynamicAssignmentExpression - Class in com.ebasetech.ufs.workflow.resource.example
 
EbaseDynamicAssignmentExpression(String) - Constructor for class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpression
 
EbaseDynamicAssignmentExpression() - Constructor for class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpression
 
EbaseDynamicAssignmentExpression(boolean, boolean, String, String) - Constructor for class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpression
 
EbaseDynamicAssignmentExpressionComponent - Class in com.ebasetech.ufs.workflow.resource.example
This is a minimal example of an implementation of the AssignmentExpressionComponent.
EbaseDynamicAssignmentExpressionComponent(boolean) - Constructor for class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpressionComponent
 
EbaseDynamicAssignmentHandler - Class in com.ebasetech.ufs.workflow.resource.example
 
EbaseDynamicAssignmentHandler() - Constructor for class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentHandler
 
EbaseSecurityHandler - Class in com.ebasetech.ufs.workflow.security.example
 
EbaseSecurityHandler() - Constructor for class com.ebasetech.ufs.workflow.security.example.EbaseSecurityHandler
 
EbaseSecurityHandler.SecurityExpressionComponentImpl - Class in com.ebasetech.ufs.workflow.security.example
 
EbaseSecurityHandler.SecurityExpressionComponentImpl() - Constructor for class com.ebasetech.ufs.workflow.security.example.EbaseSecurityHandler.SecurityExpressionComponentImpl
 
encode(boolean, String, String) - Static method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpression
 
encode(boolean, boolean, String, String) - Static method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpression
 
encode(boolean, String, String) - Static method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpression
 
encodeFilter(boolean, String) - Static method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpression
 
EXPRESSION_PREFIX - Static variable in class com.ebasetech.ufs.workflow.resource.example.AssignmentExpressionComponentImpl
 
EXPRESSION_SUFFIX - Static variable in class com.ebasetech.ufs.workflow.resource.example.AssignmentExpressionComponentImpl
 

F

FOLLOW_ON_TASK - Static variable in class com.ebasetech.ufs.workflow.resource.AssignmentMode
 
FOLLOW_ON_TASK_ID - Static variable in class com.ebasetech.ufs.workflow.resource.AssignmentMode
 
ForceAssign - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
forceAssign(String, String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
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
forceAssign(WorkflowManagement.InteractiveTaskEnactmentDescriptor, String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
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
ForceCompletion - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
forceCompletion(WorkflowManagement.FallibleEnactmentDescriptor, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Force the completion of a previously failed node enactment
forceCompletion(String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Force the completion of a previously failed node enactment as identified by a stringified descriptor
Function - Class in com.ebasetech.ufs.workflow.security
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.

G

getActorId() - Method in interface com.ebasetech.ufs.workflow.resource.Assignable
Retrieve the actorId set for the receiver, or null if it has not yet been assigned
getAssignableName(IUFSServletContextProxy) - Method in interface com.ebasetech.ufs.workflow.resource.Assignable
Returns the name of the assignable object
getAssignmentExpression() - Method in interface com.ebasetech.ufs.workflow.resource.Assignable
Returns the assignment expression
getAssignmentExpressionComponentActorIdOnly() - Method in interface com.ebasetech.ufs.workflow.resource.AssignmentHandler
Implementations of this operation are called by the process designer to provide the GUI component to provide the assignment expression.
getAssignmentExpressionComponentActorIdOnly() - Method in class com.ebasetech.ufs.workflow.resource.example.AssignmentHandlerImpl
 
getAssignmentExpressionComponentActorIdOnly() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentHandler
 
getAssignmentExpressionComponentActorIdOnly() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentHandler
 
getAssignmentExpressionComponentActorIdOnly() - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentHandler
 
getAssignmentExpressionComponentSupportsPools() - Method in interface com.ebasetech.ufs.workflow.resource.AssignmentHandler
Implementations of this operation are called by the process designer to provide the GUI component to provide the assignment expression.
getAssignmentExpressionComponentSupportsPools() - Method in class com.ebasetech.ufs.workflow.resource.example.AssignmentHandlerImpl
 
getAssignmentExpressionComponentSupportsPools() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentHandler
 
getAssignmentExpressionComponentSupportsPools() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentHandler
 
getAssignmentExpressionComponentSupportsPools() - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentHandler
 
getAssignmentMode() - Method in interface com.ebasetech.ufs.workflow.resource.Assignable
Answer the mode of assignment set for this assignable
GetAuditRecords - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
getCandidateActors(Assignable) - Method in interface com.ebasetech.ufs.workflow.resource.AssignmentHandler
Answer a collection of strings, each of which is a candidate actor assignment for the supplied assignable.
getCandidateActors(Assignable) - Method in class com.ebasetech.ufs.workflow.resource.example.AssignmentHandlerImpl
 
getCandidateActors(Assignable) - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentHandler
 
getCandidateActors(Assignable) - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentHandler
 
getCandidateActors(Assignable) - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentHandler
 
GetCandidateActors - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
getCandidateActors(WorkflowManagement.InteractiveTaskEnactmentDescriptor, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Answers a collection of the possible actor assignments to the identified task enactment
getCandidateActors(String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Answers a collection of the possible actor assignments to the identified task enactment
getDisplayName() - Method in class com.ebasetech.ufs.workflow.resource.AssignmentMode
 
getErrorMessage() - Method in class com.ebasetech.ufs.workflow.resource.AssignmentExpressionComponent
Returns an error message to be displayed by the process designer if validateExpression() returns false.
getErrorMessage() - Method in class com.ebasetech.ufs.workflow.resource.example.AssignmentExpressionComponentImpl
 
getErrorMessage() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpressionComponent
 
getErrorMessage() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpressionComponent
 
getErrorMessage() - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpressionComponent
 
getErrorMessage() - Method in class com.ebasetech.ufs.workflow.security.example.EbaseSecurityHandler.SecurityExpressionComponentImpl
 
getErrorMessage() - Method in class com.ebasetech.ufs.workflow.security.SecurityExpressionComponent
Returns an error message to be displayed by the process designer if validateExpression() returns false.
getExpression() - Method in class com.ebasetech.ufs.workflow.resource.AssignmentExpressionComponent
Returns the task assignment expression, which will be stored in the database by the WfMS.
getExpression() - Method in class com.ebasetech.ufs.workflow.resource.example.AssignmentExpressionComponentImpl
 
getExpression() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpression
 
getExpression() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpressionComponent
 
getExpression() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpression
 
getExpression() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpressionComponent
 
getExpression() - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpression
 
getExpression() - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpressionComponent
 
getExpression() - Method in class com.ebasetech.ufs.workflow.security.example.EbaseSecurityHandler.SecurityExpressionComponentImpl
 
getExpression() - Method in class com.ebasetech.ufs.workflow.security.SecurityExpressionComponent
Returns the security expression, which will be stored in the database by the WfMS.
getFailedNodes(String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Answers a list of FallibleEnactmentDescriptors, each of which describes a particular failed system task.
GetFailedTasks - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
getFilteredAuditRecords(String, String, String, Integer, String, String, String, Date, Date, int, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Answer a list of Audit objects which meet the supplied filter criteria
getFilteredJobs(String, String, String, String, Boolean, Date, Date, Date, Date, Map<String, String>, boolean, boolean, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
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
GetFilteredPendingEscalators - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
getFilteredPendingEscalators(String, String, String, String, String, String, Date, Date, boolean, boolean, boolean, boolean, boolean, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
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.
getFilteredTasks(String, String, String, String, String, String, boolean, boolean, String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Finds out the extant node enactments which meet the supplied filter criteria.
getGroupId() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpression
 
getGroupId() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpression
 
getGroupId() - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpression
 
getGroupMembers(String, String) - Method in interface com.ebasetech.ufs.workflow.resource.IdentityManager
 
getId() - Method in class com.ebasetech.ufs.workflow.resource.AssignmentMode
 
getJobOpener() - Method in interface com.ebasetech.ufs.workflow.security.Allowable
Answer the opener of the relevant job, or null if the implementation is not related to a job
getJobOwner() - Method in interface com.ebasetech.ufs.workflow.security.Allowable
Answer the owner of the relevant job, or null if the implementation is not related to a job
GetJobs - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
getJobs(String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Answer the list of all currently executing Jobs, each described by a JobDescriptor This list will include sub-jobs
getJobs(boolean, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
 
GetJobsForOwner - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
getJobsForOwner(String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
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.
getMembershipId() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpression
 
getMembershipId() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpression
 
getMembershipId() - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpression
 
GetMode(int) - Static method in class com.ebasetech.ufs.workflow.resource.AssignmentMode
 
GetPendingEscalators - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
getPendingEscalators(String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Answers a list of EscalatorEnactmentDescriptors that list each of the escalators that are extant within the system
getPooledActorIds() - Method in interface com.ebasetech.ufs.workflow.resource.Assignable
Retrieve the pooled actors for the receiver, or null if no pooled actors exist
GetProcessAttributes - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
GetProcessAttributeValue - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
getProcessAttributeValue(String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Gets the value for the named process attribute.
getProcessAttributeValue(WorkflowManagement.JobDescriptor, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Gets the value for the named process attribute.
getProcessAttributeValues(String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Gets a map of name value pairs for process attributes.
GetProcessDescription - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
getProcessDescription(String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Answers the description of the latest released version of the named process.
GetProcesses - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
getProcesses(String, Boolean, String, String, Boolean, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Answer the list of all latest process versions matching the supplied filter criteria each described by a ProcessDescriptor.
GetProcessInParameters - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
getProcessInParameters(String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Answers a list of input parameter names for the given process.
getProcessOwner() - Method in interface com.ebasetech.ufs.workflow.security.Allowable
Answer the owner of the associated process version
getSecurityExpression() - Method in interface com.ebasetech.ufs.workflow.security.Allowable
Answer the security expression applicable to the receiver
getSecurityExpressionComponent() - Method in class com.ebasetech.ufs.workflow.security.example.EbaseSecurityHandler
 
getSecurityExpressionComponent() - Method in interface com.ebasetech.ufs.workflow.security.SecurityHandler
Get the component to be used to display and edit security expressions in the designer
GetTasks - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
getTasks(WorkflowManagement.JobDescriptor, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Finds out the extant interactive task enactments for a given job.
getTasks(String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Finds out the extant interactive task enactments for a given job using a stringified descriptor
GetTasksForActor - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
getTasksForActor(String, boolean, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Answers a list of TaskEnactmentDescriptors, each of which describes a particular item which is either on, or could appear on, a users tasklist.
getTasksForActor(String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Answers a list of TaskEnactmentDescriptors, each of which describes a particular item which is either on, or could appear on, a users tasklist.
GetTasksForRole - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
getTasksForRole(String, boolean, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Answers a list of TaskEnactmentDescriptors, each of which describes a particular item which is either on, or could appear on, a users tasklist.
getVariable(String) - Method in interface com.ebasetech.ufs.workflow.resource.Context
Get the value of a process variable

H

hasMember() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpression
 
hasMember() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpression
 
hasMember() - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpression
 
Holiday - Interface in com.ebasetech.ufs.external
Implementations of this interface define a set of pre-defined holiday dates within the current OrganisationCalendar.

I

IdentityManager - Interface in com.ebasetech.ufs.workflow.resource
 
IllegalAssignmentExpression - Exception in com.ebasetech.ufs.workflow.resource.example
 
IllegalAssignmentExpression() - Constructor for exception com.ebasetech.ufs.workflow.resource.example.IllegalAssignmentExpression
 
IllegalAssignmentExpression(String) - Constructor for exception com.ebasetech.ufs.workflow.resource.example.IllegalAssignmentExpression
 
IllegalAssignmentExpression(Throwable) - Constructor for exception com.ebasetech.ufs.workflow.resource.example.IllegalAssignmentExpression
 
IllegalAssignmentExpression(String, Throwable) - Constructor for exception com.ebasetech.ufs.workflow.resource.example.IllegalAssignmentExpression
 
Initialise(IUFSServletContextProxy) - Static method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Some customer _must_ initialise this singleton before using it
Instance() - Static method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Answer the single instance of this class
InvalidAssignmentException - Exception in com.ebasetech.ufs.workflow.resource
An exception thrown to indicate that some assignment made is invalid, such as assigning an actor which is not a member of one of the defined pools
InvalidAssignmentException(String) - Constructor for exception com.ebasetech.ufs.workflow.resource.InvalidAssignmentException
Constructs a new exception with the specified detail message.
isAllowable(Function, Allowable, String) - Method in class com.ebasetech.ufs.workflow.security.example.EbaseSecurityHandler
 
isAllowable(Function, Allowable, String) - Method in interface com.ebasetech.ufs.workflow.security.SecurityHandler
Answer true if the designated function is allowed to be carried out on the supplied target by the defined caller
isAssignableToActor(Assignable, String, boolean) - Method in interface com.ebasetech.ufs.workflow.resource.AssignmentHandler
Answer true if it is feasible that the given actor may be assigned to the assignable.
isAssignableToActor(Assignable, String, boolean) - Method in class com.ebasetech.ufs.workflow.resource.example.AssignmentHandlerImpl
 
isAssignableToActor(Assignable, String, boolean) - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentHandler
 
isAssignableToActor(Assignable, String, boolean) - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentHandler
 
isAssignableToActor(Assignable, String, boolean) - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentHandler
 
isAssignableToActor(Assignable, String, boolean) - Method in class com.ebasetech.ufs.workflow.server.external.DefaultAssignmentHandler
 
isAssignableToRole(Assignable, String) - Method in interface com.ebasetech.ufs.workflow.resource.AssignmentHandler
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.
isAssignableToRole(Assignable, String) - Method in class com.ebasetech.ufs.workflow.resource.example.AssignmentHandlerImpl
 
isAssignableToRole(Assignable, String) - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentHandler
 
isAssignableToRole(Assignable, String) - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentHandler
 
isAssignableToRole(Assignable, String) - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentHandler
 
isAuthorised(String, Allowable, String) - Method in class com.ebasetech.ufs.workflow.security.example.EbaseSecurityHandler
 
isDynamicAssignment() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpression
 
isMultipleAssignment() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpression
 
isMultipleAssignment() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpression
 
isMultipleAssignment() - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpression
 
isSingle() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpression
 
isSingle() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpression
 
isSingle() - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpression
 
isSingleAssignment() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpression
 
isSingleAssignment() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpression
 
isSingleAssignment() - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpression
 
isValid() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpression
 
isValid() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpression
 
isValid() - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpression
 
isVisibleTo(Allowable, String) - Method in class com.ebasetech.ufs.workflow.security.example.EbaseSecurityHandler
 
isVisibleTo(Allowable, String) - Method in interface com.ebasetech.ufs.workflow.security.SecurityHandler
Answer true if the designated caller is allowed to know of the existence of the given target

J

JOB_OPENER - Static variable in class com.ebasetech.ufs.workflow.resource.AssignmentMode
 
JOB_OPENER_ID - Static variable in class com.ebasetech.ufs.workflow.resource.AssignmentMode
 

L

LdapAssignmentExpression - Class in com.ebasetech.ufs.workflow.resource.example
 
LdapAssignmentExpression(String) - Constructor for class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpression
 
LdapAssignmentExpression() - Constructor for class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpression
 
LdapAssignmentExpression(boolean, String, String) - Constructor for class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpression
 
LdapAssignmentExpression(boolean, String) - Constructor for class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpression
 
LdapAssignmentExpressionComponent - Class in com.ebasetech.ufs.workflow.resource.example
This is the LDAP Specific, Custom Assignment UI LdapAssignmentExpressionComponent.
LdapAssignmentExpressionComponent(boolean) - Constructor for class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpressionComponent
 
LdapAssignmentHandler - Class in com.ebasetech.ufs.workflow.resource.example
 
LdapAssignmentHandler() - Constructor for class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentHandler
 

M

main(String[]) - Static method in class com.ebasetech.ufs.workflow.resource.example.AssignmentExpressionComponentImpl
 

N

NAMED_RESOURCE - Static variable in class com.ebasetech.ufs.workflow.resource.AssignmentMode
 
NAMED_RESOURCE_ID - Static variable in class com.ebasetech.ufs.workflow.resource.AssignmentMode
 
NON_AUTHENTICATED - Static variable in class com.ebasetech.ufs.workflow.resource.AssignmentMode
 
NON_AUTHENTICATED_ID - Static variable in class com.ebasetech.ufs.workflow.resource.AssignmentMode
 
NONE - Static variable in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpressionComponent
 
NONE - Static variable in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpressionComponent
 
NONE - Static variable in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpressionComponent
 

O

Open - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
open(String, String, String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Starts a new job on a defined process specifying both the opener and the owner.
open(String, String, String, Map, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Starts a new job on an existing process, supplying the input parameters.
OpenedJobs - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
openedJobs(String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Answer a list of implementations of the JobDescriptor interface, each of which describes a current job in the system that's owned by the defined user
OpenJobAndCompleteFirstTask - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
openJobAndCompleteFirstTask(String, String, String, String, String, Map, Map, String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
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
 
openTask(String, String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Open an assigned task.
openTask(WorkflowManagement.InteractiveTaskEnactmentDescriptor, String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Open an assigned task.
OrganisationCalendar - Interface in com.ebasetech.ufs.external
Externally visible interface to the OrganisationCalendar class.

P

Pause - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
pause(String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Sets the identified task to the paused state.
pause(WorkflowManagement.InteractiveTaskEnactmentDescriptor, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Sets the identified task to the paused state.
PooledActorsNotSupportedException - Exception in com.ebasetech.ufs.workflow.resource
PooledActorsNotSupportedException is thrown is an attempt is made to set a pooled actor in a case where this is not allowed.
PooledActorsNotSupportedException() - Constructor for exception com.ebasetech.ufs.workflow.resource.PooledActorsNotSupportedException
 
PooledActorsNotSupportedException(String) - Constructor for exception com.ebasetech.ufs.workflow.resource.PooledActorsNotSupportedException
 
PooledActorsNotSupportedException(Throwable) - Constructor for exception com.ebasetech.ufs.workflow.resource.PooledActorsNotSupportedException
 
PooledActorsNotSupportedException(String, Throwable) - Constructor for exception com.ebasetech.ufs.workflow.resource.PooledActorsNotSupportedException
 
Post - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
post(String, String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Posts the pause node identified by the event id, which runs the script associated with the node.
post(WorkflowManagement.JobDescriptor, String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Posts the pause node identified by the event id, which runs the script associated with the node.
post(String, Map<String, String>, String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Posts the pause node identified by the event id, which runs the script associated with the node.
PROCESS_ATTRIBUTE - Static variable in class com.ebasetech.ufs.workflow.resource.AssignmentMode
 
PROCESS_ATTRIBUTE_ID - Static variable in class com.ebasetech.ufs.workflow.resource.AssignmentMode
 
processGroupPersonSelection() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpressionComponent
 

Q

QuiesceProcess - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
quiesceProcess(String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Sets the state of the named process to be quiescent.

R

Reexecute - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
reexecute(WorkflowManagement.FallibleEnactmentDescriptor, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Re-execute a previously failed node enactment
reexecute(String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Re-execute a previously failed node enactment as identified by a stringified descriptor
reinstateProcess(String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Clears the "deleted" flag on the process.
RESOURCE_FROM_PREVIOUS_TASK - Static variable in class com.ebasetech.ufs.workflow.resource.AssignmentMode
 
RESOURCE_FROM_PREVIOUS_TASK_ID - Static variable in class com.ebasetech.ufs.workflow.resource.AssignmentMode
 
ResourceManagementException - Exception in com.ebasetech.ufs.workflow.resource
An exception indicating a failure during resource access, resolution or assignment
ResourceManagementException() - Constructor for exception com.ebasetech.ufs.workflow.resource.ResourceManagementException
 
ResourceManagementException(String) - Constructor for exception com.ebasetech.ufs.workflow.resource.ResourceManagementException
 
ResourceManagementException(Throwable) - Constructor for exception com.ebasetech.ufs.workflow.resource.ResourceManagementException
 
ResourceManagementException(String, Throwable) - Constructor for exception com.ebasetech.ufs.workflow.resource.ResourceManagementException
 

S

SecurityExpressionComponent - Class in com.ebasetech.ufs.workflow.security
This is an abstract class that represents the GUI component that provides the security expression for a task.
SecurityExpressionComponent() - Constructor for class com.ebasetech.ufs.workflow.security.SecurityExpressionComponent
 
SecurityHandler - Interface in com.ebasetech.ufs.workflow.security
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.
SEPARATOR - Static variable in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpression
 
setActorId(String, boolean, String, String) - Method in interface com.ebasetech.ufs.workflow.resource.Assignable
Set the individual actor that is responsible for executing the task.
setDynamicProxy(IUFSServletContextProxy) - Method in interface com.ebasetech.ufs.workflow.resource.Assignable
Set the proxy to be used, if necessary, to answer other components of this interface
setDynamicProxy(IUFSServletContextProxy) - Method in interface com.ebasetech.ufs.workflow.security.Allowable
Set the proxy to be used, if necessary, to answer other components of this interface
setEnabled(boolean) - Method in class com.ebasetech.ufs.workflow.resource.AssignmentExpressionComponent
Called by the WfMS to enable/disable the component.
setEnabled(boolean) - Method in class com.ebasetech.ufs.workflow.resource.example.AssignmentExpressionComponentImpl
 
setEnabled(boolean) - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpressionComponent
 
setEnabled(boolean) - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpressionComponent
 
setEnabled(boolean) - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpressionComponent
 
setEnabled(boolean) - Method in class com.ebasetech.ufs.workflow.security.example.EbaseSecurityHandler.SecurityExpressionComponentImpl
 
setEnabled(boolean) - Method in class com.ebasetech.ufs.workflow.security.SecurityExpressionComponent
Called by the WfMS to enable/disable the component.
setExpression(String) - Method in class com.ebasetech.ufs.workflow.resource.AssignmentExpressionComponent
Populates the component from the assignment expression string provided.
setExpression(String) - Method in class com.ebasetech.ufs.workflow.resource.example.AssignmentExpressionComponentImpl
 
setExpression(String) - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpression
 
setExpression(String) - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpressionComponent
 
setExpression(String) - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpression
 
setExpression(String) - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpressionComponent
 
setExpression(String) - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpression
 
setExpression(String) - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpressionComponent
 
setExpression(String) - Method in class com.ebasetech.ufs.workflow.security.example.EbaseSecurityHandler.SecurityExpressionComponentImpl
 
setExpression(String) - Method in class com.ebasetech.ufs.workflow.security.SecurityExpressionComponent
Populates the component from the security expression string provided.
setGroupId(String) - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpression
 
setGroupId(String) - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpression
 
setGroupId(String) - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpression
 
setJobOwner(WorkflowManagement.JobDescriptor, String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Assign a particular owner to the denoted job
setMembershipId(String) - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpression
 
setMembershipId(String) - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpression
 
setMembershipId(String) - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpression
 
SetOutputParameter - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
setOutputParameter(String, String, Object, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Sets a value for the named activity output parameter to be used in subsequent processing.
setOutputParameter(WorkflowManagement.InteractiveTaskEnactmentDescriptor, String, Object, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Sets a value for the named activity output parameter to be used in subsequent processing.
setOutputParameters(String, Map, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Sets a value for the named activity output parameter to be used in subsequent processing.
setOutputParameters(WorkflowManagement.InteractiveTaskEnactmentDescriptor, Map, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Sets a value for the named activity output parameter to be used in subsequent processing.
setPooledActors(List, String, String) - Method in interface com.ebasetech.ufs.workflow.resource.Assignable
Set the list of pooled candidate actors that can take the task.
SetPriority - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
setPriority(String, int, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Changes the priority of the identified task enactment.
setPriority(WorkflowManagement.InteractiveTaskEnactmentDescriptor, int, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Changes the priority of the identified task enactment.
SetProcessAttributeValue - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
setProcessAttributeValue(WorkflowManagement.JobDescriptor, String, Object, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Sets the value for the named process attribute.
setProcessAttributeValue(String, String, Object, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Sets the value for the named process attribute.
setSingle(boolean) - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpression
 
setSingle(boolean) - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpression
 
setSingle(boolean) - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpression
 
setValid(boolean) - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpression
 
setValid(boolean) - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpression
 
setValid(boolean) - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpression
 
setVariable(String, Object, String, String) - Method in interface com.ebasetech.ufs.workflow.resource.Context
Sets the value of a process variable
SetWaiting - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
setWaiting(String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Sets the identified task to the waiting state.
setWaiting(WorkflowManagement.InteractiveTaskEnactmentDescriptor, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Sets the identified task to the waiting state.
StateOf - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
stateOf(String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Answers the state of the described task.
stateOf(WorkflowManagement.FallibleEnactmentDescriptor, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Answers the state of the described enactment.
supportsActorPools() - Method in interface com.ebasetech.ufs.workflow.resource.Assignable
Answers true if the assignable in question supports actor pools for assignment

T

toString() - Method in class com.ebasetech.ufs.workflow.security.Function
 

U

Unassign - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
unassign(String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Remove any current actor assignment to the identified task.
unassign(WorkflowManagement.InteractiveTaskEnactmentDescriptor, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Remove any current actor assignment to the identified task
Unpause - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
unpause(String, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Moves the identified task from the paused state.
unpause(WorkflowManagement.InteractiveTaskEnactmentDescriptor, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Moves the identified task from the paused state.
unsetActorId(String, String, IUFSServletContextProxy) - Method in interface com.ebasetech.ufs.workflow.resource.Assignable
Unsets the individual actor that is responsible for executing the task.
UnsetJobOwner - Static variable in class com.ebasetech.ufs.workflow.security.Function
 
unsetJobOwner(WorkflowManagement.JobDescriptor, String, String) - Method in class com.ebasetech.ufs.workflow.server.external.WorkflowManager
Clears the owner for the denoted job.

V

validateExpression() - Method in class com.ebasetech.ufs.workflow.resource.AssignmentExpressionComponent
Returns true or false to indicate whether the assignment expression is valid
validateExpression() - Method in class com.ebasetech.ufs.workflow.resource.example.AssignmentExpressionComponentImpl
 
validateExpression() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseAssignmentExpressionComponent
 
validateExpression() - Method in class com.ebasetech.ufs.workflow.resource.example.EbaseDynamicAssignmentExpressionComponent
 
validateExpression() - Method in class com.ebasetech.ufs.workflow.resource.example.LdapAssignmentExpressionComponent
 
validateExpression() - Method in class com.ebasetech.ufs.workflow.security.example.EbaseSecurityHandler.SecurityExpressionComponentImpl
 
validateExpression() - Method in class com.ebasetech.ufs.workflow.security.SecurityExpressionComponent
Returns true or false to indicate whether the security expression is valid

W

WorkflowManagementException - Exception in com.ebasetech.ufs.workflow.server.external
Exception class for all exceptions that relate to the Job Management API.
WorkflowManagementException(String) - Constructor for exception com.ebasetech.ufs.workflow.server.external.WorkflowManagementException
 
WorkflowManagementException(String, Throwable) - Constructor for exception com.ebasetech.ufs.workflow.server.external.WorkflowManagementException
 
WorkflowManager - Class in com.ebasetech.ufs.workflow.server.external
A singleton that is used to support the external tasklist and other job management applications.
WorkflowManager() - Constructor for class com.ebasetech.ufs.workflow.server.external.WorkflowManager
 
WorkflowSecurityException - Exception in com.ebasetech.ufs.workflow.security
Security Exception for the Workflow system
WorkflowSecurityException(String) - Constructor for exception com.ebasetech.ufs.workflow.security.WorkflowSecurityException
 
WorkflowSecurityException(Throwable) - Constructor for exception com.ebasetech.ufs.workflow.security.WorkflowSecurityException
 
WorkflowSecurityException(String, Throwable) - Constructor for exception com.ebasetech.ufs.workflow.security.WorkflowSecurityException
 

A B C D E F G H I J L M N O P Q R S T U V W