Class ApogeeStructureComponent
java.lang.Object
org.ametys.plugins.odfsync.export.AbstractStructureComponent
org.ametys.plugins.odfsync.apogee.ws.ApogeeStructureComponent
- All Implemented Interfaces:
Component,Serviceable
Component for Apogee export
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ApogeeExportExtensionPointThe apogee export extension pointstatic final StringAvalon RoleFields inherited from class org.ametys.plugins.odfsync.export.AbstractStructureComponent
_resolver -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetExportReport(Program program) Get the Apogee export report of the program idvoidservice(ServiceManager manager)
-
Field Details
-
ROLE
Avalon Role -
_exportApogeeEP
The apogee export extension point
-
-
Constructor Details
-
ApogeeStructureComponent
public ApogeeStructureComponent()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classAbstractStructureComponent- Throws:
ServiceException
-
getExportReport
Get the Apogee export report of the program id- Specified by:
getExportReportin classAbstractStructureComponent- Parameters:
program- the program id- Returns:
- the Apogee export report
-