Class SProfileLogBuilderFactoryImpl
- java.lang.Object
-
- org.bonitasoft.engine.queriablelogger.model.builder.impl.CRUDELogBuilderFactory
-
- org.bonitasoft.engine.profile.builder.impl.SProfileLogBuilderFactoryImpl
-
- All Implemented Interfaces:
HasCRUDEActionFactory
,SLogBuilderFactory
,SPersistenceLogBuilderFactory
public class SProfileLogBuilderFactoryImpl extends CRUDELogBuilderFactory implements SPersistenceLogBuilderFactory
- Author:
- Matthieu Chaffotte
-
-
Field Summary
Fields Modifier and Type Field Description static int
PROFILE_INDEX
static java.lang.String
PROFILE_INDEX_NAME
-
Constructor Summary
Constructors Constructor Description SProfileLogBuilderFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getObjectIdKey()
-
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
-
PROFILE_INDEX
public static final int PROFILE_INDEX
- See Also:
- Constant Field Values
-
PROFILE_INDEX_NAME
public static final java.lang.String PROFILE_INDEX_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getObjectIdKey
public java.lang.String getObjectIdKey()
- Specified by:
getObjectIdKey
in interfaceSPersistenceLogBuilderFactory
-
-