public interface DraftWorkflowScheme extends WorkflowScheme
Modifier and Type | Interface and Description |
---|---|
static interface |
DraftWorkflowScheme.Builder
A builder that can be used to change the state of the workflow scheme.
|
Modifier and Type | Method and Description |
---|---|
DraftWorkflowScheme.Builder |
builder()
Return a builder initialised with the state of the current workflow scheme.
|
Date |
getLastModifiedDate()
The date the scheme was last updated (or created).
|
ApplicationUser |
getLastModifiedUser()
The user that last modified the scheme.
|
AssignableWorkflowScheme |
getParentScheme()
Return a reference to the parent of the draft scheme.
|
getActualDefaultWorkflow, getActualWorkflow, getConfiguredDefaultWorkflow, getConfiguredWorkflow, getDescription, getId, getMappings, getName, isDefault, isDraft
ApplicationUser getLastModifiedUser()
@Nonnull Date getLastModifiedDate()
AssignableWorkflowScheme getParentScheme()
DraftWorkflowScheme.Builder builder()
Copyright © 2002-2017 Atlassian. All Rights Reserved.