Class InterfaceStyleAllowedConsumer
- java.lang.Object
-
- lumis.portal.structure.sync.model.global.InterfaceStyleAllowedConsumer
-
public class InterfaceStyleAllowedConsumer extends 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, String serviceInstanceId)
Creates an allowed consumer entry for a shared interface style.InterfaceStyleAllowedConsumer(InterfaceStyle interfaceStyle, 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 String
getId()
String
getInterfaceInstanceId()
InterfaceStyle
getInterfaceStyle()
String
getServiceInstanceId()
-
-
-
Constructor Detail
-
InterfaceStyleAllowedConsumer
public InterfaceStyleAllowedConsumer(InterfaceStyle interfaceStyle, 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, 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 String getId()
-
getInterfaceStyle
public InterfaceStyle getInterfaceStyle()
-
getInterfaceInstanceId
public String getInterfaceInstanceId()
-
getServiceInstanceId
public String getServiceInstanceId()
-
-