Uses of Class
com.netgrif.application.engine.petrinet.domain.throwable.IllegalTaskStateException
-
-
Uses of IllegalTaskStateException in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service that throw IllegalTaskStateException Modifier and Type Method Description booleanTaskAuthorizationService. canCallCancel(LoggedUser loggedUser, java.lang.String taskId)booleanTaskAuthorizationService. canCallFinish(LoggedUser loggedUser, java.lang.String taskId) -
Uses of IllegalTaskStateException in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces that throw IllegalTaskStateException Modifier and Type Method Description booleanITaskAuthorizationService. canCallCancel(LoggedUser loggedUser, java.lang.String taskId)booleanITaskAuthorizationService. canCallFinish(LoggedUser loggedUser, java.lang.String taskId) -
Uses of IllegalTaskStateException in com.netgrif.application.engine.workflow.web
Methods in com.netgrif.application.engine.workflow.web with parameters of type IllegalTaskStateException Modifier and Type Method Description MessageResourceTaskControllerAdvice. handleException(IllegalTaskStateException e)
-