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 ApplyToExistingFormRecordResultforFailure(String processId, Throwable cause)static ApplyToExistingFormRecordResultforSuccess(String processId, EJobAction jobAction)ThrowablegetException()EJobActiongetJobAction()StringgetProcessId()booleanisWasSuccessful()
-
-
-
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)
-
-