Uses of Class
io.automatiko.engine.api.workflow.flexible.AdHocFragment
-
Packages that use AdHocFragment Package Description io.automatiko.engine.api.runtime.process The process runtime classes.io.automatiko.engine.api.workflow io.automatiko.engine.api.workflow.flexible -
-
Uses of AdHocFragment in io.automatiko.engine.api.runtime.process
Methods in io.automatiko.engine.api.runtime.process that return types with arguments of type AdHocFragment Modifier and Type Method Description Collection<AdHocFragment>WorkflowProcessInstance. adHocFragments() -
Uses of AdHocFragment in io.automatiko.engine.api.workflow
Methods in io.automatiko.engine.api.workflow that return types with arguments of type AdHocFragment Modifier and Type Method Description Collection<AdHocFragment>ProcessInstance. adHocFragments()Returns the process adHocFragments -
Uses of AdHocFragment in io.automatiko.engine.api.workflow.flexible
Methods in io.automatiko.engine.api.workflow.flexible that return AdHocFragment Modifier and Type Method Description AdHocFragmentAdHocFragment.Builder. build()
-