Interface ServiceModelViewResult


public interface ServiceModelViewResult
  • Method Details

    • getTopology

      Topology getTopology()
    • setTopology

      void setTopology(Topology topology)
    • setTypesToIconsMaps

      void setTypesToIconsMaps(Map<String,String> typesToIconsMaps)
    • getTypesToIconsMaps

      Map<String,String> getTypesToIconsMaps()
    • setSyntheticResults

      void setSyntheticResults(Map<String,Long> syntheticResults)
    • getSyntheticResults

      Map<String,Long> getSyntheticResults()
    • setPaginationLastKeys

      void setPaginationLastKeys(Map<String,Map<String,Object>> paginationLastKeys)
    • getPaginationLastKeys

      Map<String,Map<String,Object>> getPaginationLastKeys()
    • hasEditPermissions

      boolean hasEditPermissions()
    • setErrorOnServer

      void setErrorOnServer(boolean errorOnServer)
    • setHasTooManyCIs

      void setHasTooManyCIs(boolean hasTooManyCIs)
    • setType

      void setType(String type)
    • getType

      String getType()
    • setResultVersion

      void setResultVersion(ViewResultVersion viewResultVersion)
    • getViewResultVersion

      ViewResultVersion getViewResultVersion()
    • setRtnToClassNameMap

      void setRtnToClassNameMap(Map<ViewResultTreeNode,String> rtnToClassNameMap)
    • getRtnToClassNameMap

      Map<ViewResultTreeNode,String> getRtnToClassNameMap()
    • getPerspectives

      List<String> getPerspectives()