Uses of Class
com.walkfares.odsl.var.process.ProcessExecutionPhaseMessage
Package | Description |
---|---|
com.walkfares.odsl.var.process |
-
Uses of ProcessExecutionPhaseMessage in com.walkfares.odsl.var.process
Methods in com.walkfares.odsl.var.process that return ProcessExecutionPhaseMessage Modifier and Type Method Description ProcessExecutionPhaseMessage
ProcessExecutionPhaseMessage. addLog(String log)
ProcessExecutionPhaseMessage
ProcessExecutionPhaseMessage. setEnd(String end)
ProcessExecutionPhaseMessage
ProcessExecutionPhaseMessage. setMessage(String message)
ProcessExecutionPhaseMessage
ProcessExecutionPhaseMessage. setName(String name)
ProcessExecutionPhaseMessage
ProcessExecutionPhaseMessage. setStart(String start)
ProcessExecutionPhaseMessage
ProcessExecutionPhaseMessage. setStatus(String status)
Methods in com.walkfares.odsl.var.process that return types with arguments of type ProcessExecutionPhaseMessage Modifier and Type Method Description List<ProcessExecutionPhaseMessage>
ProcessExecutionMessage. getPhases()
Methods in com.walkfares.odsl.var.process with parameters of type ProcessExecutionPhaseMessage Modifier and Type Method Description ProcessExecutionMessage
ProcessExecutionMessage. addPhase(ProcessExecutionPhaseMessage phase)