Package com.flowable.content.engine.impl
Class ServiceImpl
java.lang.Object
com.flowable.content.engine.impl.ServiceImpl
- Direct Known Subclasses:
ContentManagementServiceImpl
,ContentServiceImpl
,DocumentRepositoryServiceImpl
,MetadataServiceImpl
,RenditionServiceImpl
public abstract class ServiceImpl
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected org.flowable.common.engine.impl.interceptor.CommandExecutor
commandExecutor
protected ContentEngineConfiguration
engineConfig
-
Constructor Summary
Constructors Constructor Description ServiceImpl()
ServiceImpl(ContentEngineConfiguration engineConfig)
-
Method Summary
Modifier and Type Method Description org.flowable.common.engine.impl.interceptor.CommandExecutor
getCommandExecutor()
void
setCommandExecutor(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
Field Details
-
engineConfig
-
commandExecutor
protected org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor
-
-
Constructor Details
-
ServiceImpl
public ServiceImpl() -
ServiceImpl
-
-
Method Details
-
getCommandExecutor
public org.flowable.common.engine.impl.interceptor.CommandExecutor getCommandExecutor() -
setCommandExecutor
public void setCommandExecutor(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-