Class EntityShape

    • Method Detail

      • getResources

        public final java.util.Set<ShapeId> getResources()
        Returns:
        Get all of the resources directly bound to this shape.
      • getOperations

        public final java.util.Set<ShapeId> getOperations()
        Gets operations bound only through the "operations" property.

        This will not include operations bound to resources using a lifecycle operation binding.

        Returns:
        Get the "operations" directly bound to this shape.
        See Also:
        getAllOperations()
      • getAllOperations

        public java.util.Set<ShapeId> getAllOperations()
        Get all operations directly bound to this shape.
        Returns:
        Returns all operations bound to the shape.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class Shape