Modifier and Type | Method and Description |
---|---|
boolean |
BaseScopedObjectActionFilter.acceptsActionDefinition(Object scopedObject,
SecurityScope securityScope,
ActionDefinition actionDefinition,
ActionDefinitionModel actionDefinitionModel,
ActionInstance actionInstance) |
Modifier and Type | Field and Description |
---|---|
protected List<ActionInstance> |
ScopedObjectActionData.actionInstances |
Modifier and Type | Method and Description |
---|---|
ActionInstance |
ActionInstanceBuilder.start()
Start the action instance
|
Modifier and Type | Method and Description |
---|---|
List<ActionInstance> |
ActionRuntimeService.findActionInstancesForScopeIdAndSubScopeId(String scopeType,
String scopeId,
String subScopeId,
boolean includeDeletedFromCache) |
List<ActionInstance> |
ScopedObjectActionData.getActionInstances() |
Modifier and Type | Method and Description |
---|---|
boolean |
ScopedObjectActionFilter.acceptsActionDefinition(Object scopedObject,
SecurityScope securityScope,
ActionDefinition actionDefinition,
ActionDefinitionModel actionDefinitionModel,
ActionInstance actionInstance)
Check if the scoped object accepts the provided
actionDefinition with the provided actionDefinitionModel . |
ActionDefinition |
ScopedObjectActionData.getActionDefinitionForActionInstance(ActionInstance actionInstance) |
ActionDefinitionModel |
ScopedObjectActionData.getActionDefinitionModelForActionInstance(ActionInstance actionInstance) |
Modifier and Type | Method and Description |
---|---|
void |
ScopedObjectActionData.setActionInstances(List<ActionInstance> actionInstances) |
Modifier and Type | Method and Description |
---|---|
ActionInstance |
StartActionInstanceCmd.execute(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
List<ActionInstance> |
FindActionInstancesCmd.execute(CommandContext commandContext) |
protected List<ActionInstance> |
FindScopedActionDataCmd.getActionInstances(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected List<ActionDefinition> |
FindScopedActionDataCmd.getActionDefinitions(CommandContext commandContext,
List<ActionInstance> actionInstances) |
Modifier and Type | Interface and Description |
---|---|
interface |
ActionInstanceEntity |
Modifier and Type | Class and Description |
---|---|
class |
ActionInstanceEntityImpl |
Modifier and Type | Method and Description |
---|---|
List<ActionInstance> |
ActionInstanceEntityManagerImpl.findActionInstancesByQueryCriteria(ActionInstanceQueryImpl actionInstanceQuery) |
List<ActionInstance> |
ActionInstanceEntityManager.findActionInstancesByQueryCriteria(ActionInstanceQueryImpl actionInstanceQuery) |
List<ActionInstance> |
ActionInstanceEntityManagerImpl.findActionInstancesForScopeIdAndSubScopeId(String scopeType,
String scopeId,
String subScopeId,
boolean includeDeletedFromCache) |
List<ActionInstance> |
ActionInstanceEntityManager.findActionInstancesForScopeIdAndSubScopeId(String scopeType,
String scopeId,
String subScopeId,
boolean includeDeletedFromCache) |
Modifier and Type | Method and Description |
---|---|
List<ActionInstance> |
ActionInstanceDataManager.findActionInstancesByQueryCriteria(ActionInstanceQueryImpl actionInstanceQuery) |
List<ActionInstance> |
ActionInstanceDataManager.findActionInstancesForScopeIdAndSubScopeId(String scopeType,
String scopeId,
String subScopeId) |
List<ActionInstance> |
ActionInstanceDataManager.findActionInstancesForScopeIdAndSubScopeId(String scopeType,
String scopeId,
String subScopeId,
boolean includeDeletedInCache)
Special method that also returns those in the cache that are deleted.
|
Modifier and Type | Method and Description |
---|---|
List<ActionInstance> |
MybatisActionInstanceDataManager.findActionInstancesByQueryCriteria(ActionInstanceQueryImpl actionInstanceQuery) |
List<ActionInstance> |
MybatisActionInstanceDataManager.findActionInstancesForScopeIdAndSubScopeId(String scopeType,
String scopeId,
String subScopeId) |
List<ActionInstance> |
MybatisActionInstanceDataManager.findActionInstancesForScopeIdAndSubScopeId(String scopeType,
String scopeId,
String subScopeId,
boolean includeDeletedInCache) |
Modifier and Type | Method and Description |
---|---|
ActionInstance |
ActionInstanceBuilderImpl.start() |
ActionInstance |
ActionRuntimeServiceImpl.startActionInstance(ActionInstanceBuilderImpl actionInstanceBuilder) |
Modifier and Type | Method and Description |
---|---|
List<ActionInstance> |
ActionInstanceQueryImpl.executeList(CommandContext commandContext) |
List<ActionInstance> |
ActionRuntimeServiceImpl.findActionInstancesForScopeIdAndSubScopeId(String scopeType,
String scopeId,
String subScopeId,
boolean includeDeletedFromCache) |
Modifier and Type | Method and Description |
---|---|
protected ActionInstance |
BpmnPlatformExposeCreateTaskListener.processExposeAsMessageItems(List<ExtensionElement> exposeMessageElements,
DelegateTask delegateTask,
ActionInstance actionInstance,
UserTask userTask) |
protected ActionInstance |
CmmnPlatformExposeCreateTaskListener.processExposeAsMessageItems(List<ExtensionElement> exposeMessageElements,
TaskEntity taskEntity,
ActionInstance actionInstance,
HumanTask humanTask) |
protected ActionInstance |
BpmnPlatformExposeCreateTaskListener.processExposeToObjectElements(List<ExtensionElement> exposeObjectElements,
DelegateTask delegateTask,
UserTask userTask) |
protected ActionInstance |
CmmnPlatformExposeCreateTaskListener.processExposeToObjectElements(List<ExtensionElement> exposeObjectElements,
TaskEntity taskEntity,
HumanTask humanTask) |
Modifier and Type | Method and Description |
---|---|
protected ActionInstance |
BpmnPlatformExposeCreateTaskListener.processExposeAsMessageItems(List<ExtensionElement> exposeMessageElements,
DelegateTask delegateTask,
ActionInstance actionInstance,
UserTask userTask) |
protected ActionInstance |
CmmnPlatformExposeCreateTaskListener.processExposeAsMessageItems(List<ExtensionElement> exposeMessageElements,
TaskEntity taskEntity,
ActionInstance actionInstance,
HumanTask humanTask) |
protected void |
AbstractPlanItemInstanceLifecycleListener.processTranslationValues(String translationExtensionElement,
Map<String,List<ExtensionElement>> extensionElements,
ActionInstance actionInstance,
DelegatePlanItemInstance planItemInstance) |
Modifier and Type | Method and Description |
---|---|
protected ActionInstance |
AbstractCaseReactivationActionLifecycleListener.createActionInstance(ReactivateEventListener reactivateEventListener,
CaseInstance caseInstance,
CaseDefinition caseDefinition) |