Class SRoleLogBuilderImpl
- java.lang.Object
-
- org.bonitasoft.engine.queriablelogger.model.builder.impl.CRUDELogBuilder
-
- org.bonitasoft.engine.identity.model.builder.impl.SRoleLogBuilderImpl
-
- All Implemented Interfaces:
SRoleLogBuilder,HasCRUDEAction,SLogBuilder,SPersistenceLogBuilder
public class SRoleLogBuilderImpl extends CRUDELogBuilder implements SRoleLogBuilder
- Author:
- Yanyan Liu, Matthieu Chafotte
-
-
Field Summary
-
Fields inherited from class org.bonitasoft.engine.queriablelogger.model.builder.impl.CRUDELogBuilder
queriableLogBuilder
-
-
Constructor Summary
Constructors Constructor Description SRoleLogBuilderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckExtraRules(SQueriableLog log)protected java.lang.StringgetActionTypePrefix()SPersistenceLogBuilderobjectId(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
-
getActionTypePrefix
protected java.lang.String getActionTypePrefix()
- Specified by:
getActionTypePrefixin classCRUDELogBuilder
-
checkExtraRules
protected void checkExtraRules(SQueriableLog log)
- Specified by:
checkExtraRulesin classCRUDELogBuilder
-
objectId
public SPersistenceLogBuilder objectId(long objectId)
- Specified by:
objectIdin interfaceSPersistenceLogBuilder
-
-