Uses of Interface
io.automatiko.engine.api.workflow.cases.CaseFileItem
-
Packages that use CaseFileItem Package Description io.automatiko.engine.api.workflow.cases -
-
Uses of CaseFileItem in io.automatiko.engine.api.workflow.cases
Methods in io.automatiko.engine.api.workflow.cases that return CaseFileItem Modifier and Type Method Description <T> CaseFileItem<T>CaseFile. create(String name, T value)<T> CaseFileItem<T>CaseFile. delete(String name)CaseFileItem<?>CaseFile. fileItem(String name)<T> CaseFileItem<T>CaseFile. update(String name, T value)Methods in io.automatiko.engine.api.workflow.cases that return types with arguments of type CaseFileItem Modifier and Type Method Description List<CaseFileItem<?>>CaseFile. fileItems()List<CaseFileItem<?>>CaseFile. fileItems(Predicate<CaseFileItem<?>> filter)Method parameters in io.automatiko.engine.api.workflow.cases with type arguments of type CaseFileItem Modifier and Type Method Description List<CaseFileItem<?>>CaseFile. fileItems(Predicate<CaseFileItem<?>> filter)
-