Class InterfaceStyleAllowedConsumer
- java.lang.Object
-
- lumis.portal.structure.sync.model.global.InterfaceStyleAllowedConsumer
-
public class InterfaceStyleAllowedConsumer extends java.lang.Object
Interface style allowed consumer model.Documentation in this class focus synchronization behavior. About the use behind the fields in the portal, see
ServiceInterfaceStyleConfig
.- Since:
- 6.2.0
- Version:
- $Revision: 15159 $ $Date: 2013-02-25 15:33:53 -0300 (Mon, 25 Feb 2013) $
- See Also:
ServiceInterfaceStyleConfig
-
-
Constructor Summary
Constructors Constructor Description InterfaceStyleAllowedConsumer(GlobalInterfaceStyle globalInterfaceStyle, java.lang.String serviceInstanceId)
Creates an allowed consumer entry for a shared interface style.InterfaceStyleAllowedConsumer(InterfaceStyle interfaceStyle, java.lang.String interfaceInstanceId)
Creates an allowed consumer entry for a isolated interface style.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
java.lang.String
getInterfaceInstanceId()
InterfaceStyle
getInterfaceStyle()
java.lang.String
getServiceInstanceId()
-
-
-
Constructor Detail
-
InterfaceStyleAllowedConsumer
public InterfaceStyleAllowedConsumer(InterfaceStyle interfaceStyle, java.lang.String interfaceInstanceId)
Creates an allowed consumer entry for a isolated interface style.- Parameters:
interfaceStyle
- the isolated interface style.interfaceInstanceId
- the identifier of the interface instance consumer.- Since:
- 6.2.0
-
InterfaceStyleAllowedConsumer
public InterfaceStyleAllowedConsumer(GlobalInterfaceStyle globalInterfaceStyle, java.lang.String serviceInstanceId)
Creates an allowed consumer entry for a shared interface style.- Parameters:
globalInterfaceStyle
- the shared interface style.interfaceInstanceId
- the identifier of the service instance consumer.- Since:
- 6.2.0
-
-
Method Detail
-
getId
public java.lang.String getId()
-
getInterfaceStyle
public InterfaceStyle getInterfaceStyle()
-
getInterfaceInstanceId
public java.lang.String getInterfaceInstanceId()
-
getServiceInstanceId
public java.lang.String getServiceInstanceId()
-
-