public class LogMessageBuilder
extends java.lang.Object
Constructor and Description |
---|
LogMessageBuilder() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
buildExecuteTaskContextMessage(SFlowNodeInstance flowNodeInstance,
java.lang.String username,
long executerUserId,
long executerSubstituteId,
java.util.Map<java.lang.String,java.io.Serializable> inputs) |
static java.lang.String |
buildFlowNodeContextMessage(SFlowNodeInstance flowNodeInstance)
Build the log message using the flow node's context (display name, id, parent activity id, parent process instance id, root process instance id, and
process definition id)
|
static java.lang.String |
builUserActionPrefix(SSession session,
long starterId)
Build message "The user
|
public static java.lang.String buildFlowNodeContextMessage(SFlowNodeInstance flowNodeInstance)
flowNodeInstance
- public static java.lang.String buildExecuteTaskContextMessage(SFlowNodeInstance flowNodeInstance, java.lang.String username, long executerUserId, long executerSubstituteId, java.util.Map<java.lang.String,java.io.Serializable> inputs)
public static java.lang.String builUserActionPrefix(SSession session, long starterId)
session
- starterId
-