public interface ImplementationDescription
ImplementationDescription provides information concerning a specific
implementation of a Process Interface.| Modifier and Type | Method and Description |
|---|---|
long |
getImplementationModelOid()
Returns the ID of the model providing an interface implementation
|
String |
getImplementationProcessId()
Returns the local ID of the implementing Process Definition.
|
long |
getInterfaceModelOid()
Returns the ID of the model which provides the Process Interface.
|
String |
getProcessInterfaceId()
Returns the local ID of the implemented Process Interface.
|
boolean |
isActive()
Indicates if this is currently considered an Implementation Alternative or not.
|
boolean |
isPrimaryImplementation()
Returns true if the this implementation is the primary implementation.
|
long getInterfaceModelOid()
String getProcessInterfaceId()
long getImplementationModelOid()
String getImplementationProcessId()
boolean isPrimaryImplementation()
boolean isActive()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.