Interface IPropertyInfoManager
-
- All Superinterfaces:
IManagedService
public interface IPropertyInfoManager extends IManagedService
The central manager ofPropertyInfo
virtual elements. Provides major lifecycle stages support.
-
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
The unique name of the service withing the LC subsystem.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getSource(PropertyInfo propertyInfo, IBmEngine bmEngine)
Gets the source from the givenPropertyInfo
.-
Methods inherited from interface com._1c.g5.wiring.IManagedService
activate, deactivate
-
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
The unique name of the service withing the LC subsystem.- See Also:
- Constant Field Values
-
-
Method Detail
-
getSource
Object getSource(PropertyInfo propertyInfo, IBmEngine bmEngine)
Gets the source from the givenPropertyInfo
. Performs all necessary checks/resolving/etc.- Parameters:
propertyInfo
- The targetPropertyInfo
object.bmEngine
- The instance of the BM engine for the originating project.- Returns:
- The processed source. Could be
null
.
-
-