Uses of Class
com.flowable.action.api.runtime.ScopedObjectActionData
Packages that use ScopedObjectActionData
Package
Description
-
Uses of ScopedObjectActionData in com.flowable.action.api.runtime
Methods in com.flowable.action.api.runtime that return ScopedObjectActionDataModifier and TypeMethodDescriptionActionRuntimeService.findScopedObjectActionData(ScopedObjectActionQuery scopedObjectActionQuery) Finds allActionDefinitionandActionInstanceinstances that match the scope information passed in theScopedObjectActionQueryparameters and returns these as aScopedObjectActionDatainstance. -
Uses of ScopedObjectActionData in com.flowable.action.engine.impl.cmd
Methods in com.flowable.action.engine.impl.cmd that return ScopedObjectActionDataMethods in com.flowable.action.engine.impl.cmd with parameters of type ScopedObjectActionDataModifier and TypeMethodDescriptionFindScopedActionDataCmd.filterResults(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 ScopedObjectActionDataModifier and TypeMethodDescriptionActionRuntimeServiceImpl.findScopedObjectActionData(ScopedObjectActionQuery scopedActionQuery)