Uses of Interface
com.almworks.jira.structure.api.effector.process.EffectorProcess
Packages that use EffectorProcess
-
Uses of EffectorProcess in com.almworks.jira.structure.api.effector.process
Methods in com.almworks.jira.structure.api.effector.process that return EffectorProcessModifier and TypeMethodDescriptionEffectorProcessManager.getProcess(long processId) Retrieves the current state of the process.Methods in com.almworks.jira.structure.api.effector.process that return types with arguments of type EffectorProcessModifier and TypeMethodDescriptionEffectorProcessManager.findProcesses(ApplicationUser user, EffectorProcess.Status status, Long structureId) Finds effector processes by owner, status, or structure ID.EffectorProcessManager.getRunningProcessesForUser(ApplicationUser user) Finds all effector processes for the given user, except finished processes for which the "acknowledged" flag is set.