- get() - Method in class org.jbpm.services.api.query.model.QueryParam.Builder
-
- get() - Static method in class org.jbpm.services.api.query.QueryMapperRegistry
-
Returns instance of the registry that is already populated with known mappers.
- get() - Static method in class org.jbpm.services.api.service.ServiceRegistry
-
Returns single instance of the registry used to register and retrieve services.
- getActivationTime() - Method in interface org.jbpm.services.api.admin.TimerInstance
-
Returns date when the timer was activated/created
- getActivationTime() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
-
- getActiveNodeInstances(long) - Method in interface org.jbpm.services.api.admin.ProcessInstanceAdminService
-
Returns all active node instances in given process instance;
- getActiveTasks() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
-
- getActualOwner() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
-
- getAllAdminAuditTask(String, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Get a list of tasks admin audit (user in businessAdministrators) logs for the user provides applying the query filter
listed statuses.
- getAllAuditTask(String, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Get a list of tasks audit logs for the user provides applying the query filter
listed statuses.
- getAllAuditTaskByStatus(String, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Get a list of all active tasks audit logs for the user provides applying the query filter
listed statuses.
- getAllGroupAuditTask(String, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Get a list of group tasks (actualOwner == null) audit logs for the user provides applying the query filter
listed statuses.
- getAssociatedEntities(String, String) - Method in interface org.jbpm.services.api.DefinitionService
-
Returns all organizational entities identifiers involved in the process - like users and groups.
- getAssociatedEntities() - Method in interface org.jbpm.services.api.model.ProcessDefinition
-
- getAssociatedEntities() - Method in interface org.jbpm.services.api.model.UserTaskDefinition
-
- getAttachmentById(Long, Long) - Method in interface org.jbpm.services.api.UserTaskService
-
Get attachment by identifier
- getAttachmentById(String, Long, Long) - Method in interface org.jbpm.services.api.UserTaskService
-
Get attachment by identifier
- getAttachmentContentById(Long, Long) - Method in interface org.jbpm.services.api.UserTaskService
-
Get attachment's content by identifier
- getAttachmentContentById(String, Long, Long) - Method in interface org.jbpm.services.api.UserTaskService
-
Get attachment's content by identifier
- getAttachmentsByTaskId(Long) - Method in interface org.jbpm.services.api.UserTaskService
-
Get attachments for a task
- getAttachmentsByTaskId(String, Long) - Method in interface org.jbpm.services.api.UserTaskService
-
Get attachments for a task
- getAvailableSignals(Long) - Method in interface org.jbpm.services.api.ProcessService
-
Returns all signals available in current state of given process instance
- getAvailableSignals(String, Long) - Method in interface org.jbpm.services.api.ProcessService
-
Returns all signals available in current state of given process instance
- getBuilder() - Static method in class org.jbpm.services.api.query.model.QueryParam
-
- getBusinessAdministrators() - Method in interface org.jbpm.services.api.admin.TaskNotification
-
Returns list of business admins that notification will be sent to
- getColumn() - Method in class org.jbpm.services.api.query.model.QueryParam
-
- getColumns() - Method in interface org.jbpm.services.api.query.model.QueryDefinition
-
Returns resolved columns types once the query was successfully registered.
- getComment() - Method in interface org.jbpm.services.api.model.UserTaskDefinition
-
- getCommentById(Long, Long) - Method in interface org.jbpm.services.api.UserTaskService
-
Get comment by identifier
- getCommentById(String, Long, Long) - Method in interface org.jbpm.services.api.UserTaskService
-
Get comment by identifier
- getCommentsByTaskId(Long) - Method in interface org.jbpm.services.api.UserTaskService
-
Get comments for a task
- getCommentsByTaskId(String, Long) - Method in interface org.jbpm.services.api.UserTaskService
-
Get comments for a task
- getConnection() - Method in interface org.jbpm.services.api.model.NodeInstanceDesc
-
- getContent() - Method in interface org.jbpm.services.api.admin.TaskNotification
-
Returns the content for this notification
- getCorrelationKey() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
-
- getCorrelationKey() - Method in interface org.jbpm.services.api.model.UserTaskInstanceWithPotOwnerDesc
-
- getCreatedBy() - Method in interface org.jbpm.services.api.model.UserTaskDefinition
-
- getCreatedBy() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
-
- getCreatedOn() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
-
- getDataTimeStamp() - Method in interface org.jbpm.services.api.model.NodeInstanceDesc
-
- getDataTimeStamp() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
-
- getDataTimeStamp() - Method in interface org.jbpm.services.api.model.VariableDesc
-
- getDate() - Method in interface org.jbpm.services.api.admin.TaskNotification
-
Returns date that the notification is schedule to happen
- getDate() - Method in interface org.jbpm.services.api.admin.TaskReassignment
-
Returns date that the reassignment is schedule to happen
- getDelay() - Method in interface org.jbpm.services.api.admin.TimerInstance
-
Returns delay that comes from definition
- getDeployedAssetLocation(String) - Method in interface org.jbpm.services.api.model.DeployedUnit
-
- getDeployedAssets() - Method in interface org.jbpm.services.api.model.DeployedUnit
-
- getDeployedClasses() - Method in interface org.jbpm.services.api.model.DeployedUnit
-
- getDeployedUnit() - Method in class org.jbpm.services.api.DeploymentEvent
-
- getDeployedUnit(String) - Method in interface org.jbpm.services.api.DeploymentService
-
Returns DeployedUnit
instance for given deployment id if exists
- getDeployedUnits() - Method in interface org.jbpm.services.api.DeploymentService
-
Returns all (currently) deployed units.
- getDeploymentId() - Method in class org.jbpm.services.api.DeploymentEvent
-
- getDeploymentId() - Method in interface org.jbpm.services.api.model.NodeInstanceDesc
-
- getDeploymentId() - Method in interface org.jbpm.services.api.model.ProcessDefinition
-
- getDeploymentId() - Method in interface org.jbpm.services.api.model.ProcessDesc
-
- getDeploymentId() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
-
- getDeploymentId() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
-
- getDeploymentId() - Method in interface org.jbpm.services.api.model.VariableDesc
-
- getDeploymentUnit() - Method in interface org.jbpm.services.api.model.DeployedUnit
-
- getDescription() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
-
- getDueDate() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
-
- getEncodedProcessSource() - Method in interface org.jbpm.services.api.model.ProcessDesc
-
- getEndDate() - Method in interface org.jbpm.services.api.admin.MigrationReport
-
Timestamp representing end time of the migration
- getEntries() - Method in interface org.jbpm.services.api.admin.MigrationReport
-
Returns complete list of migration entries (steps performed) with details about them
- getError(String) - Method in interface org.jbpm.services.api.admin.ProcessInstanceAdminService
-
Returns execution error identified by given error id
- getError(String) - Method in interface org.jbpm.services.api.admin.UserTaskAdminService
-
Returns execution error identified by given error id
- getErrors(boolean, QueryContext) - Method in interface org.jbpm.services.api.admin.ProcessInstanceAdminService
-
Returns all execution errors regardless of their type
- getErrors(boolean, QueryContext) - Method in interface org.jbpm.services.api.admin.UserTaskAdminService
-
Returns execution errors that are classified as task type errors
- getErrorsByDeploymentId(String, boolean, QueryContext) - Method in interface org.jbpm.services.api.admin.ProcessInstanceAdminService
-
Returns all execution errors for a given deployment regardless of their type
- getErrorsByProcessId(String, String, boolean, QueryContext) - Method in interface org.jbpm.services.api.admin.ProcessInstanceAdminService
-
Returns execution errors for given process id and deployment id
- getErrorsByProcessInstanceId(long, boolean, QueryContext) - Method in interface org.jbpm.services.api.admin.ProcessInstanceAdminService
-
Returns execution errors for given process instance id
- getErrorsByProcessInstanceId(long, String, boolean, QueryContext) - Method in interface org.jbpm.services.api.admin.ProcessInstanceAdminService
-
Returns execution errors for given process instance id and node
- getErrorsByTaskId(long, boolean, QueryContext) - Method in interface org.jbpm.services.api.admin.UserTaskAdminService
-
Returns execution errors for given task id
- getErrorsByTaskName(String, boolean, QueryContext) - Method in interface org.jbpm.services.api.admin.UserTaskAdminService
-
Returns execution errors for given task name
- getErrorsByTaskName(String, String, boolean, QueryContext) - Method in interface org.jbpm.services.api.admin.UserTaskAdminService
-
Returns execution errors for given task name and process id
- getErrorsByTaskName(String, String, String, boolean, QueryContext) - Method in interface org.jbpm.services.api.admin.UserTaskAdminService
-
Returns execution errors for given task name, process id and deployment id
- getExpression() - Method in interface org.jbpm.services.api.query.model.QueryDefinition
-
Returns expression used to collect/fetch data as part of the query
- getFormName() - Method in interface org.jbpm.services.api.model.UserTaskDefinition
-
- getFormName() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
-
- getForms() - Method in interface org.jbpm.services.api.model.ProcessDesc
-
- getGlobals() - Method in interface org.jbpm.services.api.model.ProcessDefinition
-
- getId() - Method in interface org.jbpm.services.api.admin.TaskNotification
-
Returns unique id of the task notification
- getId() - Method in interface org.jbpm.services.api.admin.TaskReassignment
-
Returns unique id of the task reassignment
- getId() - Method in interface org.jbpm.services.api.model.DeployedAsset
-
- getId() - Method in interface org.jbpm.services.api.model.NodeInstanceDesc
-
- getId() - Method in interface org.jbpm.services.api.model.ProcessDefinition
-
- getId() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
-
- getId() - Method in interface org.jbpm.services.api.model.UserTaskDefinition
-
- getIdentifier() - Method in interface org.jbpm.services.api.model.DeploymentUnit
-
- getInitiator() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
-
- getInputdata() - Method in interface org.jbpm.services.api.model.UserTaskInstanceWithPotOwnerDesc
-
- getJavaClasses(String, String) - Method in interface org.jbpm.services.api.DefinitionService
-
Returns a list of all referenced java classes defined in the given process.
- getKnowledgeType() - Method in interface org.jbpm.services.api.model.DeployedAsset
-
- getLastFireTime() - Method in interface org.jbpm.services.api.admin.TimerInstance
-
Returns date when the timer was fired last time, can be null
- getLastModificationDate() - Method in interface org.jbpm.services.api.model.ProcessInstanceCustomDesc
-
- getLastModificationDate() - Method in interface org.jbpm.services.api.model.UserTaskInstanceWithPotOwnerDesc
-
- getLastModificationUser() - Method in interface org.jbpm.services.api.model.UserTaskInstanceWithPotOwnerDesc
-
- getListeners() - Method in interface org.jbpm.services.api.ListenerSupport
-
- getMessage() - Method in interface org.jbpm.services.api.admin.MigrationEntry
-
Returns actual message of the entry
- getName() - Method in interface org.jbpm.services.api.admin.TaskNotification
-
Returns optional name of the notification
- getName() - Method in interface org.jbpm.services.api.admin.TaskReassignment
-
Returns optional name of the reassignment
- getName() - Method in interface org.jbpm.services.api.model.DeployedAsset
-
- getName() - Method in interface org.jbpm.services.api.model.NodeInstanceDesc
-
- getName() - Method in interface org.jbpm.services.api.model.ProcessDefinition
-
- getName() - Method in interface org.jbpm.services.api.model.UserTaskDefinition
-
- getName() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
-
- getName() - Method in interface org.jbpm.services.api.query.model.QueryDefinition
-
Return unique name of this query
- getName() - Method in class org.jbpm.services.api.query.NamedQueryMapper
-
- getName() - Method in interface org.jbpm.services.api.query.QueryResultMapper
-
Returns unique name of this query result mapper implementation
- getNamespace() - Method in interface org.jbpm.services.api.model.ProcessDesc
-
- getNewValue() - Method in interface org.jbpm.services.api.model.VariableDesc
-
- getNextFireTime() - Method in interface org.jbpm.services.api.admin.TimerInstance
-
Returns next date when the timer is expected to fire
- getNodeContainerId() - Method in interface org.jbpm.services.api.model.NodeInstanceDesc
-
- getNodeId() - Method in interface org.jbpm.services.api.admin.ProcessNode
-
Returns unique id of the node
- getNodeId() - Method in interface org.jbpm.services.api.model.NodeInstanceDesc
-
- getNodeInstanceForWorkItem(Long) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns active node instance descriptor for given work item id, if exists.
- getNodeInstancesByCorrelationKeyNodeType(CorrelationKey, List<Integer>, List<String>, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns trace of all nodes for a given node types and correlation key
- getNodeInstancesByNodeType(long, List<String>, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns trace of all nodes for a given node types and process instance id
- getNodeName() - Method in interface org.jbpm.services.api.admin.ProcessNode
-
Returns name of the node
- getNodeType() - Method in interface org.jbpm.services.api.admin.ProcessNode
-
Returns type of the node
- getNodeType() - Method in interface org.jbpm.services.api.model.NodeInstanceDesc
-
- getOldValue() - Method in interface org.jbpm.services.api.model.VariableDesc
-
- getOperator() - Method in class org.jbpm.services.api.query.model.QueryParam
-
- getOriginalPath() - Method in interface org.jbpm.services.api.model.DeployedAsset
-
- getOutputdata() - Method in interface org.jbpm.services.api.model.UserTaskInstanceWithPotOwnerDesc
-
- getPackageName() - Method in interface org.jbpm.services.api.model.ProcessDefinition
-
- getPackageName() - Method in interface org.jbpm.services.api.model.ProcessDesc
-
- getParentId() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
-
- getPeriod() - Method in interface org.jbpm.services.api.admin.TimerInstance
-
Returns period that comes from definition - only for repeatable timers
- getPotentialOwners() - Method in interface org.jbpm.services.api.admin.TaskReassignment
-
Returns list of potential owners to be set after reassignment
- getPotentialOwners() - Method in interface org.jbpm.services.api.model.UserTaskInstanceWithPotOwnerDesc
-
- getPriority() - Method in interface org.jbpm.services.api.model.UserTaskDefinition
-
- getPriority() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
-
- getProcessById(String) - Method in interface org.jbpm.services.api.RuntimeDataService
-
- getProcessDefinition(String, String) - Method in interface org.jbpm.services.api.DefinitionService
-
Returns previously built ProcessDefinition
.
- getProcesses(QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns all process definitions available
- getProcessesByDeploymentId(String, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns list of process definitions for given deployment id
- getProcessesByDeploymentIdProcessId(String, String) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns process definition for given deployment and process identifiers
- getProcessesByFilter(String, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns list of process definitions that match the given filter
- getProcessesById(String) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns process definitions for given process id regardless of the deployment
- getProcessId() - Method in interface org.jbpm.services.api.admin.ProcessNode
-
Returns process id node belongs to
- getProcessId() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
-
- getProcessId() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
-
- getProcessIds(String, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns list of process definition identifiers for given deployment id
- getProcessInstance(Long) - Method in interface org.jbpm.services.api.ProcessService
-
Returns process instance information.
- getProcessInstance(String, Long) - Method in interface org.jbpm.services.api.ProcessService
-
Returns process instance information.
- getProcessInstance(CorrelationKey) - Method in interface org.jbpm.services.api.ProcessService
-
Returns process instance information.
- getProcessInstance(String, CorrelationKey) - Method in interface org.jbpm.services.api.ProcessService
-
Returns process instance information.
- getProcessInstanceByCorrelationKey(CorrelationKey) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns active process instance description found for given correlation key if found otherwise null.
- getProcessInstanceById(long) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns process instance descriptions found for given processInstanceId if found otherwise null.
- getProcessInstanceDescription() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
-
- getProcessInstanceDescription() - Method in interface org.jbpm.services.api.model.UserTaskInstanceWithPotOwnerDesc
-
- getProcessInstanceFullHistory(long, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns complete trace of all executed (completed) and active nodes for given process instance id
- getProcessInstanceFullHistoryByType(long, RuntimeDataService.EntryType, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns complete trace of all events of given type (START or END) for given process instance.
- getProcessInstanceHistoryActive(long, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns trace of all active nodes for given process instance id
- getProcessInstanceHistoryCompleted(long, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns trace of all executed (completed) for given process instance id
- getProcessInstanceId() - Method in interface org.jbpm.services.api.admin.MigrationReport
-
Returns process instance id that was migrated
- getProcessInstanceId() - Method in interface org.jbpm.services.api.admin.TimerInstance
-
Returns process instance id that timer belongs to
- getProcessInstanceId() - Method in interface org.jbpm.services.api.model.NodeInstanceDesc
-
- getProcessInstanceId() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
-
- getProcessInstanceId() - Method in interface org.jbpm.services.api.model.VariableDesc
-
- getProcessInstances(QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns list of process instance descriptions
- getProcessInstances(List<Integer>, String, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns list of process instance descriptions found with given statuses and initiated by initiator
.
- getProcessInstancesByCorrelationKey(CorrelationKey, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns process instances descriptions (regardless of their states) found for given correlation key if found otherwise empty list.
- getProcessInstancesByCorrelationKeyAndStatus(CorrelationKey, List<Integer>, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns process instances descriptions filtered by their states found for given correlation key if found otherwise empty list.
- getProcessInstancesByDeploymentId(String, List<Integer>, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns list of process instance descriptions found for given deployment id and statuses.
- getProcessInstancesByParent(Long, List<Integer>, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns list of process instance descriptions
- getProcessInstancesByProcessDefinition(String, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns list of process instance descriptions found for given process definition id
- getProcessInstancesByProcessDefinition(String, List<Integer>, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns list of process instance descriptions found for given process definition id
- getProcessInstancesByProcessId(List<Integer>, String, String, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns list of process instance descriptions found for given process id and statuses and initiated by initiator
- getProcessInstancesByProcessName(List<Integer>, String, String, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
- getProcessInstancesByVariable(String, List<Integer>, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns process instance descriptions found for process instance that have defined given variable
- getProcessInstancesByVariableAndValue(String, String, List<Integer>, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns process instance descriptions found for process instance that have defined given variable and its value matches given variableValue
- getProcessInstanceVariable(Long, String) - Method in interface org.jbpm.services.api.ProcessService
-
Gets a process instance's variable.
- getProcessInstanceVariable(String, Long, String) - Method in interface org.jbpm.services.api.ProcessService
-
Gets a process instance's variable.
- getProcessInstanceVariables(Long) - Method in interface org.jbpm.services.api.ProcessService
-
Gets a process instance's variable values.
- getProcessInstanceVariables(String, Long) - Method in interface org.jbpm.services.api.ProcessService
-
Gets a process instance's variable values.
- getProcessName() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
-
- getProcessNodes(long) - Method in interface org.jbpm.services.api.admin.ProcessInstanceAdminService
-
Returns all process nodes found in given process instance.
- getProcessVariables(String, String) - Method in interface org.jbpm.services.api.DefinitionService
-
Returns all process variables defined in the given process where:
key in the map is name of the process variable
value in the map is type of the process variable
NOTE: This method assumes process has already been built by invoking buildProcessDefinition
method
- getProcessVariables() - Method in interface org.jbpm.services.api.model.ProcessDefinition
-
- getProcessVersion() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
-
- getQueries(QueryContext) - Method in interface org.jbpm.services.api.query.QueryService
-
Returns list of query definitions registered in the system
- getQuery(String) - Method in interface org.jbpm.services.api.query.QueryService
-
Returns query definition details that is registered under given uniqueQueryName
- getRecipients() - Method in interface org.jbpm.services.api.admin.TaskNotification
-
Returns list of recipients that notification will be sent to
- getReferencedRules() - Method in interface org.jbpm.services.api.model.ProcessDefinition
-
- getReferenceId() - Method in interface org.jbpm.services.api.model.NodeInstanceDesc
-
- getRepeatLimit() - Method in interface org.jbpm.services.api.admin.TimerInstance
-
Returns repeat limit that comes from definition - only for repeatable timers
- getReusableSubProcesses(String, String) - Method in interface org.jbpm.services.api.DefinitionService
-
Returns collection of process identifiers of reusable processes used by given process.
- getReusableSubProcesses() - Method in interface org.jbpm.services.api.model.ProcessDefinition
-
- getRoles() - Method in interface org.jbpm.services.api.model.ProcessDesc
-
- getRuleSets(String, String) - Method in interface org.jbpm.services.api.DefinitionService
-
Returns a list of all referenced rules used in the given process.
- getRuntimeManager(String) - Method in interface org.jbpm.services.api.DeploymentService
-
Returns RuntimeManager
instance dedicated to deployment unit identified by given id
- getRuntimeManager() - Method in interface org.jbpm.services.api.model.DeployedUnit
-
- getServiceTasks(String, String) - Method in interface org.jbpm.services.api.DefinitionService
-
Returns service (domain specific) tasks defined in the process where:
key in the map is name of the task node
value in the map is name of the domain specific service (name that handler should be registered with)
NOTE: This method assumes process has already been built by invoking buildProcessDefinition
method
- getServiceTasks() - Method in interface org.jbpm.services.api.model.ProcessDefinition
-
- getSessionId() - Method in interface org.jbpm.services.api.admin.TimerInstance
-
Returns session id that was used to create the timer
- getSignals() - Method in interface org.jbpm.services.api.model.ProcessDefinition
-
- getSlaCompliance() - Method in interface org.jbpm.services.api.model.NodeInstanceDesc
-
- getSlaCompliance() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
-
- getSlaDueDate() - Method in interface org.jbpm.services.api.model.NodeInstanceDesc
-
- getSlaDueDate() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
-
- getSource() - Method in interface org.jbpm.services.api.query.model.QueryDefinition
-
Returns source location of this query
Depends on exact type of the query definition (e.g. data base location - data source name)
- getStartDate() - Method in interface org.jbpm.services.api.admin.MigrationReport
-
Timestamp representing start time of the migration
- getState() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
-
- getStatus() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
-
- getStrategy() - Method in interface org.jbpm.services.api.model.DeploymentUnit
-
- getSubject() - Method in interface org.jbpm.services.api.admin.TaskNotification
-
Returns the subject line for this notification
- getSubject() - Method in interface org.jbpm.services.api.model.UserTaskInstanceWithPotOwnerDesc
-
- getTarget() - Method in interface org.jbpm.services.api.query.model.QueryDefinition
-
Returns target of this query definition
- getTask(Long) - Method in interface org.jbpm.services.api.UserTaskService
-
Returns task instance
- getTask(String, Long) - Method in interface org.jbpm.services.api.UserTaskService
-
Returns task instance
- getTaskById(Long) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Return a task by its taskId.
- getTaskByWorkItemId(Long) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Return a task by its workItemId.
- getTaskEvents(long, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Gets a list of task events for given task
- getTaskId() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
-
- getTaskInputContentByTaskId(Long) - Method in interface org.jbpm.services.api.UserTaskService
-
Returns task input data of a task
- getTaskInputContentByTaskId(String, Long) - Method in interface org.jbpm.services.api.UserTaskService
-
Returns task input data of a task
- getTaskInputMappings(String, String, String) - Method in interface org.jbpm.services.api.DefinitionService
-
Returns map of data input defined for given user task
key in the map is identifier of dataInput
value in the map is name dataInput
NOTE: This method assumes process has already been built by invoking buildProcessDefinition
method
- getTaskInputMappings() - Method in interface org.jbpm.services.api.model.UserTaskDefinition
-
- getTaskNotifications(long, boolean) - Method in interface org.jbpm.services.api.admin.UserTaskAdminService
-
Returns task notifications scheduled for given task
- getTaskNotifications(String, long, boolean) - Method in interface org.jbpm.services.api.admin.UserTaskAdminService
-
Returns task notifications scheduled for given task
- getTaskOutputContentByTaskId(Long) - Method in interface org.jbpm.services.api.UserTaskService
-
Returns task output data currently stored, might be null of no data is stored
- getTaskOutputContentByTaskId(String, Long) - Method in interface org.jbpm.services.api.UserTaskService
-
Returns task output data currently stored, might be null of no data is stored
- getTaskOutputMappings(String, String, String) - Method in interface org.jbpm.services.api.DefinitionService
-
Returns map of data output defined for given user task
key in the map is identifier of dataOutput
value in the map is name dataOutput
NOTE: This method assumes process has already been built by invoking buildProcessDefinition
method
- getTaskOutputMappings() - Method in interface org.jbpm.services.api.model.UserTaskDefinition
-
- getTaskReassignments(long, boolean) - Method in interface org.jbpm.services.api.admin.UserTaskAdminService
-
Returns task reassignments scheduled for given task
- getTaskReassignments(String, long, boolean) - Method in interface org.jbpm.services.api.admin.UserTaskAdminService
-
Returns task reassignments scheduled for given task
- getTasksAssignedAsBusinessAdministrator(String, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Return a list of assigned tasks as a Business Administrator.
- getTasksAssignedAsBusinessAdministratorByStatus(String, List<Status>, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Return a list of assigned tasks as a Business Administrator for with one of the listed
statuses
- getTasksAssignedAsPotentialOwner(String, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Return a list of tasks the user is eligible for.
- getTasksAssignedAsPotentialOwner(String, List<String>, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Return a list of tasks the user or groups are eligible for.
- getTasksAssignedAsPotentialOwner(String, List<String>, List<Status>, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Return a list of tasks the user or groups are eligible for with one of the listed
statuses.
- getTasksAssignedAsPotentialOwnerByExpirationDateOptional(String, List<Status>, Date, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Return a list of tasks the user is eligible for with one of the listed
statuses and expiration date starting at from
.
- getTasksAssignedAsPotentialOwnerByStatus(String, List<Status>, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Return a list of tasks the user is eligible for with one of the listed
statuses.
- getTasksByProcessInstanceId(Long) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Get a list of tasks the Process Instance is waiting on.
- getTasksByStatusByProcessInstanceId(Long, List<Status>, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Get a list of tasks the Process Instance is waiting on with one of the
listed statuses.
- getTasksByVariable(String, String, List<Status>, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Gets a list of TaskSummary
instances for the given arguments
- getTasksByVariableAndValue(String, String, String, List<Status>, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Gets a list of TaskSummary
instances for the given arguments
- getTasksDefinitions(String, String) - Method in interface org.jbpm.services.api.DefinitionService
-
Returns all user task definitions defined in given process
NOTE: This method assumes process has already been built by invoking buildProcessDefinition
method
- getTasksOwned(String, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Return a list of tasks the user has claimed.
- getTasksOwnedByExpirationDateOptional(String, List<Status>, Date, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Return a list of tasks the user has claimed with one of the listed
statuses and expiration date starting at from
.
- getTasksOwnedByStatus(String, List<Status>, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Return a list of tasks the user has claimed with one of the listed
statuses.
- getTimerId() - Method in interface org.jbpm.services.api.admin.TimerInstance
-
Returns unique id of the timer
- getTimerInstances(long) - Method in interface org.jbpm.services.api.admin.ProcessInstanceAdminService
-
Returns active timers for given process instance.
- getTimerName() - Method in interface org.jbpm.services.api.admin.TimerInstance
-
Returns name of the timer - taken from timer node in the process
- getTimestamp() - Method in interface org.jbpm.services.api.admin.MigrationEntry
-
Return timestamp of the entry - when it was created
- getType() - Method in interface org.jbpm.services.api.admin.MigrationEntry
-
Returns type of the entry - INFO, WARN, ERROR
- getType() - Method in interface org.jbpm.services.api.model.ProcessDefinition
-
- getType() - Method in class org.jbpm.services.api.query.NamedQueryMapper
-
- getType() - Method in interface org.jbpm.services.api.query.QueryResultMapper
-
Returns type of the data produced by this mapper.
- getValue() - Method in class org.jbpm.services.api.query.model.QueryParam
-
- getValue() - Method in enum org.jbpm.services.api.RuntimeDataService.EntryType
-
- getVariableHistory(long, String, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns collection of changes to given variable within scope of process instance
- getVariableId() - Method in interface org.jbpm.services.api.model.VariableDesc
-
- getVariableInstanceId() - Method in interface org.jbpm.services.api.model.VariableDesc
-
- getVariables() - Method in interface org.jbpm.services.api.model.ProcessInstanceWithVarsDesc
-
- getVariables() - Method in interface org.jbpm.services.api.model.UserTaskInstanceWithVarsDesc
-
- getVariablesCurrentState(long) - Method in interface org.jbpm.services.api.RuntimeDataService
-
Returns collections of all process variables current value for given process instance
- getVersion() - Method in interface org.jbpm.services.api.model.DeployedAsset
-
- getVersion() - Method in interface org.jbpm.services.api.model.ProcessDefinition
-
- getWorkItem(Long) - Method in interface org.jbpm.services.api.ProcessService
-
Returns the specified workItem
- getWorkItem(String, Long, Long) - Method in interface org.jbpm.services.api.ProcessService
-
Returns the specified workItem
- getWorkItemByProcessInstance(Long) - Method in interface org.jbpm.services.api.ProcessService
-
Returns active work items by process instance id.
- getWorkItemByProcessInstance(String, Long) - Method in interface org.jbpm.services.api.ProcessService
-
Returns active work items by process instance id.
- getWorkItemId() - Method in interface org.jbpm.services.api.model.NodeInstanceDesc
-
- greaterOrEqualTo(String, Comparable<?>) - Static method in class org.jbpm.services.api.query.model.QueryParam
-
- greaterThan(String, Comparable<?>) - Static method in class org.jbpm.services.api.query.model.QueryParam
-
- groupBy(String) - Static method in class org.jbpm.services.api.query.model.QueryParam
-
- groupBy(String, String, int) - Static method in class org.jbpm.services.api.query.model.QueryParam
-