|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkflowException | |
---|---|
com.ibm.itim.workflow.model | Provides a model and an applications programming interface for the workflow engine. |
com.ibm.itim.workflow.query | Provides classes and interfaces to query the workflow engine. |
Uses of WorkflowException in com.ibm.itim.workflow.model |
---|
Methods in com.ibm.itim.workflow.model that throw WorkflowException | |
---|---|
void |
WorkflowProcessEntity.abort()
Aborts the Process. |
void |
ExecutionEntity.auditEvent(EventAudit event)
Places the given event in the audit trail (history) of the execution object. |
void |
ActivityEntity.complete()
Signals completion of the activity to the workflow engine. |
void |
ActivityEntity.complete(ActivityResult result)
Signals completion of the activity to the workflow engine and provides the engine with the activity result in the same call. |
void |
AssignmentEntity.complete(DistinguishedName user)
Signals completion of the assignment to the workflow engine. |
void |
AssignmentEntity.complete(DistinguishedName user,
ActivityResult result)
Signals completion of the assignment to the workflow engine and provides the engine with the activity result in the same call. |
WorkflowProcessEntity |
ProcessManager.createProcess(ProcessParticipant requester,
InitialProcessContext context)
Creates a process that satisfies the context provided. |
WorkflowProcessEntity |
ProcessManager.createProcess(ProcessParticipant requester,
java.lang.String type,
java.util.Date scheduledTime)
Creates a process of the given type. |
void |
AssignmentEntity.defer(int deferralDays)
Defers the workitem for specified number of days In 4.6, the only item that can be deferred is Compliance Alert Manual Activity |
void |
AssignmentEntity.delegate(DistinguishedName personDN,
DistinguishedName currentPersonDN)
Re-assign (delegate) the assignment to another person. |
java.util.Collection |
ProcessManager.getActiveProcesses(DistinguishedName tenant)
Returns all of the active processes in the workflow engine. |
java.util.Collection |
ProcessManager.getActiveProcesses(java.lang.String definitionId)
Returns the active processes of the given definition id in the workflow engine. |
java.util.Collection |
WorkflowProcessEntity.getActivities()
Returns the activities that are part of this process. |
ActivityEntity |
AssignmentEntity.getActivity()
Returns the activity associated with this assignment. |
static ActivityEntity |
ActivityEntity.getActivity(long activityId)
Returns the activity of the process with the given activity ID. |
ActivityEntity |
WorkflowProcessEntity.getActivity(java.lang.String designId)
Returns the activity of the process with the given ID defined at design time. |
ActivityEntity |
WorkflowProcessEntity.getActivity(java.lang.String designId,
int index)
Returns the activity of the process with the given ID defined at design time and the given index of an iteration in a loop. |
static AssignmentEntity |
AssignmentEntity.getAssignment(long assignmentId)
Returns an assignment associated with the id. |
java.util.Collection |
ResourceEntity.getAssignmentGroups()
Returns groups of assignments based on process and activity design id. |
java.util.Collection |
HumanResourceEntity.getAssignmentGroups()
Returns groups of assignments based on process and activity design id. |
java.util.Collection |
ResourceEntity.getAssignments()
Returns the assignments of the resource. |
java.util.Collection |
HumanResourceEntity.getAssignments()
Returns the assignments of the resource. |
java.util.Collection |
ActivityEntity.getAssignments()
Returns the assignments made to resources as part of this activity. |
java.util.Collection |
ResourceEntity.getAssignments(java.lang.String processDesignId,
java.lang.String activityDesignId)
Returns the assignments with the given process and activity design id's. |
java.util.Collection |
HumanResourceEntity.getAssignments(java.lang.String processDesignId,
java.lang.String activityDesignId)
Returns the assignments with the given process and activity design id's. |
java.util.Collection |
HumanResourceEntity.getAssignmentsByDueDate(int searchLimit)
Returns the assignments of the resource. |
java.util.Collection |
WorkflowProcessEntity.getChildren()
Returns the children processes of this process (if any). |
WorkflowProcessEntity |
ActivityEntity.getContainer()
Returns the containing process of the activity. |
java.util.List |
WorkflowProcessEntity.getHistory()
Returns the history, or the audit trail for this process. |
abstract java.util.List |
ExecutionEntity.getHistory()
Returns the history, or the audit trail for this execution object. |
java.util.List |
ActivityEntity.getHistory()
Returns the history, or the audit trail for this activity. |
java.util.List |
AssignmentEntity.getInputParameters()
Returns list of input parameters for this assignment. |
java.lang.Integer |
HumanResourceEntity.getNumAssignments()
Returns the number of assignments of the resource. |
WorkflowProcessEntity |
WorkflowProcessEntity.getParent()
Returns the parent process of this process (if any). |
java.util.Collection |
WorkflowProcessEntity.getPendingManualActivities(int maxResult)
Returns the activities that are part of this process. |
java.util.Collection |
AssignmentEntity.getPotentialOwners()
Returns a list of potention participants this work item could be delegated. |
WorkflowProcessEntity |
ProcessManager.getProcess(long id)
Returns the process with the given ID. |
java.util.Collection |
WorkflowProcessEntity.getProcessContext()
Returns the process context of the object. |
RelevantDataItem |
WorkflowProcessEntity.getProcessContext(java.lang.String dataId)
Returns the relevant data from the process context of the object with the given ID. |
void |
AssignmentEntity.lock(DistinguishedName userDN)
Locks the assignment. |
void |
AssignmentEntity.save(DistinguishedName userDN,
java.util.List inputParameters)
Saves this assignment with the specified list of input parameters. |
void |
WorkflowProcessEntity.setProcessContext(java.util.Collection context)
Changes the process context of the object. |
void |
WorkflowProcessEntity.setProcessContext(RelevantDataItem contextItem)
Changes the relevant data item within the process context of the object with the matching ID. |
void |
ActivityEntity.setResult(java.lang.String summary,
java.lang.String description)
Changes the result of the activity. |
void |
AssignmentEntity.unlock(DistinguishedName personDN)
Unlocks the assignment. |
Uses of WorkflowException in com.ibm.itim.workflow.query |
---|
Subclasses of WorkflowException in com.ibm.itim.workflow.query | |
---|---|
class |
InvalidQueryException
This class is used for reporting an invalid query. |
Methods in com.ibm.itim.workflow.query that throw WorkflowException | |
---|---|
java.util.List |
WorkflowProcessQuery.execute(WorkflowQueryStatement wfqStatement)
Executes the query for workflow processes. |
java.util.List |
WorkflowProcessHistoryQuery.execute(WorkflowQueryStatement wfqStatement)
Executes the query for workflow processes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |