Uses of Class
lumis.portal.structure.sync.model.serviceinstance.ServiceInstance
-
Packages that use ServiceInstance Package Description lumis.portal.structure.sync.model.serviceinstance -
-
Uses of ServiceInstance in lumis.portal.structure.sync.model.serviceinstance
Methods in lumis.portal.structure.sync.model.serviceinstance that return ServiceInstance Modifier and Type Method Description ServiceInstance
ServiceInstanceDependency. getDependentServiceInstance()
ServiceInstance
ServiceInstanceCustomProperty. getServiceInstance()
Returns the serviceInstance.ServiceInstance
ServiceInstanceWorkflow. getServiceInstance()
Returns the service instance.Methods in lumis.portal.structure.sync.model.serviceinstance with parameters of type ServiceInstance Modifier and Type Method Description void
ServiceInstanceDependency. setDependentServiceInstance(ServiceInstance dependentServiceInstance)
void
ServiceInstanceCustomProperty. setServiceInstance(ServiceInstance serviceInstance)
Sets the serviceInstance.void
ServiceInstanceWorkflow. setServiceInstance(ServiceInstance serviceInstance)
Sets the service instance.
-