public abstract class WorkflowEntity
extends java.lang.Object
This class holds a entity in the workflow
Constructor and Description |
---|
WorkflowEntity() |
Modifier and Type | Method and Description |
---|---|
abstract WorkflowEntity |
copy()
Copies the workflow entity
|
boolean |
hasProperties()
Returns whether the entity has properties or not
|
abstract void |
restoreFrom(WorkflowEntity entity)
Restores the workflow entity
|
public abstract WorkflowEntity copy()
public abstract void restoreFrom(WorkflowEntity entity)
entity
- The item to restore frompublic boolean hasProperties()