public interface ProcessDefinition extends Serializable
Modifier and Type | Method and Description |
---|---|
Application |
getApplication()
Returns the application of the process.
|
String |
getDescription() |
String |
getId()
Return the id of the process definition.
|
String |
getName()
Returns the name of the process.
|
MessageTemplate |
getNotificationTemplate()
Return the notification template defined for this process.
|
long |
getOid()
Returns the unique oid of the object.
|
int |
getVersion()
Return the version of the process definition.
|
boolean |
isActive() |
long getOid()
String getId()
int getVersion()
String getName()
String getDescription()
Application getApplication()
MessageTemplate getNotificationTemplate()
boolean isActive()
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.