Package ru.slie.luna.issue.workflow
Interface Workflow
-
Field Summary
Fields -
Method Summary
-
Field Details
-
WORKFLOW_ANY_STATUS_ID
-
-
Method Details
-
getDescription
String getDescription() -
getAuthor
User getAuthor() -
getAuthorId
Long getAuthorId() -
getUpdater
User getUpdater() -
getUpdaterId
Long getUpdaterId() -
getCreated
LocalDateTime getCreated() -
getUpdated
LocalDateTime getUpdated() -
getStatuses
-
getCreateAction
WorkflowAction getCreateAction() -
getActionById
-
getActions
List<WorkflowAction> getActions() -
getActionsForStatus
-
getDisplay
WorkflowDisplay getDisplay() -
getOriginalId
Long getOriginalId()
-