org.eclipse.stardust.engine.api.runtime
Interface ProcessInstanceLinkType

All Superinterfaces:
Serializable

public interface ProcessInstanceLinkType
extends Serializable

Specifies the type of link that associates one process instance to another. There are several predefined link types:

Version:
$Revision: $
Author:
Florin.Herinean

Method Summary
 String getDescription()
           
 String getId()
           
 long getOID()
           
 

Method Detail

getOID

long getOID()
Returns:
the OID of this link type

getId

String getId()
Returns:
the ID of this link type

getDescription

String getDescription()
Returns:
the description of this link type


Copyright © 2017 Eclipse Stardust. All Rights Reserved.