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
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionReturns formatted (comma or space separated) attribute header labels of the part revision.getRevisionAttributesValues(Object object) Returns formatted (comma or space separated) Object attribute values.
-
Method Details
-
getRevisionAttributesValues
Returns formatted (comma or space separated) Object attribute values.
Supported API: true- Parameters:
Object-- Returns:
- String
- Throws:
WTException
-
getRevisionAttributesHeaders
Returns formatted (comma or space separated) attribute header labels of the part revision.
Supported API: true- Returns:
- String
- Throws:
WTException
-