org.eclipse.stardust.engine.api.runtime
Interface ProcessInstanceLinkType
- All Superinterfaces:
- java.io.Serializable
public interface ProcessInstanceLinkType
- extends java.io.Serializable
Specifies the type of link that associates one process instance to another.
There are two predefined link types:
- switch - a process instance was aborted and execution switched to another process instance.
- join - a process instance has joined as subprocess another process instance.
- Version:
- $Revision: $
- Author:
- Florin.Herinean
getOID
long getOID()
- Returns:
- the OID of this link type
getId
java.lang.String getId()
- Returns:
- the ID of this link type
getDescription
java.lang.String getDescription()
- Returns:
- the description of this link type
Copyright © 2013 SunGard CSA LLC. All Rights Reserved.