Uses of Class
com.flowable.action.api.runtime.ScopedObjectActionData
-
Uses of ScopedObjectActionData in com.flowable.action.api.runtime
Methods in com.flowable.action.api.runtime that return ScopedObjectActionData Modifier and Type Method Description ScopedObjectActionData
ActionRuntimeService. findScopedObjectActionData(ScopedObjectActionQuery scopedObjectActionQuery)
Finds allActionDefinition
andActionInstance
instances that match the scope information passed in theScopedObjectActionQuery
parameters and returns these as aScopedObjectActionData
instance. -
Uses of ScopedObjectActionData in com.flowable.action.engine.impl.cmd
Methods in com.flowable.action.engine.impl.cmd that return ScopedObjectActionData Modifier and Type Method Description ScopedObjectActionData
FindScopedActionDataCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
Methods in com.flowable.action.engine.impl.cmd with parameters of type ScopedObjectActionData Modifier and Type Method Description protected java.util.Set<java.lang.String>
FindScopedActionDataCmd. filterResults(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ScopedObjectActionData result)
Returns removed action definitions -
Uses of ScopedObjectActionData in com.flowable.action.engine.impl.runtime
Methods in com.flowable.action.engine.impl.runtime that return ScopedObjectActionData Modifier and Type Method Description ScopedObjectActionData
ActionRuntimeServiceImpl. findScopedObjectActionData(ScopedObjectActionQuery scopedActionQuery)
-
Uses of ScopedObjectActionData in com.flowable.action.rest.service.api.repository
Methods in com.flowable.action.rest.service.api.repository with parameters of type ScopedObjectActionData Modifier and Type Method Description protected java.util.List<ActionDefinitionResponse>
ScopedActionDefinitionCollectionResource. transformToActionDefinitionResponses(ScopedObjectActionData scopedObjectActionData)