Interface RevisionAttributesDelegateIfc

All Known Implementing Classes:
RevisionAttributesDelegate

public interface RevisionAttributesDelegateIfc
This delegate will do nothing OOTB. Customer will be able to customize this interface and returns the Customize values of attributes.

Supported API: true

Extendable: true
  • Method Details

    • getRevisionAttributesValues

      String getRevisionAttributesValues(Object object) throws WTException
      Returns formatted (comma or space separated) Object attribute values.

      Supported API: true
      Parameters:
      Object -
      Returns:
      String
      Throws:
      WTException
    • getRevisionAttributesHeaders

      String getRevisionAttributesHeaders() throws WTException
      Returns formatted (comma or space separated) attribute header labels of the part revision.

      Supported API: true
      Returns:
      String
      Throws:
      WTException