Package wt.query.template
Interface ReportMetadata
- All Superinterfaces:
com.ptc.windchill.bac._BACManaged,wt.fc._NetFactor,wt.fc._ObjectMappable,_ReportMetadata,com.ptc.windchill.bac.BACManaged,NetFactor,ObjectMappable,Serializable
- All Known Implementing Classes:
_Report,_ReportTemplate,Report,ReportTemplate
@GenAsUnPersistable(interfaces=com.ptc.windchill.bac.BACManaged.class,properties={@GeneratedProperty(name="name",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="Name that identifies this report object within some scope (e.g. within a given container).",constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(index=true)),@GeneratedProperty(name="description",type=java.lang.String.class,initialValue="\"\"",supportedAPI=PUBLIC,javaDoc="Describes this report object.",constraints=@PropertyConstraints(upperLimit=4000)),@GeneratedProperty(name="XSLSpec",type=XSLSpec.class,javaDoc="Specifies the XSL that should be applied to this report object.",columnProperties=@ColumnProperties(columnType=SMALL_BLOB)),@GeneratedProperty(name="inputPage",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="Relative path from Windchill web application root to custom input page for this report.",constraints=@PropertyConstraints(upperLimit=400)),@GeneratedProperty(name="resourceBundle",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="Name of Java resource bundle to use to localize headers in output and parameter names when gathering user input.",constraints=@PropertyConstraints(upperLimit=400))})
public interface ReportMetadata
extends _ReportMetadata
This interface contains attributes held in common between
Supported API: true
Extendable: false
ReportTemplate
and Report.
Supported API: true
Extendable: false
-
Field Summary
Fields inherited from interface wt.query.template._ReportMetadata
DESCRIPTION, INPUT_PAGE, NAME, RESOURCE_BUNDLE -
Method Summary
Methods inherited from interface wt.query.template._ReportMetadata
getDescription, getInputPage, getName, getResourceBundle, setDescription, setInputPage, setName, setResourceBundleMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternal