public class StartEvent extends Event
| Modifier and Type | Field and Description |
|---|---|
static String |
ALREADY_STARTED_DIFFERENT_NAME |
static String |
ALREADY_STARTED_DIFFERENT_PARENT |
static String |
ALREADY_STARTED_DIFFERENT_START_TIME |
dateToDelete, EVENT_ID_DELIMITER, name, parentId, strings, taskId, TIMBERMILL2, time| Constructor and Description |
|---|
StartEvent() |
StartEvent(String taskId,
String name,
@NotNull LogParams logParams,
String parentId) |
| Modifier and Type | Method and Description |
|---|---|
java.time.ZonedDateTime |
getStartTime() |
TaskStatus |
getStatusFromExistingStatus(TaskStatus taskStatus,
java.time.ZonedDateTime taskStartTime,
java.time.ZonedDateTime taskEndTime,
String taskParentId,
String taskName) |
boolean |
isStartEvent() |
estimatedSize, fixErrors, generateTaskId, getContext, getEndTime, getEnv, getIndex, getLogs, getMetrics, getName, getParentId, getParentsPath, getPrimaryId, getStrings, getTaskId, getText, getTime, isAdoptedEvent, isOrphan, setContext, setDateToDelete, setEnv, setLogs, setMetrics, setName, setOrphan, setParentId, setParentsPath, setPrimaryId, setStrings, setText, setTime, toString, trimAllStringspublic static final String ALREADY_STARTED_DIFFERENT_PARENT
public static final String ALREADY_STARTED_DIFFERENT_NAME
public static final String ALREADY_STARTED_DIFFERENT_START_TIME
public TaskStatus getStatusFromExistingStatus(TaskStatus taskStatus, java.time.ZonedDateTime taskStartTime, java.time.ZonedDateTime taskEndTime, String taskParentId, String taskName)
getStatusFromExistingStatus in class Eventpublic boolean isStartEvent()
isStartEvent in class Eventpublic java.time.ZonedDateTime getStartTime()
getStartTime in class EventCopyright © 2020. All rights reserved.