Interface ISubCases


  • public interface ISubCases
    Cases that belong to a business case.
    Since:
    6.5
    API:
    This is a public API.
    • 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.