com.evolveum.midpoint.wf.processes
Class StartProcessInstruction

java.lang.Object
  extended by com.evolveum.midpoint.wf.processes.StartProcessInstruction

public class StartProcessInstruction
extends Object

Created with IntelliJ IDEA. User: mederly Date: 11.5.2012 Time: 15:11 To change this template use File | Settings | File Templates.


Constructor Summary
StartProcessInstruction()
           
 
Method Summary
 void addProcessVariable(String name, Object value)
           
 String getProcessName()
           
 Map<String,Object> getProcessVariables()
           
 PolyStringType getTaskName()
           
 boolean isSimple()
           
 void setProcessName(String name)
           
 void setSimple(boolean simple)
           
 void setTaskName(PolyStringType taskName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StartProcessInstruction

public StartProcessInstruction()
Method Detail

isSimple

public boolean isSimple()

setSimple

public void setSimple(boolean simple)

setProcessName

public void setProcessName(String name)

getProcessName

public String getProcessName()

getProcessVariables

public Map<String,Object> getProcessVariables()

addProcessVariable

public void addProcessVariable(String name,
                               Object value)

getTaskName

public PolyStringType getTaskName()

setTaskName

public void setTaskName(PolyStringType taskName)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 evolveum. All Rights Reserved.