Interface ISubCases
-
public interface ISubCasesCasesthat belong to abusiness case.- Since:
- 6.5
- API:
- This is a public API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ICase>getActive()All sub cases in stateCaseState.CREATEDorCaseState.RUNNING.List<ICase>getAll()All sub cases
-
-
-
Method Detail
-
getAll
List<ICase> getAll()
All sub cases- Returns:
- all sub cases
- Since:
- 6.5
- See Also:
getActive()- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
getActive
List<ICase> getActive()
All sub cases in stateCaseState.CREATEDorCaseState.RUNNING.- Returns:
- active sub cases
- Since:
- 6.5
- See Also:
getAll()- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
-