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 class wt.enterprise._FolderResident
CREATOR, CREATOR_EMAIL, CREATOR_FULL_NAME, CREATOR_NAMEFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc.adminlock._AdministrativelyLockable
ADMINISTRATIVE_LOCKFields inherited from interface wt.admin._DomainAdministered
DOMAIN_REF, INHERITED_DOMAINFields inherited from interface wt.folder._Foldered
CABINET, CABINET_NAME, FOLDERING_INFO, PARENT_FOLDERFields inherited from interface wt.index._Indexable
INDEXER_SETFields inherited from interface wt.notify._Notifiable
EVENT_SETFields inherited from interface wt.ownership._Ownable
OWNERSHIPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.query.template._ReportMetadata
DESCRIPTION, INPUT_PAGE, NAME, RESOURCE_BUNDLE, XSLSPECFields inherited from interface wt.access._SecurityLabeled
SECURITY_LABELSFields inherited from interface wt.translate._Translatable
TRANSLATION_INFOFields inherited from interface wt.inf.container._WTContained
CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCEFields inherited from interface wt.fc.BusinessInformation
BUSINESS_TYPE, IDENTITYFields inherited from interface wt.folder.CabinetBased
FOLDER_PATH, LOCATION, NAMEFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.access.SecurityLabeled
SECURITY_LABELS_INTERNAL_VALUEFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
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.enterprise.FolderResident
getBusinessType, getCabinetReference, getFolderPath, getIdentity, getLocation, initializeMethods inherited from class wt.enterprise._FolderResident
getAdministrativeLock, getCabinet, getCabinetName, getCreator, getCreatorEMail, getCreatorFullName, getCreatorName, getDomainRef, getEventSet, getFolderingInfo, getOwnership, getParentFolder, getSecurityLabels, isInheritedDomain, readVersion, setAdministrativeLock, setDomainRef, setEventSet, setFolderingInfo, setInheritedDomain, setOwnership, setSecurityLabels, super_readExternal_FolderResident, super_readVersion_FolderResident, super_writeExternal_FolderResidentMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Identified
getIdentificationObjectMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentityMethods inherited from interface wt.query.template.ReportMetadata
getParameterDisplayProcessorSelectors
-
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:
-