Class SCommentLogBuilderFactoryImpl
- java.lang.Object
-
- org.bonitasoft.engine.queriablelogger.model.builder.impl.CRUDELogBuilderFactory
-
- org.bonitasoft.engine.core.process.comment.model.builder.impl.SCommentLogBuilderFactoryImpl
-
- All Implemented Interfaces:
SCommentLogBuilderFactory,HasCRUDEActionFactory,SLogBuilderFactory,SPersistenceLogBuilderFactory
public class SCommentLogBuilderFactoryImpl extends CRUDELogBuilderFactory implements SCommentLogBuilderFactory
- Author:
- Hongwen Zang, Matthieu Chaffotte
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOMMENTstatic java.lang.StringCOMMENT_INDEX_NAME
-
Constructor Summary
Constructors Constructor Description SCommentLogBuilderFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetObjectIdKey()-
Methods inherited from class org.bonitasoft.engine.queriablelogger.model.builder.impl.CRUDELogBuilderFactory
createNewInstance
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.engine.queriablelogger.model.builder.SLogBuilderFactory
createNewInstance
-
-
-
-
Field Detail
-
COMMENT
public static final java.lang.String COMMENT
- See Also:
- Constant Field Values
-
COMMENT_INDEX_NAME
public static final java.lang.String COMMENT_INDEX_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getObjectIdKey
public java.lang.String getObjectIdKey()
- Specified by:
getObjectIdKeyin interfaceSPersistenceLogBuilderFactory
-
-