public interface Task extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
Task.TaskVariableName |
Modifier and Type | Field and Description |
---|---|
static String |
TASK_PROVIDER_KEY |
static final String TASK_PROVIDER_KEY
DocumentModel getDocument()
String getInitiator()
String getProcessId()
String getProcessName()
String getDescription()
String getDirective()
List<TaskComment> getComments()
String getVariable(String key)
Date getDueDate()
Date getCreated()
Boolean isCancelled()
Boolean isAccepted()
Map<String,String> getVariables()
void setInitiator(String initiator)
void setProcessId(String processId)
void setProcessName(String processName)
void setDescription(String description)
void setDirective(String directive)
void setVariable(String key, String value)
void setDueDate(Date dueDate)
void setCreated(Date created)
void setAccepted(Boolean accepted)
void setVariables(Map<String,String> variables)
void addComment(String author, String text)
void cancel(CoreSession coreSession)
void end(CoreSession coreSession)
List<String> getDelegatedActors()
void setDelegatedActors(List<String> delegatedActors)
List<String> getTargetDocumentsIds()
void setTargetDocumentsIds(List<String> ids)
Copyright © 2018 Nuxeo. All rights reserved.