Class AbstractWorkflowEvent

java.lang.Object
com.atlassian.jira.event.AbstractEvent
com.atlassian.jira.event.AbstractWorkflowEvent
All Implemented Interfaces:
JiraEvent
Direct Known Subclasses:
DraftWorkflowCreatedEvent, DraftWorkflowDeletedEvent, DraftWorkflowPublishedEvent, PublishStatusDeleteFailedIssuesInStatus, StatusDeleteFailedInitialStatus, StatusDeleteFailedIssuesInStatus, StatusDeleteFailedPermissions, StatusDeleteFailedStatusNotFound, WorkflowCreatedEvent, WorkflowDeletedEvent, WorkflowImportedFromXmlEvent, WorkflowRenamedEvent, WorkflowUpdatedEvent

public abstract class AbstractWorkflowEvent extends AbstractEvent
Author: jdoklovic
  • Constructor Details

    • AbstractWorkflowEvent

      public AbstractWorkflowEvent(@Nonnull JiraWorkflow workflow)
  • Method Details

    • getWorkflow

      public JiraWorkflow getWorkflow()
    • getWorkflowHash

      public int getWorkflowHash()
    • getIsAdmin

      public boolean getIsAdmin()
    • getIsSysAdmin

      public boolean getIsSysAdmin()
    • getIsolated

      public boolean getIsolated()
    • isHasExtPermission

      public boolean isHasExtPermission()
    • getProjectId

      public Long getProjectId()