public interface Activity
Modifier and Type | Field and Description |
---|---|
static String |
JOIN_ASSIGNMENTS
Pozwala dołączyć dane o przypisaniach do zadania
|
static String |
JOIN_PROCESS |
Modifier and Type | Method and Description |
---|---|
Date |
getActivatedTime() |
String |
getActivityDefinitionId() |
String |
getActivityId() |
Date |
getCreatedTime() |
String |
getDescription() |
Date |
getLastStateTime() |
String |
getName() |
Long |
getObjectId() |
Long |
getObjectVersion() |
String |
getPerformer() |
ProcessEntity |
getProcess() |
String |
getProcessId() |
String |
getResourceId() |
Date |
getStartedTime() |
ActivityState |
getState() |
boolean |
isOpen() |
static final String JOIN_ASSIGNMENTS
static final String JOIN_PROCESS
String getResourceId()
ActivityState getState()
String getActivityId()
String getName()
String getDescription()
String getActivityDefinitionId()
Date getStartedTime()
Date getActivatedTime()
Date getCreatedTime()
Date getLastStateTime()
String getProcessId()
ProcessEntity getProcess()
boolean isOpen()
Long getObjectId()
Long getObjectVersion()
String getPerformer()
Copyright © 2023 Suncode. All rights reserved.