Uses of Class
org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObject
-
Packages that use RemoteObject Package Description org.neotropic.kuwaiba.northbound.ws org.neotropic.kuwaiba.northbound.ws.model.application org.neotropic.kuwaiba.northbound.ws.model.business -
-
Uses of RemoteObject in org.neotropic.kuwaiba.northbound.ws
Methods in org.neotropic.kuwaiba.northbound.ws that return RemoteObject Modifier and Type Method Description RemoteObjectKuwaibaSoapWebService. getActivity(String activityClass, String activityId, String sessionId)Gets the detailed information about an activity.RemoteObjectKuwaibaSoapWebServiceImpl. getActivity(String activityClass, String activityId, String sessionId)RemoteObjectKuwaibaSoapWebService. getConfigurationVariableValue(String name, String sessionId)Retrieves only the value of a configuration variable.RemoteObjectKuwaibaSoapWebServiceImpl. getConfigurationVariableValue(String name, String sessionId)RemoteObjectKuwaibaSoapWebService. getContract(String contractClass, String contractId, String sessionId)Gets the detailed information about a contract.RemoteObjectKuwaibaSoapWebServiceImpl. getContract(String contractClass, String contractId, String sessionId)RemoteObjectKuwaibaSoapWebService. getCustomer(String customerClass, String customerId, String sessionId)Gets the detailed information about a customerRemoteObjectKuwaibaSoapWebServiceImpl. getCustomer(String customerClass, String customerId, String sessionId)RemoteObjectKuwaibaSoapWebService. getLinkConnectedToPort(String portClassName, String portId, String sessionId)Convenience method that returns the link connected to a port (if any).RemoteObjectKuwaibaSoapWebServiceImpl. getLinkConnectedToPort(String portClassName, String portId, String sessionId)RemoteObjectKuwaibaSoapWebService. getListTypeItem(String listTypeClassName, String listTypeItemId, String sessionId)Retrieves list type item given its idRemoteObjectKuwaibaSoapWebServiceImpl. getListTypeItem(String listTypeClassName, String listTypeItemId, String sessionId)RemoteObjectKuwaibaSoapWebService. getObject(String objectClass, String oid, String sessionId)Gets the complete information about a given object (all its attributes)RemoteObjectKuwaibaSoapWebServiceImpl. getObject(String objectClass, String oid, String sessionId)RemoteObjectKuwaibaSoapWebService. getParentOfClass(String objectClass, String oid, String parentClass, String sessionId)Gets the first parent of an object which matches the given class in the containment hierarchyRemoteObjectKuwaibaSoapWebServiceImpl. getParentOfClass(String objectClass, String oid, String parentClass, String sessionId)RemoteObjectKuwaibaSoapWebService. getProject(String projectClass, String projectId, String sessionId)Gets the detailed information about a projectRemoteObjectKuwaibaSoapWebServiceImpl. getProject(String projectClass, String projectId, String sessionId)RemoteObjectKuwaibaSoapWebService. getService(String serviceClass, String serviceId, String sessionId)Gets the detailed information about a serviceRemoteObjectKuwaibaSoapWebServiceImpl. getService(String serviceClass, String serviceId, String sessionId)RemoteObjectKuwaibaSoapWebService. getSubnet(String id, String className, String sessionId)Gets the complete information about a given subnet (all its attributes)RemoteObjectKuwaibaSoapWebServiceImpl. getSubnet(String id, String className, String sessionId)RemoteObjectKuwaibaSoapWebService. getTemplateElement(String templateElementClass, String templateElementId, String sessionId)Retrives all the information of a given template element.RemoteObjectKuwaibaSoapWebServiceImpl. getTemplateElement(String templateElementClass, String templateElementId, String sessionId)Methods in org.neotropic.kuwaiba.northbound.ws that return types with arguments of type RemoteObject Modifier and Type Method Description List<RemoteObject>KuwaibaSoapWebService. getChildrenOfClass(String parentOid, String parentClass, String childrenClass, int page, int maxResults, String sessionId)Gets all children of an object of a given classList<RemoteObject>KuwaibaSoapWebServiceImpl. getChildrenOfClass(String parentOid, String parentClass, String childrenClass, int page, int maxResults, String sessionId)List<RemoteObject>KuwaibaSoapWebService. getObjectsWithFilter(String className, String filterName, String filterValue, String sessionId)Same asKuwaibaSoapWebService.getObjectsWithFilterLight(java.lang.String, java.lang.String, java.lang.String, java.lang.String), but returns RemoteObjects instead of RemoteObjectLightsList<RemoteObject>KuwaibaSoapWebServiceImpl. getObjectsWithFilter(String className, String filterName, String filterValue, String sessionId) -
Uses of RemoteObject in org.neotropic.kuwaiba.northbound.ws.model.application
Subclasses of RemoteObject in org.neotropic.kuwaiba.northbound.ws.model.application Modifier and Type Class Description classRemoteInventoryProxyA wrapper of InventoryProxy. -
Uses of RemoteObject in org.neotropic.kuwaiba.northbound.ws.model.business
Subclasses of RemoteObject in org.neotropic.kuwaiba.northbound.ws.model.business Modifier and Type Class Description classRemoteContactWrapper ofContact.Methods in org.neotropic.kuwaiba.northbound.ws.model.business that return RemoteObject Modifier and Type Method Description RemoteObjectRemoteLogicalConnectionDetails. getConnectionObject()RemoteObjectRemoteMPLSConnectionDetails. getConnectionObject()RemoteObjectRemoteObjectLinkObject. getConnectionObject()RemoteObjectRemotePhysicalConnectionDetails. getConnectionObject()Methods in org.neotropic.kuwaiba.northbound.ws.model.business that return types with arguments of type RemoteObject Modifier and Type Method Description List<RemoteObject>RemoteAssetLevelCorrelatedInformation. getInventoryObjects()static List<RemoteObject>RemoteObject. toRemoteObjectArray(List<BusinessObject> toBeWrapped)Methods in org.neotropic.kuwaiba.northbound.ws.model.business with parameters of type RemoteObject Modifier and Type Method Description voidRemoteLogicalConnectionDetails. setConnectionObject(RemoteObject connectionObject)voidRemoteMPLSConnectionDetails. setConnectionObject(RemoteObject connectionObject)voidRemoteObjectLinkObject. setConnectionObject(RemoteObject connectionObject)voidRemotePhysicalConnectionDetails. setConnectionObject(RemoteObject connectionObject)Method parameters in org.neotropic.kuwaiba.northbound.ws.model.business with type arguments of type RemoteObject Modifier and Type Method Description voidRemoteAssetLevelCorrelatedInformation. setInventoryObjects(List<RemoteObject> inventoryObjects)Constructors in org.neotropic.kuwaiba.northbound.ws.model.business with parameters of type RemoteObject Constructor Description RemoteObjectLinkObject(RemoteObjectLight deviceA, RemoteObjectLight physicalEndpointObjectA, RemoteObjectLight logicalEndpointObjectA, RemoteObject connectionObject, RemoteObjectLight logicalEndpointObjectB, RemoteObjectLight physicalEndpointObjectB, RemoteObjectLight deviceB)RemoteObjectLinkObject(RemoteObjectLight deviceA, RemoteObjectLight physicalEndpointObjectA, RemoteObject connectionObject, RemoteObjectLight physicalEndpointObjectB, RemoteObjectLight deviceB)Constructor parameters in org.neotropic.kuwaiba.northbound.ws.model.business with type arguments of type RemoteObject Constructor Description RemoteAssetLevelCorrelatedInformation(List<RemoteObject> inventoryObjects, List<RemoteServiceLevelCorrelatedInformation> services)
-