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

Packages that use WfProcessVariable
com.evolveum.midpoint.xml.ns._public.communication.workflow_1   
 

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

Fields in com.evolveum.midpoint.xml.ns._public.communication.workflow_1 with type parameters of type WfProcessVariable
protected  List<WfProcessVariable> WfProcessInstanceEventType.wfProcessVariable
           
protected  List<WfProcessVariable> WfStartProcessInstanceCommandType.wfProcessVariable
           
 

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

Methods in com.evolveum.midpoint.xml.ns._public.communication.workflow_1 that return types with arguments of type WfProcessVariable
 List<WfProcessVariable> WfProcessInstanceEventType.getWfProcessVariable()
          A list of process instance variables.
 List<WfProcessVariable> WfStartProcessInstanceCommandType.getWfProcessVariable()
          A list of process instance variables that should be set at its start.
 

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



Copyright © 2013 evolveum. All Rights Reserved.