|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 java.util.List<WfProcessVariable> |
WfStartProcessInstanceCommandType.wfProcessVariable
|
protected java.util.List<WfProcessVariable> |
WfProcessInstanceEventType.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 | |
---|---|
java.util.List<WfProcessVariable> |
WfStartProcessInstanceCommandType.getWfProcessVariable()
A list of process instance variables that should be set at its start. |
java.util.List<WfProcessVariable> |
WfProcessInstanceEventType.getWfProcessVariable()
A list of process instance variables. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |