Class LogUtil
java.lang.Object
de.uplanet.lucy.server.workflow.util.LogUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getPrologue
(de.uplanet.lucy.server.workflow.IWorkflow p_wf) Get the log prologue for the given workflow.static String
getPrologue
(de.uplanet.lucy.server.workflow.IWorkflow p_wf, de.uplanet.lucy.server.workflow.IWorkflowObject p_wfObj) Get the log prologue for the given workflow and workflow object.static String
getPrologue
(de.uplanet.lucy.server.workflow.IWorkflow p_wf, de.uplanet.lucy.server.workflow.IWorkflowObject p_wfObj, de.uplanet.lucy.server.workflow.IWorkflowProcessingContext p_ctx) Get the log prologue for the given workflow, workflow object and workflow processing context.static String
getPrologue
(String p_strWfGuid, String p_strTitle) Get the log prologue for the given workflow GUID and title.static String
getPrologue
(String p_strWfGuid, String p_strTitle, String p_strRunId) Get the log prologue for the given workflow GUID, title and run-ID.
-
Method Details
-
getPrologue
Get the log prologue for the given workflow GUID and title.- Parameters:
p_strWfGuid
- The workflow GUID.p_strTitle
- The title (may benull
).- Returns:
- The log prologue.
-
getPrologue
Get the log prologue for the given workflow GUID, title and run-ID.- Parameters:
p_strWfGuid
- The workflow GUID.p_strTitle
- The title (may benull
).p_strRunId
- The run-ID (may benull
).- Returns:
- The log prologue.
-
getPrologue
Get the log prologue for the given workflow.- Parameters:
p_wf
- The workflow.- Returns:
- The log prologue.
-
getPrologue
public static String getPrologue(de.uplanet.lucy.server.workflow.IWorkflow p_wf, de.uplanet.lucy.server.workflow.IWorkflowObject p_wfObj) Get the log prologue for the given workflow and workflow object.- Parameters:
p_wf
- The workflow.p_wfObj
- The workflow object (may benull
).- Returns:
- The log prologue.
-
getPrologue
public static String getPrologue(de.uplanet.lucy.server.workflow.IWorkflow p_wf, de.uplanet.lucy.server.workflow.IWorkflowObject p_wfObj, de.uplanet.lucy.server.workflow.IWorkflowProcessingContext p_ctx) Get the log prologue for the given workflow, workflow object and workflow processing context.- Parameters:
p_wf
- The workflow.p_wfObj
- The workflow object (may benull
).p_ctx
- The workflow processing context (may benull
).- Returns:
- The log prologue.
-