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 NativeEngineWrapper
WorkObjectEngineConfiguration. nativeEngineWrapper
Methods in com.flowable.workobject.engine that return NativeEngineWrapper Modifier and Type Method Description NativeEngineWrapper
WorkObjectEngineConfiguration. getNativeEngineWrapper()
Methods in com.flowable.workobject.engine with parameters of type NativeEngineWrapper Modifier and Type Method Description WorkObjectEngineConfiguration
WorkObjectEngineConfiguration. 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 NativeEngineWrapper
WorkObjectQueryImpl. nativeEngineWrapper
Constructors 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 NativeEngineWrapper
HistoricWorkObjectQueryImpl. nativeEngineWrapper
Constructors 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 class
CmmnEngineWrapper
Wraps CmmnEngine methods to support workObject operationsclass
CompositeEngineWrapper
Makes composite of severalNativeEngineWrapper
sclass
IdBasedEngineWrapper
Provides accept method based on the idPrefixclass
ProcessEngineWrapper
Wraps the basic process engine methods to provide workObjectsclass
TaskEngineWrapper
Wraps Task service methods to support workObject operationsclass
WorkObjectEngineWrapper
EncapsulatesWorkObject
operationsFields in com.flowable.workobject.engine.impl.wrapper with type parameters of type NativeEngineWrapper Modifier and Type Field Description protected java.util.List<NativeEngineWrapper>
CompositeEngineWrapper. engineWrappers
Methods 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)