Uses of Class
io.automatiko.engine.api.workflow.cases.CaseFileItem.Status
-
Packages that use CaseFileItem.Status Package Description io.automatiko.engine.api.workflow.cases -
-
Uses of CaseFileItem.Status in io.automatiko.engine.api.workflow.cases
Methods in io.automatiko.engine.api.workflow.cases that return CaseFileItem.Status Modifier and Type Method Description CaseFileItem.StatusCaseFileItem. status()static CaseFileItem.StatusCaseFileItem.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static CaseFileItem.Status[]CaseFileItem.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-