Class SProcessDefinitionLogBuilderImpl
- java.lang.Object
-
- org.bonitasoft.engine.queriablelogger.model.builder.impl.CRUDELogBuilder
-
- org.bonitasoft.engine.core.process.definition.model.builder.impl.SProcessDefinitionLogBuilderImpl
-
- All Implemented Interfaces:
SProcessDefinitionLogBuilder,HasCRUDEAction,SLogBuilder,SPersistenceLogBuilder
public class SProcessDefinitionLogBuilderImpl extends CRUDELogBuilder implements SProcessDefinitionLogBuilder
- Author:
- Baptiste Mesta
-
-
Field Summary
-
Fields inherited from class org.bonitasoft.engine.queriablelogger.model.builder.impl.CRUDELogBuilder
queriableLogBuilder
-
-
Constructor Summary
Constructors Constructor Description SProcessDefinitionLogBuilderImpl()
-
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
-
objectId
public SPersistenceLogBuilder objectId(long objectId)
- Specified by:
objectIdin interfaceSPersistenceLogBuilder
-
getActionTypePrefix
protected java.lang.String getActionTypePrefix()
- Specified by:
getActionTypePrefixin classCRUDELogBuilder
-
checkExtraRules
protected void checkExtraRules(SQueriableLog log)
- Specified by:
checkExtraRulesin classCRUDELogBuilder
-
-