Class CRUDELogBuilder
java.lang.Object
org.bonitasoft.engine.queriablelogger.model.builder.impl.CRUDELogBuilder
- All Implemented Interfaces:
HasCRUDEAction,SLogBuilder
- Direct Known Subclasses:
SActorLogBuilderImpl,SADataInstanceLogBuilderImpl,SApplicationLogBuilderImpl,SApplicationMenuLogBuilderImpl,SApplicationPageLogBuilderImpl,SCategoryLogBuilderImpl,SCommandLogBuilderImpl,SContactInfoLogBuilderImpl,SContractDataLogBuilder,SCustomUserInfoDefinitionLogBuilderImpl,SDependencyLogBuilderImpl,SDependencyMappingLogBuilderImpl,SGroupLogBuilderImpl,SPageLogBuilderImpl,SPlatformCommandLogBuilderImpl,SProcessDefinitionLogBuilderImpl,SProcessSupervisorLogBuilderImpl,SProfileLogBuilderImpl,SProfileMemberLogBuilderImpl,SRefBusinessDataInstanceLogBuilderImpl,SRoleLogBuilderImpl,SUserLogBuilderImpl,SUserMembershipLogBuilderImpl
- Author:
- Elias Ricken de Medeiros, Nicolas Chabanoles, Matthieu Chaffotte
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionScope(String scope) actionStatus(int status) build()callerClassName(String callerClassName) callerMethodName(String callerMethodName) protected abstract voidclusterNode(String clusterNode) protected abstract StringproductVersion(String productVersion) rawMessage(String rawMessage) setActionType(ActionType actionType) severity(SQueriableLogSeverity severity)
-
Field Details
-
queriableLogBuilder
-
-
Constructor Details
-
CRUDELogBuilder
protected CRUDELogBuilder()
-
-
Method Details
-
getActionTypePrefix
-
setActionType
- Specified by:
setActionTypein interfaceHasCRUDEAction
-
userId
- Specified by:
userIdin interfaceSLogBuilder
-
clusterNode
- Specified by:
clusterNodein interfaceSLogBuilder
-
productVersion
- Specified by:
productVersionin interfaceSLogBuilder
-
severity
- Specified by:
severityin interfaceSLogBuilder
-
actionScope
- Specified by:
actionScopein interfaceSLogBuilder
-
actionStatus
- Specified by:
actionStatusin interfaceSLogBuilder
-
rawMessage
- Specified by:
rawMessagein interfaceSLogBuilder
-
callerClassName
- Specified by:
callerClassNamein interfaceSLogBuilder
-
callerMethodName
- Specified by:
callerMethodNamein interfaceSLogBuilder
-
build
- Specified by:
buildin interfaceSLogBuilder
-
checkExtraRules
-