Package com._1c.g5.v8.dt.internal.md
Class ExternalPropertyManagerRegistry
java.lang.Object
com._1c.g5.v8.dt.internal.md.ExternalPropertyManagerRegistry
- All Implemented Interfaces:
IExternalPropertyManagerRegistry,IManagedService
public class ExternalPropertyManagerRegistry
extends Object
implements IExternalPropertyManagerRegistry
IExternalPropertyManagerRegistry implementation.
This implementation also initializes public SPI ExternalPropertyManagerProvider.-
Constructor Details
-
ExternalPropertyManagerRegistry
public ExternalPropertyManagerRegistry()Constructor
-
-
Method Details
-
getExternalPropertyManager
Description copied from interface:IExternalPropertyManagerRegistryReturns external property manager for givenIBmModelmodel instance.- Specified by:
getExternalPropertyManagerin interfaceIExternalPropertyManagerRegistry- Parameters:
model-IBmModelbig model instance (notnull)- Returns:
- external property manager registered for given
IBmModelmodel instance.
-
registerExternalPropertyManager
Description copied from interface:IExternalPropertyManagerRegistryRegisters new external property manager for givenIBmModelmodel instance.- Specified by:
registerExternalPropertyManagerin interfaceIExternalPropertyManagerRegistry- Parameters:
model-IBmModelbig model instance (notnull)- Returns:
- external property manager registered for given
IBmModelmodel instance.
-
activate
public void activate()- Specified by:
activatein interfaceIManagedService
-
deactivate
public void deactivate()- Specified by:
deactivatein interfaceIManagedService
-