Interface OperationDescriptor

    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of the operation. This name does not necessarily uniquely identify the operation. However, the name can be used by a human to disambiguate between the children of a given operation.
        Returns:
        The name of the operation.
      • getDisplayName

        java.lang.String getDisplayName()
        Returns a human consumable display name for the operation. This display name provides enough context for a human to uniquely identify the operation.
        Returns:
        The display name of the operation.
      • getParent

        @Nullable
        OperationDescriptor getParent()
        Returns the parent operation, if any.
        Returns:
        The parent operation.