Package | Description |
---|---|
com.flowable.action.api.runtime | |
com.flowable.action.engine.impl.cmd | |
com.flowable.action.engine.impl.runtime |
Modifier and Type | Method and Description |
---|---|
ScopedObjectActionData |
ActionRuntimeService.findScopedObjectActionData(ScopedObjectActionQuery scopedObjectActionQuery)
Finds all
ActionDefinition and ActionInstance instances that match
the scope information passed in the ScopedObjectActionQuery parameters and returns these as a ScopedObjectActionData instance. |
Modifier and Type | Method and Description |
---|---|
ScopedObjectActionData |
FindScopedActionDataCmd.execute(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected Set<String> |
FindScopedActionDataCmd.filterResults(CommandContext commandContext,
ScopedObjectActionData result)
Returns removed action definitions
|
Modifier and Type | Method and Description |
---|---|
ScopedObjectActionData |
ActionRuntimeServiceImpl.findScopedObjectActionData(ScopedObjectActionQuery scopedActionQuery) |