@Generated(value="")
@ProviderType
public interface TransitionResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TransitionResource.Builder |
static interface |
TransitionResource.Factory |
static class |
TransitionResource.FactoryHolder |
| Modifier and Type | Method and Description |
|---|---|
static TransitionResource.Builder |
builder() |
Page<Transition> |
getWorkflowInstanceNextTransitionsPage(java.lang.Long workflowInstanceId,
Pagination pagination) |
Page<Transition> |
getWorkflowTaskNextTransitionsPage(java.lang.Long workflowTaskId,
Pagination pagination) |
default void |
setContextAcceptLanguage(AcceptLanguage contextAcceptLanguage) |
void |
setContextCompany(Company contextCompany) |
default void |
setContextHttpServletRequest(javax.servlet.http.HttpServletRequest contextHttpServletRequest) |
default void |
setContextHttpServletResponse(javax.servlet.http.HttpServletResponse contextHttpServletResponse) |
default void |
setContextUriInfo(javax.ws.rs.core.UriInfo contextUriInfo) |
void |
setContextUser(User contextUser) |
static TransitionResource.Builder builder()
Page<Transition> getWorkflowInstanceNextTransitionsPage(java.lang.Long workflowInstanceId, Pagination pagination) throws java.lang.Exception
java.lang.ExceptionPage<Transition> getWorkflowTaskNextTransitionsPage(java.lang.Long workflowTaskId, Pagination pagination) throws java.lang.Exception
java.lang.Exceptiondefault void setContextAcceptLanguage(AcceptLanguage contextAcceptLanguage)
void setContextCompany(Company contextCompany)
default void setContextHttpServletRequest(javax.servlet.http.HttpServletRequest contextHttpServletRequest)
default void setContextHttpServletResponse(javax.servlet.http.HttpServletResponse contextHttpServletResponse)
default void setContextUriInfo(javax.ws.rs.core.UriInfo contextUriInfo)
void setContextUser(User contextUser)