public class WorkFlow extends Object
Modifier and Type | Field and Description |
---|---|
protected List<Step> |
steps
steps properties, must be defined in JSON file(required)
|
Constructor and Description |
---|
WorkFlow() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
getComment
|
String |
getId()
getId, get id of workflow
|
String |
getIdentifier()
getIdentifier, get identifier of workflow
|
String |
getName()
getName, get name of workflow
|
List<Step> |
getSteps()
getSteps(), get all step of workflow
|
String |
getTypeProc()
getTypeProc, get category of workflow
|
WorkFlow |
setComment(String comments)
setComment, set the comment for workflow
|
WorkFlow |
setId(String id)
setId, set the id of workflow
|
WorkFlow |
setIdentifier(String identifier)
setIdentifier, set the identifier of workflow
|
WorkFlow |
setName(String name)
setName, set the name of workflow
|
WorkFlow |
setSteps(List<Step> steps)
setSteps, set the steps to workflow
|
WorkFlow |
setTypeProc(String typeProc)
setTypeProc, set the type of workflow
|
String |
toString()
toString : get the wortflowId and comments on workflow as String
|
public String getId()
public WorkFlow setId(String id)
id
- as Stringpublic String getName()
public WorkFlow setName(String name)
name
- as Stringpublic String getIdentifier()
public WorkFlow setIdentifier(String identifier)
identifier
- as Stringpublic String getTypeProc()
public WorkFlow setTypeProc(String typeProc)
typeProc
- as Stringpublic String getComment()
public List<Step> getSteps()
public WorkFlow setSteps(List<Step> steps)
steps
- as Listpublic WorkFlow setComment(String comments)
comments
- of the workflowCopyright © 2018 Vitam. All rights reserved.