org.eclipse.stardust.engine.api.runtime
Class SubprocessSpawnInfo

java.lang.Object
  extended by org.eclipse.stardust.engine.api.runtime.SubprocessSpawnInfo
All Implemented Interfaces:
Serializable

public class SubprocessSpawnInfo
extends Object
implements Serializable

Contains information needed to spawn a process instance.

See Also:
Serialized Form

Constructor Summary
SubprocessSpawnInfo(String processId, boolean copyData, Map<String,?> data)
           
 
Method Summary
 Map<String,?> getData()
           
 String getProcessId()
           
 boolean isCopyData()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubprocessSpawnInfo

public SubprocessSpawnInfo(String processId,
                           boolean copyData,
                           Map<String,?> data)
Parameters:
processId - The process id.
copyData - Specifies if data of the parent process instance should be copied.
data - Allows specifying explicit data values which are set instead of copied.
Method Detail

getProcessId

public String getProcessId()

isCopyData

public boolean isCopyData()

getData

public Map<String,?> getData()


Copyright © 2017 Eclipse Stardust. All Rights Reserved.