Package wt.query.template
Interface _ReportMetadata
- All Superinterfaces:
com.ptc.windchill.bac._BACManaged,wt.fc._NetFactor,wt.fc._ObjectMappable,com.ptc.windchill.bac.BACManaged,NetFactor,ObjectMappable,Serializable
- All Known Subinterfaces:
ReportMetadata
- All Known Implementing Classes:
_Report,_ReportTemplate,Report,ReportTemplate
public interface _ReportMetadata
extends com.ptc.windchill.bac.BACManaged
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDescribes this report object.static final StringRelative path from Windchill web application root to custom input page for this report.static final StringName that identifies this report object within some scope (e.g.static final StringName of Java resource bundle to use to localize headers in output and parameter names when gathering user input. -
Method Summary
Modifier and TypeMethodDescriptionDescribes this report object.Relative path from Windchill web application root to custom input page for this report.getName()Name that identifies this report object within some scope (e.g.Name of Java resource bundle to use to localize headers in output and parameter names when gathering user input.voidsetDescription(String description) Describes this report object.voidsetInputPage(String inputPage) Relative path from Windchill web application root to custom input page for this report.voidName that identifies this report object within some scope (e.g.voidsetResourceBundle(String resourceBundle) Name of Java resource bundle to use to localize headers in output and parameter names when gathering user input.Methods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternal
-
Field Details
-
NAME
Name that identifies this report object within some scope (e.g. within a given container).Supported API: true
- See Also:
-
DESCRIPTION
Describes this report object.Supported API: true
- See Also:
-
INPUT_PAGE
Relative path from Windchill web application root to custom input page for this report.Supported API: true
- See Also:
-
RESOURCE_BUNDLE
Name of Java resource bundle to use to localize headers in output and parameter names when gathering user input.Supported API: true
- See Also:
-
-
Method Details
-
getName
String getName()Name that identifies this report object within some scope (e.g. within a given container).Supported API: true
- See Also:
-
setName
Name that identifies this report object within some scope (e.g. within a given container).Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getDescription
String getDescription()Describes this report object.Supported API: true
- See Also:
-
setDescription
Describes this report object.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getInputPage
String getInputPage()Relative path from Windchill web application root to custom input page for this report.Supported API: true
- See Also:
-
setInputPage
Relative path from Windchill web application root to custom input page for this report.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getResourceBundle
String getResourceBundle()Name of Java resource bundle to use to localize headers in output and parameter names when gathering user input.Supported API: true
- See Also:
-
setResourceBundle
Name of Java resource bundle to use to localize headers in output and parameter names when gathering user input.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-