A B C D F G I M N P R S U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- activateProcessDefinitionById(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Activates the process definition with the given id.
- activateProcessDefinitionById(String, boolean, Date) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Activates the process definition with the given id.
- activateProcessDefinitionByKey(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Activates the process definition with the given key (=id in the bpmn20.xml file).
- activateProcessDefinitionByKey(String, boolean, Date) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Activates the process definition with the given key (=id in the bpmn20.xml file).
- activateProcessInstanceById(String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Activates the process instance with the given id.
- activateProcessInstanceByProcessDefinitionId(String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Activates the process instance with the given process definition id.
- activateProcessInstanceByProcessDefinitionKey(String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Activates the process instance with the given process definition key.
- addCandidateGroup(String, String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Convenience shorthand for
addGroupIdentityLink(String, String, String); with typeIdentityLinkType.CANDIDATE - addCandidateStarterGroup(String, String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Deprecated.Use authorization mechanism instead.
- addCandidateStarterUser(String, String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Deprecated.Use authorization mechanism instead.
- addCandidateUser(String, String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Convenience shorthand for
addUserIdentityLink(String, String, String); with typeIdentityLinkType.CANDIDATE - addGroupIdentityLink(String, String, String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Involves a group with a task.
- addUserIdentityLink(String, String, String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Involves a user with a task.
- AUTHENTICATION_PROVIDER - Static variable in class cronapi.support.Constants
- AUTHENTICATION_PROVIDER_CLASS - Static variable in class cronapi.support.Constants
B
- BpmConfiguration - Class in cronapi
- BpmConfiguration() - Constructor for class cronapi.BpmConfiguration
C
- camundaAuthorizationConfiguration() - Static method in class cronapi.BpmConfiguration
- camundaDatasourceConfiguration() - Method in class cronapi.BpmConfiguration
- claim(String, String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Claim responsibility for a task: the given user is made
assigneefor the task. - cleanUpHistoryAsync() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Schedules history cleanup job at batch window start time.
- cleanUpHistoryAsync(boolean) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Schedules history cleanup job at batch window start time.
- complete(String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Marks a task as done and continues process execution.
- complete(String, Map<String, Object>) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Marks a task as done and continues process execution.
- Constants - Class in cronapi.support
- containerBasedAuthenticationFilter() - Method in class cronapi.BpmConfiguration
- correlateMessage(String, String, Map<String, Object>, Map<String, Object>) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Correlates a message to an execution that is waiting for a matching message and can be correlated according to the given correlation keys.
- createAttachment(String, String, String, String, String, InputStream) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Add a new attachment to a task and/or a process instance and use an input stream to provide the content please use method in runtime service to operate on process instance.
- createCaseDefinitionQuery() - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Query case definitions.
- createCleanableHistoricBatchReport() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Creates a new programmatic query to create a cleanable historic batch report.
- createCleanableHistoricCaseInstanceReport() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Creates a new programmatic query to create a cleanable historic case instance report.
- createCleanableHistoricDecisionInstanceReport() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Creates a new programmatic query to create a cleanable historic decision instance report.
- createCleanableHistoricProcessInstanceReport() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Creates a new programmatic query to create a cleanable historic process instance report.
- createComment(String, String, String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Creates a comment to a task and/or process instance and returns the comment.
- createConditionEvaluation() - Static method in class cronapi.workflow.WorkflowRunOperations
-
Define a complex condition evaluation using a fluent builder.
- createDecisionDefinitionQuery() - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Query decision definitions.
- createDecisionRequirementsDefinitionQuery() - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Query decision requirements definition.
- createDeployment() - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Starts creating a new deployment
- createDeployment(ProcessApplicationReference) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Starts creating a new
ProcessApplicationDeployment. - createDeploymentQuery() - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Query process definitions.
- createEventSubscriptionQuery() - Static method in class cronapi.workflow.WorkflowRunOperations
-
Creates a new
EventSubscriptionQueryinstance, that can be used to query event subscriptions. - createExecutionQuery() - Static method in class cronapi.workflow.WorkflowRunOperations
-
Creates a new
ExecutionQueryinstance, that can be used to query the executions and process instances. - createHistoricActivityInstanceQuery() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Creates a new programmatic query to search for
HistoricActivityInstances. - createHistoricActivityStatisticsQuery(String) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Query for the number of historic activity instances aggregated by activities of a single process definition.
- createHistoricBatchQuery() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Creates a query to search for
HistoricBatchinstances. - createHistoricCaseActivityInstanceQuery() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Creates a new programmatic query to search for
HistoricCaseActivityInstances. - createHistoricCaseActivityStatisticsQuery(String) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Query for the number of historic case activity instances aggregated by case activities of a single case definition.
- createHistoricCaseInstanceQuery() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Creates a new programmatic query to search for
HistoricCaseInstances. - createHistoricDecisionInstanceQuery() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Creates a new programmatic query to search for
HistoricDecisionInstances. - createHistoricDecisionInstanceStatisticsQuery(String) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Query for the statistics of DRD evaluation.
- createHistoricDetailQuery() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Creates a new programmatic query to search for
HistoricDetails. - createHistoricExternalTaskLogQuery() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Creates a new programmatic query to search for
historic external task logs. - createHistoricIdentityLinkLogQuery() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Creates a new programmatic query to search for
historic identity links. - createHistoricIncidentQuery() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Creates a new programmatic query to search for
historic incidents. - createHistoricJobLogQuery() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Creates a new programmatic query to search for
historic job logs. - createHistoricProcessInstanceQuery() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Creates a new programmatic query to search for
HistoricProcessInstances. - createHistoricProcessInstanceReport() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Creates a new programmatic query to create a historic process instance report.
- createHistoricTaskInstanceQuery() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Creates a new programmatic query to search for
HistoricTaskInstances. - createHistoricTaskInstanceReport() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Creates a new programmatic query to create a historic task instance report.
- createHistoricVariableInstanceQuery() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Creates a new programmatic query to search for
HistoricVariableInstances. - createIncident(String, String, String, String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Creates an incident
- createIncidentQuery() - Static method in class cronapi.workflow.WorkflowRunOperations
-
Creates a new
IncidentQueryinstance, that can be used to query incidents. - createMessageCorrelation(String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Define a complex message correlation using a fluent builder.
- createMigrationPlan(String, String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Creates a migration plan to migrate process instance between different process definitions.
- createModification(String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Creates a modification of multiple process instances in terms of activity cancellations and instantiations via a fluent builder.
- createNativeExecutionQuery() - Static method in class cronapi.workflow.WorkflowRunOperations
-
creates a new
NativeExecutionQueryto queryExecutions by SQL directly - createNativeHistoricActivityInstanceQuery() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
creates a native query to search for
HistoricActivityInstances via SQL - createNativeHistoricCaseActivityInstanceQuery() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
creates a native query to search for
HistoricCaseActivityInstances via SQL - createNativeHistoricCaseInstanceQuery() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
creates a native query to search for
HistoricCaseInstances via SQL - createNativeHistoricDecisionInstanceQuery() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
creates a native query to search for
HistoricDecisionInstances via SQL - createNativeHistoricProcessInstanceQuery() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
creates a native query to search for
HistoricProcessInstances via SQL - createNativeHistoricTaskInstanceQuery() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
creates a native query to search for
HistoricTaskInstances via SQL - createNativeHistoricVariableInstanceQuery() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
creates a native query to search for
HistoricVariableInstances via SQL - createNativeProcessInstanceQuery() - Static method in class cronapi.workflow.WorkflowRunOperations
-
creates a new
NativeProcessInstanceQueryto queryProcessInstances by SQL directly - createNativeTaskQuery() - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Returns a new
- createProcessDefinitionQuery() - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Query process definitions.
- createProcessInstanceById(String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Returns a fluent builder to start a new process instance in the exactly specified version of the process definition with the given id.
- createProcessInstanceByKey(String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Returns a fluent builder to start a new process instance in the latest version of the process definition with the given key.
- createProcessInstanceModification(String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Define a modification of a process instance in terms of activity cancellations and instantiations via a fluent builder.
- createProcessInstanceQuery() - Static method in class cronapi.workflow.WorkflowRunOperations
-
Creates a new
ProcessInstanceQueryinstance, that can be used to query process instances. - createSignalEvent(String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Notifies the process engine that a signal event has been received using a fluent builder.
- createTaskQuery(String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Returns a new
TaskQuerythat can be used to dynamically query tasks. - createTaskReport() - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Instantiate a task report
- createUserOperationLogQuery() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Creates a new programmatic query to search for
UserOperationLogEntryinstances. - createVariableInstanceQuery() - Static method in class cronapi.workflow.WorkflowRunOperations
-
Creates a new
VariableInstanceQueryinstance, that can be used to query variable instances. - cronapi - package cronapi
- cronapi.plugin - package cronapi.plugin
- cronapi.support - package cronapi.support
- cronapi.workflow - package cronapi.workflow
- cronAuthenticationTokenFilterFilter() - Method in class cronapi.BpmConfiguration
- CronAuthorizationConfiguration - Class in cronapi.plugin
- CronAuthorizationConfiguration() - Constructor for class cronapi.plugin.CronAuthorizationConfiguration
- cronRestAuthenticationFilter() - Method in class cronapi.BpmConfiguration
D
- DATASOURCE_NAME - Static variable in class cronapi.support.Constants
- DATASOURCE_QUALIFIER - Static variable in class cronapi.support.Constants
- delegateTask(String, String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Delegates the task to another user.
- deleteAttachment(String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Delete an attachment
- deleteCandidateGroup(String, String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Convenience shorthand for
deleteGroupIdentityLink(String, String, String); with typeIdentityLinkType.CANDIDATE - deleteCandidateStarterGroup(String, String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Deprecated.Use authorization mechanism instead.
- deleteCandidateStarterUser(String, String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Deprecated.Use authorization mechanism instead.
- deleteCandidateUser(String, String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Convenience shorthand for
deleteUserIdentityLink(String, String, String); with typeIdentityLinkType.CANDIDATE - deleteDeployment(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Deletes the given deployment.
- deleteDeployment(String, boolean) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Deletes the given deployment and cascade deletion to process instances, history process instances and jobs.
- deleteDeployment(String, boolean, boolean) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Deletes the given deployment and cascade deletion to process instances, history process instances and jobs.
- deleteDeployment(String, boolean, boolean, boolean) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Deletes the given deployment and cascade deletion to process instances, history process instances and jobs.
- deleteDeploymentCascade(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Deprecated.use
WorkflowRepositoryOperations.deleteDeployment(String, boolean). This methods may be deleted from 5.3. - deleteGroupIdentityLink(String, String, String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Removes the association between a group and a task for the given identityLinkType.
- deleteHistoricBatch(String) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Deletes a historic batch instance.
- deleteHistoricCaseInstance(String) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Deletes historic case instance.
- deleteHistoricCaseInstancesBulk(List<String>) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Deletes historic case instances and all related historic data in bulk manner.
- deleteHistoricDecisionInstance(String) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Deprecated.Note that this method name is not expressive enough, because it is also possible to delete the historic decision instance by the instance id. Therefore use
WorkflowHistoryOperations.deleteHistoricDecisionInstanceByDefinitionId(java.lang.String)instead to delete the historic decision instance by the definition id. - deleteHistoricDecisionInstanceByDefinitionId(String) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Deletes historic decision instances of a decision definition.
- deleteHistoricDecisionInstanceByInstanceId(String) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Deletes historic decision instances by its id.
- deleteHistoricDecisionInstancesAsync(List<String>, String) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Deletes historic decision instances asynchronously based on a list of decision instances.
- deleteHistoricDecisionInstancesAsync(List<String>, HistoricDecisionInstanceQuery, String) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Deletes historic decision instances asynchronously based on query and a list of decision instances, whereby query result and list of ids will be merged.
- deleteHistoricDecisionInstancesAsync(HistoricDecisionInstanceQuery, String) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Deletes historic decision instances asynchronously based on query of decision instances.
- deleteHistoricDecisionInstancesBulk(List<String>) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Deletes decision instances and all related historic data in bulk manner.
- deleteHistoricProcessInstance(String) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Deletes historic process instance.
- deleteHistoricProcessInstances(List<String>) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Deletes historic process instances.
- deleteHistoricProcessInstancesAsync(List<String>, String) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Deletes historic process instances asynchronously.
- deleteHistoricProcessInstancesAsync(List<String>, HistoricProcessInstanceQuery, String) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Deletes historic process instances asynchronously based on query and a list of process instances.
- deleteHistoricProcessInstancesAsync(HistoricProcessInstanceQuery, String) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Deletes historic process instances asynchronously based on query.
- deleteHistoricProcessInstancesBulk(List<String>) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Deletes historic process instances and all related historic data in bulk manner.
- deleteHistoricTaskInstance(String) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Deletes historic task instance.
- deleteProcessDefinition(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Deletes the process definition which belongs to the given process definition id.
- deleteProcessDefinition(String, boolean) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Deletes the process definition which belongs to the given process definition id.
- deleteProcessDefinition(String, boolean, boolean) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Deletes the process definition which belongs to the given process definition id.
- deleteProcessDefinition(String, boolean, boolean, boolean) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Deletes the process definition which belongs to the given process definition id.
- deleteProcessDefinitions() - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Fluent builder to delete process definitions.
- deleteProcessInstance(String, String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Delete an existing runtime process instance.
- deleteProcessInstance(String, String, boolean, boolean, boolean, boolean) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Delete an existing runtime process instance.
- deleteProcessInstances(List<String>, String, boolean, boolean, boolean) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Delete existing runtime process instances.
- deleteProcessInstancesAsync(List<String>, ProcessInstanceQuery, String, boolean, boolean) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Delete an existing runtime process instances asynchronously using Batch operation.
- deleteTask(String, boolean) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Deletes the given task.
- deleteTaskAttachment(String, String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Delete an attachment to the given task id and attachment id
- deleteTasks(Collection<String>, boolean) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Deletes all tasks of the given collection.
- deleteUserIdentityLink(String, String, String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Removes the association between a user and a task for the given identityLinkType.
- deleteUserOperationLogEntry(String) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Deletes a user operation log entry.
F
- FILTER_MY_GROUP_TASKS - Static variable in class cronapi.support.Constants
- FILTER_MY_TASKS - Static variable in class cronapi.support.Constants
- FilterPlugin - Class in cronapi.plugin
- FilterPlugin() - Constructor for class cronapi.plugin.FilterPlugin
- findHistoryCleanupJob() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Deprecated.As of v. 7.9.0, because there can be more than one history cleanup job at once, use
WorkflowHistoryOperations.findHistoryCleanupJobs()instead. - findHistoryCleanupJobs() - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Finds history cleanup job if present.
G
- getActiveActivityIds(String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Finds the activity ids for all executions that are waiting in activities.
- getActivityInstance(String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Allows retrieving the activity instance tree for a given process instance.
- getAttachment(String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Retrieve a particular attachment
- getAttachmentContent(String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Retrieve stream content of a particular attachment
- getBpmnModelInstance(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Returns the
BpmnModelInstancefor the given processDefinitionId. - getCaseDefinition(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Returns the
CaseDefinition. - getCaseDiagram(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Gives access to a deployed case diagram, e.g., a PNG image, through a stream of bytes.
- getCaseModel(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Gives access to a deployed case model, e.g., a CMMN 1.0 XML file, through a stream of bytes.
- getCmmnModelInstance(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Returns the
CmmnModelInstancefor the given caseDefinitionId. - getDecisionDefinition(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Returns the
DecisionDefinition. - getDecisionDiagram(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Gives access to a deployed decision diagram, e.g., a PNG image, through a stream of bytes.
- getDecisionModel(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Gives access to a deployed decision model, e.g., a DMN 1.1 XML file, through a stream of bytes.
- getDecisionRequirementsDefinition(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Returns the
DecisionRequirementsDefinition. - getDecisionRequirementsDiagram(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Gives access to a deployed decision requirements diagram, e.g., a PNG image, through a stream of bytes.
- getDecisionRequirementsModel(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Gives access to a deployed decision requirements model, e.g., a DMN 1.1 XML file, through a stream of bytes.
- getDeployedStartForm(String) - Static method in class cronapi.workflow.WorkflowFormOperations
-
Retrieves a deployed start form for a process definition with a given id.
- getDeployedTaskForm(String) - Static method in class cronapi.workflow.WorkflowFormOperations
-
Retrieves a deployed task form for a task with a given id.
- getDeploymentResourceNames(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Retrieves a list of deployment resource names for the given deployment, ordered alphabetically.
- getDeploymentResources(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Retrieves a list of deployment resources for the given deployment, ordered alphabetically by name.
- getDmnModelInstance(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Returns the
DmnModelInstancefor the given decisionDefinitionId. - getHistoricExternalTaskLogErrorDetails(String) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Returns the full error details that occurs when the historic external task log with the given id was last executed.
- getHistoricJobLogExceptionStacktrace(String) - Static method in class cronapi.workflow.WorkflowHistoryOperations
-
Returns the full stacktrace of the exception that occurs when the historic job log with the given id was last executed.
- getIdentityLinksForProcessDefinition(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Deprecated.Use authorization mechanism instead.
- getIdentityLinksForTask(String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Retrieves the
IdentityLinks associated with the given task. - getProcessDefinition(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Returns the
ProcessDefinitionincluding all BPMN information like additional Properties (e.g. - getProcessDiagram(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Gives access to a deployed process diagram, e.g., a PNG image, through a stream of bytes.
- getProcessDiagramLayout(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Provides positions and dimensions of elements in a process diagram as provided by
RepositoryService.getProcessDiagram(String). - getProcessInstanceAttachments(String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
The list of attachments associated to a process instance
- getProcessInstanceComments(String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
The comments related to the given process instance.
- getProcessModel(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Gives access to a deployed process model, e.g., a BPMN 2.0 XML file, through a stream of bytes.
- getRenderedStartForm(String) - Static method in class cronapi.workflow.WorkflowFormOperations
-
Rendered form generated by the default build-in form engine for starting a new process instance.
- getRenderedStartForm(String, String) - Static method in class cronapi.workflow.WorkflowFormOperations
-
Rendered form generated by the given build-in form engine for starting a new process instance.
- getRenderedTaskForm(String) - Static method in class cronapi.workflow.WorkflowFormOperations
-
Rendered form generated by the default build-in form engine for completing a task.
- getRenderedTaskForm(String, String) - Static method in class cronapi.workflow.WorkflowFormOperations
-
Rendered form generated by the given build-in form engine for completing a task.
- getResourceAsStream(String, String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Gives access to a deployment resource through a stream of bytes.
- getResourceAsStreamById(String, String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Gives access to a deployment resource through a stream of bytes.
- getStartFormData(String) - Static method in class cronapi.workflow.WorkflowFormOperations
-
Retrieves all data necessary for rendering a form to start a new process instance.
- getStartFormKey(String) - Static method in class cronapi.workflow.WorkflowFormOperations
-
Retrieves a user defined reference to a start form.
- getStartFormVariables(String) - Static method in class cronapi.workflow.WorkflowFormOperations
-
Retrieves a list of all variables for rendering a start from.
- getStartFormVariables(String, Collection<String>, boolean) - Static method in class cronapi.workflow.WorkflowFormOperations
-
Retrieves a list of requested variables for rendering a start from.
- getSubTasks(String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
The list of subtasks for this parent task
- getTaskAttachment(String, String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Retrieve a particular attachment to the given task id and attachment id
- getTaskAttachmentContent(String, String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Retrieve stream content of a particular attachment to the given task id and attachment id
- getTaskAttachments(String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
The list of attachments associated to a task
- getTaskComment(String, String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Retrieve a particular task comment
- getTaskComments(String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
The comments related to the given task.
- getTaskFormData(String) - Static method in class cronapi.workflow.WorkflowFormOperations
-
Retrieves all data necessary for rendering a form to complete a task.
- getTaskFormKey(String, String) - Static method in class cronapi.workflow.WorkflowFormOperations
-
Retrieves a user defined reference to a task form.
- getTaskFormVariables(String) - Static method in class cronapi.workflow.WorkflowFormOperations
-
Retrieves a list of all variables for rendering a task form.
- getTaskFormVariables(String, Collection<String>, boolean) - Static method in class cronapi.workflow.WorkflowFormOperations
-
Retrieves a list of requested variables for rendering a task form.
- getVariable(String, String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
The variable value.
- getVariable(String, String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Get a variables and search in the task scope and if available also the execution scopes.
- getVariableLocal(String, String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
The variable value for an execution.
- getVariableLocal(String, String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Get a variables and only search in the task scope.
- getVariableLocalTyped(String, String, boolean) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Returns a
TypedValuefor the variable. - getVariableLocalTyped(String, String, boolean) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Get a variables and only search in the task scope.
- getVariables(String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
All variables visible from the given execution scope (including parent scopes).
- getVariables(String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Get all variables and search in the task scope and if available also the execution scopes.
- getVariables(String, Collection<String>) - Static method in class cronapi.workflow.WorkflowRunOperations
-
The variable values for all given variableNames, takes all variables into account which are visible from the given execution scope (including parent scopes).
- getVariables(String, Collection<String>) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Get values for all given variableNames
- getVariablesLocal(String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
All variable values that are defined in the execution scope, without taking outer scopes into account.
- getVariablesLocal(String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Get all variables and search only in the task scope.
- getVariablesLocal(String, Collection<String>) - Static method in class cronapi.workflow.WorkflowRunOperations
-
The variable values for the given variableNames only taking the given execution scope into account, not looking in outer scopes.
- getVariablesLocal(String, Collection<String>) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Get a variable on a task
- getVariablesLocalTyped(String, boolean) - Static method in class cronapi.workflow.WorkflowRunOperations
-
All variable values that are defined in the execution scope, without taking outer scopes into account.
- getVariablesLocalTyped(String, boolean) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Get all variables and search only in the task scope.
- getVariablesLocalTyped(String, Collection<String>, boolean) - Static method in class cronapi.workflow.WorkflowRunOperations
-
The variable values for the given variableNames only taking the given execution scope into account, not looking in outer scopes.
- getVariablesLocalTyped(String, Collection<String>, boolean) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Get values for all given variableName.
- getVariablesTyped(String, boolean) - Static method in class cronapi.workflow.WorkflowRunOperations
-
All variables visible from the given execution scope (including parent scopes).
- getVariablesTyped(String, boolean) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Get all variables and search in the task scope and if available also the execution scopes.
- getVariablesTyped(String, Collection<String>, boolean) - Static method in class cronapi.workflow.WorkflowRunOperations
-
The variable values for all given variableNames, takes all variables into account which are visible from the given execution scope (including parent scopes).
- getVariablesTyped(String, Collection<String>, boolean) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Get values for all given variableName
- getVariableTyped(String, String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Get a variables and search in the task scope and if available also the execution scopes.
- getVariableTyped(String, String, boolean) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Returns a
TypedValuefor the variable. - getVariableTyped(String, String, boolean) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Get a variables and search in the task scope and if available also the execution scopes.
I
- init() - Method in class cronapi.BpmConfiguration
M
- messageEventReceived(String, String, Map<String, Object>) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Notifies the process engine that a message event with the name 'messageName' has been received and has been correlated to an execution with id 'executionId'.
N
- newMigration(MigrationPlan) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Executes a migration plan for a given list of process instances.
- newTask(String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
create a new task with a user defined task id
P
- postProcessEngineBuild(ProcessEngine) - Method in class cronapi.plugin.FilterPlugin
- preInit(SpringProcessEngineConfiguration) - Method in class cronapi.plugin.CronAuthorizationConfiguration
- processEngineConfigurationImpl(List<ProcessEnginePlugin>) - Method in class cronapi.BpmConfiguration
R
- removeVariable(String, String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Removes a variable for an execution.
- removeVariable(String, String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Removes the variable from the task.
- removeVariableLocal(String, String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Removes a variable for an execution (not considering parent scopes).
- removeVariableLocal(String, String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Removes the variable from the task (not considering parent scopes).
- removeVariables(String, Collection<String>) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Removes variables for an execution.
- removeVariables(String, Collection<String>) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Removes all variables in the given collection from the task.
- removeVariablesLocal(String, Collection<String>) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Remove variables for an execution (not considering parent scopes).
- removeVariablesLocal(String, Collection<String>) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Removes all variables in the given collection from the task (not considering parent scopes).
- resolveIncident(String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Resolves and remove an incident
- resolveTask(String, Map<String, Object>) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Marks that the
assigneeis done with the taskdelegatedto her and that it can be sent back to theownerwith the provided variables. - restartProcessInstances(String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Restarts process instances that are completed or deleted with the initial or last set of variables.
S
- saveAttachment(Attachment) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Update the name and decription of an attachment
- saveTask(Task) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Saves the given task to the persistent data store.
- setAssignee(String, String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Changes the assignee of the given task to the given userId.
- setOwner(String, String) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Transfers ownership of this task to another user.
- setPriority(String, int) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Changes the priority of the task.
- setVariable(String, String, Object) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Update or create a variable for an execution.
- setVariable(String, String, Object) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Set variable on a task.
- setVariableLocal(String, String, Object) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Update or create a variable for an execution (not considering parent scopes).
- setVariableLocal(String, String, Object) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Set variable on a task.
- setVariables(String, Map<String, ?>) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Update or create given variables for an execution (including parent scopes).
- setVariables(String, Map<String, ?>) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Set variables on a task.
- setVariablesLocal(String, Map<String, ?>) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Update or create given variables for an execution (not considering parent scopes).
- setVariablesLocal(String, Map<String, ?>) - Static method in class cronapi.workflow.WorkflowTaskOperations
-
Set variables on a task.
- signal(String, String, Object, Map<String, Object>) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Sends an external trigger to an activity instance that is waiting inside the given execution.
- signalEventReceived(String, String, Map<String, Object>) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Notifies the process engine that a signal event of name 'signalName' has been received.
- startProcessInstanceById(String, String, String, Map<String, Object>) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Starts a new process instance in the exactly specified version of the process definition with the given id.
- startProcessInstanceByKey(String, String, String, Map<String, Object>) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Starts a new process instance in the latest version of the process definition with the given key.
- startProcessInstanceByMessage(String, String, Map<String, Object>) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Signals the process engine that a message is received and starts a new
ProcessInstance. - startProcessInstanceByMessageAndProcessDefinitionId(String, String, String, Map<String, Object>) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Signals the process engine that a message is received and starts a new
ProcessInstance. - submitStartForm(String, String, Map<String, Object>) - Static method in class cronapi.workflow.WorkflowFormOperations
-
Start a new process instance with the user data that was entered as properties in a start form.
- submitStartForm(String, Map<String, Object>) - Static method in class cronapi.workflow.WorkflowFormOperations
-
Start a new process instance with the user data that was entered as properties in a start form.
- submitStartFormData(String, String, Map<String, String>) - Static method in class cronapi.workflow.WorkflowFormOperations
-
Deprecated.
- submitStartFormData(String, Map<String, String>) - Static method in class cronapi.workflow.WorkflowFormOperations
-
Deprecated.
- submitTaskForm(String, Map<String, Object>) - Static method in class cronapi.workflow.WorkflowFormOperations
-
Completes a task with the user data that was entered as properties in a task form.
- submitTaskFormData(String, Map<String, String>) - Static method in class cronapi.workflow.WorkflowFormOperations
-
Deprecated.
- suspendProcessDefinitionById(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Suspends the process definition with the given id.
- suspendProcessDefinitionById(String, boolean, Date) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Suspends the process definition with the given id.
- suspendProcessDefinitionByKey(String) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Suspends the all process definitions with the given key (= id in the bpmn20.xml file).
- suspendProcessDefinitionByKey(String, boolean, Date) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Suspends the all process definitions with the given key (= id in the bpmn20.xml file).
- suspendProcessInstanceById(String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Suspends the process instance with the given id.
- suspendProcessInstanceByProcessDefinitionId(String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Suspends the process instances with the given process definition id.
- suspendProcessInstanceByProcessDefinitionKey(String) - Static method in class cronapi.workflow.WorkflowRunOperations
-
Suspends the process instances with the given process definition key.
U
- updateCaseDefinitionHistoryTimeToLive(String, Integer) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Updates time to live of case definition.
- updateDecisionDefinitionHistoryTimeToLive(String, Integer) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Updates time to live of decision definition.
- updateProcessDefinitionHistoryTimeToLive(String, Integer) - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Updates time to live of process definition.
- updateProcessDefinitionSuspensionState() - Static method in class cronapi.workflow.WorkflowRepositoryOperations
-
Activate or suspend process definitions using a fluent builder.
- updateProcessInstanceSuspensionState() - Static method in class cronapi.workflow.WorkflowRunOperations
-
Activate or suspend process instances using a fluent builder.
W
- WorkflowFormOperations - Class in cronapi.workflow
- WorkflowFormOperations() - Constructor for class cronapi.workflow.WorkflowFormOperations
- WorkflowHistoryOperations - Class in cronapi.workflow
- WorkflowHistoryOperations() - Constructor for class cronapi.workflow.WorkflowHistoryOperations
- WorkflowRepositoryOperations - Class in cronapi.workflow
- WorkflowRepositoryOperations() - Constructor for class cronapi.workflow.WorkflowRepositoryOperations
- WorkflowRunOperations - Class in cronapi.workflow
- WorkflowRunOperations() - Constructor for class cronapi.workflow.WorkflowRunOperations
- WorkflowTaskOperations - Class in cronapi.workflow
-
Serviço para operações dos Human Tasks do Bpmn ...
- WorkflowTaskOperations() - Constructor for class cronapi.workflow.WorkflowTaskOperations
All Classes All Packages