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 RemoteObject
KuwaibaSoapWebService. getActivity(String activityClass, String activityId, String sessionId)
Gets the detailed information about an activity.RemoteObject
KuwaibaSoapWebServiceImpl. getActivity(String activityClass, String activityId, String sessionId)
RemoteObject
KuwaibaSoapWebService. getConfigurationVariableValue(String name, String sessionId)
Retrieves only the value of a configuration variable.RemoteObject
KuwaibaSoapWebServiceImpl. getConfigurationVariableValue(String name, String sessionId)
RemoteObject
KuwaibaSoapWebService. getContract(String contractClass, String contractId, String sessionId)
Gets the detailed information about a contract.RemoteObject
KuwaibaSoapWebServiceImpl. getContract(String contractClass, String contractId, String sessionId)
RemoteObject
KuwaibaSoapWebService. getCustomer(String customerClass, String customerId, String sessionId)
Gets the detailed information about a customerRemoteObject
KuwaibaSoapWebServiceImpl. getCustomer(String customerClass, String customerId, String sessionId)
RemoteObject
KuwaibaSoapWebService. getLinkConnectedToPort(String portClassName, String portId, String sessionId)
Convenience method that returns the link connected to a port (if any).RemoteObject
KuwaibaSoapWebServiceImpl. getLinkConnectedToPort(String portClassName, String portId, String sessionId)
RemoteObject
KuwaibaSoapWebService. getListTypeItem(String listTypeClassName, String listTypeItemId, String sessionId)
Retrieves list type item given its idRemoteObject
KuwaibaSoapWebServiceImpl. getListTypeItem(String listTypeClassName, String listTypeItemId, String sessionId)
RemoteObject
KuwaibaSoapWebService. getObject(String objectClass, String oid, String sessionId)
Gets the complete information about a given object (all its attributes)RemoteObject
KuwaibaSoapWebServiceImpl. getObject(String objectClass, String oid, String sessionId)
RemoteObject
KuwaibaSoapWebService. getParentOfClass(String objectClass, String oid, String parentClass, String sessionId)
Gets the first parent of an object which matches the given class in the containment hierarchyRemoteObject
KuwaibaSoapWebServiceImpl. getParentOfClass(String objectClass, String oid, String parentClass, String sessionId)
RemoteObject
KuwaibaSoapWebService. getProject(String projectClass, String projectId, String sessionId)
Gets the detailed information about a projectRemoteObject
KuwaibaSoapWebServiceImpl. getProject(String projectClass, String projectId, String sessionId)
RemoteObject
KuwaibaSoapWebService. getService(String serviceClass, String serviceId, String sessionId)
Gets the detailed information about a serviceRemoteObject
KuwaibaSoapWebServiceImpl. getService(String serviceClass, String serviceId, String sessionId)
RemoteObject
KuwaibaSoapWebService. getSubnet(String id, String className, String sessionId)
Gets the complete information about a given subnet (all its attributes)RemoteObject
KuwaibaSoapWebServiceImpl. getSubnet(String id, String className, String sessionId)
RemoteObject
KuwaibaSoapWebService. getTemplateElement(String templateElementClass, String templateElementId, String sessionId)
Retrives all the information of a given template element.RemoteObject
KuwaibaSoapWebServiceImpl. 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 class
RemoteInventoryProxy
A 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 class
RemoteContact
Wrapper ofContact
.Methods in org.neotropic.kuwaiba.northbound.ws.model.business that return RemoteObject Modifier and Type Method Description RemoteObject
RemoteLogicalConnectionDetails. getConnectionObject()
RemoteObject
RemoteMPLSConnectionDetails. getConnectionObject()
RemoteObject
RemoteObjectLinkObject. getConnectionObject()
RemoteObject
RemotePhysicalConnectionDetails. 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 void
RemoteLogicalConnectionDetails. setConnectionObject(RemoteObject connectionObject)
void
RemoteMPLSConnectionDetails. setConnectionObject(RemoteObject connectionObject)
void
RemoteObjectLinkObject. setConnectionObject(RemoteObject connectionObject)
void
RemotePhysicalConnectionDetails. setConnectionObject(RemoteObject connectionObject)
Method parameters in org.neotropic.kuwaiba.northbound.ws.model.business with type arguments of type RemoteObject Modifier and Type Method Description void
RemoteAssetLevelCorrelatedInformation. 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)
-