Uses of Interface
lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceOwner
-
Packages that use IServiceInterfaceInstanceOwner Package Description lumis.portal.serviceinterfaceinstance lumis.service.pagepersonalization.doui.serviceinterfaceinstance lumis.service.wsrp.producer WSRP Producer service. -
-
Uses of IServiceInterfaceInstanceOwner in lumis.portal.serviceinterfaceinstance
Classes in lumis.portal.serviceinterfaceinstance that implement IServiceInterfaceInstanceOwner Modifier and Type Class Description class
DummyInterfaceInstanceOwner
Dummy interface instance owner.Methods in lumis.portal.serviceinterfaceinstance that return IServiceInterfaceInstanceOwner Modifier and Type Method Description IServiceInterfaceInstanceOwner
ServiceInterfaceInstanceConfig. getOwner()
Returns the owner.Method parameters in lumis.portal.serviceinterfaceinstance with type arguments of type IServiceInterfaceInstanceOwner Modifier and Type Method Description java.lang.String
ServiceInterfaceInstanceManager. copy(SessionConfig sessionConfig, java.lang.String sourceServiceInterfaceInstanceId, java.lang.String destinationPageId, java.lang.Class<? extends IServiceInterfaceInstanceOwner> ownerClass, boolean destinationInterfaceInstanceIsFromTemplate, ITransaction transaction)
Copies a Service Interface Instance based on the passed id to a given page or orphan if owner info is passed.void
ServiceInterfaceInstanceConfig. setOrphan(java.lang.Class<? extends IServiceInterfaceInstanceOwner> ownerClass)
Sets the owner for this service interface instance. -
Uses of IServiceInterfaceInstanceOwner in lumis.service.pagepersonalization.doui.serviceinterfaceinstance
Classes in lumis.service.pagepersonalization.doui.serviceinterfaceinstance that implement IServiceInterfaceInstanceOwner Modifier and Type Class Description class
PagePersonalizationInterfaceInstanceOwner
-
Uses of IServiceInterfaceInstanceOwner in lumis.service.wsrp.producer
Classes in lumis.service.wsrp.producer that implement IServiceInterfaceInstanceOwner Modifier and Type Class Description class
ServiceInterfaceInstanceOwner
Service interface instance owner.Methods in lumis.service.wsrp.producer that return IServiceInterfaceInstanceOwner Modifier and Type Method Description static IServiceInterfaceInstanceOwner
ServiceInterfaceInstanceOwner. getInstance()
-