Uses of Interface
com.flowable.workobject.engine.impl.wrapper.NativeEngineWrapper
-
Uses of NativeEngineWrapper in com.flowable.workobject.engine
Fields in com.flowable.workobject.engine declared as NativeEngineWrapper Modifier and Type Field Description protected NativeEngineWrapperWorkObjectEngineConfiguration. nativeEngineWrapperMethods in com.flowable.workobject.engine that return NativeEngineWrapper Modifier and Type Method Description NativeEngineWrapperWorkObjectEngineConfiguration. getNativeEngineWrapper()Methods in com.flowable.workobject.engine with parameters of type NativeEngineWrapper Modifier and Type Method Description WorkObjectEngineConfigurationWorkObjectEngineConfiguration. setEngineWrapper(NativeEngineWrapper nativeEngineWrapper) -
Uses of NativeEngineWrapper in com.flowable.workobject.engine.impl
Fields in com.flowable.workobject.engine.impl declared as NativeEngineWrapper Modifier and Type Field Description protected NativeEngineWrapperWorkObjectQueryImpl. nativeEngineWrapperConstructors in com.flowable.workobject.engine.impl with parameters of type NativeEngineWrapper Constructor Description WorkObjectQueryImpl(NativeEngineWrapper nativeEngineWrapper)WorkObjectQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, NativeEngineWrapper nativeEngineWrapper)WorkObjectQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor, NativeEngineWrapper nativeEngineWrapper) -
Uses of NativeEngineWrapper in com.flowable.workobject.engine.impl.history
Fields in com.flowable.workobject.engine.impl.history declared as NativeEngineWrapper Modifier and Type Field Description protected NativeEngineWrapperHistoricWorkObjectQueryImpl. nativeEngineWrapperConstructors in com.flowable.workobject.engine.impl.history with parameters of type NativeEngineWrapper Constructor Description HistoricWorkObjectQueryImpl(NativeEngineWrapper nativeEngineWrapper)HistoricWorkObjectQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor, NativeEngineWrapper nativeEngineWrapper) -
Uses of NativeEngineWrapper in com.flowable.workobject.engine.impl.wrapper
Classes in com.flowable.workobject.engine.impl.wrapper that implement NativeEngineWrapper Modifier and Type Class Description classCmmnEngineWrapperWraps CmmnEngine methods to support workObject operationsclassCompositeEngineWrapperMakes composite of severalNativeEngineWrappersclassIdBasedEngineWrapperProvides accept method based on the idPrefixclassProcessEngineWrapperWraps the basic process engine methods to provide workObjectsclassTaskEngineWrapperWraps Task service methods to support workObject operationsclassWorkObjectEngineWrapperEncapsulatesWorkObjectoperationsFields in com.flowable.workobject.engine.impl.wrapper with type parameters of type NativeEngineWrapper Modifier and Type Field Description protected java.util.List<NativeEngineWrapper>CompositeEngineWrapper. engineWrappersMethods in com.flowable.workobject.engine.impl.wrapper that return types with arguments of type NativeEngineWrapper Modifier and Type Method Description java.util.Optional<NativeEngineWrapper>CompositeEngineWrapper. accepts(java.lang.String workObjectId)java.util.Optional<NativeEngineWrapper>IdBasedEngineWrapper. accepts(java.lang.String workObjectId)java.util.Optional<NativeEngineWrapper>NativeEngineWrapper. accepts(java.lang.String workObjectId)Flag to allow to choose the right wrapper for the given workObjectjava.util.Optional<NativeEngineWrapper>WorkObjectEngineWrapper. accepts(java.lang.String workObjectId)Constructor parameters in com.flowable.workobject.engine.impl.wrapper with type arguments of type NativeEngineWrapper Constructor Description CompositeEngineWrapper(java.util.List<NativeEngineWrapper> engineWrappers)