Class _Report
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._Item
wt.fc.Item
com.ptc.windchill.enterprise.report._Report
- All Implemented Interfaces:
com.ptc.windchill.bac._BACManaged,com.ptc.windchill.bac.BACManaged,Externalizable,Serializable,wt.access._AccessControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.inf.container._WTContained,WTContained,wt.query.template._CriteriaSavable,_ReportMetadata,CriteriaSavable,ReportMetadata,wt.recent.RecentlyVisited,wt.type._TypeManaged,wt.type.TypeManaged
- Direct Known Subclasses:
Report
public abstract class _Report
extends Item
implements WTContained, ReportMetadata, wt.type.TypeManaged, CriteriaSavable, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIndicates whether the report is considered ready for use at this time.static final StringReference toReportTemplate.static final StringSOAP class of Info*Engine task.static final StringSOAP method of Info*Engine task.static final StringBitmask field indicating third party report.Fields inherited from interface wt.query.template._ReportMetadata
DESCRIPTION, INPUT_PAGE, NAME, RESOURCE_BUNDLE -
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.Reference toReportTemplate.Name of Java resource bundle to use to localize headers in output and parameter names when gathering user input.SOAP class of Info*Engine task.SOAP method of Info*Engine task.intBitmask field indicating third party report.booleanIndicates whether the report is considered ready for use at this time.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.voidsetReadyForUse(boolean readyForUse) Indicates whether the report is considered ready for use at this time.voidsetReportTemplateReference(ObjectReference reportTemplateReference) Reference toReportTemplate.voidsetResourceBundle(String resourceBundle) Name of Java resource bundle to use to localize headers in output and parameter names when gathering user input.voidsetSoapClass(String soapClass) SOAP class of Info*Engine task.voidsetSoapMethod(String soapMethod) SOAP method of Info*Engine task.voidsetThirdPartyReport(int thirdPartyReport) Bitmask field indicating third party report.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.Persistable
checkAttributes
-
Field Details
-
REPORT_TEMPLATE_REFERENCE
Reference toReportTemplate. If specified, this serves as the source of this report's data unless a corresponding report exists in an external reporting system.Supported API: true
- See Also:
-
SOAP_CLASS
SOAP class of Info*Engine task. If specified, this serves as the source of this report's data unless a corresponding report exists in an external reporting system.Supported API: true
- See Also:
-
SOAP_METHOD
SOAP method of Info*Engine task. If specified, this serves as the source of this report's data unless a corresponding report exists in an external reporting system.Supported API: true
- See Also:
-
READY_FOR_USE
Indicates whether the report is considered ready for use at this time.Supported API: true
- See Also:
-
THIRD_PARTY_REPORT
Bitmask field indicating third party report.Supported API: true
- See Also:
-
-
Method Details
-
getReportTemplateReference
Reference toReportTemplate. If specified, this serves as the source of this report's data unless a corresponding report exists in an external reporting system.Supported API: true
- See Also:
-
setReportTemplateReference
public void setReportTemplateReference(ObjectReference reportTemplateReference) throws WTPropertyVetoException Reference toReportTemplate. If specified, this serves as the source of this report's data unless a corresponding report exists in an external reporting system.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getSoapClass
SOAP class of Info*Engine task. If specified, this serves as the source of this report's data unless a corresponding report exists in an external reporting system.Supported API: true
- See Also:
-
setSoapClass
SOAP class of Info*Engine task. If specified, this serves as the source of this report's data unless a corresponding report exists in an external reporting system.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getSoapMethod
SOAP method of Info*Engine task. If specified, this serves as the source of this report's data unless a corresponding report exists in an external reporting system.Supported API: true
- See Also:
-
setSoapMethod
SOAP method of Info*Engine task. If specified, this serves as the source of this report's data unless a corresponding report exists in an external reporting system.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
isReadyForUse
public boolean isReadyForUse()Indicates whether the report is considered ready for use at this time.Supported API: true
- See Also:
-
setReadyForUse
Indicates whether the report is considered ready for use at this time.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getThirdPartyReport
public int getThirdPartyReport()Bitmask field indicating third party report.Supported API: true
- See Also:
-
setThirdPartyReport
Bitmask field indicating third party report.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- 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:
-