String |
KuwaibaSoapWebService.addActivity(String parentId,
String parentClassName,
String className,
String[] attributeNames,
String[] attributeValues,
String sessionId) |
Adds an Activity
|
String |
KuwaibaSoapWebServiceImpl.addActivity(String parentId,
String parentClassName,
String className,
String[] attributeNames,
String[] attributeValues,
String sessionId) |
|
String |
KuwaibaSoapWebService.addIPAddress(String id,
String parentClassName,
List<StringPair> attributes,
String sessionId) |
Adds an IP address to a Subnet
|
String |
KuwaibaSoapWebServiceImpl.addIPAddress(String id,
String parentClassName,
List<StringPair> attributesToBeUpdated,
String sessionId) |
|
void |
KuwaibaSoapWebService.addObjectsToFavoritesFolder(String[] objectClass,
String[] objectId,
long favoritesFolderId,
long userId,
String sessionId) |
Associates a list of objects to an existing favorites folder
|
void |
KuwaibaSoapWebServiceImpl.addObjectsToFavoritesFolder(String[] objectClass,
String[] objectId,
long favoritesFolderId,
long userId,
String sessionId) |
|
void |
KuwaibaSoapWebService.addPossibleChildren(String parentClassName,
String[] childrenToBeAdded,
String sessionId) |
Adds possible children to a given class using its name as argument.
|
void |
KuwaibaSoapWebServiceImpl.addPossibleChildren(String parentClassName,
String[] childrenToBeAdded,
String sessionId) |
|
void |
KuwaibaSoapWebService.addPossibleChildrenForClassWithId(long parentClassId,
long[] newPossibleChildren,
String sessionId) |
Adds possible children to a given class using its id as argument.
|
void |
KuwaibaSoapWebServiceImpl.addPossibleChildrenForClassWithId(long parentClassId,
long[] newPossibleChildren,
String sessionId) |
|
void |
KuwaibaSoapWebService.addPossibleSpecialChildren(String parentClassName,
String[] possibleSpecialChildren,
String sessionId) |
Adds special possible children to a given class using its name.
|
void |
KuwaibaSoapWebServiceImpl.addPossibleSpecialChildren(String parentClassName,
String[] possibleSpecialChildren,
String sessionId) |
|
void |
KuwaibaSoapWebService.addPossibleSpecialChildrenWithId(long parentClassId,
long[] possibleSpecialChildren,
String sessionId) |
Adds possible special children to a given class using its id as argument.
|
void |
KuwaibaSoapWebServiceImpl.addPossibleSpecialChildrenWithId(long parentClassId,
long[] possibleSpecialChildren,
String sessionId) |
|
String |
KuwaibaSoapWebService.addProject(String parentId,
String parentClassName,
String className,
String[] attributeNames,
String[] attributeValues,
String sessionId) |
Adds a Project
|
String |
KuwaibaSoapWebServiceImpl.addProject(String parentId,
String parentClassName,
String className,
String[] attributeNames,
String[] attributeValues,
String sessionId) |
|
void |
KuwaibaSoapWebService.addUserToGroup(long userId,
long groupId,
String sessionId) |
Adds a user to a group
|
void |
KuwaibaSoapWebServiceImpl.addUserToGroup(long userId,
long groupId,
String sessionId) |
|
void |
KuwaibaSoapWebService.associateObjectsToContract(String[] objectClass,
String[] objectId,
String contractClass,
String contractId,
String sessionId) |
Associates a list of objects (instances of a subclass of InventoryObject) to an existing contract (most probably a support contract)
|
void |
KuwaibaSoapWebServiceImpl.associateObjectsToContract(String[] objectClass,
String[] objectId,
String contractClass,
String contractId,
String sessionId) |
|
void |
KuwaibaSoapWebService.associateObjectsToProject(String projectClass,
String projectId,
String[] objectClass,
String[] objectId,
String sessionId) |
Associates a set of objects with a Project
|
void |
KuwaibaSoapWebServiceImpl.associateObjectsToProject(String projectClass,
String projectId,
String[] objectClass,
String[] objectId,
String sessionId) |
|
void |
KuwaibaSoapWebService.associateObjectsToService(String[] objectClass,
String[] objectId,
String serviceClass,
String serviceId,
String sessionId) |
Associates a list of objects (resources) to an existing service
|
void |
KuwaibaSoapWebServiceImpl.associateObjectsToService(String[] objectClass,
String[] objectId,
String serviceClass,
String serviceId,
String sessionId) |
|
void |
KuwaibaSoapWebService.associateObjectToProject(String projectClass,
String projectId,
String objectClass,
String objectId,
String sessionId) |
Associates an object to a Project
|
void |
KuwaibaSoapWebServiceImpl.associateObjectToProject(String projectClass,
String projectId,
String objectClass,
String objectId,
String sessionId) |
|
void |
KuwaibaSoapWebService.associateObjectToProxy(String objectClass,
String objectId,
String proxyClass,
String proxyId,
String sessionId) |
Associates an inventory object to an inventory proxy.
|
void |
KuwaibaSoapWebServiceImpl.associateObjectToProxy(String objectClass,
String objectId,
String proxyClass,
String proxyId,
String sessionId) |
|
void |
KuwaibaSoapWebService.associateObjectToService(String objectClass,
String objectId,
String serviceClass,
String serviceId,
String sessionId) |
Associates an object (a resource) to an existing service
|
void |
KuwaibaSoapWebServiceImpl.associateObjectToService(String objectClass,
String objectId,
String serviceClass,
String serviceId,
String sessionId) |
|
void |
KuwaibaSoapWebService.associatePhysicalNodeToWarehouse(String objectClass,
String objectId,
String warehouseClass,
String warehouseId,
String sessionId) |
Associates an object (a resource) to an existing warehouse or virtual warehouse
|
void |
KuwaibaSoapWebServiceImpl.associatePhysicalNodeToWarehouse(String objectClass,
String objectId,
String warehouseClass,
String warehouseId,
String sessionId) |
|
void |
KuwaibaSoapWebService.associatesPhysicalNodeToWarehouse(String[] objectClass,
String[] objectId,
String warehouseClass,
String warehouseId,
String sessionId) |
Associates a list of objects (resources) to an existing warehouse or virtual warehouse
|
void |
KuwaibaSoapWebServiceImpl.associatesPhysicalNodeToWarehouse(String[] objectClass,
String[] objectId,
String warehouseClass,
String warehouseId,
String sessionId) |
|
long |
KuwaibaSoapWebService.attachFileToObject(String name,
String tags,
byte[] file,
String className,
String objectId,
String sessionId) |
Attaches a file to an inventory object
|
long |
KuwaibaSoapWebServiceImpl.attachFileToObject(String name,
String tags,
byte[] file,
String className,
String objectId,
String sessionId) |
|
String |
KuwaibaSoapWebService.bulkUpload(byte[] file,
int commitSize,
int dataType,
String sessionId) |
Creates many objects at once given a well formatted file.
|
String |
KuwaibaSoapWebServiceImpl.bulkUpload(byte[] file,
int commitSize,
int dataType,
String sessionId) |
|
void |
KuwaibaSoapWebService.closeSession(String sessionId) |
Closes a session
|
void |
KuwaibaSoapWebServiceImpl.closeSession(String sessionId) |
|
void |
KuwaibaSoapWebService.commitActivity(long processInstanceId,
long activityDefinitionId,
RemoteArtifact artifact,
String sessionId) |
Saves the artifact generated once an activity has been completed (for example, the user filled in a form).
|
void |
KuwaibaSoapWebServiceImpl.commitActivity(long processInstanceId,
long activityDefinitionId,
RemoteArtifact artifact,
String sessionId) |
|
void |
KuwaibaSoapWebService.connectMirrorMultiplePort(String aObjectClass,
String aObjectId,
List<String> bObjectClasses,
List<String> bObjectIds,
String sessionId) |
Connect two ports using a mirrorMultiple relationship
|
void |
KuwaibaSoapWebServiceImpl.connectMirrorMultiplePort(String aObjectClass,
String aObjectId,
List<String> bObjectClasses,
List<String> bObjectIds,
String sessionId) |
|
void |
KuwaibaSoapWebService.connectMirrorPort(String[] aObjectClass,
String[] aObjectId,
String[] bObjectClass,
String[] bObjectId,
String sessionId) |
Connect two ports using a mirror relationship
|
void |
KuwaibaSoapWebServiceImpl.connectMirrorPort(String[] aObjectClass,
String[] aObjectId,
String[] bObjectClass,
String[] bObjectId,
String sessionId) |
|
void |
KuwaibaSoapWebService.connectMplsLink(String[] sideAClassNames,
String[] sideAIds,
String[] linksIds,
String[] sideBClassNames,
String[] sideBIds,
String sessionId) |
Connect a given mpls links with a given ports for every side
|
void |
KuwaibaSoapWebServiceImpl.connectMplsLink(String[] sideAClassNames,
String[] sideAIds,
String[] linksIds,
String[] sideBClassNames,
String[] sideBIds,
String sessionId) |
|
void |
KuwaibaSoapWebService.connectPhysicalContainers(String[] sideAClassNames,
String[] sideAIds,
String[] containersClassNames,
String[] containersIds,
String[] sideBClassNames,
String[] sideBIds,
String sessionId) |
Connects pairs of elements (of any class except subclasses of GenericPort) using containers (subclasses of GenericPhysicalContainer)
|
void |
KuwaibaSoapWebServiceImpl.connectPhysicalContainers(String[] sideAClassNames,
String[] sideAIds,
String[] containersClassNames,
String[] containersIds,
String[] sideBClassNames,
String[] sideBIds,
String sessionId) |
|
void |
KuwaibaSoapWebService.connectPhysicalLinks(String[] sideAClassNames,
String[] sideAIds,
String[] linksClassNames,
String[] linksIds,
String[] sideBClassNames,
String[] sideBIds,
String sessionId) |
Connects pairs of ports (if they are not connected already) using physical link
|
void |
KuwaibaSoapWebServiceImpl.connectPhysicalLinks(String[] sideAClassNames,
String[] sideAIds,
String[] linksClassNames,
String[] linksIds,
String[] sideBClassNames,
String[] sideBIds,
String sessionId) |
|
String[] |
KuwaibaSoapWebService.copyObjects(String targetClass,
String targetOid,
String[] objectClasses,
String[] objectOids,
boolean recursive,
String sessionId) |
Copy objects from its current parent to a target.
|
String[] |
KuwaibaSoapWebServiceImpl.copyObjects(String targetClass,
String targetOid,
String[] objectClasses,
String[] objectOids,
boolean recursive,
String sessionId) |
|
void |
KuwaibaSoapWebService.copyPoolItemToPool(String poolId,
String poolItemClassName,
String poolItemId,
boolean recursive,
String sessionId) |
Copy a pool item from a pool to another pool
|
void |
KuwaibaSoapWebServiceImpl.copyPoolItemToPool(String poolId,
String poolItemClassName,
String poolItemId,
boolean recursive,
String sessionId) |
|
String[] |
KuwaibaSoapWebService.copySpecialObjects(String targetClass,
String targetOid,
String[] objectClasses,
String[] objectOids,
boolean recursive,
String sessionId) |
Copy special objects from its current parent to a target.
|
String[] |
KuwaibaSoapWebServiceImpl.copySpecialObjects(String targetClass,
String targetOid,
String[] objectClasses,
String[] objectOids,
boolean recursive,
String sessionId) |
|
void |
KuwaibaSoapWebService.copySyncDataSourceConfiguration(long syncGroupId,
long[] syncDataSourceConfigurationIds,
String sessionId) |
Creates "copy" a relation between a set of sync data source configurations and a given sync group
|
void |
KuwaibaSoapWebServiceImpl.copySyncDataSourceConfiguration(long syncGroupId,
long[] syncDataSourceConfigurationIds,
String sessionId) |
|
String[] |
KuwaibaSoapWebService.copyTemplateElements(String[] sourceObjectsClassNames,
String[] sourceObjectsIds,
String newParentClassName,
String newParentId,
String sessionId) |
Copy template elements within templates.
|
String[] |
KuwaibaSoapWebServiceImpl.copyTemplateElements(String[] sourceObjectsClassNames,
String[] sourceObjectsIds,
String newParentClassName,
String newParentId,
String sessionId) |
|
String[] |
KuwaibaSoapWebService.copyTemplateSpecialElements(String[] sourceObjectsClassNames,
String[] sourceObjectsIds,
String newParentClassName,
String newParentId,
String sessionId) |
Copy template special elements within templates.
|
String[] |
KuwaibaSoapWebServiceImpl.copyTemplateSpecialElements(String[] sourceObjectsClassNames,
String[] sourceObjectsIds,
String newParentClassName,
String newParentId,
String sessionId) |
|
void |
KuwaibaSoapWebService.createAttribute(String className,
String name,
String displayName,
String type,
String description,
boolean administrative,
boolean visible,
boolean isReadOnly,
boolean noCopy,
boolean unique,
boolean mandatory,
boolean multiple,
int order,
String sessionId) |
Adds an attribute to a class using its name as key to find it.
|
void |
KuwaibaSoapWebServiceImpl.createAttribute(String className,
String name,
String displayName,
String type,
String description,
boolean administrative,
boolean visible,
boolean isReadOnly,
boolean noCopy,
boolean unique,
boolean mandatory,
boolean multiple,
int order,
String sessionId) |
|
void |
KuwaibaSoapWebService.createAttributeForClassWithId(long ClassId,
String name,
String displayName,
String type,
String description,
boolean administrative,
boolean visible,
boolean readOnly,
boolean noCopy,
boolean unique,
boolean mandatory,
boolean multiple,
int order,
String sessionId) |
Adds an attribute to a class using its id as key to find it.
|
void |
KuwaibaSoapWebServiceImpl.createAttributeForClassWithId(long ClassId,
String name,
String displayName,
String type,
String description,
boolean administrative,
boolean visible,
boolean readOnly,
boolean noCopy,
boolean unique,
boolean mandatory,
boolean multiple,
int order,
String sessionId) |
|
String[] |
KuwaibaSoapWebService.createBulkObjects(String className,
String parentClassName,
String parentOid,
String namePattern,
String templateId,
String sessionId) |
Creates multiple objects using a given name pattern
|
String[] |
KuwaibaSoapWebServiceImpl.createBulkObjects(String className,
String parentClassName,
String parentOid,
String namePattern,
String templateId,
String sessionId) |
|
String[] |
KuwaibaSoapWebService.createBulkSpecialObjects(String className,
String parentClassName,
String parentId,
int numberOfSpecialObjects,
String namePattern,
String sessionId) |
Creates multiple special objects using a given naming pattern
|
String[] |
KuwaibaSoapWebServiceImpl.createBulkSpecialObjects(String className,
String parentClassName,
String parentId,
int numberOfSpecialObjects,
String namePattern,
String sessionId) |
|
String[] |
KuwaibaSoapWebService.createBulkSpecialTemplateElement(String stElementClass,
String stElementParentClassName,
String stElementParentId,
String stElementNamePattern,
String sessionId) |
Creates multiple special template elements using a given name pattern
|
String[] |
KuwaibaSoapWebServiceImpl.createBulkSpecialTemplateElement(String stElementClass,
String stElementParentClassName,
String stElementParentId,
String stElementNamePattern,
String sessionId) |
|
String[] |
KuwaibaSoapWebService.createBulkTemplateElement(String templateElementClassName,
String templateElementParentClassName,
String templateElementParentId,
String templateElementNamePattern,
String sessionId) |
Creates multiple template elements using a given name pattern
|
String[] |
KuwaibaSoapWebServiceImpl.createBulkTemplateElement(String templateElementClassName,
String templateElementParentClassName,
String templateElementParentId,
String templateElementNamePattern,
String sessionId) |
|
long |
KuwaibaSoapWebService.createBusinessRule(String ruleName,
String ruleDescription,
int ruleType,
int ruleScope,
String appliesTo,
String ruleVersion,
List<String> constraints,
String sessionId) |
Creates a business rule given a set of constraints
|
long |
KuwaibaSoapWebServiceImpl.createBusinessRule(String ruleName,
String ruleDescription,
int ruleType,
int ruleScope,
String appliesTo,
String ruleVersion,
List<String> constraints,
String sessionId) |
|
long |
KuwaibaSoapWebService.createClass(String className,
String displayName,
String description,
boolean isAbstract,
boolean isCustom,
boolean isCountable,
boolean isInDesign,
String parentClassName,
byte[] icon,
byte[] smallIcon,
int color,
String sessionId) |
Creates a class metadata object.
|
long |
KuwaibaSoapWebServiceImpl.createClass(String className,
String displayName,
String description,
boolean isAbstract,
boolean isCustom,
boolean isCountable,
boolean isInDesign,
String parentClassName,
byte[] icon,
byte[] smallIcon,
int color,
String sessionId) |
|
long |
KuwaibaSoapWebService.createClassLevelReport(String className,
String reportName,
String reportDescription,
String script,
int outputType,
boolean enabled,
String sessionId) |
Creates a class level report (a report that will be available for all instances of a given class -and its subclasses-)
|
long |
KuwaibaSoapWebServiceImpl.createClassLevelReport(String className,
String reportName,
String reportDescription,
String script,
int outputType,
boolean enabled,
String sessionId) |
|
long |
KuwaibaSoapWebService.createConfigurationVariable(String configVariablesPoolId,
String name,
String description,
int type,
boolean masked,
String valueDefinition,
String sessionId) |
Creates a configuration variable inside a pool.
|
long |
KuwaibaSoapWebServiceImpl.createConfigurationVariable(String configVariablesPoolId,
String name,
String description,
int type,
boolean masked,
String valueDefinition,
String sessionId) |
|
String |
KuwaibaSoapWebService.createConfigurationVariablesPool(String name,
String description,
String sessionId) |
Creates a pool of configuration variables.
|
String |
KuwaibaSoapWebServiceImpl.createConfigurationVariablesPool(String name,
String description,
String sessionId) |
|
String |
KuwaibaSoapWebService.createContact(String contactClass,
List<StringPair> properties,
String customerClassName,
String customerId,
String sessionId) |
Creates a contact
|
String |
KuwaibaSoapWebServiceImpl.createContact(String contactClass,
List<StringPair> properties,
String customerClassName,
String customerId,
String sessionId) |
|
long |
KuwaibaSoapWebService.createFavoritesFolderForUser(String favoritesFolderName,
long userId,
String sessionId) |
Creates a favorites folder for User.
|
long |
KuwaibaSoapWebServiceImpl.createFavoritesFolderForUser(String favoritesFolderName,
long userId,
String sessionId) |
|
long |
KuwaibaSoapWebService.createGeneralView(String viewClass,
String name,
String description,
byte[] structure,
byte[] background,
String sessionId) |
Creates a general view (a view that is not associated to any object)
|
long |
KuwaibaSoapWebServiceImpl.createGeneralView(String viewClass,
String name,
String description,
byte[] structure,
byte[] background,
String sessionId) |
|
long |
KuwaibaSoapWebService.createGroup(String groupName,
String description,
List<Long> users,
String sessionId) |
Creates a group
|
long |
KuwaibaSoapWebServiceImpl.createGroup(String groupName,
String description,
List<Long> users,
String sessionId) |
|
long |
KuwaibaSoapWebService.createInventoryLevelReport(String reportName,
String reportDescription,
String script,
int outputType,
boolean enabled,
List<StringPair> parameters,
String sessionId) |
Creates an inventory level report (a report that is not tied to a particlar instance or class.
|
long |
KuwaibaSoapWebServiceImpl.createInventoryLevelReport(String reportName,
String reportDescription,
String script,
int outputType,
boolean enabled,
List<StringPair> parameters,
String sessionId) |
|
String |
KuwaibaSoapWebService.createListTypeItem(String className,
String name,
String displayName,
String sessionId) |
Creates a list type item
|
String |
KuwaibaSoapWebServiceImpl.createListTypeItem(String className,
String name,
String displayName,
String sessionId) |
|
long |
KuwaibaSoapWebService.createListTypeItemRelatedView(String listTypeItemId,
String listTypeItemClassName,
String viewClassName,
String name,
String description,
byte[] structure,
byte[] background,
String sessionId) |
Creates a view for a given list type item.
|
long |
KuwaibaSoapWebServiceImpl.createListTypeItemRelatedView(String listTypeItemId,
String listTypeItemClassName,
String viewClassName,
String name,
String description,
byte[] structure,
byte[] background,
String sessionId) |
|
String |
KuwaibaSoapWebService.createMPLSLink(String classNameEndpointA,
String idEndpointA,
String classNameEndpointB,
String idEndpointB,
List<StringPair> attributesToBeSet,
String sessionId) |
Creates an MPLS link
|
String |
KuwaibaSoapWebServiceImpl.createMPLSLink(String classNameEndpointA,
String idEndpointA,
String classNameEndpointB,
String idEndpointB,
List<StringPair> attributesToBeSet,
String sessionId) |
|
String |
KuwaibaSoapWebService.createObject(String className,
String parentObjectClassName,
String parentOid,
String[] attributeNames,
String[] attributeValues,
String templateId,
String sessionId) |
Creates a business object
|
String |
KuwaibaSoapWebServiceImpl.createObject(String className,
String parentObjectClassName,
String parentOid,
String[] attributeNames,
String[] attributeValues,
String templateId,
String sessionId) |
|
long |
KuwaibaSoapWebService.createObjectRelatedView(String objectId,
String objectClass,
String name,
String description,
String viewClassName,
byte[] structure,
byte[] background,
String sessionId) |
Creates a view an relates it to an existing object
|
long |
KuwaibaSoapWebServiceImpl.createObjectRelatedView(String objectId,
String objectClass,
String name,
String description,
String viewClassName,
byte[] structure,
byte[] background,
String sessionId) |
|
long |
KuwaibaSoapWebService.createOSPView(String name,
String description,
byte[] content,
String sessionId) |
Creates an Outside Plant View
|
long |
KuwaibaSoapWebServiceImpl.createOSPView(String name,
String description,
byte[] content,
String sessionId) |
|
String |
KuwaibaSoapWebService.createPhysicalConnection(String aObjectClass,
String aObjectId,
String bObjectClass,
String bObjectId,
String name,
String connectionClass,
String templateId,
String sessionId) |
Creates a physical connection (a container or a link).
|
String |
KuwaibaSoapWebServiceImpl.createPhysicalConnection(String aObjectClass,
String aObjectId,
String bObjectClass,
String bObjectId,
String name,
String connectionClass,
String templateId,
String sessionId) |
|
String[] |
KuwaibaSoapWebService.createPhysicalConnections(String[] aObjectClasses,
String[] aObjectIds,
String[] bObjectClasses,
String[] bObjectIds,
String name,
String connectionClass,
String templateId,
String sessionId) |
Creates a physical connection (a container or a link).
|
String[] |
KuwaibaSoapWebServiceImpl.createPhysicalConnections(String[] aObjectClasses,
String[] aObjectIds,
String[] bObjectClasses,
String[] bObjectIds,
String name,
String connectionClass,
String templateId,
String sessionId) |
|
String |
KuwaibaSoapWebService.createPoolInObject(String parentClassname,
String parentId,
String name,
String description,
String instancesOfClass,
int type,
String sessionId) |
Creates a pool that will have as parent an inventory object.
|
String |
KuwaibaSoapWebServiceImpl.createPoolInObject(String parentClassname,
String parentId,
String name,
String description,
String instancesOfClass,
int type,
String sessionId) |
|
String |
KuwaibaSoapWebService.createPoolInPool(String parentId,
String name,
String description,
String instancesOfClass,
int type,
String sessionId) |
Creates a pool that will have as parent another pool.
|
String |
KuwaibaSoapWebServiceImpl.createPoolInPool(String parentId,
String name,
String description,
String instancesOfClass,
int type,
String sessionId) |
|
String |
KuwaibaSoapWebService.createPoolItem(String poolId,
String className,
String[] attributeNames,
String[] attributeValues,
String templateId,
String sessionId) |
Creates an object within a pool
|
String |
KuwaibaSoapWebServiceImpl.createPoolItem(String poolId,
String className,
String[] attributeNames,
String[] attributeValues,
String templateId,
String sessionId) |
|
long |
KuwaibaSoapWebService.createProcessDefinition(String name,
String description,
String version,
boolean enabled,
byte[] structure,
String sessionId) |
Creates a process definition.
|
long |
KuwaibaSoapWebServiceImpl.createProcessDefinition(String name,
String description,
String version,
boolean enabled,
byte[] structure,
String sessionId) |
|
long |
KuwaibaSoapWebService.createProcessInstance(long processDefinitionId,
String processInstanceName,
String processInstanceDescription,
String sessionId) |
Creates an instance of a process, that is, starts one
|
long |
KuwaibaSoapWebServiceImpl.createProcessInstance(long processDefinitionId,
String processInstanceName,
String processInstanceDescription,
String sessionId) |
|
String |
KuwaibaSoapWebService.createProjectPool(String name,
String description,
String instanceOfClass,
String sessionId) |
Creates a Project Pool
|
String |
KuwaibaSoapWebServiceImpl.createProjectPool(String name,
String description,
String instanceOfClass,
String sessionId) |
|
String |
KuwaibaSoapWebService.createProxy(String proxyPoolId,
String proxyClass,
List<StringPair> attributes,
String sessionId) |
Creates an inventory proxy.
|
String |
KuwaibaSoapWebServiceImpl.createProxy(String proxyPoolId,
String proxyClass,
List<StringPair> attributes,
String sessionId) |
|
String |
KuwaibaSoapWebService.createProxyPool(String name,
String description,
String sessionId) |
Creates a proxy pool.
|
String |
KuwaibaSoapWebServiceImpl.createProxyPool(String name,
String description,
String sessionId) |
|
long |
KuwaibaSoapWebService.createQuery(String queryName,
long ownerOid,
byte[] queryStructure,
String description,
String sessionId) |
Creates a query using the Graphical Query Builder
|
long |
KuwaibaSoapWebServiceImpl.createQuery(String queryName,
long ownerOid,
byte[] queryStructure,
String description,
String sessionId) |
|
String |
KuwaibaSoapWebService.createRootPool(String name,
String description,
String instancesOfClass,
int type,
String sessionId) |
Creates a pool without a parent.
|
String |
KuwaibaSoapWebServiceImpl.createRootPool(String name,
String description,
String instancesOfClass,
int type,
String sessionId) |
|
String |
KuwaibaSoapWebService.createSDHContainerLink(String classNameEndpointA,
String idEndpointA,
String classNameEndpointB,
String idEndpointB,
String linkType,
List<RemoteSDHPosition> positions,
String defaultName,
String sessionId) |
Creates an SDH container link (VCX).
|
String |
KuwaibaSoapWebServiceImpl.createSDHContainerLink(String classNameEndpointA,
String idEndpointA,
String classNameEndpointB,
String idEndpointB,
String linkType,
List<RemoteSDHPosition> positions,
String defaultName,
String sessionId) |
|
String |
KuwaibaSoapWebService.createSDHTransportLink(String classNameEndpointA,
String idEndpointA,
String classNameEndpointB,
String idEndpointB,
String linkType,
String defaultName,
String sessionId) |
Creates an SDH transport link (STMX)
|
String |
KuwaibaSoapWebServiceImpl.createSDHTransportLink(String classNameEndpointA,
String idEndpointA,
String classNameEndpointB,
String idEndpointB,
String linkType,
String defaultName,
String sessionId) |
|
String |
KuwaibaSoapWebService.createSDHTributaryLink(String classNameEndpointA,
String idEndpointA,
String classNameEndpointB,
String idEndpointB,
String linkType,
List<RemoteSDHPosition> positions,
String defaultName,
String sessionId) |
Creates an SDH tributary link (VCXTributaryLink)
|
String |
KuwaibaSoapWebServiceImpl.createSDHTributaryLink(String classNameEndpointA,
String idEndpointA,
String classNameEndpointB,
String idEndpointB,
String linkType,
List<RemoteSDHPosition> positions,
String defaultName,
String sessionId) |
|
RemoteSession |
KuwaibaSoapWebService.createSession(String username,
String password,
int sessionType) |
Creates a session.
|
RemoteSession |
KuwaibaSoapWebServiceImpl.createSession(String username,
String password,
int sessionType) |
|
String |
KuwaibaSoapWebService.createSpecialObject(String className,
String parentObjectClassName,
String parentOid,
String[] attributeNames,
String[] attributeValues,
String templateId,
String sessionId) |
Creates a special business object.
|
String |
KuwaibaSoapWebServiceImpl.createSpecialObject(String className,
String parentObjectClassName,
String parentOid,
String[] attributeNames,
String[] attributeValues,
String templateId,
String sessionId) |
|
String |
KuwaibaSoapWebService.createSubnet(String poolId,
String className,
List<StringPair> attributes,
String sessionId) |
Creates a subnet
|
String |
KuwaibaSoapWebServiceImpl.createSubnet(String poolId,
String className,
List<StringPair> attributes,
String sessionId) |
|
String |
KuwaibaSoapWebService.createSubnetPool(String parentId,
String subnetPoolName,
String subnetPoolDescription,
String className,
String sessionId) |
Creates a pool of subnets if the parentId is -1 the pool will be created
in the default root for pools of subnets
|
String |
KuwaibaSoapWebServiceImpl.createSubnetPool(String parentId,
String subnetPoolName,
String subnetPoolDescription,
String className,
String sessionId) |
|
long |
KuwaibaSoapWebService.createSynchronizationDataSourceConfig(String objectId,
long syncGroupId,
String name,
List<StringPair> parameters,
String sessionId) |
Creates a Synchronization Data Source Configuration.
|
long |
KuwaibaSoapWebServiceImpl.createSynchronizationDataSourceConfig(String objectId,
long syncGroupId,
String name,
List<StringPair> parameters,
String sessionId) |
|
long |
KuwaibaSoapWebService.createSynchronizationGroup(String name,
String sessionId) |
Creates a Synchronization Group.
|
long |
KuwaibaSoapWebServiceImpl.createSynchronizationGroup(String name,
String sessionId) |
|
long |
KuwaibaSoapWebService.createTask(String name,
String description,
boolean enabled,
boolean commitOnExecute,
String script,
List<StringPair> parameters,
RemoteTaskScheduleDescriptor schedule,
RemoteTaskNotificationDescriptor notificationType,
String sessionId) |
Creates and schedule a task.
|
long |
KuwaibaSoapWebServiceImpl.createTask(String name,
String description,
boolean enabled,
boolean commitOnExecute,
String script,
List<StringPair> parameters,
RemoteTaskScheduleDescriptor schedule,
RemoteTaskNotificationDescriptor notificationType,
String sessionId) |
|
String |
KuwaibaSoapWebService.createTemplate(String templateClass,
String templateName,
String sessionId) |
Creates a template.
|
String |
KuwaibaSoapWebServiceImpl.createTemplate(String templateClass,
String templateName,
String sessionId) |
|
String |
KuwaibaSoapWebService.createTemplateElement(String templateElementClass,
String templateElementParentClassName,
String templateElementParentId,
String templateElementName,
String sessionId) |
Creates an object inside a template.
|
String |
KuwaibaSoapWebServiceImpl.createTemplateElement(String templateElementClass,
String templateElementParentClassName,
String templateElementParentId,
String templateElementName,
String sessionId) |
|
String |
KuwaibaSoapWebService.createTemplateSpecialElement(String tsElementClass,
String tsElementParentClassName,
String tsElementParentId,
String tsElementName,
String sessionId) |
Creates an special object inside a template.
|
String |
KuwaibaSoapWebServiceImpl.createTemplateSpecialElement(String tsElementClass,
String tsElementParentClassName,
String tsElementParentId,
String tsElementName,
String sessionId) |
|
long |
KuwaibaSoapWebService.createUser(String username,
String password,
String firstName,
String lastName,
boolean enabled,
int type,
String email,
List<PrivilegeInfo> privileges,
long defaultGroupId,
String sessionId) |
Creates a user.
|
long |
KuwaibaSoapWebServiceImpl.createUser(String userName,
String password,
String firstName,
String lastName,
boolean enabled,
int type,
String email,
List<PrivilegeInfo> privileges,
long defaultGroupId,
String sessionId) |
|
long |
KuwaibaSoapWebService.createValidatorDefinition(String name,
String description,
String classToBeApplied,
String script,
boolean enabled,
String sessionId) |
Creates a validator definition.
|
long |
KuwaibaSoapWebServiceImpl.createValidatorDefinition(String name,
String description,
String classToBeApplied,
String script,
boolean enabled,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteActivity(String className,
String oid,
boolean releaseRelationships,
String sessionId) |
Deletes an Activity
|
void |
KuwaibaSoapWebServiceImpl.deleteActivity(String className,
String oid,
boolean releaseRelationships,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteAttribute(String className,
String attributeName,
String sessionId) |
Deletes an attribute from a class using the class name as key to find it
|
void |
KuwaibaSoapWebServiceImpl.deleteAttribute(String className,
String attributeName,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteAttributeForClassWithId(long classId,
String attributeName,
String sessionId) |
Deletes an attribute from a class using the class id as key to find it
|
void |
KuwaibaSoapWebServiceImpl.deleteAttributeForClassWithId(long classId,
String attributeName,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteBusinessRule(long businessRuleId,
String sessionId) |
Deletes a business rule
|
void |
KuwaibaSoapWebServiceImpl.deleteBusinessRule(long businessRuleId,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteClass(String className,
String sessionId) |
Deletes a class from the data model using its name as key to find it
|
void |
KuwaibaSoapWebServiceImpl.deleteClass(String className,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteClassWithId(long classId,
String sessionId) |
Deletes a class from the data model using its id as key to find it
|
void |
KuwaibaSoapWebServiceImpl.deleteClassWithId(long classId,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteConfigurationVariable(String name,
String sessionId) |
Deletes a config variable
|
void |
KuwaibaSoapWebServiceImpl.deleteConfigurationVariable(String name,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteConfigurationVariablesPool(String poolId,
String sessionId) |
Deletes a configuration variables pool.
|
void |
KuwaibaSoapWebServiceImpl.deleteConfigurationVariablesPool(String poolId,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteContact(String contactClass,
String contactId,
String sessionId) |
Deletes a contact
|
void |
KuwaibaSoapWebServiceImpl.deleteContact(String contactClass,
String contactId,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteFavoritesFolders(long[] favoritesFolderId,
long userId,
String sessionId) |
Deletes a set of favorites folders
|
void |
KuwaibaSoapWebServiceImpl.deleteFavoritesFolders(long[] favoritesFolderId,
long userId,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteGeneralView(List<Long> oids,
String sessionId) |
Deletes views
|
void |
KuwaibaSoapWebServiceImpl.deleteGeneralView(List<Long> oids,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteGroups(List<Long> oids,
String sessionId) |
Deletes a list of groups
|
void |
KuwaibaSoapWebServiceImpl.deleteGroups(List<Long> oids,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteListTypeItem(String className,
String oid,
boolean releaseRelationships,
String sessionId) |
Deletes a list type item
|
void |
KuwaibaSoapWebServiceImpl.deleteListTypeItem(String className,
String oid,
boolean releaseRelationships,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteListTypeItemRelatedView(String listTypeItemId,
String listTypeItemClass,
long viewId,
String sessionId) |
Deletes a view related to a list type item
|
void |
KuwaibaSoapWebServiceImpl.deleteListTypeItemRelatedView(String listTypeItemId,
String listTypeItemClass,
long viewId,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteMPLSLink(String linkId,
boolean forceDelete,
String sessionId) |
Deletes a MPLS link
|
void |
KuwaibaSoapWebServiceImpl.deleteMPLSLink(String linkId,
boolean forceDelete,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteObject(String className,
String oid,
boolean releaseRelationships,
String sessionId) |
Deletes a set of objects.
|
void |
KuwaibaSoapWebServiceImpl.deleteObject(String className,
String oid,
boolean releaseRelationships,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteObjects(String[] classNames,
String[] oids,
boolean releaseRelationships,
String sessionId) |
Deletes a set of objects.
|
void |
KuwaibaSoapWebServiceImpl.deleteObjects(String[] classNames,
String[] oids,
boolean releaseRelationships,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteOSPView(long viewId,
String sessionId) |
Deletes an existing OSP view
|
void |
KuwaibaSoapWebServiceImpl.deleteOSPView(long viewId,
String sessionId) |
|
void |
KuwaibaSoapWebService.deletePhysicalConnection(String objectClass,
String objectId,
String sessionId) |
Deletes a physical connection
|
void |
KuwaibaSoapWebServiceImpl.deletePhysicalConnection(String objectClass,
String objectId,
String sessionId) |
|
void |
KuwaibaSoapWebService.deletePools(String[] ids,
String sessionId) |
Deletes a set of pools
|
void |
KuwaibaSoapWebServiceImpl.deletePools(String[] ids,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteProcessDefinition(long processDefinitionId,
String sessionId) |
Deletes a process definition
|
void |
KuwaibaSoapWebServiceImpl.deleteProcessDefinition(long processDefinitionId,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteProject(String className,
String oid,
boolean releaseRelationships,
String sessionId) |
Deletes a Project
|
void |
KuwaibaSoapWebServiceImpl.deleteProject(String className,
String oid,
boolean releaseRelationships,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteProxy(String proxyClass,
String proxyId,
String sessionId) |
Deletes a proxy and delete its association with the related inventory objects.
|
void |
KuwaibaSoapWebServiceImpl.deleteProxy(String proxyClass,
String proxyId,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteProxyPool(String proxyPoolId,
String sessionId) |
Deletes a proxy pool.
|
void |
KuwaibaSoapWebServiceImpl.deleteProxyPool(String proxyPoolId,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteQuery(long queryOid,
String sessionId) |
Deletes a query
|
void |
KuwaibaSoapWebServiceImpl.deleteQuery(long queryOid,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteReport(long reportId,
String sessionId) |
Deletes a report
|
void |
KuwaibaSoapWebServiceImpl.deleteReport(long reportId,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteSDHContainerLink(String containerLinkClass,
String containerLinkId,
boolean forceDelete,
String sessionId) |
Deletes a container link
|
void |
KuwaibaSoapWebServiceImpl.deleteSDHContainerLink(String containerLinkClass,
String containerLinkId,
boolean forceDelete,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteSDHTransportLink(String transportLinkClass,
String transportLinkId,
boolean forceDelete,
String sessionId) |
Deletes a transport link
|
void |
KuwaibaSoapWebServiceImpl.deleteSDHTransportLink(String transportLinkClass,
String transportLinkId,
boolean forceDelete,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteSDHTributaryLink(String tributaryLinkClass,
String tributaryLinkId,
String sessionId) |
Deletes a tributary link and its corresponding container link.
|
void |
KuwaibaSoapWebServiceImpl.deleteSDHTributaryLink(String tributaryLinkClass,
String tributaryLinkId,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteSubnetPools(String[] ids,
String sessionId) |
Deletes a set of subnet pools
|
void |
KuwaibaSoapWebServiceImpl.deleteSubnetPools(String[] ids,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteSubnets(String className,
List<String> oids,
boolean releaseRelationships,
String sessionId) |
Deletes a subnet.
|
void |
KuwaibaSoapWebServiceImpl.deleteSubnets(String className,
List<String> oids,
boolean releaseRelationships,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteSynchronizationDataSourceConfig(long syncDataSourceConfigId,
String sessionId) |
Deletes a sync data source configuration.
|
void |
KuwaibaSoapWebServiceImpl.deleteSynchronizationDataSourceConfig(long syncDataSourceConfigId,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteSynchronizationGroup(long syncGroupId,
String sessionId) |
Deletes a synchronization group and all the sync configurations associated to it
|
void |
KuwaibaSoapWebServiceImpl.deleteSynchronizationGroup(long syncGroupId,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteTask(long taskId,
String sessionId) |
Deletes a task and unsubscribes all users from it
|
void |
KuwaibaSoapWebServiceImpl.deleteTask(long taskId,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteTemplateElement(String templateElementClass,
String templateElementId,
String sessionId) |
Deletes an element within a template or a template itself.
|
void |
KuwaibaSoapWebServiceImpl.deleteTemplateElement(String templateElementClass,
String templateElementId,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteUsers(List<Long> oids,
String sessionId) |
Deletes a list of users
|
void |
KuwaibaSoapWebServiceImpl.deleteUsers(List<Long> oids,
String sessionId) |
|
void |
KuwaibaSoapWebService.deleteValidatorDefinition(long validatorDefinitionId,
String sessionId) |
Deletes a validator definition
|
void |
KuwaibaSoapWebServiceImpl.deleteValidatorDefinition(long validatorDefinitionId,
String sessionId) |
|
void |
KuwaibaSoapWebService.detachFileFromObject(long fileObjectId,
String className,
String objectId,
String sessionId) |
Detaches a file from an inventory object.
|
void |
KuwaibaSoapWebServiceImpl.detachFileFromObject(long fileObjectId,
String className,
String objectId,
String sessionId) |
|
void |
KuwaibaSoapWebService.disconnectMPLSLink(String connectionId,
int sideToDisconnect,
String sessionId) |
disconnect mpls link
|
void |
KuwaibaSoapWebServiceImpl.disconnectMPLSLink(String connectionId,
int sideToDisconnect,
String sessionId) |
|
void |
KuwaibaSoapWebService.disconnectPhysicalConnection(String connectionClass,
String connectionId,
int sideToDisconnect,
String sessionId) |
Disconnects a side or both sides of a physical connection (a link or a container)
|
void |
KuwaibaSoapWebServiceImpl.disconnectPhysicalConnection(String connectionClass,
String connectionId,
int sideToDisconnect,
String sessionId) |
|
byte[] |
KuwaibaSoapWebService.downloadBulkLoadLog(String fileName,
String sessionId) |
Retrieves the log file product of a bulk load operation.
|
byte[] |
KuwaibaSoapWebServiceImpl.downloadBulkLoadLog(String fileName,
String sessionId) |
|
byte[] |
KuwaibaSoapWebService.executeClassLevelReport(String objectClassName,
String objectId,
long reportId,
String sessionId) |
Executes a class level report and returns the result.
|
byte[] |
KuwaibaSoapWebServiceImpl.executeClassLevelReport(String objectClassName,
String objectId,
long reportId,
String sessionId) |
|
byte[] |
KuwaibaSoapWebService.executeInventoryLevelReport(long reportId,
List<StringPair> parameters,
String sessionId) |
Executes an inventory level report and returns the result.
|
byte[] |
KuwaibaSoapWebServiceImpl.executeInventoryLevelReport(long reportId,
List<StringPair> parameters,
String sessionId) |
|
RemoteResultRecord[] |
KuwaibaSoapWebService.executeQuery(TransientQuery query,
String sessionId) |
Executes a complex query generated using the Graphical Query Builder.
|
RemoteResultRecord[] |
KuwaibaSoapWebServiceImpl.executeQuery(TransientQuery query,
String sessionId) |
|
List<RemoteSyncResult> |
KuwaibaSoapWebService.executeSyncActions(long syncGroupId,
List<RemoteSyncAction> actions,
String sessionId) |
Executes the synchronization actions that the user selected after check the list of findings
|
List<RemoteSyncResult> |
KuwaibaSoapWebServiceImpl.executeSyncActions(long syncGroupId,
List<RemoteSyncAction> actions,
String sessionId) |
|
RemoteTaskResult |
KuwaibaSoapWebService.executeTask(long taskId,
String sessionId) |
Executes a task on demand.
|
RemoteTaskResult |
KuwaibaSoapWebServiceImpl.executeTask(long taskId,
String sessionId) |
|
List<RemoteObjectLightList> |
KuwaibaSoapWebService.findSDHRoutesUsingContainerLinks(String communicationsEquipmentClassA,
String communicationsEquipmentIdA,
String communicationsEquipmentClassB,
String communicationsEquipmentIB,
String sessionId) |
Finds a route between two GenericcommunicationsEquipment based on the ContainerLinks network map (for more details on how this works, please read the SDH Model: Technical Design and Tools document)
|
List<RemoteObjectLightList> |
KuwaibaSoapWebServiceImpl.findSDHRoutesUsingContainerLinks(String communicationsEquipmentClassA,
String communicationsEquipmentIdA,
String communicationsEquipmentClassB,
String communicationsEquipmentIB,
String sessionId) |
|
List<RemoteObjectLightList> |
KuwaibaSoapWebService.findSDHRoutesUsingTransportLinks(String communicationsEquipmentClassA,
String communicationsEquipmentIdA,
String communicationsEquipmentClassB,
String communicationsEquipmentIB,
String sessionId) |
Finds a route between two GenericcommunicationsEquipment based on the TransportLinks network map (for more details on how this works, please read the SDH Model: Technical Design and Tools document)
|
List<RemoteObjectLightList> |
KuwaibaSoapWebServiceImpl.findSDHRoutesUsingTransportLinks(String communicationsEquipmentClassA,
String communicationsEquipmentIdA,
String communicationsEquipmentClassB,
String communicationsEquipmentIB,
String sessionId) |
|
void |
KuwaibaSoapWebService.freeObjectFromProject(String objectClass,
String objectId,
String projectClass,
String projectId,
String sessionId) |
Releases an object associated to a Project
|
void |
KuwaibaSoapWebServiceImpl.freeObjectFromProject(String objectClass,
String objectId,
String projectClass,
String projectId,
String sessionId) |
|
RemoteAssetLevelCorrelatedInformation |
KuwaibaSoapWebService.getAffectedServices(int resourceType,
String resourceDefinition,
String sessionId) |
Retrieves the services affected when a given network resource is alarmed (or down).
|
RemoteAssetLevelCorrelatedInformation |
KuwaibaSoapWebServiceImpl.getAffectedServices(int resourceType,
String resourceDefinition,
String sessionId) |
|
List<RemoteClassMetadata> |
KuwaibaSoapWebService.getAllClasses(boolean includeListTypes,
String sessionId) |
Retrieves the metadata for the entire class hierarchy as ClassInfo instances
|
List<RemoteClassMetadata> |
KuwaibaSoapWebServiceImpl.getAllClasses(boolean includeListTypes,
String sessionId) |
|
List<RemoteClassMetadataLight> |
KuwaibaSoapWebService.getAllClassesLight(boolean includeListTypes,
String sessionId) |
Retrieves the metadata for the entire class hierarchy as ClassInfoLight instances
|
List<RemoteClassMetadataLight> |
KuwaibaSoapWebServiceImpl.getAllClassesLight(boolean includeListTypes,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getAllProjects(String sessionId) |
Retrieves the entire list of projects registered in the Project Manager module.
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getAllProjects(String sessionId) |
|
List<RemoteInventoryProxy> |
KuwaibaSoapWebService.getAllProxies(String sessionId) |
Gets all the inventory proxies in the database.
|
List<RemoteInventoryProxy> |
KuwaibaSoapWebServiceImpl.getAllProxies(String sessionId) |
|
RemoteArtifactDefinition |
KuwaibaSoapWebService.getArtifactDefinitionForActivity(long processDefinitionId,
long activityDefinitionId,
String sessionId) |
Given an activity definition, returns the artifact definition associated to it
|
RemoteArtifactDefinition |
KuwaibaSoapWebServiceImpl.getArtifactDefinitionForActivity(long processDefinitionId,
long activityDefinitionId,
String sessionId) |
|
RemoteArtifact |
KuwaibaSoapWebService.getArtifactForActivity(long processInstanceId,
long activityId,
String sessionId) |
Gets the artifact associated to an activity (for example, a form that was already filled in by a user in a previous, already committed activity)
|
RemoteArtifact |
KuwaibaSoapWebServiceImpl.getArtifactForActivity(long processInstanceId,
long activityId,
String sessionId) |
|
RemoteAttributeMetadata |
KuwaibaSoapWebService.getAttribute(String className,
String attributeName,
String sessionId) |
Gets a class attribute, using the class name as key to find it
|
RemoteAttributeMetadata |
KuwaibaSoapWebServiceImpl.getAttribute(String className,
String attributeName,
String sessionId) |
|
RemoteAttributeMetadata |
KuwaibaSoapWebService.getAttributeForClassWithId(String classId,
String attributeName,
String sessionId) |
Gets a class attribute, using the class id as key to find it
|
RemoteAttributeMetadata |
KuwaibaSoapWebServiceImpl.getAttributeForClassWithId(String classId,
String attributeName,
String sessionId) |
|
List<RemoteLogicalConnectionDetails> |
KuwaibaSoapWebService.getBGPMap(List<String> mappedBgpLinksIds,
String sessionId) |
Creates/updates a map of the BGPLinks
|
List<RemoteLogicalConnectionDetails> |
KuwaibaSoapWebServiceImpl.getBGPMap(List<String> mappedBgpLinksIds,
String sessionId) |
|
ApplicationLogEntry[] |
KuwaibaSoapWebService.getBusinessObjectAuditTrail(String objectClass,
String objectId,
int limit,
String sessionId) |
Retrieves the log entries for a given [business] object
|
ApplicationLogEntry[] |
KuwaibaSoapWebServiceImpl.getBusinessObjectAuditTrail(String objectClass,
String objectId,
int limit,
String sessionId) |
|
List<RemoteBusinessRule> |
KuwaibaSoapWebService.getBusinessRules(int type,
String sessionId) |
Retrieves the business rules of a particular type.
|
List<RemoteBusinessRule> |
KuwaibaSoapWebServiceImpl.getBusinessRules(int type,
String sessionId) |
|
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 class
|
List<RemoteObject> |
KuwaibaSoapWebServiceImpl.getChildrenOfClass(String parentOid,
String parentClass,
String childrenClass,
int page,
int maxResults,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getChildrenOfClassLight(String parentOid,
String parentClass,
String childrenClass,
int maxResults,
String sessionId) |
Gets all children of an object of a given class
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getChildrenOfClassLight(String parentOid,
String parentClass,
String childrenClass,
int maxResults,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getChildrenOfClassLightRecursive(String parentOid,
String parentClass,
String childrenClass,
int maxResults,
String sessionId) |
Gets recursively all children of an object of a given class
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getChildrenOfClassLightRecursive(String parentOid,
String parentClass,
String childrenClass,
int maxResults,
String sessionId) |
|
RemoteClassMetadata |
KuwaibaSoapWebService.getClass(String className,
String sessionId) |
Gets the metadata of a given class using its name as key to find it
|
RemoteClassMetadata |
KuwaibaSoapWebServiceImpl.getClass(String className,
String sessionId) |
|
byte[] |
KuwaibaSoapWebService.getClassHierarchy(boolean showAll,
String sessionId) |
Creates an XML document describing the class hierarchy
|
byte[] |
KuwaibaSoapWebServiceImpl.getClassHierarchy(boolean showAll,
String sessionId) |
|
List<RemoteReportMetadataLight> |
KuwaibaSoapWebService.getClassLevelReports(String className,
boolean recursive,
boolean includeDisabled,
String sessionId) |
Gets the class level reports associated to the given class (or its superclasses)
|
List<RemoteReportMetadataLight> |
KuwaibaSoapWebServiceImpl.getClassLevelReports(String className,
boolean recursive,
boolean includeDisabled,
String sessionId) |
|
RemoteClassMetadata |
KuwaibaSoapWebService.getClassWithId(long classId,
String sessionId) |
Gets the metadata of a given class using its id as key to find it
|
RemoteClassMetadata |
KuwaibaSoapWebServiceImpl.getClassWithId(long classId,
String sessionId) |
|
RemoteObjectLight |
KuwaibaSoapWebService.getCommonParent(String aObjectClass,
String aOid,
String bObjectClass,
String bOid,
String sessionId) |
Gets the common parent between an a object and b object
|
RemoteObjectLight |
KuwaibaSoapWebServiceImpl.getCommonParent(String aObjectClass,
String aOid,
String bObjectClass,
String bOid,
String sessionId) |
|
RemoteConfigurationVariable |
KuwaibaSoapWebService.getConfigurationVariable(String name,
String sessionId) |
Retrieves a configuration variable
|
RemoteConfigurationVariable |
KuwaibaSoapWebServiceImpl.getConfigurationVariable(String name,
String sessionId) |
|
List<RemoteConfigurationVariable> |
KuwaibaSoapWebService.getConfigurationVariablesInPool(String poolId,
String sessionId) |
Gets the configuration variables in a configuration variable pool
|
List<RemoteConfigurationVariable> |
KuwaibaSoapWebServiceImpl.getConfigurationVariablesInPool(String poolId,
String sessionId) |
|
List<RemotePool> |
KuwaibaSoapWebService.getConfigurationVariablesPools(String sessionId) |
Retrieves the list of pools of configuration variables.
|
List<RemotePool> |
KuwaibaSoapWebServiceImpl.getConfigurationVariablesPools(String sessionId) |
|
RemoteContact |
KuwaibaSoapWebService.getContact(String contactClass,
String contactId,
String sessionId) |
Gets the whole information about a contact
|
RemoteContact |
KuwaibaSoapWebServiceImpl.getContact(String contactClass,
String contactId,
String sessionId) |
|
List<RemoteContact> |
KuwaibaSoapWebService.getContactsForCustomer(String customerClass,
String customerId,
String sessionId) |
Retrieves the contacts associated to a given customer
|
List<RemoteContact> |
KuwaibaSoapWebServiceImpl.getContactsForCustomer(String customerClass,
String customerId,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getContainersBetweenObjects(String objectAClass,
String objectAId,
String objectBClass,
String objectBId,
String containerClass,
String sessionId) |
Retrieves the existing containers between two given nodes.
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getContainersBetweenObjects(String objectAClass,
String objectAId,
String objectBClass,
String objectBId,
String containerClass,
String sessionId) |
|
List<RemoteBackgroundJob> |
KuwaibaSoapWebService.getCurrentJobs(String sessionId) |
Gets the current jobs which are executing
|
List<RemoteBackgroundJob> |
KuwaibaSoapWebServiceImpl.getCurrentJobs(String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getDeviceLayouts(String sessionId) |
Gets the list of template elements with a device layout
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getDeviceLayouts(String sessionId) |
|
byte[] |
KuwaibaSoapWebService.getDeviceLayoutStructure(String oid,
String className,
String sessionId) |
Gets the device layout structure
|
byte[] |
KuwaibaSoapWebServiceImpl.getDeviceLayoutStructure(String oid,
String className,
String sessionId) |
|
RemoteViewObject |
KuwaibaSoapWebService.getE2View(List<String> linkClasses,
List<String> linkIds,
boolean includeVLANs,
boolean includeBDIs,
String sessionId) |
Returns the structure of a logical connection.
|
RemoteViewObject |
KuwaibaSoapWebServiceImpl.getE2View(List<String> linkClasses,
List<String> linkIds,
boolean includeVlans,
boolean includeBDIs,
String sessionId) |
|
RemoteFavoritesFolder |
KuwaibaSoapWebService.getFavoritesFolder(long favoritesFolderId,
long userId,
String sessionId) |
Gets a favorites folder
|
RemoteFavoritesFolder |
KuwaibaSoapWebServiceImpl.getFavoritesFolder(long favoritesFolderId,
long userId,
String sessionId) |
|
List<RemoteFavoritesFolder> |
KuwaibaSoapWebService.getFavoritesFoldersForObject(long userId,
String objectClass,
String objectId,
String sessionId) |
Gets the favorites folders an object is included into.
|
List<RemoteFavoritesFolder> |
KuwaibaSoapWebServiceImpl.getFavoritesFoldersForObject(long userId,
String objectClass,
String objectId,
String sessionId) |
|
List<RemoteFavoritesFolder> |
KuwaibaSoapWebService.getFavoritesFoldersForUser(long userId,
String sessionId) |
Gets the list of favorites folders of a given User.
|
List<RemoteFavoritesFolder> |
KuwaibaSoapWebServiceImpl.getFavoritesFoldersForUser(long userId,
String sessionId) |
|
RemoteFileObject |
KuwaibaSoapWebService.getFile(long fileObjectId,
String className,
String objectId,
String sessionId) |
Retrieves a particular file from those attached to an inventory object.
|
RemoteFileObject |
KuwaibaSoapWebServiceImpl.getFile(long fileObjectId,
String className,
String objectId,
String sessionId) |
|
List<RemoteFileObjectLight> |
KuwaibaSoapWebService.getFilesForObject(String className,
String objectId,
String sessionId) |
Retrieves the files associated to a given inventory object
|
List<RemoteFileObjectLight> |
KuwaibaSoapWebServiceImpl.getFilesForObject(String className,
String objectId,
String sessionId) |
|
RemoteObjectLight |
KuwaibaSoapWebService.getFirstParentOfClass(String objectClass,
String oid,
String objectToMatchClassName,
String sessionId) |
Gets the first occurrence of a parent with a given class (according to the special and standard containment hierarchy)
(for example "give me the parent of this port until you find the nearest rack")
|
RemoteObjectLight |
KuwaibaSoapWebServiceImpl.getFirstParentOfClass(String objectClass,
String oid,
String objectToMatchClassName,
String sessionId) |
|
ApplicationLogEntry[] |
KuwaibaSoapWebService.getGeneralActivityAuditTrail(int page,
int limit,
String sessionId) |
Retrieves the list of activity log entries
|
ApplicationLogEntry[] |
KuwaibaSoapWebServiceImpl.getGeneralActivityAuditTrail(int page,
int limit,
String sessionId) |
|
RemoteViewObject |
KuwaibaSoapWebService.getGeneralView(long viewId,
String sessionId) |
Gets the information of a particular view
|
RemoteViewObject |
KuwaibaSoapWebServiceImpl.getGeneralView(long viewId,
String sessionId) |
|
RemoteViewObjectLight[] |
KuwaibaSoapWebService.getGeneralViews(String viewClass,
int limit,
String sessionId) |
Gets all views that are not related to a particular object
|
RemoteViewObjectLight[] |
KuwaibaSoapWebServiceImpl.getGeneralViews(String viewClass,
int limit,
String sessionId) |
|
List<GroupInfo> |
KuwaibaSoapWebService.getGroups(String sessionId) |
Retrieves the list of groups
|
List<GroupInfo> |
KuwaibaSoapWebServiceImpl.getGroups(String sessionId) |
|
List<GroupInfoLight> |
KuwaibaSoapWebService.getGroupsForUser(long userId,
String sessionId) |
Retrieves the groups a user belongs to
|
List<GroupInfoLight> |
KuwaibaSoapWebServiceImpl.getGroupsForUser(long userId,
String sessionId) |
|
RemoteClassMetadataLight[] |
KuwaibaSoapWebService.getInstanceableListTypes(String sessionId) |
Retrieves all possible list types
|
RemoteClassMetadataLight[] |
KuwaibaSoapWebServiceImpl.getInstanceableListTypes(String sessionId) |
|
List<RemoteReportMetadataLight> |
KuwaibaSoapWebService.getInventoryLevelReports(boolean includeDisabled,
String sessionId) |
Gets the inventory class reports.
|
List<RemoteReportMetadataLight> |
KuwaibaSoapWebServiceImpl.getInventoryLevelReports(boolean includeDisabled,
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 id
|
RemoteObject |
KuwaibaSoapWebServiceImpl.getListTypeItem(String listTypeClassName,
String listTypeItemId,
String sessionId) |
|
RemoteViewObject |
KuwaibaSoapWebService.getListTypeItemRelatedView(String listTypeItemId,
String listTypeItemClass,
long viewId,
String sessionId) |
Gets a view related to a list type item, given its id.
|
RemoteViewObject |
KuwaibaSoapWebServiceImpl.getListTypeItemRelatedView(String listTypeItemId,
String listTypeItemClass,
long viewId,
String sessionId) |
|
RemoteViewObjectLight[] |
KuwaibaSoapWebService.getListTypeItemRelatedViews(String listTypeItemId,
String listTypeItemClass,
int limit,
String sessionId) |
Gets all the views related to a list type item.
|
RemoteViewObjectLight[] |
KuwaibaSoapWebServiceImpl.getListTypeItemRelatedViews(String listTypeItemId,
String listTypeItemClass,
int limit,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getListTypeItems(String className,
String sessionId) |
Retrieves all items for a single list type
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getListTypeItems(String className,
String sessionId) |
|
RemoteLogicalConnectionDetails |
KuwaibaSoapWebService.getLogicalLinkDetails(String linkClass,
String linkId,
String sessionId) |
Deprecated.
|
RemoteLogicalConnectionDetails |
KuwaibaSoapWebServiceImpl.getLogicalLinkDetails(String linkClass,
String linkId,
String sessionId) |
|
List<RemoteAttributeMetadata> |
KuwaibaSoapWebService.getMandatoryAttributesInClass(String className,
String sessionId) |
Retrieves the mandatory attributes for a given class
|
List<RemoteAttributeMetadata> |
KuwaibaSoapWebServiceImpl.getMandatoryAttributesInClass(String className,
String sessionId) |
|
RemoteMPLSConnectionDetails |
KuwaibaSoapWebService.getMPLSLinkEndpoints(String connectionId,
String sessionId) |
The details of a given mpls link
|
RemoteMPLSConnectionDetails |
KuwaibaSoapWebServiceImpl.getMPLSLinkEndpoints(String connectionId,
String sessionId) |
|
RemoteActivityDefinition |
KuwaibaSoapWebService.getNextActivityForProcessInstance(long processInstanceId,
String sessionId) |
Requests for the next activity to be executed in a process instance.
|
RemoteActivityDefinition |
KuwaibaSoapWebServiceImpl.getNextActivityForProcessInstance(long processInstanceId,
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) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getObjectChildren(String objectClassName,
String oid,
int maxResults,
String sessionId) |
Gets the children of a given object given his class name and object id
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getObjectChildren(String objectClassName,
String oid,
int maxResults,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getObjectChildrenForClassWithId(String oid,
long objectClassId,
int maxResults,
String sessionId) |
Gets the children of a given object given his class id and object id
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getObjectChildrenForClassWithId(String oid,
long objectClassId,
int maxResults,
String sessionId) |
|
RemoteObjectLight |
KuwaibaSoapWebService.getObjectLight(String objectClass,
String oid,
String sessionId) |
Gets the basic information about a given object (oid, classname, name)
|
RemoteObjectLight |
KuwaibaSoapWebServiceImpl.getObjectLight(String objectClass,
String oid,
String sessionId) |
|
RemoteViewObject |
KuwaibaSoapWebService.getObjectRelatedView(String oid,
String objectClass,
long viewId,
String sessionId) |
Gets a particular view related to an object
|
RemoteViewObject |
KuwaibaSoapWebServiceImpl.getObjectRelatedView(String oid,
String objectClass,
long viewId,
String sessionId) |
|
List<RemoteViewObjectLight> |
KuwaibaSoapWebService.getObjectRelatedViews(String oid,
String objectClass,
int viewType,
int limit,
String sessionId) |
Returns list of views associated to an object
|
List<RemoteViewObjectLight> |
KuwaibaSoapWebServiceImpl.getObjectRelatedViews(String oid,
String objectClass,
int viewType,
int limit,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getObjectsInFavoritesFolder(long favoritesFolderId,
long userId,
int limit,
String sessionId) |
Gets the objects in a to favorites folder
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getObjectsInFavoritesFolder(long favoritesFolderId,
long userId,
int limit,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getObjectsOfClassLight(String className,
List<StringPair> attributesToFilter,
int page,
int maxResults,
String sessionId) |
Gets all objects of a given class
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getObjectsOfClassLight(String className,
List<StringPair> attributesToFilter,
int page,
int limit,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getObjectSpecialChildren(String objectClass,
String objectId,
String sessionId) |
Gets the special children of a given object.
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getObjectSpecialChildren(String objectClass,
String objectId,
String sessionId) |
|
List<RemoteObject> |
KuwaibaSoapWebService.getObjectsWithFilter(String className,
String filterName,
String filterValue,
String sessionId) |
|
List<RemoteObject> |
KuwaibaSoapWebServiceImpl.getObjectsWithFilter(String className,
String filterName,
String filterValue,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getObjectsWithFilterLight(String className,
String filterName,
String filterValue,
String sessionId) |
Retrieves a list of light instances of a given class given a simple filter.
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getObjectsWithFilterLight(String className,
String filterName,
String filterValue,
String sessionId) |
|
RemoteViewObject |
KuwaibaSoapWebService.getOSPView(long viewId,
String sessionId) |
Retrieves the specific information about an existing OSP view
|
RemoteViewObject |
KuwaibaSoapWebServiceImpl.getOSPView(long viewId,
String sessionId) |
|
List<RemoteViewObjectLight> |
KuwaibaSoapWebService.getOSPViews(String sessionId) |
Retrieves the existing OSP views
|
List<RemoteViewObjectLight> |
KuwaibaSoapWebServiceImpl.getOSPViews(String sessionId) |
|
RemoteObjectLight |
KuwaibaSoapWebService.getParent(String objectClass,
String oid,
String sessionId) |
Gets the parent of a given object in the standard and special containment hierarchy
|
RemoteObjectLight |
KuwaibaSoapWebServiceImpl.getParent(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 hierarchy
|
RemoteObject |
KuwaibaSoapWebServiceImpl.getParentOfClass(String objectClass,
String oid,
String parentClass,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getParents(String objectClass,
String oid,
String sessionId) |
Retrieves all the ancestors of an object in the containment hierarchy.
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getParents(String objectClass,
String oid,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getParentsUntilFirstOfClass(String objectClass,
String oid,
String objectToMatchClassName,
String sessionId) |
Gets the list of parents (according to the special and standard containment hierarchy) until it finds an instance of class
objectToMatchClassName (for example "give me the parents of this port until you find the nearest rack")
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getParentsUntilFirstOfClass(String objectClass,
String oid,
String objectToMatchClassName,
String sessionId) |
|
RemoteObjectLight[] |
KuwaibaSoapWebService.getPhysicalConnectionEndpoints(String connectionClass,
String connectionId,
String sessionId) |
Returns the endpoints of a physical connection
|
RemoteObjectLight[] |
KuwaibaSoapWebServiceImpl.getPhysicalConnectionEndpoints(String connectionClass,
String connectionId,
String sessionId) |
|
List<RemoteObjectLightList> |
KuwaibaSoapWebService.getPhysicalConnectionsInObject(String objectClass,
String objectId,
String sessionId) |
Loops through all instances of GenericCommunicationsPort at any level inside the given object and gets the physical path.
|
List<RemoteObjectLightList> |
KuwaibaSoapWebServiceImpl.getPhysicalConnectionsInObject(String objectClass,
String objectId,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getPhysicalPath(String objectClass,
String objectId,
String sessionId) |
Gets the physical trace of connections and ports from a given port.
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getPhysicalPath(String objectClass,
String objectId,
String sessionId) |
|
RemoteObjectRelatedObjects |
KuwaibaSoapWebService.getPhysicalTree(String objectClass,
String objectId,
String sessionId) |
Gets the tree representation of all physical paths.
|
RemoteObjectRelatedObjects |
KuwaibaSoapWebServiceImpl.getPhysicalTree(String objectClass,
String objectId,
String sessionId) |
|
RemotePool |
KuwaibaSoapWebService.getPool(String poolId,
String sessionId) |
Retrieves information about a particular pool
|
RemotePool |
KuwaibaSoapWebServiceImpl.getPool(String poolId,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getPoolItems(String poolId,
int limit,
String sessionId) |
Gets the objects contained into a pool
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getPoolItems(String poolId,
int limit,
String sessionId) |
|
List<RemotePool> |
KuwaibaSoapWebService.getPoolsInObject(String objectClassName,
String objectId,
String poolClass,
String sessionId) |
Retrieves all the pools that are children of a particular object.
|
List<RemotePool> |
KuwaibaSoapWebServiceImpl.getPoolsInObject(String objectClassName,
String objectId,
String poolClass,
String sessionId) |
|
List<RemotePool> |
KuwaibaSoapWebService.getPoolsInPool(String parentPoolId,
String poolClass,
String sessionId) |
Gets the pools contained inside a pool.
|
List<RemotePool> |
KuwaibaSoapWebServiceImpl.getPoolsInPool(String parentPoolId,
String poolClass,
String sessionId) |
|
List<RemoteClassMetadataLight> |
KuwaibaSoapWebService.getPossibleChildren(String parentClassName,
String sessionId) |
Gets the possible children of a class according to the containment hierarchy.
|
List<RemoteClassMetadataLight> |
KuwaibaSoapWebServiceImpl.getPossibleChildren(String parentClassName,
String sessionId) |
|
List<RemoteClassMetadataLight> |
KuwaibaSoapWebService.getPossibleChildrenNoRecursive(String parentClassName,
String sessionId) |
Gets the possible children of a class according to the containment hierarchy.
|
List<RemoteClassMetadataLight> |
KuwaibaSoapWebServiceImpl.getPossibleChildrenNoRecursive(String parentClassName,
String sessionId) |
|
List<RemoteClassMetadataLight> |
KuwaibaSoapWebService.getPossibleSpecialChildren(String parentClassName,
String sessionId) |
Gets the possible special children of a class according to the containment hierarchy.
|
List<RemoteClassMetadataLight> |
KuwaibaSoapWebServiceImpl.getPossibleSpecialChildren(String parentClassName,
String sessionId) |
|
List<RemoteClassMetadataLight> |
KuwaibaSoapWebService.getPossibleSpecialChildrenNoRecursive(String parentClassName,
String sessionId) |
Gets the possible special children of a class according to the containment hierarchy.
|
List<RemoteClassMetadataLight> |
KuwaibaSoapWebServiceImpl.getPossibleSpecialChildrenNoRecursive(String parentClassName,
String sessionId) |
|
RemoteProcessDefinition |
KuwaibaSoapWebService.getProcessDefinition(long processDefinitionId,
String sessionId) |
Retrieves a process definition
|
RemoteProcessDefinition |
KuwaibaSoapWebServiceImpl.getProcessDefinition(long processDefinitionId,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getProjectActivities(String projectClass,
String projectId,
String sessionId) |
Gets project activities
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getProjectActivities(String projectClass,
String projectId,
String sessionId) |
|
List<RemotePool> |
KuwaibaSoapWebService.getProjectPools(String sessionId) |
Gets the project pools
|
List<RemotePool> |
KuwaibaSoapWebServiceImpl.getProjectPools(String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getProjectResurces(String projectClass,
String projectId,
String sessionId) |
Gets the resources (objects) associates with a Project
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getProjectResurces(String projectClass,
String projectId,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getProjectsAssociateToObject(String objectClass,
String objectId,
String sessionId) |
Gets the projects associate to an object
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getProjectsAssociateToObject(String objectClass,
String objectId,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getProjectsInProjectPool(String poolId,
int limit,
String sessionId) |
Gets the project in a Project pool
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getProjectsInProjectPool(String poolId,
int limit,
String sessionId) |
|
List<RemoteInventoryProxy> |
KuwaibaSoapWebService.getProxiesInPool(String proxyPoolId,
String sessionId) |
Gets the list of inventory proxies in a given pool.
|
List<RemoteInventoryProxy> |
KuwaibaSoapWebServiceImpl.getProxiesInPool(String proxyPoolId,
String sessionId) |
|
List<RemotePool> |
KuwaibaSoapWebService.getProxyPools(String sessionId) |
Retrieves the list of pools of proxies.
|
List<RemotePool> |
KuwaibaSoapWebServiceImpl.getProxyPools(String sessionId) |
|
RemoteQueryLight[] |
KuwaibaSoapWebService.getQueries(boolean showPublic,
String sessionId) |
Retrieves all saved queries
|
RemoteQueryLight[] |
KuwaibaSoapWebServiceImpl.getQueries(boolean showPublic,
String sessionId) |
|
RemoteQuery |
KuwaibaSoapWebService.getQuery(long queryOid,
String sessionId) |
Retrieves a saved query
|
RemoteQuery |
KuwaibaSoapWebServiceImpl.getQuery(long queryOid,
String sessionId) |
|
RemoteReportMetadata |
KuwaibaSoapWebService.getReport(long reportId,
String sessionId) |
Gets the information related to a class level report.
|
RemoteReportMetadata |
KuwaibaSoapWebServiceImpl.getReport(long reportId,
String sessionId) |
|
List<RemotePool> |
KuwaibaSoapWebService.getRootPools(String className,
int type,
boolean includeSubclasses,
String sessionId) |
Retrieves the pools that don't have any parent and are normally intended to be managed by the Pool Manager
|
List<RemotePool> |
KuwaibaSoapWebServiceImpl.getRootPools(String className,
int type,
boolean includeSubclasses,
String sessionId) |
|
List<RemoteSDHContainerLinkDefinition> |
KuwaibaSoapWebService.getSDHContainerLinkStructure(String containerLinkClass,
String containerLinkId,
String sessionId) |
Gets the internal structure of a container link.
|
List<RemoteSDHContainerLinkDefinition> |
KuwaibaSoapWebServiceImpl.getSDHContainerLinkStructure(String containerLinkClass,
String containerLinkId,
String sessionId) |
|
List<RemoteSDHContainerLinkDefinition> |
KuwaibaSoapWebService.getSDHTransportLinkStructure(String transportLinkClass,
String transportLinkId,
String sessionId) |
Retrieves the container links within a transport link (e.g.
|
List<RemoteSDHContainerLinkDefinition> |
KuwaibaSoapWebServiceImpl.getSDHTransportLinkStructure(String transportLinkClass,
String transportLinkId,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getServiceResources(String serviceClass,
String serviceId,
String sessionId) |
Gets the services associated to a service
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getServiceResources(String serviceClass,
String serviceId,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getSiblings(String objectClassName,
String oid,
int maxResults,
String sessionId) |
Returns the siblings of an object in the containment hierarchy
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getSiblings(String objectClassName,
String oid,
int maxResults,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getSpecialAttribute(String objectClass,
String oid,
String attributeName,
String sessionId) |
Gets the value of a special attribute, this is, those related to a model, such as cables connected to ports
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getSpecialAttribute(String objectClass,
String oid,
String attributeName,
String sessionId) |
|
RemoteObjectSpecialRelationships |
KuwaibaSoapWebService.getSpecialAttributes(String objectClass,
String oid,
String sessionId) |
Returns all the special relationships of a given object as a hashmap whose keys are
the names of the relationships and the values the list of related objects
|
RemoteObjectSpecialRelationships |
KuwaibaSoapWebServiceImpl.getSpecialAttributes(String objectClass,
String oid,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getSpecialChildrenOfClassLight(String parentOid,
String parentClass,
String classToFilter,
int maxResults,
String sessionId) |
Returns the special children of a given object as RemoteObjectLight instances.
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getSpecialChildrenOfClassLight(String parentOid,
String parentClass,
String classToFilter,
int maxResults,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getSpecialChildrenOfClassLightRecursive(String parentOid,
String parentClass,
String classToFilter,
int maxResults,
String sessionId) |
Returns the special children of a given object as RemoteObjectLight instances in a recursive fashion.
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getSpecialChildrenOfClassLightRecursive(String parentOid,
String parentClass,
String classToFilter,
int maxResults,
String sessionId) |
|
List<RemoteClassMetadataLight> |
KuwaibaSoapWebService.getSubClassesLight(String className,
boolean includeAbstractClasses,
boolean includeSelf,
String sessionId) |
Gets the subclasses of a given class
|
List<RemoteClassMetadataLight> |
KuwaibaSoapWebServiceImpl.getSubClassesLight(String className,
boolean includeAbstractClasses,
boolean includeSelf,
String sessionId) |
|
List<RemoteClassMetadataLight> |
KuwaibaSoapWebService.getSubClassesLightNoRecursive(String className,
boolean includeAbstractClasses,
boolean includeSelf,
String sessionId) |
Gets the subclasses of a given class
|
List<RemoteClassMetadataLight> |
KuwaibaSoapWebServiceImpl.getSubClassesLightNoRecursive(String className,
boolean includeAbstractClasses,
boolean includeSelf,
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) |
|
RemotePool |
KuwaibaSoapWebService.getSubnetPool(String subnetPoolId,
String sessionId) |
Gets the complete information about a given subnet pool (all its attributes)
|
RemotePool |
KuwaibaSoapWebServiceImpl.getSubnetPool(String subnetPoolId,
String sessionId) |
|
List<RemotePool> |
KuwaibaSoapWebService.getSubnetPools(String parentId,
String className,
String sessionId) |
Retrieves all the pools of subnets
|
List<RemotePool> |
KuwaibaSoapWebServiceImpl.getSubnetPools(String parentId,
String className,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getSubnets(String poolId,
int limit,
String sessionId) |
Retrieves the subnets of a given pool id
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getSubnets(String poolId,
int limit,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getSubnetsInSubnet(String id,
int limit,
String className,
String sessionId) |
Retrieves the sub-subnets of a subnet
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getSubnetsInSubnet(String id,
int limit,
String className,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getSubnetUsedIps(String id,
int limit,
String className,
String sessionId) |
Retrieves the IP addresses of a subnet
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getSubnetUsedIps(String id,
int limit,
String className,
String sessionId) |
|
List<RemoteUserInfoLight> |
KuwaibaSoapWebService.getSubscribersForTask(long taskId,
String sessionId) |
Gets the users subscribed to a particular task.
|
List<RemoteUserInfoLight> |
KuwaibaSoapWebServiceImpl.getSubscribersForTask(long taskId,
String sessionId) |
|
RemoteSynchronizationConfiguration |
KuwaibaSoapWebService.getSyncDataSourceConfiguration(String objectId,
String sessionId) |
Gets the synchronization data source configurations for an object
|
RemoteSynchronizationConfiguration |
KuwaibaSoapWebServiceImpl.getSyncDataSourceConfiguration(String objectId,
String sessionId) |
|
List<RemoteSynchronizationConfiguration> |
KuwaibaSoapWebService.getSyncDataSourceConfigurations(long syncGroupId,
String sessionId) |
Gets the synchronization data source configurations for a sync group
|
List<RemoteSynchronizationConfiguration> |
KuwaibaSoapWebServiceImpl.getSyncDataSourceConfigurations(long syncGroupId,
String sessionId) |
|
RemoteSynchronizationGroup |
KuwaibaSoapWebService.getSynchronizationGroup(long syncGroupId,
String sessionId) |
Gets a given sync group
|
RemoteSynchronizationGroup |
KuwaibaSoapWebServiceImpl.getSynchronizationGroup(long syncGroupId,
String sessionId) |
|
List<RemoteSynchronizationGroup> |
KuwaibaSoapWebService.getSynchronizationGroups(String sessionId) |
Gets the available sync groups
|
List<RemoteSynchronizationGroup> |
KuwaibaSoapWebServiceImpl.getSynchronizationGroups(String sessionId) |
|
List<RemoteSynchronizationProvider> |
KuwaibaSoapWebService.getSynchronizationProviders(String sessionId) |
Get the set of sync providers defined in the configuration variables pool called -Sync Providers-
|
List<RemoteSynchronizationProvider> |
KuwaibaSoapWebServiceImpl.getSynchronizationProviders(String sessionId) |
|
RemoteTask |
KuwaibaSoapWebService.getTask(long taskId,
String sessionId) |
Retrieves the information about a particular task
|
RemoteTask |
KuwaibaSoapWebServiceImpl.getTask(long taskId,
String sessionId) |
|
List<RemoteTask> |
KuwaibaSoapWebService.getTasks(String sessionId) |
Gets all the registered tasks
|
List<RemoteTask> |
KuwaibaSoapWebServiceImpl.getTasks(String sessionId) |
|
List<RemoteTask> |
KuwaibaSoapWebService.getTasksForUser(long userId,
String sessionId) |
Gets all the tasks related to a particular user
|
List<RemoteTask> |
KuwaibaSoapWebServiceImpl.getTasksForUser(long userId,
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) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getTemplateElementChildren(String templateElementClass,
String templateElementId,
String sessionId) |
Retrieves the children of a given template element.
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getTemplateElementChildren(String templateElementClass,
String templateElementId,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getTemplatesForClass(String className,
String sessionId) |
Gets the templates available for a given class
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getTemplatesForClass(String className,
String sessionId) |
|
List<RemoteObjectLight> |
KuwaibaSoapWebService.getTemplateSpecialElementChildren(String tsElementClass,
String tsElementId,
String sessionId) |
Retrieves the children of a given template special element.
|
List<RemoteObjectLight> |
KuwaibaSoapWebServiceImpl.getTemplateSpecialElementChildren(String tsElementClass,
String tsElementId,
String sessionId) |
|
List<RemoteClassMetadataLight> |
KuwaibaSoapWebService.getUpstreamClassHierarchy(String className,
boolean includeSelf,
String sessionId) |
Gets the parent classes of a given class up to RootObject.
|
List<RemoteClassMetadataLight> |
KuwaibaSoapWebServiceImpl.getUpstreamClassHierarchy(String className,
boolean includeSelf,
String sessionId) |
|
List<RemoteClassMetadataLight> |
KuwaibaSoapWebService.getUpstreamContainmentHierarchy(String className,
boolean recursive,
String sessionId) |
Gets the containment hierarchy of a given class, but upwards (i.e.
|
List<RemoteClassMetadataLight> |
KuwaibaSoapWebServiceImpl.getUpstreamContainmentHierarchy(String className,
boolean recursive,
String sessionId) |
|
List<RemoteClassMetadataLight> |
KuwaibaSoapWebService.getUpstreamSpecialContainmentHierarchy(String className,
boolean recursive,
String sessionId) |
Gets the special containment hierarchy of a given class, but upwards (i.e.
|
List<RemoteClassMetadataLight> |
KuwaibaSoapWebServiceImpl.getUpstreamSpecialContainmentHierarchy(String className,
boolean recursive,
String sessionId) |
|
List<RemoteUserInfo> |
KuwaibaSoapWebService.getUsers(String sessionId) |
Retrieves the list of uses
|
List<RemoteUserInfo> |
KuwaibaSoapWebServiceImpl.getUsers(String sessionId) |
|
List<RemoteUserInfo> |
KuwaibaSoapWebService.getUsersInGroup(long groupId,
String sessionId) |
Retrieves the users in a group
|
List<RemoteUserInfo> |
KuwaibaSoapWebServiceImpl.getUsersInGroup(long groupId,
String sessionId) |
|
List<RemoteValidatorDefinition> |
KuwaibaSoapWebService.getValidatorDefinitionsForClass(String className,
String sessionId) |
Retrieves all the validator definitions in the system
|
List<RemoteValidatorDefinition> |
KuwaibaSoapWebServiceImpl.getValidatorDefinitionsForClass(String className,
String sessionId) |
|
List<RemotePool> |
KuwaibaSoapWebService.getWarehouseRootPools(String sessionId) |
Gets the warehouse module root pools.
|
List<RemotePool> |
KuwaibaSoapWebServiceImpl.getWarehouseRootPools(String sessionId) |
|
boolean |
KuwaibaSoapWebService.hasAttribute(String className,
String attributeName,
String sessionId) |
Checks if a class has a attribute with a given name
|
boolean |
KuwaibaSoapWebServiceImpl.hasAttribute(String className,
String attributeName,
String sessionId) |
|
boolean |
KuwaibaSoapWebService.isSubClassOf(String className,
String allegedParentClass,
String sessionId) |
Tests if a class is subclass of another.
|
boolean |
KuwaibaSoapWebServiceImpl.isSubClassOf(String className,
String allegedParentClass,
String sessionId) |
|
boolean |
KuwaibaSoapWebService.itOverlaps(String networkIp,
String broadcastIp,
String sessionId) |
Checks if a new subnet overlaps with an existing one
|
boolean |
KuwaibaSoapWebServiceImpl.itOverlaps(String networkIp,
String broadcastIp,
String sessionId) |
|
void |
KuwaibaSoapWebService.killJob(long jobId,
String sessionId) |
Kills a job given its id
|
void |
KuwaibaSoapWebServiceImpl.killJob(long jobId,
String sessionId) |
|
List<RemoteSyncResult> |
KuwaibaSoapWebService.launchAdHocAutomatedSynchronizationTask(List<Long> synDsConfigIds,
String providersName,
String sessionId) |
Executes an automated synchronization job, which consist on connecting to the sync data source
using the configuration attached to the given sync group and finding the differences
between the information currently in the inventory platform and what's in the sync data source.
|
List<RemoteSyncResult> |
KuwaibaSoapWebServiceImpl.launchAdHocAutomatedSynchronizationTask(List<Long> synDsConfigIds,
String providersName,
String sessionId) |
|
List<RemoteSyncResult> |
KuwaibaSoapWebService.launchAutomatedSynchronizationTask(long syncGroupId,
String providersName,
String sessionId) |
Executes an automated synchronization job, which consist on connecting to the sync data source
using the configuration attached to the given sync group and finding the differences
between the information currently in the inventory platform and what's in the sync data source.
|
List<RemoteSyncResult> |
KuwaibaSoapWebServiceImpl.launchAutomatedSynchronizationTask(long syncGroupId,
String providersName,
String sessionId) |
|
List<RemoteSyncFinding> |
KuwaibaSoapWebService.launchSupervisedSynchronizationTask(long syncGroupId,
String sessionId) |
Executes a supervised synchronization job, which consist on connecting to the sync data source
using the configuration attached to the given sync group and finding the differences
between the information currently in the inventory platform and what's in the sync data source.
|
List<RemoteSyncFinding> |
KuwaibaSoapWebServiceImpl.launchSupervisedSynchronizationTask(long syncGroupId,
String sessionId) |
|
void |
KuwaibaSoapWebService.moveObjects(String targetClass,
String targetOid,
String[] objectClasses,
String[] objectOids,
String sessionId) |
Moves objects from their current parent to a target object.
|
void |
KuwaibaSoapWebServiceImpl.moveObjects(String targetClass,
String targetOid,
String[] objectClasses,
String[] objectOids,
String sessionId) |
|
void |
KuwaibaSoapWebService.moveObjectsToPool(String targetClass,
String targetOid,
String[] objectClasses,
String[] objectOids,
String sessionId) |
Moves objects from their current parent to a pool target object.
|
void |
KuwaibaSoapWebServiceImpl.moveObjectsToPool(String targetClass,
String targetOid,
String[] objectClasses,
String[] objectOids,
String sessionId) |
|
void |
KuwaibaSoapWebService.moveObjectsToWarehouse(String targetClass,
String targetOid,
String[] objectClasses,
String[] objectOids,
String sessionId) |
Moves objects from their current parent to a target object.
|
void |
KuwaibaSoapWebServiceImpl.moveObjectsToWarehouse(String targetClass,
String targetOid,
String[] objectClasses,
String[] objectOids,
String sessionId) |
|
void |
KuwaibaSoapWebService.moveObjectsToWarehousePool(String targetClass,
String targetOid,
String[] objectClasses,
String[] objectOids,
String sessionId) |
Moves objects from their current parent to a warehouse pool target object.
|
void |
KuwaibaSoapWebServiceImpl.moveObjectsToWarehousePool(String targetClass,
String targetOid,
String[] objectClasses,
String[] objectOids,
String sessionId) |
|
void |
KuwaibaSoapWebService.movePoolItemToPool(String poolId,
String poolItemClassName,
String poolItemId,
String sessionId) |
Move a pool item from a pool to another pool
|
void |
KuwaibaSoapWebServiceImpl.movePoolItemToPool(String poolId,
String poolItemClassName,
String poolItemId,
String sessionId) |
|
void |
KuwaibaSoapWebService.moveSpecialObjects(String targetClass,
String targetOid,
String[] objectClasses,
String[] objectOids,
String sessionId) |
Moves special objects from their current parent to a target object.
|
void |
KuwaibaSoapWebServiceImpl.moveSpecialObjects(String targetClass,
String targetOid,
String[] objectClasses,
String[] objectOids,
String sessionId) |
|
void |
KuwaibaSoapWebService.moveSyncDataSourceConfiguration(long newSyncGroupId,
long[] syncDataSourceConfigurationIds,
String sessionId) |
Moves a sync data source configuration from a sync group to another sync group
|
void |
KuwaibaSoapWebServiceImpl.moveSyncDataSourceConfiguration(long newSyncGroupId,
long[] syncDataSourceConfigurationIds,
String sessionId) |
|
void |
KuwaibaSoapWebService.reconnectPhysicalConnection(String connectionClass,
String connectionId,
String newASideClass,
String newASideId,
String newBSideClass,
String newBSideId,
String sessionId) |
Changes one or both sides (endpoints) of a physical connection (link or container).
|
void |
KuwaibaSoapWebServiceImpl.reconnectPhysicalConnection(String connectionClass,
String connectionId,
String newASideClass,
String newASideId,
String newBSideClass,
String newBSideId,
String sessionId) |
|
void |
KuwaibaSoapWebService.relateIPtoPort(String id,
String portClassName,
String portId,
String sessionId) |
Creates a relation between an IP address and a port
|
void |
KuwaibaSoapWebServiceImpl.relateIPtoPort(String ipId,
String portClassName,
String portId,
String sessionId) |
|
void |
KuwaibaSoapWebService.relatePortToInterface(String portId,
String portClassName,
String interfaceClassName,
String interfaceId,
String sessionId) |
Associates any GenericCommunicationsPort to existing BridgeDomainInterface
|
void |
KuwaibaSoapWebServiceImpl.relatePortToInterface(String portId,
String portClassName,
String interfaceClassName,
String interfaceId,
String sessionId) |
|
void |
KuwaibaSoapWebService.relateSubnetToVlan(String id,
String className,
String vlanId,
String sessionId) |
Creates a relation between a Subnet and a VLAN, this method is also using to
associate VFRs, and BDIs to a VLAN
TODO: check the model, there are redundant relationships
|
void |
KuwaibaSoapWebServiceImpl.relateSubnetToVlan(String id,
String className,
String vlanId,
String sessionId) |
|
void |
KuwaibaSoapWebService.relateSubnetToVrf(String id,
String className,
String vrfId,
String sessionId) |
Creates a relation between a subnet and a VRF
|
void |
KuwaibaSoapWebServiceImpl.relateSubnetToVrf(String id,
String className,
String vrfId,
String sessionId) |
|
void |
KuwaibaSoapWebService.releaseMirrorMultiplePort(String objectClass,
String objectId,
String sessionId) |
Releases a port mirroring multiple relationship between two ports, receiving one of the ports as parameter
|
void |
KuwaibaSoapWebServiceImpl.releaseMirrorMultiplePort(String objectClass,
String objectId,
String sessionId) |
|
void |
KuwaibaSoapWebService.releaseMirrorPort(String objectClass,
String objectId,
String sessionId) |
Releases a port mirroring relationship between two ports, receiving one of the ports as parameter
|
void |
KuwaibaSoapWebServiceImpl.releaseMirrorPort(String objectClass,
String objectId,
String sessionId) |
|
void |
KuwaibaSoapWebService.releaseObjectFromContract(String objectClass,
String objectId,
String contractId,
String sessionId) |
Releases an inventory object from a contract it was related to
|
void |
KuwaibaSoapWebServiceImpl.releaseObjectFromContract(String objectClass,
String objectId,
String contractId,
String sessionId) |
|
void |
KuwaibaSoapWebService.releaseObjectFromProxy(String objectClass,
String objectId,
String proxyClass,
String proxyId,
String sessionId) |
Releases an inventory previously related to an inventory proxy.
|
void |
KuwaibaSoapWebServiceImpl.releaseObjectFromProxy(String objectClass,
String objectId,
String proxyClass,
String proxyId,
String sessionId) |
|
void |
KuwaibaSoapWebService.releaseObjectFromService(String serviceClass,
String serviceId,
String targetId,
String sessionId) |
Releases an object from a service that is using it
|
void |
KuwaibaSoapWebServiceImpl.releaseObjectFromService(String serviceClass,
String serviceId,
String targetId,
String sessionId) |
|
void |
KuwaibaSoapWebService.releasePhysicalNodeFromWarehouse(String warehouseClass,
String warehouseId,
String targetId,
String sessionId) |
Releases an object from a warehouse or virtual warehouse that is using it
|
void |
KuwaibaSoapWebServiceImpl.releasePhysicalNodeFromWarehouse(String warehouseClass,
String warehouseId,
String targetId,
String sessionId) |
|
void |
KuwaibaSoapWebService.releasePortFromInterface(String interfaceClassName,
String interfaceId,
String portId,
String sessionId) |
Release the association between a network element and a MPLSTunnel or BridgeDomain or
FrameRelay or VRF
|
void |
KuwaibaSoapWebServiceImpl.releasePortFromInterface(String interfaceClassName,
String interfaceId,
String portId,
String sessionId) |
|
void |
KuwaibaSoapWebService.releasePortFromIP(String deviceClassName,
String deviceId,
String id,
String sessionId) |
Releases the relation between an IP address and a port
|
void |
KuwaibaSoapWebServiceImpl.releasePortFromIP(String deviceClassName,
String deviceId,
String id,
String sessionId) |
|
void |
KuwaibaSoapWebService.releaseSubnetFromVlan(String subnetId,
String vlanId,
String sessionId) |
Releases the relation between a subnet and a VLAN, this method is also using
to release VFRs, and BDIs from a VLAN
TODO: check the model there are redundant relationships
|
void |
KuwaibaSoapWebServiceImpl.releaseSubnetFromVlan(String subnetId,
String vlanId,
String sessionId) |
|
void |
KuwaibaSoapWebService.releaseSubnetFromVRF(String subnetId,
String vrfId,
String sessionId) |
Releases the relation between a subnet and a VRF
|
void |
KuwaibaSoapWebServiceImpl.releaseSubnetFromVRF(String subnetId,
String vrfId,
String sessionId) |
|
void |
KuwaibaSoapWebService.releaseSyncDataSourceConfigFromSyncGroup(long syncGroupId,
long[] syncDataSourceConfigurationIds,
String sessionId) |
Release a set of sync data source configuration from a given sync group
|
void |
KuwaibaSoapWebServiceImpl.releaseSyncDataSourceConfigFromSyncGroup(long syncGroupId,
long[] syncDataSourceConfigurationIds,
String sessionId) |
|
void |
KuwaibaSoapWebService.removeIP(String[] oids,
boolean releaseRelationships,
String sessionId) |
Removes a set of IP Addresses from a subnet.
|
void |
KuwaibaSoapWebServiceImpl.removeIP(String[] oids,
boolean releaseRelationships,
String sessionId) |
|
void |
KuwaibaSoapWebService.removeObjectsFromFavoritesFolder(String[] objectClass,
String[] objectId,
long favoritesFolderId,
long userId,
String sessionId) |
Removes a list of objects from a given favorites folder
|
void |
KuwaibaSoapWebServiceImpl.removeObjectsFromFavoritesFolder(String[] objectClass,
String[] objectId,
long favoritesFolderId,
long userId,
String sessionId) |
|
void |
KuwaibaSoapWebService.removePossibleChildrenForClassWithId(long parentClassId,
long[] childrenToBeRemoved,
String sessionId) |
Removes a set of possible children for a given class
|
void |
KuwaibaSoapWebServiceImpl.removePossibleChildrenForClassWithId(long parentClassId,
long[] childrenToBeRemoved,
String sessionId) |
|
void |
KuwaibaSoapWebService.removePossibleSpecialChildren(long parentClassId,
long[] specialChildrenToBeRemoved,
String sessionId) |
Removes a set of possible special children for a given class.
|
void |
KuwaibaSoapWebServiceImpl.removePossibleSpecialChildren(long parentClassId,
long[] specialChildrenToBeRemoved,
String sessionId) |
|
void |
KuwaibaSoapWebService.removePrivilegeFromGroup(long groupId,
String featureToken,
String sessionId) |
Removes a privilege from a user
|
void |
KuwaibaSoapWebServiceImpl.removePrivilegeFromGroup(long groupId,
String featureToken,
String sessionId) |
|
void |
KuwaibaSoapWebService.removePrivilegeFromUser(long userId,
String featureToken,
String sessionId) |
Removes a privilege from a user
|
void |
KuwaibaSoapWebServiceImpl.removePrivilegeFromUser(long userId,
String featureToken,
String sessionId) |
|
void |
KuwaibaSoapWebService.removeUserFromGroup(long userId,
long groupId,
String sessionId) |
Removes a user from a group
|
void |
KuwaibaSoapWebServiceImpl.removeUserFromGroup(long userId,
long groupId,
String sessionId) |
|
List<RemoteValidator> |
KuwaibaSoapWebService.runValidationsForObject(String objectClass,
long objectId,
String sessionId) |
Runs the existing validations for the class associated to the given object.
|
List<RemoteValidator> |
KuwaibaSoapWebServiceImpl.runValidationsForObject(String objectClass,
long objectId,
String sessionId) |
|
void |
KuwaibaSoapWebService.saveQuery(long queryOid,
String queryName,
long ownerOid,
byte[] queryStructure,
String description,
String sessionId) |
Save the query made in the graphical Query builder
|
void |
KuwaibaSoapWebServiceImpl.saveQuery(long queryOid,
String queryName,
long ownerOid,
byte[] queryStructure,
String description,
String sessionId) |
|
List<RemoteContact> |
KuwaibaSoapWebService.searchForContacts(String searchString,
int maxResults,
String sessionId) |
Searches for contacts given a search string, This string will be searched in the attribute values of all contacts
|
List<RemoteContact> |
KuwaibaSoapWebServiceImpl.searchForContacts(String searchString,
int maxResults,
String sessionId) |
|
void |
KuwaibaSoapWebService.setAttributeProperties(String className,
long attributeId,
String name,
String displayName,
String description,
String type,
Boolean administrative,
Boolean mandatory,
Boolean multiple,
Boolean noCopy,
Boolean readOnly,
Boolean unique,
Boolean visible,
Integer order,
String sessionId) |
Updates a class attribute taking its name as key to find it.
|
void |
KuwaibaSoapWebServiceImpl.setAttributeProperties(String className,
long attributeId,
String name,
String displayName,
String description,
String type,
Boolean administrative,
Boolean mandatory,
Boolean multiple,
Boolean noCopy,
Boolean readOnly,
Boolean unique,
Boolean visible,
Integer order,
String sessionId) |
|
void |
KuwaibaSoapWebService.setAttributePropertiesForClassWithId(long classId,
long attributeId,
String name,
String displayName,
String description,
String type,
Boolean administrative,
Boolean mandatory,
Boolean multiple,
Boolean noCopy,
Boolean readOnly,
Boolean unique,
Boolean visible,
Integer order,
String sessionId) |
Updates a class attribute taking its id as key to find it.
|
void |
KuwaibaSoapWebServiceImpl.setAttributePropertiesForClassWithId(long classId,
long attributeId,
String name,
String displayName,
String description,
String type,
Boolean administrative,
Boolean mandatory,
Boolean multiple,
Boolean noCopy,
Boolean readOnly,
Boolean unique,
Boolean visible,
Integer order,
String sessionId) |
|
void |
KuwaibaSoapWebService.setClassProperties(long classId,
String className,
String displayName,
String description,
byte[] smallIcon,
byte[] icon,
int color,
Boolean isAbstract,
Boolean isInDesign,
Boolean isCustom,
Boolean isCountable,
String sessionId) |
Updates a class metadata properties.
|
void |
KuwaibaSoapWebServiceImpl.setClassProperties(long classId,
String className,
String displayName,
String description,
byte[] smallIcon,
byte[] icon,
int color,
Boolean isAbstract,
Boolean isInDesign,
Boolean isCustom,
Boolean isCountable,
String sessionId) |
|
void |
KuwaibaSoapWebService.setGroupProperties(long oid,
String groupName,
String description,
String sessionId) |
Sets the properties for an existing group
|
void |
KuwaibaSoapWebServiceImpl.setGroupProperties(long oid,
String groupName,
String description,
String sessionId) |
|
void |
KuwaibaSoapWebService.setPoolProperties(String poolId,
String name,
String description,
String sessionId) |
Updates pool name and description
|
void |
KuwaibaSoapWebServiceImpl.setPoolProperties(String poolId,
String name,
String description,
String sessionId) |
|
void |
KuwaibaSoapWebService.setPrivilegeToGroup(long groupId,
String featureToken,
int accessLevel,
String sessionId) |
Sets a privilege to a group.
|
void |
KuwaibaSoapWebServiceImpl.setPrivilegeToGroup(long groupId,
String featureToken,
int accessLevel,
String sessionId) |
|
void |
KuwaibaSoapWebService.setPrivilegeToUser(long userId,
String featureToken,
int accessLevel,
String sessionId) |
Sets a privilege to a user.
|
void |
KuwaibaSoapWebServiceImpl.setPrivilegeToUser(long userId,
String featureToken,
int accessLevel,
String sessionId) |
|
void |
KuwaibaSoapWebService.setUserProperties(long oid,
String username,
String firstName,
String lastName,
String password,
int enabled,
int type,
String email,
String sessionId) |
Sets the properties of a given user using the id to search for it
|
void |
KuwaibaSoapWebServiceImpl.setUserProperties(long oid,
String username,
String firstName,
String lastName,
String password,
int enabled,
int type,
String email,
String sessionId) |
|
void |
KuwaibaSoapWebService.subscribeUserToTask(long userId,
long taskId,
String sessionId) |
Subscribes a user to a task, so it will be notified of the result of its execution
|
void |
KuwaibaSoapWebServiceImpl.subscribeUserToTask(long userId,
long taskId,
String sessionId) |
|
void |
KuwaibaSoapWebService.unsubscribeUserFromTask(long userId,
long taskId,
String sessionId) |
Unsubscribes a user from a task, so it will no longer be notified about the result of its execution
|
void |
KuwaibaSoapWebServiceImpl.unsubscribeUserFromTask(long userId,
long taskId,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateConfigurationVariable(String name,
String propertyToUpdate,
String newValue,
String sessionId) |
Updates the value of a configuration variable.
|
void |
KuwaibaSoapWebServiceImpl.updateConfigurationVariable(String name,
String propertyToUpdate,
String newValue,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateConfigurationVariablesPool(String poolId,
String propertyToUpdate,
String value,
String sessionId) |
Updates an attribute of a given configuration variables pool.
|
void |
KuwaibaSoapWebServiceImpl.updateConfigurationVariablesPool(String poolId,
String propertyToUpdate,
String value,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateContact(String contactClass,
String contactId,
List<StringPair> properties,
String sessionId) |
Updates a set of properties of a contact
|
void |
KuwaibaSoapWebServiceImpl.updateContact(String contactClass,
String contactId,
List<StringPair> properties,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateFavoritesFolder(long favoritesFolderId,
String favoritesFolderName,
long userId,
String sessionId) |
Updates a favorites folder
|
void |
KuwaibaSoapWebServiceImpl.updateFavoritesFolder(long favoritesFolderId,
String favoritesFolderName,
long userId,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateFileProperties(long fileObjectId,
List<StringPair> properties,
String className,
String objectId,
String sessionId) |
Updates the properties of a file object (name or tags)
|
void |
KuwaibaSoapWebServiceImpl.updateFileProperties(long fileObjectId,
List<StringPair> properties,
String className,
String objectId,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateGeneralView(long viewId,
String viewName,
String viewDescription,
byte[] structure,
byte[] background,
String sessionId) |
Updates a general view (a view that is not linked to any particular object)
|
void |
KuwaibaSoapWebServiceImpl.updateGeneralView(long viewId,
String viewName,
String viewDescription,
byte[] structure,
byte[] background,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateListTypeItem(String className,
String oid,
List<StringPair> attributes,
String sessionId) |
Updates a list type item.
|
void |
KuwaibaSoapWebServiceImpl.updateListTypeItem(String className,
String oid,
List<StringPair> attributesToBeUpdated,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateListTypeItemRelatedView(String listTypeItemId,
String listTypeItemClass,
long viewId,
String name,
String description,
byte[] structure,
byte[] background,
String sessionId) |
Updates a view for a given list type item.
|
void |
KuwaibaSoapWebServiceImpl.updateListTypeItemRelatedView(String listTypeItemId,
String listTypeItemClass,
long viewId,
String name,
String description,
byte[] structure,
byte[] background,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateObject(String className,
String oid,
List<StringPair> attributes,
String sessionId) |
Updates attributes of a given object
|
void |
KuwaibaSoapWebServiceImpl.updateObject(String className,
String oid,
List<StringPair> attributesToBeUpdated,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateObjectRelatedView(String objectOid,
String objectClass,
long viewId,
String viewName,
String viewDescription,
byte[] structure,
byte[] background,
String sessionId) |
Updates an object view (a view that is linked to a particular object)
|
void |
KuwaibaSoapWebServiceImpl.updateObjectRelatedView(String objectOid,
String objectClass,
long viewId,
String viewName,
String viewDescription,
byte[] structure,
byte[] background,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateOSPView(long viewId,
String name,
String description,
byte[] content,
String sessionId) |
Updates an existing OSP view
|
void |
KuwaibaSoapWebServiceImpl.updateOSPView(long viewId,
String name,
String description,
byte[] content,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateProcessDefinition(long processDefinitionId,
List<StringPair> properties,
byte[] structure,
String sessionId) |
Updates a process definition, either its standard properties or its structure
|
void |
KuwaibaSoapWebServiceImpl.updateProcessDefinition(long processDefinitionId,
List<StringPair> properties,
byte[] structure,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateProxy(String proxyClass,
String proxyId,
List<StringPair> attributes,
String sessionId) |
Updates one or many proxy attributes.
|
void |
KuwaibaSoapWebServiceImpl.updateProxy(String proxyClass,
String proxyId,
List<StringPair> attributes,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateProxyPool(String proxyPoolId,
String attributeName,
String attributeValue,
String sessionId) |
Updates an attribute of a proxy pool.
|
void |
KuwaibaSoapWebServiceImpl.updateProxyPool(String proxyPoolId,
String attributeName,
String attributeValue,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateReport(long reportId,
String reportName,
String reportDescription,
Boolean enabled,
Integer type,
String script,
String sessionId) |
Updates the properties of an existing class level report.
|
void |
KuwaibaSoapWebServiceImpl.updateReport(long reportId,
String reportName,
String reportDescription,
Boolean enabled,
Integer type,
String script,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateReportParameters(long reportId,
List<StringPair> parameters,
String sessionId) |
Updates the value of any of the parameters of a given report.
|
void |
KuwaibaSoapWebServiceImpl.updateReportParameters(long reportId,
List<StringPair> parameters,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateSyncDataSourceConfiguration(long syncDataSourceConfigId,
List<StringPair> parameters,
String sessionId) |
Updates a sync data source configuration
|
void |
KuwaibaSoapWebServiceImpl.updateSyncDataSourceConfiguration(long syncDataSourceConfigId,
List<StringPair> parameters,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateSynchronizationGroup(long syncGroupId,
List<StringPair> syncGroupProperties,
String sessionId) |
Creates a Synchronization Group.
|
void |
KuwaibaSoapWebServiceImpl.updateSynchronizationGroup(long syncGroupId,
List<StringPair> syncGroupProperties,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateTaskNotificationType(long taskId,
RemoteTaskNotificationDescriptor notificationType,
String sessionId) |
Updates a task notification type
|
void |
KuwaibaSoapWebServiceImpl.updateTaskNotificationType(long taskId,
RemoteTaskNotificationDescriptor notificationType,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateTaskParameters(long taskId,
List<StringPair> parameters,
String sessionId) |
Updates the parameters of a task.
|
void |
KuwaibaSoapWebServiceImpl.updateTaskParameters(long taskId,
List<StringPair> parameters,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateTaskProperties(long taskId,
String propertyName,
String propertyValue,
String sessionId) |
Updates any of these properties from a task: name, description, enabled and script
|
void |
KuwaibaSoapWebServiceImpl.updateTaskProperties(long taskId,
String propertyName,
String propertyValue,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateTaskSchedule(long taskId,
RemoteTaskScheduleDescriptor schedule,
String sessionId) |
Updates a task schedule
|
void |
KuwaibaSoapWebServiceImpl.updateTaskSchedule(long taskId,
RemoteTaskScheduleDescriptor schedule,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateTemplateElement(String templateElementClass,
String templateElementId,
String[] attributeNames,
String[] attributeValues,
String sessionId) |
Updates the value of an attribute of a template element.
|
void |
KuwaibaSoapWebServiceImpl.updateTemplateElement(String templateElementClass,
String templateElementId,
String[] attributeNames,
String[] attributeValues,
String sessionId) |
|
void |
KuwaibaSoapWebService.updateValidatorDefinition(long validatorDefinitionId,
String name,
String description,
String classToBeApplied,
String script,
Boolean enabled,
String sessionId) |
Updates the properties of a validator.
|
void |
KuwaibaSoapWebServiceImpl.updateValidatorDefinition(long validatorDefinitionId,
String name,
String description,
String classToBeApplied,
String script,
Boolean enabled,
String sessionId) |
|
RemoteViewObject |
KuwaibaSoapWebService.validateSavedE2EView(List<String> linkClasses,
List<String> linkIds,
RemoteViewObject savedView,
String sessionId) |
Validates a saved structure of a end to end view.
|
RemoteViewObject |
KuwaibaSoapWebServiceImpl.validateSavedE2EView(List<String> linkClasses,
List<String> linkIds,
RemoteViewObject savedView,
String sessionId) |
|