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 StringThe base uristatic final StringRoleFields inherited from class org.ametys.plugins.odfsync.generic.scc.AbstractMappingHelper
_implementationName, _srcResolver -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(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, serviceMethods 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:
configurein interfaceConfigurable- Overrides:
configurein classAbstractMappingHelper- Throws:
ConfigurationException
-
getAmetysType
Get the Ametys type from the Pégase type- Parameters:
pegaseType- The Pégase type- Returns:
- The Ametys type
-