Class ProcessChangingEvent

java.lang.Object
ru.bgcrm.event.UserEvent
org.bgerp.event.base.UserEvent
ru.bgcrm.event.process.ProcessChangingEvent
All Implemented Interfaces:
Event, Event

public class ProcessChangingEvent extends UserEvent
  • Field Details

  • Constructor Details

  • Method Details

    • getProcess

      public Process getProcess()
    • isStatus

      public boolean isStatus()
    • isClosing

      public boolean isClosing()
    • isOpening

      public boolean isOpening()
    • getStatusChange

      public StatusChange getStatusChange()
    • isDescription

      public boolean isDescription()
    • isDescriptionAdd

      public boolean isDescriptionAdd()
    • getDescription

      public String getDescription()
    • isGroups

      public boolean isGroups()
    • getGroups

      public Set<Integer> getGroups()
    • getProcessGroups

      public Set<ProcessGroup> getProcessGroups()
    • isExecutors

      public boolean isExecutors()
    • getExecutors

      public Set<Integer> getExecutors()
    • getProcessExecutors

      public Set<ProcessExecutor> getProcessExecutors()
    • isPriority

      public boolean isPriority()
    • getPriority

      public Integer getPriority()
    • isTypeId

      public boolean isTypeId()
    • getTypeId

      public Integer getTypeId()