public class WorkflowResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
TypeMessage_Action |
static int |
TypeMessage_Instanciation |
static int |
TypeMessage_NextUser |
static int |
TypeMessage_PostCondition |
static int |
TypeMessage_PreCondition |
static int |
TypeMessage_Standard |
Constructor and Description |
---|
WorkflowResult()
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Get message when the treatment hasn't been completed successfully
|
int |
getTypeMessage()
Get type of message.
|
com.mega.modeling.api.MegaObject |
getWorkflowInstanceDescription()
Get the workflow instance description when the treatment has been completed
successfully
|
boolean |
isSucces()
Test if the treatment has been completed successfully
|
public static final int TypeMessage_Standard
public static final int TypeMessage_Action
public static final int TypeMessage_PreCondition
public static final int TypeMessage_PostCondition
public static final int TypeMessage_Instanciation
public static final int TypeMessage_NextUser
public com.mega.modeling.api.MegaObject getWorkflowInstanceDescription()
public boolean isSucces()
public java.lang.String getMessage()
public int getTypeMessage()