public abstract class WorkflowEntity
extends java.lang.Object
This class holds a entity in the workflow
Modifier and Type | Field and Description |
---|---|
boolean |
toBeDeleted
Restores the workflow entity
|
Constructor and Description |
---|
WorkflowEntity() |
Modifier and Type | Method and Description |
---|---|
abstract WorkflowEntity |
copy()
Copies the workflow entity
|
abstract java.lang.String |
getId() |
boolean |
getToBeDeleted() |
boolean |
hasProperties()
Returns whether the entity has properties or not
|
abstract void |
restoreFrom(WorkflowEntity entity) |
void |
setToBeDeleted(boolean tobedeleted) |
public abstract WorkflowEntity copy()
public abstract void restoreFrom(WorkflowEntity entity)
public abstract java.lang.String getId()
public boolean hasProperties()
public void setToBeDeleted(boolean tobedeleted)
public boolean getToBeDeleted()