org.nuxeo.ecm.platform.routing.dm.adapter
Class TaskStepImpl
java.lang.Object
org.nuxeo.ecm.platform.routing.dm.adapter.TaskStepImpl
- All Implemented Interfaces:
- TaskStep
public class TaskStepImpl
- extends Object
- implements TaskStep
TaskStepImpl
public TaskStepImpl(DocumentModel doc)
getDocument
public DocumentModel getDocument()
- Specified by:
getDocument
in interface TaskStep
getId
public String getId()
- Specified by:
getId
in interface TaskStep
getActors
public List<String> getActors()
throws ClientException
- Specified by:
getActors
in interface TaskStep
- Throws:
ClientException
getName
public String getName()
throws ClientException
- Specified by:
getName
in interface TaskStep
- Throws:
ClientException
getDirective
public String getDirective()
throws ClientException
- Specified by:
getDirective
in interface TaskStep
- Throws:
ClientException
getComments
public List<String> getComments()
throws ClientException
- Specified by:
getComments
in interface TaskStep
- Throws:
ClientException
getDueDate
public Date getDueDate()
throws ClientException
- Specified by:
getDueDate
in interface TaskStep
- Throws:
ClientException
hasAutomaticValidation
public Boolean hasAutomaticValidation()
throws ClientException
- Specified by:
hasAutomaticValidation
in interface TaskStep
- Throws:
ClientException
Copyright © 2012 Nuxeo SA. All Rights Reserved.