Class SGroupLogBuilderImpl
- java.lang.Object
-
- org.bonitasoft.engine.queriablelogger.model.builder.impl.CRUDELogBuilder
-
- org.bonitasoft.engine.identity.model.builder.impl.SGroupLogBuilderImpl
-
- All Implemented Interfaces:
SGroupLogBuilder
,HasCRUDEAction
,SLogBuilder
,SPersistenceLogBuilder
public class SGroupLogBuilderImpl extends CRUDELogBuilder implements SGroupLogBuilder
- Author:
- Yanyan Liu, Matthieu Chaffotte
-
-
Field Summary
-
Fields inherited from class org.bonitasoft.engine.queriablelogger.model.builder.impl.CRUDELogBuilder
queriableLogBuilder
-
-
Constructor Summary
Constructors Constructor Description SGroupLogBuilderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
checkExtraRules(SQueriableLog log)
protected java.lang.String
getActionTypePrefix()
SPersistenceLogBuilder
objectId(long objectId)
-
Methods inherited from class org.bonitasoft.engine.queriablelogger.model.builder.impl.CRUDELogBuilder
actionScope, actionStatus, build, callerClassName, callerMethodName, clusterNode, productVersion, rawMessage, setActionType, severity, userId
-
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.HasCRUDEAction
setActionType
-
Methods inherited from interface org.bonitasoft.engine.queriablelogger.model.builder.SLogBuilder
actionScope, actionStatus, build, callerClassName, callerMethodName, clusterNode, productVersion, rawMessage, severity, userId
-
-
-
-
Method Detail
-
objectId
public SPersistenceLogBuilder objectId(long objectId)
- Specified by:
objectId
in interfaceSPersistenceLogBuilder
-
getActionTypePrefix
protected java.lang.String getActionTypePrefix()
- Specified by:
getActionTypePrefix
in classCRUDELogBuilder
-
checkExtraRules
protected void checkExtraRules(SQueriableLog log)
- Specified by:
checkExtraRules
in classCRUDELogBuilder
-
-