Interface SContactInfoLogBuilderFactory
-
- All Superinterfaces:
HasCRUDEActionFactory,SLogBuilderFactory,SPersistenceLogBuilderFactory
- All Known Implementing Classes:
SContactInfoLogBuilderFactoryImpl
public interface SContactInfoLogBuilderFactory extends SPersistenceLogBuilderFactory, HasCRUDEActionFactory
- Author:
- Emmanuel Duchastenier, Matthieu Chaffotte
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SContactInfoLogBuildercreateNewInstance()java.lang.StringgetContactInfoUserIdKey()-
Methods inherited from interface org.bonitasoft.engine.queriablelogger.model.builder.SPersistenceLogBuilderFactory
getObjectIdKey
-
-
-
-
Method Detail
-
createNewInstance
SContactInfoLogBuilder createNewInstance()
- Specified by:
createNewInstancein interfaceSLogBuilderFactory
-
getContactInfoUserIdKey
java.lang.String getContactInfoUserIdKey()
-
-