Class BundleWiringDTO


  • public class BundleWiringDTO
    extends DTO
    Data Transfer Object for a BundleWiring graph.

    An installed Bundle can be adapted to provide a BundleWiringDTO for the current wiring Bundle. BundleWiringDTO objects for all in use wirings of the Bundle can be obtained by adapting the bundle to BundleWiringDTO[].

    • Field Detail

      • root

        public int root
        The identifier of the root wiring node of the bundle wiring graph.
        See Also:
        WiringDTO.id
      • nodes

        public Set<BundleWiringDTO.NodeDTO> nodes
        The set of wiring nodes referenced by the wiring graph.

        All wiring nodes referenced by wiring node identifiers in the wiring graph are contained in this set.

      • resources

        public Set<BundleRevisionDTO> resources
        The set of resources referenced by the wiring graph.

        All resources referenced by resource identifiers in the wiring graph are contained in this set.

    • Constructor Detail

      • BundleWiringDTO

        public BundleWiringDTO()