public abstract class HumanTaskInstanceImpl extends TaskInstanceImpl implements HumanTaskInstance
| Constructor and Description |
|---|
HumanTaskInstanceImpl(String name,
long flownodeDefinitionId,
long actorId) |
| Modifier and Type | Method and Description |
|---|---|
long |
getActorId() |
long |
getAssigneeId() |
Date |
getClaimedDate() |
Date |
getExpectedEndDate() |
TaskPriority |
getPriority() |
void |
setAssigneeId(long assigneeId) |
void |
setClaimedDate(Date claimedDate) |
void |
setExpectedEndDate(Date expectedEndDate) |
void |
setPriority(TaskPriority priority) |
equals, getDescription, getDisplayDescription, getDisplayName, getExecutedBy, getExecutedByDelegate, getExecutedBySubstitute, getFlownodeDefinitionId, getLastUpdateDate, getParentContainerId, getParentProcessInstanceId, getProcessDefinitionId, getReachedStateDate, getRootContainerId, getState, getStateCategory, hashCode, setDescription, setDisplayDescription, setDisplayName, setExecutedBy, setExecutedByDelegate, setExecutedBySubstitute, setFlownodeDefinitionId, setLastUpdateDate, setParentContainerId, setParentProcessInstanceId, setProcessDefinitionId, setReachedSateDate, setRootContainerId, setState, setStateCategory, toStringgetName, setNamegetId, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDisplayDescription, getDisplayName, getExecutedBy, getExecutedByDelegate, getExecutedBySubstitute, getFlownodeDefinitionId, getLastUpdateDate, getParentContainerId, getParentProcessInstanceId, getProcessDefinitionId, getReachedStateDate, getRootContainerId, getState, getStateCategory, getTypegetDescriptiongetNamegetIdpublic HumanTaskInstanceImpl(String name, long flownodeDefinitionId, long actorId)
public void setAssigneeId(long assigneeId)
public long getActorId()
getActorId in interface HumanTaskInstancepublic long getAssigneeId()
getAssigneeId in interface HumanTaskInstancepublic TaskPriority getPriority()
getPriority in interface HumanTaskInstancepublic Date getExpectedEndDate()
getExpectedEndDate in interface HumanTaskInstancepublic Date getClaimedDate()
getClaimedDate in interface HumanTaskInstancepublic void setPriority(TaskPriority priority)
public void setExpectedEndDate(Date expectedEndDate)
public void setClaimedDate(Date claimedDate)
Copyright © 2018 Bonitasoft S.A.. All rights reserved.