Package de.xima.fc.workflow.setup
Class ApplyToExistingFormRecordResult
- java.lang.Object
-
- de.xima.fc.workflow.setup.ApplyToExistingFormRecordResult
-
public final class ApplyToExistingFormRecordResult extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplyToExistingFormRecordResult
forFailure(String processId, Throwable cause)
static ApplyToExistingFormRecordResult
forSuccess(String processId, EJobAction jobAction)
Throwable
getException()
EJobAction
getJobAction()
String
getProcessId()
boolean
isWasSuccessful()
-
-
-
Method Detail
-
getException
public Throwable getException()
-
getProcessId
public String getProcessId()
-
isWasSuccessful
public boolean isWasSuccessful()
-
getJobAction
public EJobAction getJobAction()
-
forFailure
public static ApplyToExistingFormRecordResult forFailure(String processId, Throwable cause)
-
forSuccess
public static ApplyToExistingFormRecordResult forSuccess(String processId, EJobAction jobAction)
-
-