public interface Task extends Serializable
Modifier and Type | Method and Description |
---|---|
Application |
getApplication()
Returns the application of the task.
|
String |
getCompensateProc()
Returns the compensation method of the task.
|
int |
getCost()
Returns the cost of the task.
|
String |
getDescription()
Returns the description of the task.
|
int |
getEffort()
Returns the effort of the task.
|
String |
getId()
Return the id of the task.
|
int |
getMaxTime()
Returns the maximum execution time of the task (in minutes).
|
String |
getName()
Returns the name of the task
|
long |
getOid()
Returns the unique oid of the object.
|
String |
getPostcondition()
Returns the postcondition of the task.
|
String |
getPostcondMessage()
Returns the postcondition message of the task.
|
String |
getPreprocessing()
Returns the preprocessing method of the task.
|
String |
getTakeHook()
Returns the take hook of the task.
|
String |
getUntakeHook()
Returns the untake hook of the task.
|
int |
getVersion()
Return the version of the task.
|
long getOid()
String getId()
int getVersion()
String getName()
Application getApplication()
String getDescription()
String getPostcondition()
String getPostcondMessage()
String getPreprocessing()
String getCompensateProc()
int getCost()
int getMaxTime()
String getTakeHook()
String getUntakeHook()
int getEffort()
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.