Nuxeo ECM Projects 5.6-RC1

org.nuxeo.ecm.platform.routing.dm.adapter
Class TaskStepImpl

java.lang.Object
  extended by org.nuxeo.ecm.platform.routing.dm.adapter.TaskStepImpl
All Implemented Interfaces:
TaskStep

public class TaskStepImpl
extends Object
implements TaskStep


Constructor Summary
TaskStepImpl(DocumentModel doc)
           
 
Method Summary
 List<String> getActors()
           
 List<String> getComments()
           
 String getDirective()
           
 DocumentModel getDocument()
           
 Date getDueDate()
           
 String getId()
           
 String getName()
           
 Boolean hasAutomaticValidation()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskStepImpl

public TaskStepImpl(DocumentModel doc)
Method Detail

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

Nuxeo ECM Projects 5.6-RC1

Copyright © 2012 Nuxeo SA. All Rights Reserved.