Class PegaseSCCMappingHelper
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.odfsync.generic.scc.AbstractMappingHelper
org.ametys.plugins.odfsync.pegase.scc.PegaseSCCMappingHelper
- All Implemented Interfaces:
LogEnabled
,Component
,Configurable
,Serviceable
Helper for the Pégase SCC (COF).
-
Field Summary
FieldsModifier and TypeFieldDescriptionMappings Pégase codes - Ametys codeprotected String
The base uristatic final String
RoleFields inherited from class org.ametys.plugins.odfsync.generic.scc.AbstractMappingHelper
_implementationName, _srcResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(Configuration configuration) getAmetysType
(String pegaseType) Get the Ametys type from the Pégase typeMethods inherited from class org.ametys.plugins.odfsync.generic.scc.AbstractMappingHelper
_parseMappingFile, _readMapping, service
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
ROLE
Role -
_baseUri
The base uri -
_ametysTypeForPegaseOFType
Mappings Pégase codes - Ametys code
-
-
Constructor Details
-
PegaseSCCMappingHelper
public PegaseSCCMappingHelper()
-
-
Method Details
-
configure
- Specified by:
configure
in interfaceConfigurable
- Overrides:
configure
in classAbstractMappingHelper
- Throws:
ConfigurationException
-
getAmetysType
Get the Ametys type from the Pégase type- Parameters:
pegaseType
- The Pégase type- Returns:
- The Ametys type
-