Class SExternalIdentityMappingLogBuilderFactoryImpl
- java.lang.Object
-
- org.bonitasoft.engine.queriablelogger.model.builder.impl.CRUDELogBuilderFactory
-
- org.bonitasoft.engine.external.identity.mapping.model.impl.SExternalIdentityMappingLogBuilderFactoryImpl
-
- All Implemented Interfaces:
SExternalIdentityMappingLogBuilderFactory,HasCRUDEActionFactory,SLogBuilderFactory,SPersistenceLogBuilderFactory
public class SExternalIdentityMappingLogBuilderFactoryImpl extends CRUDELogBuilderFactory implements SExternalIdentityMappingLogBuilderFactory
- Author:
- Emmanuel Duchastenier
-
-
Constructor Summary
Constructors Constructor Description SExternalIdentityMappingLogBuilderFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SExternalIdentityMappingLogBuildercreateNewInstance()java.lang.StringgetObjectIdKey()
-
-
-
Method Detail
-
createNewInstance
public SExternalIdentityMappingLogBuilder createNewInstance()
- Specified by:
createNewInstancein interfaceSExternalIdentityMappingLogBuilderFactory- Specified by:
createNewInstancein interfaceSLogBuilderFactory- Overrides:
createNewInstancein classCRUDELogBuilderFactory
-
getObjectIdKey
public java.lang.String getObjectIdKey()
- Specified by:
getObjectIdKeyin interfaceSPersistenceLogBuilderFactory
-
-