| Package | Description |
|---|---|
| com.ibm.itim.workflow.model |
Provides a model and an applications programming interface for the workflow
engine.
|
| com.ibm.itim.workflow.model.type |
Provides classes that give information about the type of a workflow.
|
| com.ibm.itim.workflow.query |
Provides classes and interfaces to query the workflow engine.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessParticipant |
CreateProcessEventAudit.getParticipant()
Access method for the participant property.
|
ProcessParticipant |
WorkflowProcess.getRequester()
Returns the requester of the process.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
CreateProcessEventAudit.setParticipant(ProcessParticipant participant)
Sets the value of the participant property.
|
void |
WorkflowProcess.setRequester(ProcessParticipant requester)
Changes the requester of the process.
|
| Constructor and Description |
|---|
CreateProcessEventAudit(ProcessParticipant participant) |
| Modifier and Type | Class and Description |
|---|---|
class |
WorkflowRequester
This class defines a workflow requester which initiated a workflow process.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessParticipant |
RequesterQueryStatement.getProcessParticipant() |
| Constructor and Description |
|---|
RequesterQueryStatement(ProcessParticipant requester)
Constructs with a requester as its context.
|
RequesterQueryStatement(ProcessParticipant requester,
java.lang.String dbOwner)
Constructs with a requester as its context.
|
IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.