Package wt.query.template
Class _ReportTemplate
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._FolderResident
wt.enterprise.FolderResident
wt.query.template._ReportTemplate
- All Implemented Interfaces:
com.ptc.windchill.bac._BACManaged,com.ptc.windchill.bac.BACManaged,Externalizable,Serializable,Cloneable,wt.access._AccessControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.fc._Identified,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,wt.fc.BusinessInformation,Identified,NetFactor,ObjectMappable,Persistable,wt.folder._CabinetBased,wt.folder._Foldered,wt.folder._FolderEntry,wt.folder._FolderServiceManaged,CabinetBased,Foldered,FolderEntry,wt.folder.FolderServiceManaged,DisplayIdentification,wt.index._Indexable,Indexable,wt.inf.container._WTContained,WTContained,wt.notify._Notifiable,Notifiable,wt.ownership._Ownable,wt.ownership.Ownable,wt.query.template._CriteriaSavable,_ReportMetadata,CriteriaSavable,ReportMetadata,wt.recent.RecentlyVisited,wt.translate._Translatable,wt.translate.Translatable,wt.type._TypeManaged,wt.type.TypeManaged
- Direct Known Subclasses:
ReportTemplate
public abstract class _ReportTemplate
extends FolderResident
implements wt.translate.Translatable, Indexable, Cloneable, Identified, WTContained, ReportMetadata, wt.type.TypeManaged, CriteriaSavable, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSpecifies an optional, custom user interface action model for the table used to display results.static final StringWhether this ReportTemplate should be exposed as a Windchill Report object.Fields inherited from interface wt.query.template._ReportMetadata
DESCRIPTION, INPUT_PAGE, NAME, RESOURCE_BUNDLE -
Method Summary
Modifier and TypeMethodDescriptionSpecifies an optional, custom user interface action model for the table used to display results.Describes 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.booleanWhether this ReportTemplate should be exposed as a Windchill Report object.voidsetCustomActionModel(String customActionModel) Specifies an optional, custom user interface action model for the table used to display results.voidsetDescription(String description) Describes this report object.voidsetExposeAsReport(boolean exposeAsReport) Whether this ReportTemplate should be exposed as a Windchill 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 class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Identified
getIdentificationObjectMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
EXPOSE_AS_REPORT
Whether this ReportTemplate should be exposed as a Windchill Report object.Supported API: true
- See Also:
-
CUSTOM_ACTION_MODEL
Specifies an optional, custom user interface action model for the table used to display results.Supported API: true
- See Also:
-
-
Method Details
-
isExposeAsReport
public boolean isExposeAsReport()Whether this ReportTemplate should be exposed as a Windchill Report object.Supported API: true
- See Also:
-
setExposeAsReport
Whether this ReportTemplate should be exposed as a Windchill Report object.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getCustomActionModel
Specifies an optional, custom user interface action model for the table used to display results.Supported API: true
- See Also:
-
setCustomActionModel
Specifies an optional, custom user interface action model for the table used to display results.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getName
Name that identifies this report object within some scope (e.g. within a given container).Supported API: true
- Specified by:
getNamein interface_ReportMetadata- Specified by:
getNamein interfaceCabinetBased- Overrides:
getNamein classFolderResident- Returns:
- String
- See Also:
-
setName
Name that identifies this report object within some scope (e.g. within a given container).Supported API: true
- Specified by:
setNamein interface_ReportMetadata- Throws:
WTPropertyVetoException- See Also:
-
getDescription
Describes this report object.Supported API: true
- Specified by:
getDescriptionin interface_ReportMetadata- See Also:
-
setDescription
Describes this report object.Supported API: true
- Specified by:
setDescriptionin interface_ReportMetadata- Throws:
WTPropertyVetoException- See Also:
-
getInputPage
Relative path from Windchill web application root to custom input page for this report.Supported API: true
- Specified by:
getInputPagein interface_ReportMetadata- See Also:
-
setInputPage
Relative path from Windchill web application root to custom input page for this report.Supported API: true
- Specified by:
setInputPagein interface_ReportMetadata- Throws:
WTPropertyVetoException- See Also:
-
getResourceBundle
Name of Java resource bundle to use to localize headers in output and parameter names when gathering user input.Supported API: true
- Specified by:
getResourceBundlein interface_ReportMetadata- 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
- Specified by:
setResourceBundlein interface_ReportMetadata- Throws:
WTPropertyVetoException- See Also:
-