Package com.ptc.windchill.baseserver.bll
Interface ExecutionReport
- All Known Implementing Classes:
com.ptc.windchill.baseserver.bll.AbstractExecutionReport,AbstractReconciliationReport,AccountabilityReport,AllocationExecutionReport,AssociativeEquivalenceExecutionReport,EquivalenceExecutionReport,HealConsumptionReport,MPMLReportResult,OperatedOnAllocationReport,PasteAsResourceInstanceReport,com.ptc.windchill.baseserver.bll.PersistableExecutionReport,PlantLocalizationReport,RawMaterialReplaceReport,ReconciliationReport
public interface ExecutionReport
Generic container for reports
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumEnum describing the various execution statuses for executions
Supported API: true
Extendable: false -
Method Summary
Modifier and TypeMethodDescriptionReturns the execution status of the overall resource allocation execution.
-
Method Details
-
getStatus
ExecutionReport.Status getStatus()Returns the execution status of the overall resource allocation execution.
Supported API: true- Returns:
- status
-