Uses of Class
com.evolveum.midpoint.xml.ns._public.communication.workflow_1.WfProcessInstanceEventType

Packages that use WfProcessInstanceEventType
com.evolveum.midpoint.wf   
com.evolveum.midpoint.wf.activiti   
com.evolveum.midpoint.wf.processes   
com.evolveum.midpoint.xml.ns._public.communication.workflow_1   
 

Uses of WfProcessInstanceEventType in com.evolveum.midpoint.wf
 

Methods in com.evolveum.midpoint.wf with parameters of type WfProcessInstanceEventType
 java.lang.String WfTaskUtil.getWfVariable(WfProcessInstanceEventType event, java.lang.String name)
           
 java.util.Map<java.lang.String,java.lang.String> WfTaskUtil.unwrapWfVariables(WfProcessInstanceEventType event)
           
 

Uses of WfProcessInstanceEventType in com.evolveum.midpoint.wf.activiti
 

Methods in com.evolveum.midpoint.wf.activiti with parameters of type WfProcessInstanceEventType
 void IdmExecutionListener.notify(WfProcessInstanceEventType event)
           
 void IdmExecutionListenerProxy.notify(WfProcessInstanceEventType event)
           
 

Uses of WfProcessInstanceEventType in com.evolveum.midpoint.wf.processes
 

Methods in com.evolveum.midpoint.wf.processes with parameters of type WfProcessInstanceEventType
 void ModifyUserSecondaryProcessWrapper.finishProcess(WfProcessInstanceEventType event, Task task, OperationResult result)
           
 

Uses of WfProcessInstanceEventType in com.evolveum.midpoint.xml.ns._public.communication.workflow_1
 

Subclasses of WfProcessInstanceEventType in com.evolveum.midpoint.xml.ns._public.communication.workflow_1
 class WfProcessInstanceFinishedEventType
          Java class for WfProcessInstanceFinishedEventType complex type.
 class WfProcessInstanceStartedEventType
          Java class for WfProcessInstanceStartedEventType complex type.
 

Methods in com.evolveum.midpoint.xml.ns._public.communication.workflow_1 that return WfProcessInstanceEventType
 WfProcessInstanceEventType WfProcessInstanceEventType.clone()
          Creates and returns a deep copy of this object.
 WfProcessInstanceEventType ObjectFactory.createWfProcessInstanceEventType()
          Create an instance of WfProcessInstanceEventType
 

Methods in com.evolveum.midpoint.xml.ns._public.communication.workflow_1 that return types with arguments of type WfProcessInstanceEventType
 javax.xml.bind.JAXBElement<WfProcessInstanceEventType> ObjectFactory.createWfProcessInstanceEvent(WfProcessInstanceEventType value)
          Create an instance of JAXBElement<WfProcessInstanceEventType>}
 

Methods in com.evolveum.midpoint.xml.ns._public.communication.workflow_1 with parameters of type WfProcessInstanceEventType
 javax.xml.bind.JAXBElement<WfProcessInstanceEventType> ObjectFactory.createWfProcessInstanceEvent(WfProcessInstanceEventType value)
          Create an instance of JAXBElement<WfProcessInstanceEventType>}
 

Constructors in com.evolveum.midpoint.xml.ns._public.communication.workflow_1 with parameters of type WfProcessInstanceEventType
WfProcessInstanceEventType(WfProcessInstanceEventType o)
          Creates a new WfProcessInstanceEventType instance by deeply copying a given WfProcessInstanceEventType instance.
 



Copyright © 2012 evolveum. All Rights Reserved.