public interface

DraftWorkflowScheme

implements WorkflowScheme
com.atlassian.jira.workflow.DraftWorkflowScheme
Known Indirect Subclasses

Summary

Nested Classes
interface DraftWorkflowScheme.Builder A builder that can be used to change the state of the workflow scheme. 
Public Methods
DraftWorkflowScheme.Builder builder()
Return a builder initialised with the state of the current workflow scheme.
@Nonnull 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.
[Expand]
Inherited Methods
From interface com.atlassian.jira.workflow.WorkflowScheme

Public Methods

public DraftWorkflowScheme.Builder builder ()

Return a builder initialised with the state of the current workflow scheme.

Returns
  • a new builder initialised with the state of the current workflow scheme.

@Nonnull public Date getLastModifiedDate ()

The date the scheme was last updated (or created).

Returns
  • the date the scheme was last updated or created.

public ApplicationUser getLastModifiedUser ()

The user that last modified the scheme.

Returns
  • the user that last modified the scheme. Can be null.

public AssignableWorkflowScheme getParentScheme ()

Return a reference to the parent of the draft scheme.

Returns
  • a reference to the parent of the draft scheme.