lumis.portal.structure.sync.model.global
Class InterfaceStyleAllowedConsumer

Package class diagram package InterfaceStyleAllowedConsumer
java.lang.Object
  extended by 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
See Also:
ServiceInterfaceStyleConfig

Constructor Summary
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
 String getId()
           
 String getInterfaceInstanceId()
           
 InterfaceStyle getInterfaceStyle()
           
 String getServiceInstanceId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.