@Generated(value="")
@ProviderType
public interface WorkflowInstanceResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WorkflowInstanceResource.Builder |
static interface |
WorkflowInstanceResource.Factory |
static class |
WorkflowInstanceResource.FactoryHolder |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowInstanceResource.Builder |
builder() |
void |
deleteWorkflowInstance(java.lang.Long workflowInstanceId) |
WorkflowInstance |
getWorkflowInstance(java.lang.Long workflowInstanceId) |
Page<WorkflowInstance> |
getWorkflowInstancesPage(java.lang.String[] assetClassNames,
java.lang.Long[] assetPrimaryKeys,
java.lang.Boolean completed,
Pagination pagination) |
WorkflowInstance |
postWorkflowInstanceChangeTransition(java.lang.Long workflowInstanceId,
ChangeTransition changeTransition) |
WorkflowInstance |
postWorkflowInstanceSubmit(WorkflowInstanceSubmit workflowInstanceSubmit) |
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 WorkflowInstanceResource.Builder builder()
Page<WorkflowInstance> getWorkflowInstancesPage(java.lang.String[] assetClassNames, java.lang.Long[] assetPrimaryKeys, java.lang.Boolean completed, Pagination pagination) throws java.lang.Exception
java.lang.ExceptionWorkflowInstance postWorkflowInstanceSubmit(WorkflowInstanceSubmit workflowInstanceSubmit) throws java.lang.Exception
java.lang.Exceptionvoid deleteWorkflowInstance(java.lang.Long workflowInstanceId)
throws java.lang.Exception
java.lang.ExceptionWorkflowInstance getWorkflowInstance(java.lang.Long workflowInstanceId) throws java.lang.Exception
java.lang.ExceptionWorkflowInstance postWorkflowInstanceChangeTransition(java.lang.Long workflowInstanceId, ChangeTransition changeTransition) 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)