Package lumis.portal.monitor
Class MonitorFields.Object.ServiceInstance
- java.lang.Object
-
- lumis.portal.monitor.MonitorFields.Object.ServiceInstance
-
- Enclosing class:
- MonitorFields.Object
public static final class MonitorFields.Object.ServiceInstance extends Object
The service instance of object related fields.- Since:
- 11.0.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
-
-
Field Summary
Fields Modifier and Type Field Description static String
CHANNEL_ID
Content service instance channel identifier.static String
CHANNEL_PATH
Content service instance channel path.static String
CHANNEL_PATHS_IDS
Identifiers of the content service instance path channels.static String
FIELD_ID
Identifier of the service instance field.static String
ID
Content service instance identifier.static String
SERVICE_ID
Content service identifier.
-
Constructor Summary
Constructors Constructor Description ServiceInstance()
-
-
-
Field Detail
-
FIELD_ID
public static final String FIELD_ID
Identifier of the service instance field.- Since:
- 11.0.0
- See Also:
- Constant Field Values
-
ID
public static final String ID
Content service instance identifier.- Since:
- 11.0.0
- See Also:
- Constant Field Values
-
SERVICE_ID
public static final String SERVICE_ID
Content service identifier.- Since:
- 11.0.0
- See Also:
- Constant Field Values
-
CHANNEL_ID
public static final String CHANNEL_ID
Content service instance channel identifier.- Since:
- 11.0.0
- See Also:
- Constant Field Values
-
CHANNEL_PATH
public static final String CHANNEL_PATH
Content service instance channel path.- Since:
- 11.0.0
- See Also:
- Constant Field Values
-
CHANNEL_PATHS_IDS
public static final String CHANNEL_PATHS_IDS
Identifiers of the content service instance path channels.- Since:
- 11.0.0
- See Also:
- Constant Field Values
-
-