|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkflowModel
WorkflowModel represents a model/definition of a workflow.
It provides methods for retrieving the entities of the model like
s and
WorkflowNodes as well as common model
attributes like name, description or version.
WorkflowTransition
| Method Summary | |
|---|---|
String |
getDescription()
Returns the description of the WorkflowModel. |
WorkflowNode |
getEndNode()
Returns the end . |
String |
getId()
Returns the ID of the WorkflowModel. |
WorkflowNode |
getNode(String id)
Returns the with the given id |
List<WorkflowNode> |
getNodes()
Returns the list of s contained by
the WorkflowModel. |
WorkflowNode |
getRootNode()
Returns the root/start . |
String |
getTitle()
Returns the title of the WorkflowModel. |
List<WorkflowTransition> |
getTransitions()
Returns the list of s contained
by the WorkflowModel. |
String |
getVersion()
Returns the version of the WorkflowModel. |
void |
setDescription(String description)
Sets the description of the WorkflowModel. |
void |
setTitle(String title)
Sets the title of the WorkflowModel. |
| Methods inherited from interface com.day.cq.workflow.HasMetaData |
|---|
getMetaData |
| Method Detail |
|---|
String getId()
WorkflowModel.
WorkflowModel.String getTitle()
WorkflowModel.
WorkflowModel.void setTitle(String title)
WorkflowModel.
title - The new title of the WorkflowModel.String getDescription()
WorkflowModel.
WorkflowModel.void setDescription(String description)
WorkflowModel.
description - The new description of the WorkflowModel.String getVersion()
WorkflowModel.
WorkflowModel.List<WorkflowNode> getNodes()
WorkflowNodes contained by
the WorkflowModel.
WorkflowNodes of the
WorkflowModel.List<WorkflowTransition> getTransitions()
WorkflowTransitions contained
by the WorkflowModel.
WorkflowTransitions of the
WorkflowModel.WorkflowNode getNode(String id)
WorkflowNode with the given id
id - The ID of the WorkflowNode.
WorkflowNode or null if not found.WorkflowNode getRootNode()
WorkflowNode.
WorkflowNode.WorkflowNode getEndNode()
WorkflowNode.
WorkflowNode.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||