Interface BusinessServiceGraph

    • Method Detail

      • getVerticesByLevel

        java.util.Set<GraphVertex> getVerticesByLevel​(int level)
      • getVertexByBusinessServiceId

        GraphVertex getVertexByBusinessServiceId​(java.lang.Long id)
      • getVertexByReductionKey

        GraphVertex getVertexByReductionKey​(java.lang.String reductionKey)
      • getVertexByIpServiceId

        GraphVertex getVertexByIpServiceId​(java.lang.Integer id)
      • getVertexByApplicationId

        GraphVertex getVertexByApplicationId​(java.lang.Integer id)
      • getVertexByEdgeId

        GraphVertex getVertexByEdgeId​(java.lang.Long id)
      • getGraphEdgeByEdgeId

        GraphEdge getGraphEdgeByEdgeId​(java.lang.Long id)
      • getReductionKeys

        java.util.Set<java.lang.String> getReductionKeys()