Class SCategoryLogBuilderFactoryImpl
- java.lang.Object
-
- org.bonitasoft.engine.queriablelogger.model.builder.impl.CRUDELogBuilderFactory
-
- org.bonitasoft.engine.core.category.model.builder.impl.SCategoryLogBuilderFactoryImpl
-
- All Implemented Interfaces:
SCategoryLogBuilderFactory,HasCRUDEActionFactory,SLogBuilderFactory,SPersistenceLogBuilderFactory
public class SCategoryLogBuilderFactoryImpl extends CRUDELogBuilderFactory implements SCategoryLogBuilderFactory
- Author:
- Yanyan Liu
-
-
Constructor Summary
Constructors Constructor Description SCategoryLogBuilderFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SCategoryLogBuilderImplcreateNewInstance()java.lang.StringgetObjectIdKey()
-
-
-
Method Detail
-
createNewInstance
public SCategoryLogBuilderImpl createNewInstance()
- Specified by:
createNewInstancein interfaceSCategoryLogBuilderFactory- Specified by:
createNewInstancein interfaceSLogBuilderFactory- Overrides:
createNewInstancein classCRUDELogBuilderFactory
-
getObjectIdKey
public java.lang.String getObjectIdKey()
- Specified by:
getObjectIdKeyin interfaceSPersistenceLogBuilderFactory
-
-