Uses of Class
com.ibm.itim.workflow.model.ProcessParticipant

Packages that use ProcessParticipant
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. 
 

Uses of ProcessParticipant in com.ibm.itim.workflow.model
 

Methods in com.ibm.itim.workflow.model that return ProcessParticipant
 ProcessParticipant CreateProcessEventAudit.getParticipant()
          Access method for the participant property.
 ProcessParticipant WorkflowProcess.getRequester()
          Returns the requester of the process.
 

Methods in com.ibm.itim.workflow.model with parameters of type ProcessParticipant
 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.
 

Constructors in com.ibm.itim.workflow.model with parameters of type ProcessParticipant
CreateProcessEventAudit(ProcessParticipant participant)
           
 

Uses of ProcessParticipant in com.ibm.itim.workflow.model.type
 

Subclasses of ProcessParticipant in com.ibm.itim.workflow.model.type
 class WorkflowRequester
          This class defines a workflow requester which initiated a workflow process.
 

Uses of ProcessParticipant in com.ibm.itim.workflow.query
 

Methods in com.ibm.itim.workflow.query that return ProcessParticipant
 ProcessParticipant RequesterQueryStatement.getProcessParticipant()
           
 

Constructors in com.ibm.itim.workflow.query with parameters of type ProcessParticipant
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.