Uses of Class
org.neotropic.kuwaiba.core.apis.persistence.exceptions.InvalidArgumentException
-
-
Uses of InvalidArgumentException in com.neotropic.kuwaiba.modules.commercial.business.analytics.views
Methods in com.neotropic.kuwaiba.modules.commercial.business.analytics.views that throw InvalidArgumentException Modifier and Type Method Description voidE2EViewProvider. createE2EView(List<String> linkClasses, List<String> linkIds, boolean includePhyscalPaths, boolean includeVlans, boolean includePhyscialLinks, boolean includeBDis)Calls the methods that creates the end to end viewGenericConnectionDefinitionE2EViewProvider. getLogicalLinkDetail(String linkClass, String linkId)Gets the details of logical connection (SDHTributaryLink or MPLSLink) it gets the endpoints of the logical connections and the physical path from the end point until it finds continuityGenericConnectionDefinitionE2EViewProvider. getLogicalLinkDetail(String linkClass, String linkId)Gets the details of logical connection (SDHTributaryLink or MPLSLink) it gets the endpoints of the logical connections and the physical path from the end point until it finds continuityObjectLinkObjectDefinitionE2EViewProvider. getPhysicalLinkDetail(String linkClass, String linkId)Gets the details of physical connection (GenericPhysicalLink) it gets the endpoints of the connection and the physical path from the endpoint until it finds continuityObjectLinkObjectDefinitionE2EViewProvider. getPhysicalLinkDetail(String linkClass, String linkId)Gets the details of physical connection (GenericPhysicalLink) it gets the endpoints of the connection and the physical path from the endpoint until it finds continuity -
Uses of InvalidArgumentException in com.neotropic.kuwaiba.modules.commercial.impact
Methods in com.neotropic.kuwaiba.modules.commercial.impact that throw InvalidArgumentException Modifier and Type Method Description AssetLevelCorrelatedInformationImpactAnalysisService. servicesInDevice(String deviceName)AssetLevelCorrelatedInformationImpactAnalysisService. servicesInPorts(List<BusinessObject> ports)AssetLevelCorrelatedInformationImpactAnalysisService. servicesInSlotOrBoard(String deviceName, String childName) -
Uses of InvalidArgumentException in com.neotropic.kuwaiba.modules.commercial.ipam
Methods in com.neotropic.kuwaiba.modules.commercial.ipam that throw InvalidArgumentException Modifier and Type Method Description StringIpamService. addIPAddressesToFolder(String parentFolderId, List<HashMap<String,String>> ipAddressesAttributes)Creates multiple IP addresses that has no subnet parent as direct child of a folderStringIpamService. addIPAddressesToSubnet(String parentSubnetId, String parentSubnetClassName, List<HashMap<String,String>> ipAddresesAttributes)Creates multiple an IP addresses inside a subnetStringIpamService. addIPAddressToFolder(String parentFolderId, HashMap<String,String> attributes)Creates an IP address that has no subnet parent as direct child of a folderStringIpamService. addIPAddressToSubnet(String parentSubnetId, String parentSubnetClassName, HashMap<String,String> attributes)creates an IP address inside a subnetStringIpamService. createFolder(String parentId, String subnetPoolName, String subnetPoolDescription, String className)Creates a pool(folder) of subnets if the parentId is -1 the pool will be created in the default root for pools of subnetsStringIpamService. createSubnet(String parentId, String className, HashMap<String,String> attributes)create a subnetList<String>IpamService. createSubnets(String parentId, String className, List<HashMap<String,String>> subnetsAttributes)Creates several subnets in a subnetvoidIpamService. deleteBridgeDomain(String className, String oid, boolean releaseRelationships)Deletes a bridge domain.voidIpamService. deleteIpAddress(List<String> ipAddressesIds, boolean releaseRelationships)Removes an IP address from a subnet or foldervoidIpamService. deleteSubnets(String className, List<String> subnetIds, boolean releaseRelationships)Deletes a subnetList<BusinessObjectLight>IpamService. existInInventory(List<String> ipAddresses, String className)Checks if a a list of subnet or IP addresses names exist in the whole inventory it will return a list of all the existing subnet foundInventoryObjectPoolIpamService. getFolder(String oid)Retrieves a subnet pool by its idlongIpamService. getFolderInFolderCount(String parentId, String className)Returns the count of subnets folders Retrieves a pool of subnets pools from a pool of subnets or from the rootList<BusinessObjectLight>IpamService. getFolderItems(String subnetPoolId, String classNameToFilter, int page, int limit)Get a set of subnets from a pool folderlongIpamService. getFolderItemsCount(String subnetPoolId, String className)Retrieve the count of subnets from a pool of subnetsList<InventoryObjectPool>IpamService. getFoldersInFolder(String parentId, String className, int page, int limit)Returns the folders Retrieves a pool of subnets pools from a pool of subnets or from the rootvoidIpamService. getOverlapedSubnets(String cidr, String className, String newNetworkIpAddress, String newBroadcastIpAddress)Checks if the new subnet exists or overlaps with in other created subnetsBusinessObjectIpamService. getSubnet(String className, String oid)Retrieves a subnet by its className and idList<BusinessObjectLight>IpamService. getSubnetIpAddrCreated(String id, String className, int page, int limit)Retrieves all the IP address created in a subnetList<BusinessObjectLight>IpamService. getSubnetIpAddrsInUse(String subnetId, String subnetClassName)Gets the number of IP addresses instantiated (created) in the subnet that has a relationship with an inventory object e.g.List<BusinessObjectLight>IpamService. getSubnetIpAddrsReserved(String subnetId, String subnetClassName)List<BusinessObjectLight>IpamService. getSubnetsInSubnet(String id, String className, int page, int limit)Retrieves all the Subnets created inside a subnetlongIpamService. getSubnetsInSubnetCount(String id, String className)Retrieves all the Subnets created inside a subnetvoidIpamService. relateIpAddressToNetworkInterface(String ipAddrId, String portClassName, String portId)Relates an IP address with a generic communication portvoidIpamService. relatePortToInterface(String portId, String portClassName, String interfaceClassName, String interfaceId)Relates an interface with a GenericCommunicationPortvoidIpamService. relateSubnetToVLAN(String subnetId, String className, String vlanId)Relate a Subnet with a VLAN, this method also allow to relate VLANs to BDIs, VFRIs.voidIpamService. relateSubnetToVRF(String subnetId, String className, String vrfId)Relate a Subnet with a VRFvoidIpamService. releaseIpAddrFromNetworkInterface(String portClass, String portId, String id)Release the relationship between a GenericPort and an IP Address.voidIpamService. releasePortFromInterface(String interfaceClassName, String interfaceId, String portId)Release the relationship between a GenericCommunicationPort and an interfacevoidIpamService. releaseSubnetFromVLAN(String subnetId, String vlanId)Release a relationship between a subnet and a VLAN, this method also allow to relate VLANs to BDIs, VFRIs.voidIpamService. releaseSubnetFromVRF(String subnetId, String vrfId)Release a relationship between a subnet and a VRFvoidIpamService. updateIpAdress(String id, HashMap<String,String> attributes)Updates some attributes of the ip address, description, state are the only editable attributes of an ip address -
Uses of InvalidArgumentException in com.neotropic.kuwaiba.modules.commercial.ipam.engine
Methods in com.neotropic.kuwaiba.modules.commercial.ipam.engine that throw InvalidArgumentException Modifier and Type Method Description static List<SubnetDetail>IpamEngine. ipv4Split(String networkAddress, int currentMaskBits, String broadcastIpAddr, int bitsToSplit)static voidIpamEngine. ipv4SubnetCalculation(SubnetDetail subnetDetail)booleanIpamEngine. ipv4SubnetOverlaps(String newNetworkIpAddr, String newBoradcstIpAddr, SubnetDetail subnetContainer)Checks if the broadcast ip and the network ip of a given new subnet is inside of other subnetstatic List<SubnetDetail>IpamEngine. ipv6Split(String networkAddress, int currentMaskBits, String broadcastIpAddr, int bitsToSplit) -
Uses of InvalidArgumentException in com.neotropic.kuwaiba.modules.commercial.mpls
Methods in com.neotropic.kuwaiba.modules.commercial.mpls that throw InvalidArgumentException Modifier and Type Method Description voidMplsService. connectMplsLink(String[] sideAClassNames, String[] sideAIds, String[] linksIds, String[] sideBClassNames, String[] sideBIds, String userName)Connect MPLS linksvoidMplsService. connectMplsLink(String[] sideAClassNames, String[] sideAIds, String[] linksIds, String[] sideBClassNames, String[] sideBIds, String userName)Connect MPLS linksStringMplsService. createMPLSLink(String endpointAClassName, String endpointAId, String endpointBClassName, String endpointBId, HashMap<String,String> attributesToBeSet, String userName)Creates a MPLS LinkvoidMplsService. deleteMPLSLink(String linkId, boolean forceDelete, String userName)Deletes a MPLS LinkvoidMplsService. disconnectMPLSLink(String connectionId, int sideToDisconnect, String userName)Disconnect a mplsLink from its endpointsMplsConnectionDefinitionMplsService. getMPLSLinkDetails(String connectionId)Get the MPLS link details, its output interfaces, pseudowires, tunnelsvoidMplsService. relatePortToVlan(String portClassName, String portId, String vlanClassName, String vlanId)Relates port to a VLAN.voidMplsService. releasePortFromVlan(String portClassName, String portId, String vlanClassName, String vlanId)Releases a port from a VLAN. -
Uses of InvalidArgumentException in com.neotropic.kuwaiba.modules.commercial.ospman.widgets
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.widgets that throw InvalidArgumentException Modifier and Type Method Description com.vaadin.flow.component.ComponentOutsidePlantView. getAsUiElement() -
Uses of InvalidArgumentException in com.neotropic.kuwaiba.modules.commercial.planning.projects
Methods in com.neotropic.kuwaiba.modules.commercial.planning.projects that throw InvalidArgumentException Modifier and Type Method Description StringProjectsService. copyProjectToPool(String poolId, String projectClass, String projectId, String userName)Creates a copy of a project.StringProjectsService. createActivity(String projectId, String projectClass, String activityClass, HashMap<String,String> attributes, String userName)Creates an Activity inside a project.StringProjectsService. createProject(String projectPoolId, String projectClass, HashMap<String,String> attributes, String userName)Create a projectvoidProjectsService. deleteActivity(String activityClass, String activityId, boolean releaseRelationships, String userName)Deletes an activity and delete its association with the related inventory objects.voidProjectsService. deleteProject(String projectClass, String projectId, String userName)Deletes a project and delete its association with the related inventory objects.voidProjectsService. deleteProjectPool(String poolId, String poolClass, String userName)Deletes a project pool.BusinessObjectProjectsService. getActivity(String activityClass, String activityId)Get activity propertiesList<BusinessObjectLight>ProjectsService. getAllProjects(long page, long limit)Get all projects, without filters.BusinessObjectProjectsService. getProject(String projectClass, String projectId)Get project propertiesList<BusinessObjectLight>ProjectsService. getProjectActivities(String projectClass, String projectId)Gets the activities inside a project.InventoryObjectPoolProjectsService. getProjectPool(String poolId, String poolClass)Gets the project pools properties.List<InventoryObjectPool>ProjectsService. getProjectPools()Retrieves the projects pool list.List<BusinessObjectLight>ProjectsService. getProjectResources(String projectClass, String projectId)Gets the resources related to a project.List<BusinessObjectLight>ProjectsService. getProjectsInPool(String poolId, int limit)Gets the projects inside a project poolList<BusinessObjectLight>ProjectsService. getProjectsRelatedToObject(String objectClass, String objectId)Gets the projects related to an object.List<BusinessObjectLight>ProjectsService. getProjectsWithFilter(HashMap<String,String> filters, long page, long limit)Get the projects according to the filter value.voidProjectsService. moveProjectToPool(String poolId, String projectClass, String projectId, String userName)Moves a project from a pool to another pool.voidProjectsService. relateObjectsToProject(String projectClass, String projectId, String[] objectClass, String[] objectId, String userName)Relates a set of objects to a project.voidProjectsService. relateObjectToProject(String projectClass, String projectId, String objectClass, String objectId, String userName)Relates an object to a projectvoidProjectsService. releaseObjectFromProject(String objectClass, String objectId, String projectClass, String projectId, String userName)Releases an object from project.voidProjectsService. updateActivity(String activityClass, String activityId, HashMap<String,String> attributes, String userName)Updates one or many activity attributes.voidProjectsService. updateProject(String projectClass, String projectId, HashMap<String,String> attributes, String userName)Updates one or many project attributes.voidProjectsService. updateProjectPool(String poolId, String poolClass, String poolName, String poolDescription, String userName)Updates the attributes of a project pool. -
Uses of InvalidArgumentException in com.neotropic.kuwaiba.modules.commercial.sdh
Methods in com.neotropic.kuwaiba.modules.commercial.sdh that throw InvalidArgumentException Modifier and Type Method Description StringSdhService. createSDHContainerLink(String classNameEndpointA, String idEndpointA, String classNameEndpointB, String idEndpointB, String linkType, List<SdhPosition> positions, String defaultName)Creates an SDH container link (VCX).StringSdhService. createSDHTransportLink(String classNameEndpointA, String idEndpointA, String classNameEndpointB, String idEndpointB, String linkType, String defaultName)Creates an SDH transport link (STMX)StringSdhService. createSDHTributaryLink(String classNameEndpointA, String idEndpointA, String classNameEndpointB, String idEndpointB, String linkType, List<SdhPosition> positions, String defaultName)Creates an SDH tributary link (VCXTributaryLink)voidSdhService. deleteSDHTransportLink(String transportLinkClass, String transportLinkId, boolean forceDelete)Deletes a transport link.voidSdhService. deleteSDHTributaryLink(String tributaryLinkClass, String tributaryLinkId)Deletes a tributary link and its corresponding container link.List<BusinessObjectLightList>SdhService. findSDHRoutesUsingContainerLinks(String communicationsEquipmentClassA, String communicationsEquipmentIdA, String communicationsEquipmentClassB, String communicationsEquipmentIB)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<BusinessObjectLightList>SdhService. findSDHRoutesUsingTransportLinks(String communicationsEquipmentClassA, String communicationsEquipmentIdA, String communicationsEquipmentClassB, String communicationsEquipmentIB)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<SdhContainerLinkDefinition>SdhService. getSDHContainerLinkStructure(String containerLinkClass, String containerLinkId)Gets the internal structure of a container link.List<SdhContainerLinkDefinition>SdhService. getSDHTransportLinkStructure(String transportLinkClass, String transportLinkId)Retrieves the container links within a transport link (e.g. -
Uses of InvalidArgumentException in com.neotropic.kuwaiba.modules.commercial.sdh.wizard
Methods in com.neotropic.kuwaiba.modules.commercial.sdh.wizard that throw InvalidArgumentException Modifier and Type Method Description Wizard.StepNewSDHContainerLinkWizard.ChooseContainerLinkResourcesStep. next()Wizard.StepNewSDHContainerLinkWizard.ChooseRouteStep. next()Wizard.StepNewSDHContainerLinkWizard.GeneralInfoStep. next()Wizard.StepNewSDHTransportLinkWizard.GeneralInfoStep. next()Wizard.StepNewSDHTransportLinkWizard.SelectLinkEndpointsStep. next()Wizard.StepNewSDHTributaryLinkWizard.ChooseRouteStep. next()Wizard.StepNewSDHTributaryLinkWizard.ChooseTributaryLinkResourcesStep. next()Wizard.StepNewSDHTributaryLinkWizard.GeneralInfoStep. next()Wizard.StepNewSDHTributaryLinkWizard.SelectLinkEndpointsStep. next()Wizard.StepNewSDHTributaryLinkWizard.SelectServiceStep. next() -
Uses of InvalidArgumentException in com.neotropic.kuwaiba.modules.commercial.whman.persistence
Methods in com.neotropic.kuwaiba.modules.commercial.whman.persistence that throw InvalidArgumentException Modifier and Type Method Description voidWarehousesService. copyObjectToWarehouse(String poolId, String objectClass, String ObjectId, boolean recursive, String userName)Creates a copy of an object in a warehouse.StringWarehousesService. createSparePart(String poolId, String className, HashMap<String,String> attributes, String templateId, String userName)Creates a spare part inside a poolStringWarehousesService. createWarehouse(String poolId, String poolClass, HashMap<String,String> attributes, String templateId, String userName)Creates a warehouse inside a poolvoidWarehousesService. deleteWarehouse(String warehouseClass, String warehouseId, String userName)Deletes a warehouse and delete its association with the related inventory objects.List<BusinessObjectLight>WarehousesService. getObjectsInSparePool(String poolId, int limit)Get the objects of a poolList<InventoryObjectPool>WarehousesService. getPoolsInWarehouse(String objectClassName, String objectId)Get the pools of a warehousesList<InventoryObjectPool>WarehousesService. getWarehouseRootPools()Gets the Warehouse Module Root PoolsList<BusinessObjectLight>WarehousesService. getWarehousesInPool(String poolId, int limit)Get the warehouses of a poolvoidWarehousesService. moveObjectToWarehouse(String poolId, String objectClass, String ObjectId, String userName)Moves an object from a warehouse to another warehouse. -
Uses of InvalidArgumentException in org.neotropic.kuwaiba.core.apis.integration.modules.views
Methods in org.neotropic.kuwaiba.core.apis.integration.modules.views that throw InvalidArgumentException Modifier and Type Method Description abstract CAbstractView. getAsUiElement()Gets an embeddable visual component that can be rendered in a dashboard.It most likely will have to be called after calling#build()or#build(java.lang.Object). -
Uses of InvalidArgumentException in org.neotropic.kuwaiba.core.apis.persistence.application
Methods in org.neotropic.kuwaiba.core.apis.persistence.application that throw InvalidArgumentException Modifier and Type Method Description voidApplicationEntityManager. addObjectTofavoritesFolder(String objectClass, String objectId, long favoritesFolderId, long userId)Adds an object to the favorites foldervoidScriptedQueryResult. addRow(List<Object> row)voidApplicationEntityManager. addUserToGroup(long userId, long groupId)Adds a user to a grouplongApplicationEntityManager. attachFileToListTypeItem(String name, String tags, byte[] file, String ltClass, String listTypeItemId)Relates a file to a list type itemvoidApplicationEntityManager. checkRelationshipByAttributeValueBusinessRules(String sourceObjectClassName, String sourceObjectId, String targetObjectClassName, String targetObjectId)check if a relationship can be established between two objects with the attribute values defined in the rulevoidApplicationEntityManager. commitActivity(String processInstanceId, String activityDefinitionId, Artifact artifact)Saves the artifact generated once an activity has been completed (for example, the user filled in a form).String[]ApplicationEntityManager. createBulkSpecialTemplateElement(String stElementClass, String stElementParentClassName, String stElementParentId, String stElementNamePattern)Creates multiple special template elements using a given name patternString[]ApplicationEntityManager. createBulkTemplateElement(String templateElementClassName, String templateElementParentClassName, String templateElementParentId, String templateElementNamePattern)Creates multiple template elements using a given name patternlongApplicationEntityManager. createBusinessRule(String ruleName, String ruleDescription, int ruleType, int ruleScope, String appliesTo, String ruleVersion, List<String> constraints)Creates a business rule given a set of constraintslongApplicationEntityManager. createConfigurationVariable(String configVariablesPoolId, String name, String description, int type, boolean masked, String valueDefinition)Creates a configuration variable inside a pool.A configuration variable is a place where a value will be stored so it can retrieved by whomever need it.StringApplicationEntityManager. createConfigurationVariablesPool(String name, String description)Creates a pool of configuration variableslongApplicationEntityManager. createFavoritesFolderForUser(String name, long userId)Create a relationship between an user and a new favorites folderlongApplicationEntityManager. createFilterDefinition(String name, String description, String classToBeApplied, String script, boolean enabled)Creates a filter.longApplicationEntityManager. createGeneralView(String viewClass, String name, String description, byte[] structure, byte[] background)Creates a view not related to a particular objectlongApplicationEntityManager. createGroup(String groupName, String description, List<Long> users)Creates a grouplongApplicationEntityManager. createLayout(String viewClassName, String name, String description, byte[] structure, byte[] background)Creates a new layout view.StringApplicationEntityManager. createListTypeItem(String className, String name, String displayName)Creates a list type itemlongApplicationEntityManager. createListTypeItemRelatedLayout(String listTypeItemId, String listTypeItemClassName, String viewClassName, String name, String description, byte[] structure, byte[] background)Creates a view for a given list type item.longApplicationEntityManager. createObjectRelatedView(String oid, String objectClass, String name, String description, String viewClassName, byte[] structure, byte[] background)Creates a view for a given object.longApplicationEntityManager. createOSPView(String name, String description, byte[] structure)Creates an Outside Plant ViewStringApplicationEntityManager. createProcessDefinition(String name, String description, String version, boolean enabled, byte[] structure)Creates a process definition.StringApplicationEntityManager. createProcessInstance(String processDefinitionId, String processInstanceName, String processInstanceDescription)Creates an instance of a process, that is, starts oneStringApplicationEntityManager. createScriptedQueriesPool(String name, String description)Creates a scripted queries pool.StringApplicationEntityManager. createScriptedQuery(String scriptedQueriesPoolId, String name, String description, String script, boolean enabled)Creates a scripted query.StringApplicationEntityManager. createScriptedQueryParameter(String scriptedQueryId, String name, String description, String type, boolean mandatory, Object defaultValue)Creates a scripted query parameter.longApplicationEntityManager. createUser(String userName, String password, String firstName, String lastName, boolean enabled, int type, String email, List<Privilege> privileges, long defaultGroupId)Creates a user.longApplicationEntityManager. createValidatorDefinition(String name, String description, String classToBeApplied, String script, boolean enabled, String userName)Creates a validator definition.voidApplicationEntityManager. deleteFilterDefinition(long filterId, String className)Deletes a filter definitionvoidApplicationEntityManager. deleteGroups(List<Long> oids)Removes a list of groupsvoidApplicationEntityManager. deleteLayout(long viewId)Deletes a layout viewvoidApplicationEntityManager. deleteListTypeItem(String className, String oid, boolean realeaseRelationships)Deletes a list type itemvoidApplicationEntityManager. deleteListTypeItemRelatedLayout(String listTypeItemId, String listTypeItemClass, long viewId)Deletes a list type item related viewvoidApplicationEntityManager. deleteProcessDefinition(String processDefinitionId)Deletes a process definitionvoidApplicationEntityManager. deleteScriptedQueriesPool(String scriptedQueriesPoolId)Deletes a scripted queries pool.voidApplicationEntityManager. deleteScriptedQuery(String scriptedQueryId)Deletes an scripted query given the id.voidApplicationEntityManager. deleteScriptedQueryParameter(String scriptedQueryParameterId)Deletes a scripted query parameter.voidApplicationEntityManager. deleteUsers(List<Long> oids)Removes a list of usersvoidApplicationEntityManager. detachFileFromListTypeItem(long fileId, String className, String objectId)Releases (and deletes) a file associated to a list type itemList<Properties>ApplicationEntityManager. executeCustomScriptedQuery(String queryName, Properties parameters)This method is the evolution of the deprecatedApplicationEntityManager.executeCustomDbCode(java.lang.String, boolean).List<ResultRecord>ApplicationEntityManager. executeQuery(ExtendedQuery query)Used to perform complex queries.ScriptedQueryResultApplicationEntityManager. executeScriptedQuery(String scriptedQueryId, ScriptedQueryParameter... parameters)Executes the scripted query.TaskResultApplicationEntityManager. executeTask(long taskId)Executes a task on demand.List<ActivityLogEntry>ApplicationEntityManager. getBusinessObjectAuditTrail(String objectClass, String objectId, int limit)Gets a business object audit trailObjectApplicationEntityManager. getConfigurationVariableValue(String name)Retrieves only the value of a configuration variable.List<BusinessObjectLight>ApplicationEntityManager. getDeviceLayouts()Gets the list of template elements with a device layoutbyte[]ApplicationEntityManager. getDeviceLayoutStructure(String oid, String className)Gets the device layout structure.List<FavoritesFolder>ApplicationEntityManager. getFavoritesFoldersForObject(long userId, String objectClass, String objectId)Get the bookmarks where an object is associatedFileObjectApplicationEntityManager. getFile(long fileId, String className, String objectId)Retrieves a particular file associated to an inventory list type item.List<FileObjectLight>ApplicationEntityManager. getFilesForListTypeItem(String className, String objectId)Fetches the files associated to an inventory object.List<FilterDefinition>ApplicationEntityManager. getFilterDefinitionsForClass(String className, boolean includeParentClassesFilters, boolean ignoreCache, HashMap<String,Object> attributesToFilter, int page, int limit)For a given class retrieves all its filters definitions (also the filters of its parent classes could be included).longApplicationEntityManager. getFilterDefinitionsForClassCount(String className, boolean includeParentClassesFilters, boolean ignoreCache, HashMap<String,Object> attributesToFilter, int page, int limit)For a given class name returns the count of the filters definitionsList<ViewObjectLight>ApplicationEntityManager. getGeneralViews(String viewClassName, int limit)Allows to retrieve a list of views of a certain type, specifying their classList<ViewObjectLight>ApplicationEntityManager. getLayouts(int limit)Allows to retrieve a list of all existent layout views.BusinessObjectApplicationEntityManager. getListTypeItem(String listTypeClassName, String listTypeItemId)Retrieves list type item given its idBusinessObjectLightApplicationEntityManager. getListTypeItemForLayout(long layoutViewId)Returns the list type item related with the given viewList<ViewObjectLight>ApplicationEntityManager. getListTypeItemRelatedLayout(String listTypeItemId, String listTypeItemClass, int limit)Gets the views related to a list type item, such as the default, rack or equipment viewsViewObjectApplicationEntityManager. getListTypeItemRelatedLayout(String listTypeItemId, String listTypeItemClass, long viewId)Gets a view related to a list type item, such as the default, rack or equipment viewsList<BusinessObjectLight>ApplicationEntityManager. getListTypeItems(String className)Retrieves all the items related to a given list typeList<BusinessObjectLight>ApplicationEntityManager. getListTypeItemUses(String listTypeItemClass, String listTypeItemId, int limit)Retrieves the objects that make reference to a given list type itemBusinessObjectLightApplicationEntityManager. getListTypeItemWithName(String listTypeClassName, String listTypeItemName)Retrieves a list type item given its nameActivityDefinitionApplicationEntityManager. getNextActivityForProcessInstance(String processInstanceId)Requests for the next activity to be executed in a process instance.ViewObjectApplicationEntityManager. getObjectRelatedView(String oid, String objectClass, long viewId)Get a view related to an object, such as the default rack or object viewsList<ViewObjectLight>ApplicationEntityManager. getObjectRelatedViews(String oid, String objectClass, int limit)Get a view related to an object, such as the default, rack or equipment viewsList<BusinessObjectLight>ApplicationEntityManager. getObjectsInFavoritesFolder(long favoritesFolderId, long userId, int limit)Get the object assigned to the bookmarkList<ViewObjectLight>ApplicationEntityManager. getOSPViews()Retrieves the existing OSP viewsScriptedQueriesPoolApplicationEntityManager. getScriptedQueriesPool(String scriptedQueriesPoolId)Gets a scripted queries pool.ScriptedQueriesPoolApplicationEntityManager. getScriptedQueriesPoolByName(String scriptedQueriesPoolName)Gets a scripted queries pool given the name.ScriptedQueryApplicationEntityManager. getScriptedQuery(String scriptedQueryId)Gets a scripted query given its idintApplicationEntityManager. getScriptedQueryCountByPoolName(String scriptedQueriesPoolName, String filterName)Counts the scripted queries filter by name in a scripted queries pool.ScriptedQueryParameterApplicationEntityManager. getScriptedQueryParameter(String scriptedQueryParameterId)Gets an scripted query paramter.List<ScriptedQueryParameter>ApplicationEntityManager. getScriptedQueryParameters(String scriptedQueryId)Gets the scripted query parameters.TemplateObjectApplicationEntityManager. getTemplateElement(String templateElementClass, String templateElementId)Retrives all the information of a given template element.voidApplicationEntityManager. releaseListTypeItem(String className, String listTypeItemId)Release a list type item relationshipsvoidApplicationEntityManager. releaseListTypeItemRelatedLayout(String listTypeItemId, String listTypeItemClass, long viewId)Release a list type item with a view.voidApplicationEntityManager. reloadProcessDefinitions()Updates the process definitionsvoidApplicationEntityManager. removeObjectFromfavoritesFolder(String objectClass, String objectId, long favoritesFolderId, long userId)Removes an object associated to a favorites foldervoidApplicationEntityManager. removePrivilegeFromGroup(long groupId, String featureToken)Removes a privilege from a uservoidApplicationEntityManager. removePrivilegeFromUser(long userId, String featureToken)Removes a privilege from a uservoidApplicationEntityManager. removeUserFromGroup(long userId, long groupId)Removes a user from a groupabstract List<BusinessObjectLight>Filter. run(String objectId, String objectClass, HashMap<String,String> parameters, int page, int limit)This method should be implemented by all filter definition scripts (which must define a subclass of Filter), and contains the logic to evaluate the condition.voidApplicationEntityManager. setGroupProperties(long oid, String groupName, String description)Set the attributes of a groupvoidApplicationEntityManager. setListTypeItemRelatedLayout(String listTypeItemId, String listTypeItemClass, long viewId)Relate a list type item with a view.voidApplicationEntityManager. setPrivilegeToGroup(long groupId, String featureToken, int accessLevel)Sets a privilege to a group.voidApplicationEntityManager. setPrivilegeToUser(long userId, String featureToken, int accessLevel)Sets a privilege to a user.voidApplicationEntityManager. setUserProperties(long oid, String userName, String password, String firstName, String lastName, int enabled, int type, String email)Set the properties of a given user using the id to search for itvoidApplicationEntityManager. setUserProperties(String formerUsername, String newUserName, String password, String firstName, String lastName, int enabled, int type, String email)Updates the attributes of a user, using its username as key to find itChangeDescriptorApplicationEntityManager. subscribeUserToTask(long userId, long taskId)Subscribes a user to a task, so it will be notified of the result of its executionvoidApplicationEntityManager. updateActivity(String processInstanceId, String activityDefinitionId, Artifact artifact)Updates the artifact generated once an activity has been completed (for example, the user filled in a form).voidApplicationEntityManager. updateConfigurationVariable(String name, String propertyToUpdate, String newValue)Updates the value of a configuration variable.See ##createConfigurationVariable(long, java.lang.String, java.lang.String, int, boolean, java.lang.String)for value definition syntaxvoidApplicationEntityManager. updateConfigurationVariablesPool(String poolId, String propertyToUpdate, String value, String userName)Updates an attribute of a given configuration variables poolvoidApplicationEntityManager. updateFavoritesFolder(long favoritesFolderId, long userId, String favoritesFolderName)Updates a favorites foldervoidApplicationEntityManager. updateFileProperties(long fileId, List<StringPair> properties, String className, String listTypeItemId)Updates the properties of a file list type item (name or tags)voidApplicationEntityManager. updateFilterDefinition(long filterId, String name, String description, String classToBeApplied, String script, Boolean enabled)Updates the properties of a filter, null values will be ignored; when the script of the filter definition its been updated it will tries to compile the script to create a Filter instance, if the compilation fails the filter attribute in the filter definition will remains nullChangeDescriptorApplicationEntityManager. updateGeneralView(long oid, String name, String description, byte[] structure, byte[] background)Saves a view not related to a particular object.ChangeDescriptorApplicationEntityManager. updateLayout(long viewId, String name, String description, byte[] structure, byte[] background)Updates a layout view.ChangeDescriptorApplicationEntityManager. updateListTypeItem(String className, String oid, HashMap<String,String> attributes)Updates a list type item.Formerly this functionality was provided byBusinessEntityManagerupdateObject, but the implementation was split in two methods.ChangeDescriptorApplicationEntityManager. updateListTypeItemRelatedLayout(String listTypeItemId, String listTypeItemClass, long viewId, String name, String description, byte[] structure, byte[] background)Updates a view for a given list type item.ChangeDescriptorApplicationEntityManager. updateObjectRelatedView(String oid, String objectClass, long viewId, String name, String description, byte[] structure, byte[] background)Updates a view for a given object.voidApplicationEntityManager. updateOSPView(long viewId, String name, String description, byte[] structure)Updates an existing OSP viewvoidApplicationEntityManager. updateProcessDefinition(String processDefinitionId, List<StringPair> properties, byte[] structure)Updates a process definition, either its standard properties or its structurevoidApplicationEntityManager. updateScriptedQueriesPool(String scriptedQueriesPoolId, String name, String description)Updates a scripted queries pool.voidApplicationEntityManager. updateScriptedQuery(String scriptedQueryId, String name, String description, String script, boolean enabled)Updates a scripted query given its idvoidApplicationEntityManager. updateScriptedQueryParameter(String scriptedQueryParameterId, String name, String description, String type, boolean mandatory, Object defaultValue)Updates a scripted query parameter.ChangeDescriptorApplicationEntityManager. updateTaskProperties(long taskId, String propertyName, String propertyValue)Updates any of these properties from a task: name, description, enabled and scriptChangeDescriptorApplicationEntityManager. updateTemplateElement(String templateElementClass, String templateElementId, String[] attributeNames, String[] attributeValues)Updates the value of an attribute of a template element.voidApplicationEntityManager. updateValidatorDefinition(long validatorDefinitionId, String name, String description, String classToBeApplied, String script, Boolean enabled, String userName)Updates the properties of a validator.The null values will be ignored -
Uses of InvalidArgumentException in org.neotropic.kuwaiba.core.apis.persistence.business
Methods in org.neotropic.kuwaiba.core.apis.persistence.business that throw InvalidArgumentException Modifier and Type Method Description voidBusinessEntityManager. addParentToSpecialObject(String specialObjectClass, String specialObjectId, String parentClass, String parentId)Breaks the special hierarchy to enable special children to have more than one parent.longBusinessEntityManager. attachFileToObject(String name, String tags, byte[] file, String className, String objectId)Relates a file to an inventory objectbooleanBusinessEntityManager. canDeleteObject(String className, String oid)Checks recursively if it's safe to delete a single objectString[]BusinessEntityManager. copyObjects(String targetClassName, String targetOid, HashMap<String,List<String>> objects, boolean recursive)Copy a set of objectsStringBusinessEntityManager. copyPoolItem(String poolId, String poolItemClassName, String poolItemId, boolean recursive)Copy a pool item from a pool to another poolString[]BusinessEntityManager. copySpecialObjects(String targetClassName, String targetOid, HashMap<String,List<String>> objects, boolean recursive)Copy a set of special objects (this is used to copy objects when they are containment are set in the special containment hierarchy) use case: to move physical links into a wire ContainerlongBusinessEntityManager. countChildren(String objectClass, String objectId)Counts if an object has childrenlongBusinessEntityManager. countSpecialChildren(String objectClass, String objectId)Counts if an object has special childrenString[]BusinessEntityManager. createBulkObjects(String className, String parentClassName, String parentOid, String namePattern, String templateId)Creates multiple objects using a given name patternString[]BusinessEntityManager. createBulkSpecialObjects(String className, String parentClassName, String parentId, String namePattern, String templateId)Creates multiple special objects using a given name patternStringBusinessEntityManager. createContact(String contactClass, String customerClassName, String customerId, String userName)Creates a contact.Contacts are always associated to a customerStringBusinessEntityManager. createHeadlessObject(String className, HashMap<String,String> attributes, String templateId)Creates an object without parent.longBusinessEntityManager. createInventoryLevelReport(String reportName, String reportDescription, String script, int outputType, boolean enabled, List<StringPair> parameters)Creates an inventory level report (a report that is not tied to a particlar instance or class.StringBusinessEntityManager. createObject(String className, String parentClassName, String parentOid, HashMap<String,String> attributes, String templateId)Creates a new inventory objectStringBusinessEntityManager. createObject(String className, String parentClassName, HashMap<String,String> attributes, String templateId, String criteria)Creates an objectStringBusinessEntityManager. createPoolItem(String poolId, String className, HashMap<String,String> attributes, String templateId)Creates an object inside a poolStringBusinessEntityManager. createSpecialObject(String className, String parentClassName, String parentOid, HashMap<String,String> attributes, String templateId)Creates a new inventory object for a domain specific model (where the standard containment rules don't apply)HashMap<String,String>BusinessEntityManager. createSpecialObjectUsingTemplate(String className, String parentClassName, String parentOid, HashMap<String,String> attributes, String templateId)Equal toBusinessEntityManager.createSpecialObject(java.lang.String, java.lang.String, java.lang.String, java.util.HashMap, java.lang.String)but the return is a map of ids.voidBusinessEntityManager. createSpecialRelationship(String aObjectClass, String aObjectId, String bObjectClass, String bObjectId, String name, boolean unique)Creates a relationship between two elements and labels it.voidBusinessEntityManager. createSpecialRelationship(String aObjectClass, String aObjectId, String bObjectClass, String bObjectId, String name, boolean unique, HashMap<String,Object> properties)This method creates a special relationship with a set of property valuesvoidBusinessEntityManager. deleteContact(String contactClass, String contactId, String userName)Deletes a contactvoidBusinessEntityManager. deleteObject(String className, String oid, boolean releaseRelationships)Deletes a single objectvoidBusinessEntityManager. deleteObjects(HashMap<String,List<String>> objects, boolean releaseRelationships)Deletes a set of objectsvoidBusinessEntityManager. detachFileFromObject(long fileObjectId, String className, String objectId)Releases (and deletes) a file associated to an inventory objectbyte[]BusinessEntityManager. executeClassLevelReport(String objectClassName, String objectId, long reportId)Executes a class level report and returns the result.byte[]BusinessEntityManager. executeInventoryLevelReport(long reportId, List<StringPair> parameters)Executes an inventory level report and returns the result.List<BusinessObjectLightList>BusinessEntityManager. findRoutesThroughSpecialRelationships(String objectAClassName, String objectAId, String objectBClassName, String objectBId, String relationshipName)Finds all possible routes between two given inventory objectsList<AnnotatedBusinessObjectLight>BusinessEntityManager. getAnnotatedSpecialAttribute(String objectClass, String objectId, String specialAttributeName)This method will extract the object at the other side of the special relationship and all the properties of the relationship itselfStringBusinessEntityManager. getAttributeValueAsString(String objectClass, String objectId, String attributeName)Utility method that returns the value of an attribute of a given object as a string.HashMap<String,String>BusinessEntityManager. getAttributeValuesAsString(String objectClass, String objectId)Fetches the attributes of an inventory object (and their values) and returns them as strings.List<BusinessObject>BusinessEntityManager. getChildrenOfClass(String parentOid, String parentClass, String classToFilter, int page, int maxResults)Gets the direct children of a given object of a given class.List<BusinessObjectLight>BusinessEntityManager. getChildrenOfClassLight(String parentOid, String parentClass, String classToFilter, int maxResults)Same as getChildrenOfClass, but returns only the light version of the objectsList<BusinessObjectLight>BusinessEntityManager. getChildrenOfClassLightRecursive(String parentOid, String parentClass, String classToFilter, HashMap<String,String> attributesToFilters, int page, int limit)Gets all class and abstract class children of a given class to filter in a hierarchy with root in the given parent.BusinessObjectLightBusinessEntityManager. getCommonParent(String aObjectClass, String aOid, String bObjectClass, String bOid)Finds the common parent between two objects.ContactBusinessEntityManager. getContact(String contactClass, String contactId)Gets the entire information of a given contactList<BusinessObjectLight>BusinessEntityManager. getContactResources(String contactClass, String contactId)Retrieves the list of resources (inventory objects) related to a contact.List<Contact>BusinessEntityManager. getContacts(int page, int limit, HashMap<String,Object> filters)Retrieves the list of contacts that matches the search criteriaList<Contact>BusinessEntityManager. getContactsForCustomer(String customerClass, String customerId)Retrieves the list of contacts associated to a customerFileObjectBusinessEntityManager. getFile(long fileObjectId, String className, String objectId)Retrieves a particular file associated to an inventory object.List<FileObjectLight>BusinessEntityManager. getFilesForObject(String className, String objectId)Fetches the files associated to an inventory object.BusinessObjectBusinessEntityManager. getFirstParentOfClass(String objectClassName, String oid, String objectToMatchClassName)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")List<BusinessObjectLight>BusinessEntityManager. getMultipleParents(String objectId)Gets the parents of an object that breaks the containment rule of having only one parent.BusinessObjectBusinessEntityManager. getObject(String className, String oid)Gets the detailed information about an objectList<BusinessObjectLight>BusinessEntityManager. getObjectChildren(long classId, String oid, int maxResults)Gets the children of a given object, providing the class and object id.List<BusinessObjectLight>BusinessEntityManager. getObjectChildren(String className, String oid, int maxResults)Gets the children of a given objectList<BusinessObjectLight>BusinessEntityManager. getObjectChildren(String className, String oid, HashMap<String,String> filters, long skip, long limit)Get a set of children to the given the parent class name and id.longBusinessEntityManager. getObjectChildrenCount(String className, String oid, HashMap<String,String> filters)Get the child count given the parent class name and id.BusinessObjectLightBusinessEntityManager. getObjectLight(String className, String oid)Gets the simplified information about an objectList<BusinessObjectLight>BusinessEntityManager. getObjectsByNameAndClassName(List<String> names, int skip, int limit, String... clasessToFilter)Gets a set of objects by its exact names and class names, used to know if an object with the same its already created in the inventory e.g.List<BusinessObjectLight>BusinessEntityManager. getObjectsLight(HashMap<String,String> ids)Retrieves a list of objects based on the provided UUIDs.List<BusinessObject>BusinessEntityManager. getObjectsOfClass(String className, int maxResults)Recursively gets all the instances of given classList<BusinessObjectLight>BusinessEntityManager. getObjectsOfClassLight(String className, long page, long limit)Recursively gets all the light instances of given class, without filters.List<BusinessObjectLight>BusinessEntityManager. getObjectsOfClassLight(String className, HashMap<String,String> filters, long page, long limit)Recursively gets all the light instances of given classList<BusinessObjectLight>BusinessEntityManager. getObjectSpecialChildren(String objectClass, String objectId)Gets the special children of a given objectlongBusinessEntityManager. getObjectSpecialChildrenCount(String objectClassName, String objectId, String... childrenClassNamesToFilter)Gets the special children of a given objectList<BusinessObjectLight>BusinessEntityManager. getObjectSpecialChildrenWithFilters(String objectClass, String objectId, List<String> childrenClassNamesToFilter, int page, int limit)Gets the special children of a given objectList<BusinessObject>BusinessEntityManager. getObjectsWithFilter(String className, String filterName, String filterValue)Same asBusinessEntityManager.getObjectsWithFilterLight(java.lang.String, java.lang.String, java.lang.String), but returns the full information about the objects involvedList<BusinessObjectLight>BusinessEntityManager. getObjectsWithFilterLight(String className, String filterName, String filterValue)Retrieves a list of light instances of a given class given a simple filter.BusinessObjectLightBusinessEntityManager. getParent(String objectClass, String oid)Deprecated.This method will be renamed in future versions to support multiple parents.List<BusinessObjectLight>BusinessEntityManager. getParents(String objectClassName, String oid)Deprecated.This method will be renamed in future versions to support hierarchical parents.List<BusinessObjectLight>BusinessEntityManager. getParentsUntilFirstOfClass(String objectClassName, String oid, String... objectToMatchClassNames)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")BusinessObjectLightBusinessEntityManager. getPhysicalNodeToObjectInWarehouse(String objectClassName, String objectId)Gets the physical node of a warehouse itemInventoryObjectPoolBusinessEntityManager. getPool(String poolId)Gets a pool by its idList<BusinessObjectLight>BusinessEntityManager. getPoolItems(String poolId, int limit)Retrieves the list of objects from a poolList<BusinessObjectLight>BusinessEntityManager. getPoolItemsByClassName(String poolId, String className, int page, int limit)Retrieves the list of objects from a poollongBusinessEntityManager. getPoolItemsCount(String poolId, String className)Count the total of objects in a poolList<InventoryObjectPool>BusinessEntityManager. getPoolsInObject(String objectClassName, String objectId, String poolClass)Retrieves the pools associated to a particular objectList<InventoryObjectPool>BusinessEntityManager. getPoolsInPool(String parentPoolId, String poolClassName)Retrieves the pools associated to a particular poollongBusinessEntityManager. getPoolsInPoolCount(String parentPoolId, String poolClassName)Retrieves the total count of pools associated to a particular poolList<InventoryObjectPool>BusinessEntityManager. getRootPools(String className, int type, boolean includeSubclasses)Retrieves the pools that don't have any parent and are normally intended to be managed by the Pool ManagerList<BusinessObjectLight>BusinessEntityManager. getSiblings(String className, String oid, int maxResults)Gets the siblings of a given object in the containment hierarchyList<BusinessObjectLight>BusinessEntityManager. getSpecialAttribute(String objectClass, String objectId, String specialAttributeName)Gets the value of a special attribute.HashMap<String,List<BusinessObjectLight>>BusinessEntityManager. getSpecialAttributes(String className, String objectId, String... attributeNames)Returns the specified 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.List<BusinessObjectLight>BusinessEntityManager. getSpecialChildrenOfClassLight(String parentOid, String parentClass, String classToFilter, int maxResults)Returns the special children of a given object as RemoteBusinessObjectLight instances.This method is not recursive.List<BusinessObjectLight>BusinessEntityManager. getSpecialChildrenOfClassLightRecursive(String parentOid, String parentClass, String classToFilter, int maxResults)Gets all class and abstract class special children of a given class to filter in a hierarchy with root in the given parent.HashMap<String,List<BusinessObjectLight>>BusinessEntityManager. getSuggestedObjectsWithFilterGroupedByClassName(List<String> classesNamesToFilter, String filter, long classesSkip, long classesLimit, long objectSkip, long objectLimit)Suggests a number of objects based on a search string.HashMap<String,List<InventoryObjectPool>>BusinessEntityManager. getSuggestedPoolsByName(List<String> classesNamesToFilter, String nameTofilter, long poolSkip, long poolLimit, long objectSkip, long objectLimit)Suggests a number of pools based on a search string (the pool name).List<BusinessObjectLight>BusinessEntityManager. getWarehousesInObject(String objectClassName, String objectId)Gets the warehouses in a objectBusinessObjectLightBusinessEntityManager. getWarehouseToObject(String objectClassName, String objectId)Gets warehouse related to objectbooleanBusinessEntityManager. hasRelationship(String objectClass, String objectId, String relationshipName, int numberOfRelationships)Checks if an object has a given number of standard relationships with another objectbooleanBusinessEntityManager. hasSpecialAttribute(String objectClass, String objectId, String attributeName)Check if an object has a given special attribute.booleanBusinessEntityManager. hasSpecialRelationship(String objectClass, String objectId, String relationshipName, int numberOfRelationships)Checks if an object has a given number of special relationships with another objectbooleanBusinessEntityManager. isParent(String parentClass, String parentId, String childClass, String childId)Checks if a given object is parent to another, according to the standard or special containment hierarchy.voidBusinessEntityManager. moveObjects(String targetClassName, String targetOid, HashMap<String,String[]> objects)Move a list of objects to a new parent: this methods ignores those who can't be moved and raises an OperationNotPermittedException, however, it will move those which can be movedvoidBusinessEntityManager. moveObjectsToPool(String targetClassName, String targetOid, HashMap<String,String[]> objects)Move a list of objects to a new parent: this methods ignores those who can't be moved and raises an OperationNotPermittedException, however, it will move those which can be movedvoidBusinessEntityManager. movePoolItem(String poolId, String poolItemClassName, String poolItemId)Move a pool item from a pool to another poolvoidBusinessEntityManager. moveSpecialObjects(String targetClassName, String targetOid, HashMap<String,String[]> objects)Move a list of objects to a new parent(taking into account the special hierarchy containment): this methods ignores those who can't be moved and raises an OperationNotPermittedException, however, it will move those which can be movedvoidBusinessEntityManager. relateObjectToContact(String objectClass, String objectId, String contactClass, String contactId, String userName)Relates an inventory object to a contact.voidBusinessEntityManager. releaseObjectFromContact(String objectClass, String objectId, String contactClass, String contactId, String userName)Releases an inventory object from a contact.voidBusinessEntityManager. releaseRelationships(String objectClass, String objectId, List<String> relationshipsToRelease)Releases all the relationships with the given names associated to the object provided.voidBusinessEntityManager. releaseSpecialRelationship(String objectClass, String objectId, String otherObjectId, String relationshipName)Release all special relationships with a given namevoidBusinessEntityManager. releaseSpecialRelationshipInTargetObject(String objectClass, String objectId, String relationshipName, String targetId)Release all special relationships with a given name whose target object id matches with the one providedList<Contact>BusinessEntityManager. searchForContacts(String searchString, int maxResults)Searches in all the properties of a contact for a given stringvoidBusinessEntityManager. updateContact(String contactClass, String contactId, List<StringPair> properties, String userName)Updates a contact's informationvoidBusinessEntityManager. updateFileProperties(long fileObjectId, List<StringPair> properties, String className, String objectId)Updates the properties of a file object (name or tags)ChangeDescriptorBusinessEntityManager. updateObject(String className, String oid, HashMap<String,String> attributes)Updates an object attributes.ChangeDescriptorBusinessEntityManager. updateReport(long reportId, String reportName, String reportDescription, Boolean enabled, Integer type, String script)Updates the properties of an existing class level report.ChangeDescriptorBusinessEntityManager. updateReportParameters(long reportId, List<StringPair> parameters)Updates the parameters of a report -
Uses of InvalidArgumentException in org.neotropic.kuwaiba.core.apis.persistence.metadata
Methods in org.neotropic.kuwaiba.core.apis.persistence.metadata that throw InvalidArgumentException Modifier and Type Method Description voidMetadataEntityManager. addPossibleChildren(long parentClassId, long[] possibleChildren)Adds to a given class a list of possible children classes whose instances can be contained using the class id to find the parent classvoidMetadataEntityManager. addPossibleChildren(String parentClassName, String[] possibleChildren)Adds to a given class a list of possible children classes whose instances can be contained using the class name to find the parent classvoidMetadataEntityManager. addPossibleSpecialChildren(long parentClassId, long[] possibleSpecialChildren)Adds to a given class a list of possible special children classes whose instances can be contained using the class id to find the parent classvoidMetadataEntityManager. addPossibleSpecialChildren(String parentClassName, String[] possibleSpecialChildren)Adds to a given class a list of possible special children classes whose instances can be contained, using the class name to find the parent classvoidMetadataEntityManager. buildClassCache()Clears the class cache and re-built it.voidMetadataEntityManager. createAttribute(long classId, AttributeMetadata attributeDefinition)Adds an attribute to a classvoidMetadataEntityManager. createAttribute(String className, AttributeMetadata attributeDefinition, boolean recursive)Adds an attribute to a class.longMetadataEntityManager. createClass(ClassMetadata classDefinition)Creates a class metadata with its attributes (some new and others inherited from the parent class).voidMetadataEntityManager. deleteAttribute(long classId, String attributeName)Deletes an attribute from a class.voidMetadataEntityManager. deleteAttribute(String className, String attributeName)Deletes an attribute from a class.voidMetadataEntityManager. deleteClass(long classId)Deletes a class metadata, its attributes and category relationshipsvoidMetadataEntityManager. deleteClass(String className)Deletes a class metadata, its attributes and category relationshipsAttributeMetadataMetadataEntityManager. getAttribute(long classId, long attributeId)Gets an attribute belonging to a classAttributeMetadataMetadataEntityManager. getAttribute(String className, String attributeName)Gets an attribute belonging to a classStringClassMetadata. getType(String attributeName)booleanClassMetadata. isMandatory(String attributeName)booleanClassMetadata. isMultiple(String attributeName)Tells if a given (list type) attribute is multiple or singlebooleanClassMetadata. isUnique(String attributeName)ChangeDescriptorMetadataEntityManager. setAttributeProperties(long classId, long attributeId, HashMap<String,Object> newProperties)Changes an attribute definition belonging to a class metadata using the class id as keyChangeDescriptorMetadataEntityManager. setAttributeProperties(String className, long attributeId, HashMap<String,Object> newProperties)Changes an attribute definition belonging to a class metadata use the class name as idChangeDescriptorMetadataEntityManager. setClassProperties(long classId, HashMap<String,Object> newProperties)Changes a class metadata definition. -
Uses of InvalidArgumentException in org.neotropic.kuwaiba.core.configuration.proxies
Methods in org.neotropic.kuwaiba.core.configuration.proxies that throw InvalidArgumentException Modifier and Type Method Description voidProxyManagerService. associateObjectToProxy(String objectClass, String objectId, String proxyClass, String proxyId, String userName)Associates an inventory object to an inventory proxy.voidProxyManagerService. associateProjectToProxy(String projectClass, String projectId, String proxyClass, String proxyId, String userName)Associates an project to an inventory proxy.StringProxyManagerService. copyProxyToPool(String poolId, String proxyClass, String proxyId, String userName)Creates a copy of a proxy.And optionally its children objects.StringProxyManagerService. createProxy(String proxyPoolId, String proxyClass, HashMap<String,String> attributes)Creates an inventory proxy.List<InventoryProxy>ProxyManagerService. getAllProxies()Gets all the inventory proxies in the database.List<InventoryProxy>ProxyManagerService. getProxiesInPool(String proxyPoolId)Gets the list of inventory proxies in a given pool.voidProxyManagerService. moveProxyToPool(String poolId, String proxyClass, String proxyId, String userName)Moves a proxy from a pool to another pool.voidProxyManagerService. releaseObjectFromProxy(String objectClass, String objectId, String proxyClass, String proxyId, String userName)Releases an inventory object from a proxy.voidProxyManagerService. releaseProjectFromProxy(String projectClass, String projectId, String proxyClass, String proxyId, String userName)Releases a project from a proxy.voidProxyManagerService. updateProxy(String proxyClass, String proxyId, HashMap<String,String> attributes)Updates one or many proxy attributes.voidProxyManagerService. updateProxyPool(String proxyPoolId, String attributeName, String attributeValue)Updates an attribute of a proxy pool. -
Uses of InvalidArgumentException in org.neotropic.kuwaiba.core.persistence.reference.naming.util
Methods in org.neotropic.kuwaiba.core.persistence.reference.naming.util that throw InvalidArgumentException Modifier and Type Method Description static AlphabeticLowercaseSequenceDynamicSectionFunctionFactory. getAlphabeticLowercaseSequence(String dynamicSection)static AlphabeticUppercaseSequenceDynamicSectionFunctionFactory. getAlphabeticUppercaseSequence(String dynamicSection)static FunctionValueDynamicSectionFunctionFactory. getFunctionValue(String dynamicSection)static MirrorPortsFunctionDynamicSectionFunctionFactory. getMirrorPortsPairing(String dynamicSection)static MirrorSplicePortsFunctionDynamicSectionFunctionFactory. getMirrorSplicePortsPairing(String dynamicSection)static MultipleMirrorPortsFunctionDynamicSectionFunctionFactory. getMultipleMirrorPorts(String dynamicSection)static NumericSequenceDynamicSectionFunctionFactory. getNumericSequence(String dynamicSection)Constructors in org.neotropic.kuwaiba.core.persistence.reference.naming.util that throw InvalidArgumentException Constructor Description AlphabeticLowercaseSequence(String dynamicSectionFunction)AlphabeticLowercaseSequence(String dynamicSectionPattern, String dynamicSectionFunction)AlphabeticUppercaseSequence(String dynamicSectionFunction)DynamicNameGenerator(String expressionForTheName)DynamicSectionFunction(String functionPattern, String dynamicSection)FunctionValue(String dynamicSectionFunction)MirrorPortsFunction(String dynamicSectionFunction)MirrorPortsFunction(String functionPattern, String dynamicSection)MirrorSplicePortsFunction(String dynamicSectionFunction)MirrorSplicePortsFunction(String functionPattern, String dynamicSection)MultipleMirrorPortsFunction(String dynamicSectionFunction)MultipleMirrorPortsFunction(String functionPattern, String dynamicSection)NumericSequence(String dynamicSectionFunction)NumericSequence(String dynamicSectionPattern, String dynamicSectionFunction) -
Uses of InvalidArgumentException in org.neotropic.kuwaiba.core.persistence.reference.neo4j
Methods in org.neotropic.kuwaiba.core.persistence.reference.neo4j that throw InvalidArgumentException Modifier and Type Method Description voidApplicationEntityManagerImpl. addObjectTofavoritesFolder(String objectClass, String objectId, long favoritesFolderId, long userId)voidBusinessEntityManagerImpl. addParentToSpecialObject(String specialObjectClass, String specialObjectId, String parentClass, String parentId)voidMetadataEntityManagerImpl. addPossibleChildren(long parentClassId, long[] possibleChildren)voidMetadataEntityManagerImpl. addPossibleChildren(String parentClassName, String[] possibleChildren)voidMetadataEntityManagerImpl. addPossibleSpecialChildren(long parentClassId, long[] possibleSpecialChildren)voidMetadataEntityManagerImpl. addPossibleSpecialChildren(String parentClassName, String[] possibleSpecialChildren)voidApplicationEntityManagerImpl. addUserToGroup(long userId, long groupId)longApplicationEntityManagerImpl. attachFileToListTypeItem(String name, String tags, byte[] file, String listTypeItemClass, String listTypeItemId)longBusinessEntityManagerImpl. attachFileToObject(String name, String tags, byte[] file, String className, String objectId)voidMetadataEntityManagerImpl. buildClassCache()booleanBusinessEntityManagerImpl. canDeleteObject(String className, String oid)voidApplicationEntityManagerImpl. checkRelationshipByAttributeValueBusinessRules(String sourceObjectClassName, String sourceObjectId, String targetObjectClassName, String targetObjectId)voidApplicationEntityManagerImpl. commitActivity(String processInstanceId, String activityDefinitionId, Artifact artifact)String[]BusinessEntityManagerImpl. copyObjects(String targetClassName, String targetOid, HashMap<String,List<String>> objects, boolean recursive)StringBusinessEntityManagerImpl. copyPoolItem(String poolId, String poolItemClassName, String poolItemId, boolean recursive)String[]BusinessEntityManagerImpl. copySpecialObjects(String targetClassName, String targetOid, HashMap<String,List<String>> objects, boolean recursive)longBusinessEntityManagerImpl. countChildren(String objectClass, String objectId)longBusinessEntityManagerImpl. countSpecialChildren(String objectClass, String objectId)voidMetadataEntityManagerImpl. createAttribute(long classId, AttributeMetadata attributeDefinition)voidMetadataEntityManagerImpl. createAttribute(String className, AttributeMetadata attributeDefinition, boolean recursive)String[]BusinessEntityManagerImpl. createBulkObjects(String className, String parentClassName, String parentOid, String namePattern, String templateId)String[]BusinessEntityManagerImpl. createBulkSpecialObjects(String className, String parentClassName, String parentId, String namePattern, String templateId)String[]ApplicationEntityManagerImpl. createBulkSpecialTemplateElement(String stElementClass, String stElementParentClassName, String stElementParentId, String stElementNamePattern)String[]ApplicationEntityManagerImpl. createBulkTemplateElement(String templateElementClassName, String templateElementParentClassName, String templateElementParentId, String templateElementNamePattern)longApplicationEntityManagerImpl. createBusinessRule(String ruleName, String ruleDescription, int ruleType, int ruleScope, String appliesTo, String ruleVersion, List<String> constraints)longMetadataEntityManagerImpl. createClass(ClassMetadata classDefinition)longApplicationEntityManagerImpl. createConfigurationVariable(String configVariablesPoolId, String name, String description, int type, boolean masked, String valueDefinition)StringApplicationEntityManagerImpl. createConfigurationVariablesPool(String name, String description)StringBusinessEntityManagerImpl. createContact(String contactClass, String customerClassName, String customerId, String userName)longApplicationEntityManagerImpl. createFavoritesFolderForUser(String name, long userId)longApplicationEntityManagerImpl. createFilterDefinition(String name, String description, String className, String script, boolean enabled)longApplicationEntityManagerImpl. createGeneralView(String viewClass, String name, String description, byte[] structure, byte[] background)longApplicationEntityManagerImpl. createGroup(String groupName, String description, List<Long> users)StringBusinessEntityManagerImpl. createHeadlessObject(String className, HashMap<String,String> attributes, String templateId)longBusinessEntityManagerImpl. createInventoryLevelReport(String reportName, String reportDescription, String script, int outputType, boolean enabled, List<StringPair> parameters)longApplicationEntityManagerImpl. createLayout(String viewClassName, String name, String description, byte[] structure, byte[] background)StringApplicationEntityManagerImpl. createListTypeItem(String className, String name, String displayName)longApplicationEntityManagerImpl. createListTypeItemRelatedLayout(String listTypeItemId, String listTypeItemClassName, String viewClassName, String name, String description, byte[] structure, byte[] background)StringBusinessEntityManagerImpl. createObject(String className, String parentClassName, String parentOid, HashMap<String,String> attributes, String templateId)StringBusinessEntityManagerImpl. createObject(String className, String parentClassName, HashMap<String,String> attributes, String templateId, String criteria)org.neo4j.graphdb.NodeBusinessEntityManagerImpl. createObject(org.neo4j.graphdb.Node classNode, ClassMetadata classToMap, HashMap<String,String> attributes)longApplicationEntityManagerImpl. createObjectRelatedView(String oid, String objectClass, String name, String description, String viewClassName, byte[] structure, byte[] background)longApplicationEntityManagerImpl. createOSPView(String name, String description, byte[] structure)StringBusinessEntityManagerImpl. createPoolItem(String poolId, String className, HashMap<String,String> attributes, String templateId)StringApplicationEntityManagerImpl. createProcessDefinition(String name, String description, String version, boolean enabled, byte[] structure)StringApplicationEntityManagerImpl. createProcessInstance(String processDefinitionId, String processInstanceName, String processInstanceDescription)voidCypherQueryBuilder. createQuery(ExtendedQuery query)Creates the queryStringApplicationEntityManagerImpl. createScriptedQueriesPool(String name, String description)StringApplicationEntityManagerImpl. createScriptedQuery(String scriptedQueriesPoolId, String name, String description, String script, boolean enabled)StringApplicationEntityManagerImpl. createScriptedQueryParameter(String scriptedQueryId, String name, String description, String type, boolean mandatory, Object defaultValue)StringBusinessEntityManagerImpl. createSpecialObject(String className, String parentClassName, String parentOid, HashMap<String,String> attributes, String templateId)HashMap<String,String>BusinessEntityManagerImpl. createSpecialObjectUsingTemplate(String className, String parentClassName, String parentOid, HashMap<String,String> attributes, String templateId)voidBusinessEntityManagerImpl. createSpecialRelationship(String aObjectClass, String aObjectId, String bObjectClass, String bObjectId, String name, boolean unique)voidBusinessEntityManagerImpl. createSpecialRelationship(String aObjectClass, String aObjectId, String bObjectClass, String bObjectId, String name, boolean unique, HashMap<String,Object> properties)TemplateObjectApplicationEntityManagerImpl. createTemplateElementFromNode(org.neo4j.graphdb.Node templateInstanceNode, String className)longApplicationEntityManagerImpl. createUser(String userName, String password, String firstName, String lastName, boolean enabled, int type, String email, List<Privilege> privileges, long defaultGroupId)longApplicationEntityManagerImpl. createValidatorDefinition(String name, String description, String classToBeApplied, String script, boolean enabled, String userName)voidMetadataEntityManagerImpl. deleteAttribute(long classId, String attributeName)voidMetadataEntityManagerImpl. deleteAttribute(String className, String attributeName)voidMetadataEntityManagerImpl. deleteClass(long classId)voidMetadataEntityManagerImpl. deleteClass(String className)voidBusinessEntityManagerImpl. deleteContact(String contactClass, String contactId, String userName)voidApplicationEntityManagerImpl. deleteFilterDefinition(long filterId, String className)voidApplicationEntityManagerImpl. deleteGroups(List<Long> oids)voidApplicationEntityManagerImpl. deleteLayout(long viewId)voidApplicationEntityManagerImpl. deleteListTypeItem(String className, String oid, boolean realeaseRelationships)voidApplicationEntityManagerImpl. deleteListTypeItemRelatedLayout(String listTypeItemId, String listTypeItemClass, long viewId)voidBusinessEntityManagerImpl. deleteObject(String className, String oid, boolean releaseRelationships)voidBusinessEntityManagerImpl. deleteObjects(HashMap<String,List<String>> objects, boolean releaseRelationships)voidApplicationEntityManagerImpl. deleteProcessDefinition(String processDefinitionId)voidApplicationEntityManagerImpl. deleteScriptedQueriesPool(String scriptedQueriesPoolId)voidApplicationEntityManagerImpl. deleteScriptedQuery(String scriptedQueryId)voidApplicationEntityManagerImpl. deleteScriptedQueryParameter(String scriptedQueryParameterId)voidApplicationEntityManagerImpl. deleteUsers(List<Long> oids)voidApplicationEntityManagerImpl. detachFileFromListTypeItem(long fileObjectId, String className, String objectId)voidBusinessEntityManagerImpl. detachFileFromObject(long fileObjectId, String className, String objectId)byte[]BusinessEntityManagerImpl. executeClassLevelReport(String objectClassName, String objectId, long reportId)List<Properties>ApplicationEntityManagerImpl. executeCustomScriptedQuery(String queryName, Properties parameters)byte[]BusinessEntityManagerImpl. executeInventoryLevelReport(long reportId, List<StringPair> parameters)List<ResultRecord>ApplicationEntityManagerImpl. executeQuery(ExtendedQuery query)voidCypherQueryBuilder. executeQuery(org.neo4j.graphdb.Node classNode, String cypherQuery)Executes the queryScriptedQueryResultApplicationEntityManagerImpl. executeScriptedQuery(String scriptedQueryId, ScriptedQueryParameter... parameters)TaskResultApplicationEntityManagerImpl. executeTask(long taskId)List<BusinessObjectLightList>BusinessEntityManagerImpl. findRoutesThroughSpecialRelationships(String objectAClassName, String objectAId, String objectBClassName, String objectBId, String relationshipName)List<AnnotatedBusinessObjectLight>BusinessEntityManagerImpl. getAnnotatedSpecialAttribute(String objectClass, String objectId, String specialAttributeName)AttributeMetadataMetadataEntityManagerImpl. getAttribute(long classId, long attributeId)AttributeMetadataMetadataEntityManagerImpl. getAttribute(String className, String attributeName)StringBusinessEntityManagerImpl. getAttributeValueAsString(String objectClass, String objectId, String attributeName)HashMap<String,String>BusinessEntityManagerImpl. getAttributeValuesAsString(String objectClass, String objectId)List<ActivityLogEntry>ApplicationEntityManagerImpl. getBusinessObjectAuditTrail(String objectClass, String objectId, int limit)List<BusinessObject>BusinessEntityManagerImpl. getChildrenOfClass(String parentOid, String parentClass, String classToFilter, int page, int maxResults)List<BusinessObjectLight>BusinessEntityManagerImpl. getChildrenOfClassLight(String parentOid, String parentClass, String classToFilter, int maxResults)List<BusinessObjectLight>BusinessEntityManagerImpl. getChildrenOfClassLightRecursive(String parentOid, String parentClass, String classToFilter, HashMap<String,String> attributesToFilter, int page, int limit)BusinessObjectLightBusinessEntityManagerImpl. getCommonParent(String aObjectClass, String aOid, String bObjectClass, String bOid)ObjectApplicationEntityManagerImpl. getConfigurationVariableValue(String name)ContactBusinessEntityManagerImpl. getContact(String contactClass, String contactId)List<BusinessObjectLight>BusinessEntityManagerImpl. getContactResources(String contactClass, String contactId)List<Contact>BusinessEntityManagerImpl. getContacts(int page, int limit, HashMap<String,Object> filters)List<Contact>BusinessEntityManagerImpl. getContactsForCustomer(String customerClass, String customerId)List<BusinessObjectLight>ApplicationEntityManagerImpl. getDeviceLayouts()byte[]ApplicationEntityManagerImpl. getDeviceLayoutStructure(String oid, String className)List<FavoritesFolder>ApplicationEntityManagerImpl. getFavoritesFoldersForObject(long userId, String objectClass, String objectId)FileObjectApplicationEntityManagerImpl. getFile(long fileObjectId, String className, String objectId)FileObjectBusinessEntityManagerImpl. getFile(long fileObjectId, String className, String objectId)List<FileObjectLight>ApplicationEntityManagerImpl. getFilesForListTypeItem(String className, String objectId)List<FileObjectLight>BusinessEntityManagerImpl. getFilesForObject(String className, String objectId)List<FilterDefinition>ApplicationEntityManagerImpl. getFilterDefinitionsForClass(String className, boolean includeParentClassesFilters, boolean ignoreCache, HashMap<String,Object> attributesToFilter, int page, int limit)longApplicationEntityManagerImpl. getFilterDefinitionsForClassCount(String className, boolean includeParentClassesFilters, boolean ignoreCache, HashMap<String,Object> attributesToFilter, int page, int limit)BusinessObjectBusinessEntityManagerImpl. getFirstParentOfClass(String objectClassName, String oid, String objectToMatchClassName)List<ViewObjectLight>ApplicationEntityManagerImpl. getGeneralViews(String viewClass, int limit)org.neo4j.graphdb.NodeBusinessEntityManagerImpl. getInstanceOfClass(String className, String oid)Boiler-plate code.List<ViewObjectLight>ApplicationEntityManagerImpl. getLayouts(int limit)BusinessObjectApplicationEntityManagerImpl. getListTypeItem(String listTypeClassName, String listTypeItemId)BusinessObjectLightApplicationEntityManagerImpl. getListTypeItemForLayout(long layoutViewId)List<ViewObjectLight>ApplicationEntityManagerImpl. getListTypeItemRelatedLayout(String listTypeItemId, String listTypeItemClass, int limit)ViewObjectApplicationEntityManagerImpl. getListTypeItemRelatedLayout(String listTypeItemId, String listTypeItemClass, long viewId)List<BusinessObjectLight>ApplicationEntityManagerImpl. getListTypeItems(String className)List<BusinessObjectLight>ApplicationEntityManagerImpl. getListTypeItemUses(String listTypeItemClass, String listTypeItemId, int limit)BusinessObjectLightApplicationEntityManagerImpl. getListTypeItemWithName(String listTypeClassName, String listTypeItemName)List<BusinessObjectLight>BusinessEntityManagerImpl. getMultipleParents(String objectId)ActivityDefinitionApplicationEntityManagerImpl. getNextActivityForProcessInstance(String processInstanceId)BusinessObjectBusinessEntityManagerImpl. getObject(String className, String oid)List<BusinessObjectLight>BusinessEntityManagerImpl. getObjectChildren(long classId, String oid, int maxResults)List<BusinessObjectLight>BusinessEntityManagerImpl. getObjectChildren(String className, String oid, int maxResults)List<BusinessObjectLight>BusinessEntityManagerImpl. getObjectChildren(String className, String oid, HashMap<String,String> filters, long skip, long limit)longBusinessEntityManagerImpl. getObjectChildrenCount(String className, String oid, HashMap<String,String> filters)BusinessObjectLightBusinessEntityManagerImpl. getObjectLight(String className, String oid)ViewObjectApplicationEntityManagerImpl. getObjectRelatedView(String oid, String objectClass, long viewId)List<ViewObjectLight>ApplicationEntityManagerImpl. getObjectRelatedViews(String oid, String objectClass, int limit)List<BusinessObjectLight>BusinessEntityManagerImpl. getObjectsByNameAndClassName(List<String> names, int skip, int limit, String... clasessToFilter)List<BusinessObjectLight>ApplicationEntityManagerImpl. getObjectsInFavoritesFolder(long favoritesFolderId, long userId, int limit)List<BusinessObjectLight>BusinessEntityManagerImpl. getObjectsLight(HashMap<String,String> ids)List<BusinessObject>BusinessEntityManagerImpl. getObjectsOfClass(String className, int maxResults)List<BusinessObjectLight>BusinessEntityManagerImpl. getObjectsOfClassLight(String className, long skip, long limit)List<BusinessObjectLight>BusinessEntityManagerImpl. getObjectsOfClassLight(String className, HashMap<String,String> filters, long skip, long limit)List<BusinessObjectLight>BusinessEntityManagerImpl. getObjectSpecialChildren(String objectClass, String objectId)longBusinessEntityManagerImpl. getObjectSpecialChildrenCount(String objectClass, String objectId, String... childrenClassNamesToFilter)List<BusinessObjectLight>BusinessEntityManagerImpl. getObjectSpecialChildrenWithFilters(String objectClass, String objectId, List<String> childrenClassNamesToFilter, int page, int limit)List<BusinessObject>BusinessEntityManagerImpl. getObjectsWithFilter(String className, String filterName, String filterValue)List<BusinessObjectLight>BusinessEntityManagerImpl. getObjectsWithFilterLight(String className, String filterName, String filterValue)List<ViewObjectLight>ApplicationEntityManagerImpl. getOSPViews()BusinessObjectLightBusinessEntityManagerImpl. getParent(String objectClass, String oid)List<BusinessObjectLight>BusinessEntityManagerImpl. getParents(String objectClassName, String oid)List<BusinessObjectLight>BusinessEntityManagerImpl. getParentsUntilFirstOfClass(String objectClass, String oid, String... objectToMatchClassNames)BusinessObjectLightBusinessEntityManagerImpl. getPhysicalNodeToObjectInWarehouse(String objectClassName, String objectId)InventoryObjectPoolBusinessEntityManagerImpl. getPool(String poolId)List<BusinessObjectLight>BusinessEntityManagerImpl. getPoolItems(String poolId, int limit)List<BusinessObjectLight>BusinessEntityManagerImpl. getPoolItemsByClassName(String poolId, String className, int page, int limit)longBusinessEntityManagerImpl. getPoolItemsCount(String poolId, String className)List<InventoryObjectPool>BusinessEntityManagerImpl. getPoolsInObject(String objectClassName, String objectId, String poolClass)List<InventoryObjectPool>BusinessEntityManagerImpl. getPoolsInPool(String parentPoolId, String poolClassName)longBusinessEntityManagerImpl. getPoolsInPoolCount(String parentPoolId, String poolClassName)List<InventoryObjectPool>BusinessEntityManagerImpl. getRootPools(String className, int type, boolean includeSubclasses)ScriptedQueriesPoolApplicationEntityManagerImpl. getScriptedQueriesPool(String scriptedQueriesPoolId)ScriptedQueriesPoolApplicationEntityManagerImpl. getScriptedQueriesPoolByName(String scriptedQueriesPoolName)ScriptedQueryApplicationEntityManagerImpl. getScriptedQuery(String scriptedQueryId)intApplicationEntityManagerImpl. getScriptedQueryCountByPoolName(String scriptedQueriesPoolName, String filterName)ScriptedQueryParameterApplicationEntityManagerImpl. getScriptedQueryParameter(String scriptedQueryParameterId)List<ScriptedQueryParameter>ApplicationEntityManagerImpl. getScriptedQueryParameters(String scriptedQueryId)List<BusinessObjectLight>BusinessEntityManagerImpl. getSiblings(String className, String oid, int maxResults)List<BusinessObjectLight>BusinessEntityManagerImpl. getSpecialAttribute(String objectClass, String objectId, String specialAttributeName)HashMap<String,List<BusinessObjectLight>>BusinessEntityManagerImpl. getSpecialAttributes(String className, String objectId, String... attributeNames)List<BusinessObjectLight>BusinessEntityManagerImpl. getSpecialChildrenOfClassLight(String parentOid, String parentClass, String classToFilter, int maxResults)List<BusinessObjectLight>BusinessEntityManagerImpl. getSpecialChildrenOfClassLightRecursive(String parentOid, String parentClass, String classToFilter, int maxResults)HashMap<String,List<BusinessObjectLight>>BusinessEntityManagerImpl. getSuggestedObjectsWithFilterGroupedByClassName(List<String> classesNamesToFilter, String filter, long classesSkip, long classesLimit, long objectSkip, long objectLimit)HashMap<String,List<InventoryObjectPool>>BusinessEntityManagerImpl. getSuggestedPoolsByName(List<String> classesNamesToFilter, String nameTofilter, long poolSkip, long poolLimit, long objectSkip, long objectLimit)TemplateObjectApplicationEntityManagerImpl. getTemplateElement(String templateElementClass, String templateElementId)List<BusinessObjectLight>BusinessEntityManagerImpl. getWarehousesInObject(String objectClassName, String objectId)BusinessObjectLightBusinessEntityManagerImpl. getWarehouseToObject(String objectClassName, String objectId)booleanBusinessEntityManagerImpl. hasRelationship(String objectClass, String objectId, String relationshipName, int numberOfRelationships)booleanBusinessEntityManagerImpl. hasSpecialAttribute(String objectClass, String objectId, String attributeName)booleanBusinessEntityManagerImpl. hasSpecialRelationship(String objectClass, String objectId, String relationshipName, int numberOfRelationships)booleanBusinessEntityManagerImpl. isParent(String parentClass, String parentId, String childClass, String childId)voidBusinessEntityManagerImpl. moveObjects(String targetClassName, String targetOid, HashMap<String,String[]> objects)voidBusinessEntityManagerImpl. moveObjectsToPool(String targetClassName, String targetOid, HashMap<String,String[]> objects)voidBusinessEntityManagerImpl. movePoolItem(String poolId, String poolItemClassName, String poolItemId)voidBusinessEntityManagerImpl. moveSpecialObjects(String targetClassName, String targetOid, HashMap<String,String[]> objects)voidCypherQueryBuilder. readResult(org.neo4j.graphdb.Result queryResult)Read the resultsvoidBusinessEntityManagerImpl. relateObjectToContact(String objectClass, String objectId, String contactClass, String contactId, String userName)voidApplicationEntityManagerImpl. releaseListTypeItem(String className, String listTypeItemId)voidApplicationEntityManagerImpl. releaseListTypeItemRelatedLayout(String listTypeItemId, String listTypeItemClass, long viewId)voidBusinessEntityManagerImpl. releaseObjectFromContact(String objectClass, String objectId, String contactClass, String contactId, String userName)voidBusinessEntityManagerImpl. releaseRelationships(String objectClass, String objectId, List<String> relationshipsToRelease)voidBusinessEntityManagerImpl. releaseSpecialRelationship(String objectClass, String objectId, String otherObjectId, String name)voidBusinessEntityManagerImpl. releaseSpecialRelationshipInTargetObject(String objectClass, String objectId, String relationshipName, String targetId)voidApplicationEntityManagerImpl. reloadProcessDefinitions()voidApplicationEntityManagerImpl. removeObjectFromfavoritesFolder(String objectClass, String objectId, long favoritesFolderId, long userId)voidApplicationEntityManagerImpl. removePrivilegeFromGroup(long groupId, String featureToken)voidApplicationEntityManagerImpl. removePrivilegeFromUser(long userId, String featureToken)voidApplicationEntityManagerImpl. removeUserFromGroup(long userId, long groupId)List<Contact>BusinessEntityManagerImpl. searchForContacts(String searchString, int maxResults)ChangeDescriptorMetadataEntityManagerImpl. setAttributeProperties(long classId, long attributeId, HashMap<String,Object> newProperties)ChangeDescriptorMetadataEntityManagerImpl. setAttributeProperties(String className, long attributeId, HashMap<String,Object> newProperties)ChangeDescriptorMetadataEntityManagerImpl. setAttributeProperties(org.neo4j.graphdb.Node classNode, long attributeId, HashMap<String,Object> newProperties)ChangeDescriptorMetadataEntityManagerImpl. setClassProperties(long classId, HashMap<String,Object> newProperties)voidApplicationEntityManagerImpl. setGroupProperties(long id, String groupName, String description)voidApplicationEntityManagerImpl. setListTypeItemRelatedLayout(String listTypeItemId, String listTypeItemClass, long viewId)voidApplicationEntityManagerImpl. setPrivilegeToGroup(long groupId, String featureToken, int accessLevel)voidApplicationEntityManagerImpl. setPrivilegeToUser(long userId, String featureToken, int accessLevel)voidApplicationEntityManagerImpl. setUserProperties(long oid, String userName, String password, String firstName, String lastName, int enabled, int type, String email)voidApplicationEntityManagerImpl. setUserProperties(String formerUsername, String newUserName, String password, String firstName, String lastName, int enabled, int type, String email)ChangeDescriptorApplicationEntityManagerImpl. subscribeUserToTask(long userId, long taskId)voidApplicationEntityManagerImpl. updateActivity(String processInstanceId, String activityDefinitionId, Artifact artifact)voidApplicationEntityManagerImpl. updateConfigurationVariable(String name, String propertyToUpdate, String newValue)voidApplicationEntityManagerImpl. updateConfigurationVariablesPool(String poolId, String propertyToUpdate, String value, String userName)voidBusinessEntityManagerImpl. updateContact(String contactClass, String contactId, List<StringPair> properties, String userName)voidApplicationEntityManagerImpl. updateFavoritesFolder(long favoritesFolderId, long userId, String favoritesFolderName)voidApplicationEntityManagerImpl. updateFileProperties(long fileObjectId, List<StringPair> properties, String className, String objectId)voidBusinessEntityManagerImpl. updateFileProperties(long fileObjectId, List<StringPair> properties, String className, String objectId)voidApplicationEntityManagerImpl. updateFilterDefinition(long filterId, String name, String description, String className, String script, Boolean enabled)ChangeDescriptorApplicationEntityManagerImpl. updateGeneralView(long oid, String name, String description, byte[] structure, byte[] background)ChangeDescriptorApplicationEntityManagerImpl. updateLayout(long viewId, String name, String description, byte[] structure, byte[] background)ChangeDescriptorApplicationEntityManagerImpl. updateListTypeItem(String className, String oid, HashMap<String,String> attributes)ChangeDescriptorApplicationEntityManagerImpl. updateListTypeItemRelatedLayout(String listTypeItemId, String listTypeItemClass, long viewId, String name, String description, byte[] structure, byte[] background)ChangeDescriptorBusinessEntityManagerImpl. updateObject(String className, String oid, HashMap<String,String> attributes)ChangeDescriptorApplicationEntityManagerImpl. updateObjectRelatedView(String oid, String objectClass, long viewId, String name, String description, byte[] structure, byte[] background)voidApplicationEntityManagerImpl. updateOSPView(long viewId, String name, String description, byte[] structure)voidApplicationEntityManagerImpl. updateProcessDefinition(String processDefinitionId, List<StringPair> properties, byte[] structure)ChangeDescriptorBusinessEntityManagerImpl. updateReport(long reportId, String reportName, String reportDescription, Boolean enabled, Integer type, String script)ChangeDescriptorBusinessEntityManagerImpl. updateReportParameters(long reportId, List<StringPair> parameters)voidApplicationEntityManagerImpl. updateScriptedQueriesPool(String scriptedQueriesPoolId, String name, String description)voidApplicationEntityManagerImpl. updateScriptedQuery(String scriptedQueryId, String name, String description, String script, boolean enabled)voidApplicationEntityManagerImpl. updateScriptedQueryParameter(String scriptedQueryParameterId, String name, String description, String type, boolean mandatory, Object defaultValue)ChangeDescriptorApplicationEntityManagerImpl. updateTaskProperties(long taskId, String propertyName, String propertyValue)ChangeDescriptorApplicationEntityManagerImpl. updateTemplateElement(String templateElementClass, String templateElementId, String[] attributeNames, String[] attributeValues)voidApplicationEntityManagerImpl. updateValidatorDefinition(long validatorDefinitionId, String name, String description, String classToBeApplied, String script, Boolean enabled, String userName) -
Uses of InvalidArgumentException in org.neotropic.kuwaiba.core.persistence.reference.neo4j.util
Methods in org.neotropic.kuwaiba.core.persistence.reference.neo4j.util that throw InvalidArgumentException Modifier and Type Method Description static voidUtil. changeAttributeTypeIfListType(org.neo4j.graphdb.Node classNode, String attributeName, String newAttributeType)static voidUtil. changeAttributeTypeIfPrimitive(org.neo4j.graphdb.Node classNode, String attributeName, String newAttributeType)Transactions are not handled herestatic ObjectUtil. convertIfPossible(Object oldValue, String convertTo)Tries to convert an attribute value to a new attribute type.static voidUtil. createAttribute(org.neo4j.graphdb.Node classNode, AttributeMetadata attributeDefinition, boolean recursive)static GenericObjectListUtil. createGenericObjectListFromNode(org.neo4j.graphdb.Node listTypeNode)Creates a generic object list (a list type) from a nodeBusinessObjectObjectGraphMappingService. createObjectFromNode(org.neo4j.graphdb.Node instance)BusinessObjectObjectGraphMappingService. createObjectFromNode(org.neo4j.graphdb.Node instance, ClassMetadata classMetadata)Builds a RemoteBusinessObject instance from a node representing a business objectstatic InventoryObjectPoolUtil. createPoolFromNode(org.neo4j.graphdb.Node poolNode, TranslationService ts)static InventoryObjectPoolUtil. createRemotePoolFromNode(org.neo4j.graphdb.Node instance)static voidUtil. deleteUserNode(org.neo4j.graphdb.Node userNode)Releases all the relationships associated to a user, and deletes the node corresponding to such user.static ObjectUtil. getRealValue(String value, String type, TranslationService ts)Converts a String value to an object value based on a give mapping.voidPortUtilityService. mirrorPorts(List<StringPair> ports, String objectClassName)Creates a mirror port relationship for a given list of ports, if the ports have the same numeric indexChangeDescriptorObjectGraphMappingService. updateObject(String id, ClassMetadata classMetadata, HashMap<String,String> attributes) -
Uses of InvalidArgumentException in org.neotropic.kuwaiba.core.services.scheduling
Methods in org.neotropic.kuwaiba.core.services.scheduling that throw InvalidArgumentException Modifier and Type Method Description ChangeDescriptorSchedulingService. assignUserToJob(long userId, String jobId)Assigns the given user to jobStringSchedulingService. createJob(String name, String description, String cronScheduleDefinition, String parentPoolId, long taskId, List<Long> usersId, boolean enabled, boolean logResults)creates a scheduleJob.StringSchedulingService. createScheduleJobsPools(String name, String description)Create a pool to manage jobsChangeDescriptorSchedulingService. updateScheduleJob(String selectedJobId, String propertyToUpdate, String value)Update the property of a jobChangeDescriptorSchedulingService. updateScheduleJobsPools(String poolId, String propertyToUpdate, String value, String userName)Update the property of a schedule poolChangeDescriptorSchedulingService. updateTaskForJob(ExecuteJob selectedJob, Task task)updates the task assigned to the job -
Uses of InvalidArgumentException in org.neotropic.kuwaiba.core.services.scheduling.neo4j
Methods in org.neotropic.kuwaiba.core.services.scheduling.neo4j that throw InvalidArgumentException Modifier and Type Method Description ChangeDescriptorSchedulingServiceImpl. assignUserToJob(long userId, String jobId)StringSchedulingServiceImpl. createJob(String name, String description, String cronScheduleDefinition, String parentPoolId, long taskId, List<Long> usersId, boolean enabled, boolean logResults)StringSchedulingServiceImpl. createScheduleJobsPools(String name, String description)ChangeDescriptorSchedulingServiceImpl. updateScheduleJob(String selectedJobId, String propertyToUpdate, String value)ChangeDescriptorSchedulingServiceImpl. updateScheduleJobsPools(String poolId, String propertyToUpdate, String value, String userName)ChangeDescriptorSchedulingServiceImpl. updateTaskForJob(ExecuteJob selectedJob, Task task) -
Uses of InvalidArgumentException in org.neotropic.kuwaiba.core.services.scheduling.northbound
Methods in org.neotropic.kuwaiba.core.services.scheduling.northbound that throw InvalidArgumentException Modifier and Type Method Description StringScheduleController. createScheduleJob(ScheduleJobsPostRequestBody body)StringScheduleController. createScheduleJobPool(ScheduleJobsPoolsPostRequestBody body)ChangeDescriptorScheduleController. updateScheduleJob(String jobId, ScheduleJobsPutRequestBody body)ChangeDescriptorScheduleController. updateScheduleJobPool(String poolId, ScheduleJobsPutRequestBody body) -
Uses of InvalidArgumentException in org.neotropic.kuwaiba.modules.commercial.contractman
Methods in org.neotropic.kuwaiba.modules.commercial.contractman that throw InvalidArgumentException Modifier and Type Method Description StringContractManagerService. copyContractToPool(String poolId, String contractClass, String contractId, String userName)Creates a copy of a contract.StringContractManagerService. createContract(String poolId, String contractClass, HashMap<String,String> attributes, String userName)Creates a contractvoidContractManagerService. deleteContract(String contractClass, String contractId, String userName)Deletes a contract and delete its association with the related inventory objects.voidContractManagerService. deleteContractPool(String poolId, String poolClass, String userName)Deletes a contract pool.List<BusinessObjectLight>ContractManagerService. getAllContracts(long page, long limit)Get all contracts, without filters.BusinessObjectContractManagerService. getContract(String contractClass, String contractId)Get contract propertiesInventoryObjectPoolContractManagerService. getContractPool(String poolId, String poolClass)Gets the contract pools properties.List<InventoryObjectPool>ContractManagerService. getContractPools()Retrieves the contract pool list.List<BusinessObjectLight>ContractManagerService. getContractResources(String contractClass, String contractId)Gets the resources related to a contract.List<BusinessObjectLight>ContractManagerService. getContractsInPool(String poolId, int limit)Gets the contracts inside a contract pool.voidContractManagerService. moveContractToPool(String poolId, String contractClass, String contractId, String userName)Moves a contract from a pool to another pool.voidContractManagerService. relateObjectsToContract(String contractClass, String contractId, String[] objectClass, String[] objectId, String userName)Relates a set of objects to a contract.voidContractManagerService. relateObjectToContract(String contractClass, String contractId, String objectClass, String objectId, String userName)Relates an object to a contract.voidContractManagerService. releaseObjectFromContract(String objectClass, String objectId, String contractClass, String contractId, String userName)Releases an object from contract.voidContractManagerService. updateContract(String contractClass, String contractId, HashMap<String,String> attributes, String userName)Updates one or many contract attributes.voidContractManagerService. updateContractPool(String poolId, String poolClass, String poolName, String poolDescription, String userName)Updates the attributes of a contract pool. -
Uses of InvalidArgumentException in org.neotropic.kuwaiba.modules.commercial.softman
Methods in org.neotropic.kuwaiba.modules.commercial.softman that throw InvalidArgumentException Modifier and Type Method Description StringSoftwareManagerService. createLicense(String poolId, String licenseClass, String licenseName, String licenseProduct, String userName)Creates a license.voidSoftwareManagerService. deleteLicense(String licenseClassName, String licenseId, String userName)Deletes a license and delete its association with the related inventory objects.These objects will remain untouched.voidSoftwareManagerService. deleteLicensePool(String poolId, String poolClass, String userName)Deletes a license pool.BusinessObjectSoftwareManagerService. getLicense(String licenseClass, String licenseId)Get license properties.InventoryObjectPoolSoftwareManagerService. getLicensePool(String poolId, String poolClass)Gets the license pool properties.List<InventoryObjectPool>SoftwareManagerService. getLicensePools()Retrieves the license pools list.List<BusinessObjectLight>SoftwareManagerService. getLicensesInPool(String poolId, int limit)Gets the licenses inside a license pool.voidSoftwareManagerService. relateObjectToLicense(String licenseClass, String licenseId, String objectClass, String objectId)Relates an object or a set of objects to an existing software or hardware license.voidSoftwareManagerService. releaseLicense(String licenseClassName, String licenseId)Releases all the relationships with the given names associated to the license provided.voidSoftwareManagerService. releaseRelationship(String sourceObjectClass, String sourceObjectId, String targetObjectId)Releases an object from another object whose relationship is "licenseHas". -
Uses of InvalidArgumentException in org.neotropic.kuwaiba.modules.commercial.sync
Methods in org.neotropic.kuwaiba.modules.commercial.sync that throw InvalidArgumentException Modifier and Type Method Description voidSynchronizationService. associateSyncDataSourceToGroup(long syncDataSrcId, Long[] syncGroupIds)Given a data source configuration associates it to a sync groupvoidSynchronizationService. copySyncDataSourceConfiguration(long syncGroupId, long[] syncDataSourceConfigurationIds)Creates "copy" a relation between a set of sync data source configurations and a given sync groupstatic GenericObjectListPersistenceUtil. createGenericObjectListFromNode(org.neo4j.graphdb.Node node)Creates a generic object list (a list type) from a nodelongSynchronizationService. createSyncDataSourceConfig(String objectId, long syncGroupId, String name, List<StringPair> parameters)Creates a data source configuration and associates it to a sync groupstatic SyncDataSourceConfigurationPersistenceUtil. createSyncDataSourceConfigFromNode(org.neo4j.graphdb.Node syncDataSourceConfigNode)Converts a node to a SyncDataSourceConfiguration objectstatic SyncDataSourceCommonParametersPersistenceUtil. createSyncDSCommonPropertiesFromNode(org.neo4j.graphdb.Node syncDSCommonPropertiesNode)Converts a node to a SyncDataSourceConfiguration objectlongSynchronizationService. createSyncGroup(String name)Creates a synchronization group (LEGACY DEPRECATED)voidSynchronizationService. createSyncGroup(SynchronizationGroup synchronizationGroup)Creates a synchronization groupstatic SynchronizationGroupPersistenceUtil. createSyncGroupFromNode(org.neo4j.graphdb.Node syncGroupNode)Converts a node representing a Node into a SynchronizationGroup objectList<AbstractSyncProvider>SynchronizationService. getAllProviders(String nameFilter)get all provider register in serviceList<SyncDataSourceCommonParameters>SynchronizationService. getSyncDataSourceCommonProperties(HashMap<String,String> filters, int offset, int limit)Gets a data source configuration of the objectintSynchronizationService. getSyncDataSourceCommonPropertiesCount(HashMap<String,String> filters)Gets a data source configuration of the objectSyncDataSourceConfigurationSynchronizationService. getSyncDataSourceConfiguration(String objectId)Gets a data source configuration of the object (there is only one data source configuration per object)SyncDataSourceConfigurationSynchronizationService. getSyncDataSourceConfigurationById(long syncDatasourceId)Gets a synchronization data source configuration receiving its id as search criteria.List<SyncDataSourceConfiguration>SynchronizationService. getSyncDataSourceConfigurations(long syncGroupId)Gets the data source configurations associated to a sync group.List<SyncDataSourceConfiguration>SynchronizationService. getSyncDataSrc(HashMap<String,String> filters, int offset, int limit)Gets a data source configuration of the objectList<SyncDataSourceConfiguration>SynchronizationService. getSyncDataSrcByBussinesObject(String objectId, HashMap<String,String> filters, int offset, int limit)Gets a data source configuration of the objectintSynchronizationService. getSyncDataSrcByBussinesObjectCount(String objectId, HashMap<String,String> filters)Gets a data source configuration of the objectList<SyncDataSourceConfiguration>SynchronizationService. getSyncDataSrcBySyncGroupId(long syncGroupId, HashMap<String,String> filters, int offset, int limit)Gets the data source configurations associated to a sync group.intSynchronizationService. getSyncDataSrcBySyncGroupIdCount(long syncGroupId, HashMap<String,String> filters)Gets the data source configurations associated to a sync group.intSynchronizationService. getSyncDataSrcCount(HashMap<String,String> filters)Gets a data source configuration of the objectSynchronizationGroupSynchronizationService. getSyncGroup(long syncGroupId)Fetches a synchronization group.List<SynchronizationGroup>SynchronizationService. getSyncGroups()Gets the list of available sync groupsList<SynchronizationGroup>SynchronizationService. getSyncGroupsFromDataSource(long dataSrcId, HashMap<String,String> filters, int offset, int limit)Gets the list of available sync groupsintSynchronizationService. getSyncGroupsFromDataSourceCount(long dataSrcId, HashMap<String,String> filters)Gets the list of available sync groupsList<TemplateDataSource>SynchronizationService. getTemplateDataSrc(HashMap<String,String> filters, int offset, int limit)Gets a data source configuration of the objectintSynchronizationService. getTemplateDataSrcCount(HashMap<String,String> filters)Gets a data source configuration of the objectvoidSynchronizationService. moveSyncDataSourceConfiguration(long newSyncGroupId, long[] syncDataSourceConfigurationIds)Moves a set of sync data source configurations from a sync group to another sync groupvoidSynchronizationService. releaseSyncDataSourceConfigFromSyncGroup(long syncGroupId, long[] syncDataSourceConfigurationIds)Release a set of sync data source configuration from a given sync groupvoidSynchronizationService. releaseSyncDataSourceConfigFromSyncGroups(Long[] syncGroupIds, long syncDataSourceConfigurationId)Release a set of sync data source configuration from a given sync groupvoidSynchronizationService. saveDataSource(SyncDataSourceConfiguration syncDataSourceConfiguration)voidSynchronizationService. saveTemplateDataSource(TemplateDataSource templateDataSource)voidSynchronizationService. updateSyncGroup(long syncGroupId, List<StringPair> syncGroupProperties)Updates the data source configurations associated to a given sync group -
Uses of InvalidArgumentException in org.neotropic.kuwaiba.modules.commercial.sync.components
Methods in org.neotropic.kuwaiba.modules.commercial.sync.components that throw InvalidArgumentException Modifier and Type Method Description static List<AbstractProperty>SyncDataSourceConfigurationPropertySheet. propertiesFromSyncDataSourceConfiguration(SyncDataSourceConfiguration syncDataSourceConfiguration, TranslationService ts, BusinessEntityManager bem)Display sync data source configuration properties; used in sync framework -
Uses of InvalidArgumentException in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.reference
Methods in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.reference that throw InvalidArgumentException Modifier and Type Method Description voidEntPhysicalSynchronizer. checkDataToBeDeleted()List<SyncResult>EntPhysicalSynchronizer. sync() -
Uses of InvalidArgumentException in org.neotropic.kuwaiba.modules.optional.connectivityman
Methods in org.neotropic.kuwaiba.modules.optional.connectivityman that throw InvalidArgumentException Modifier and Type Method Description StringConnectivityManagerService. createLastMileLink(String endpointAClass, String endpointAId, String endpointBClass, String endpointBId, String linkClass, HashMap<String,String> linkAttributes, String userName)Creates a last mile circuit tributary link. -
Uses of InvalidArgumentException in org.neotropic.kuwaiba.modules.optional.physcon
Methods in org.neotropic.kuwaiba.modules.optional.physcon that throw InvalidArgumentException Modifier and Type Method Description List<BusinessObjectLight>PhysicalConnectionsService. getPhysicalPath(String objectClass, String objectId)Finds the physical path from one port to another.HashMap<BusinessObjectLight,List<BusinessObjectLight>>PhysicalConnectionsService. getPhysicalTree(String objectClass, String objectId)Gets A tree representation of all physical paths as a hash map.Wizard.StepNewPhysicalConnectionWizard.GeneralInfoStep. next()Wizard.StepNewPhysicalConnectionWizard.SelectContainerEndpointsStep. next()Wizard.StepNewPhysicalConnectionWizard.SelectLinkEndpointsStep. next() -
Uses of InvalidArgumentException in org.neotropic.kuwaiba.modules.optional.physcon.actions
Methods in org.neotropic.kuwaiba.modules.optional.physcon.actions that throw InvalidArgumentException Modifier and Type Method Description Wizard.StepNewPhysicalConnectionWizard.GeneralInfoStep. next()Wizard.StepNewPhysicalConnectionWizard.SelectContainerEndpointsStep. next()Wizard.StepNewPhysicalConnectionWizard.SelectLinkEndpointsStep. next() -
Uses of InvalidArgumentException in org.neotropic.kuwaiba.modules.optional.physcon.views
Methods in org.neotropic.kuwaiba.modules.optional.physcon.views that throw InvalidArgumentException Modifier and Type Method Description com.vaadin.flow.component.orderedlayout.VerticalLayoutFiberSplitterView. getAsUiElement()com.vaadin.flow.component.orderedlayout.VerticalLayoutObjectView. getAsUiElement()com.vaadin.flow.component.orderedlayout.VerticalLayoutPhysicalPathView. getAsUiElement()com.vaadin.flow.component.orderedlayout.HorizontalLayoutPhysicalTreeView. getAsUiElement()com.neotropic.flow.component.mxgraph.MxGraphRackView. getAsUiElement()com.vaadin.flow.component.orderedlayout.VerticalLayoutSpliceBoxView. getAsUiElement() -
Uses of InvalidArgumentException in org.neotropic.kuwaiba.modules.optional.physcon.windows
Constructors in org.neotropic.kuwaiba.modules.optional.physcon.windows that throw InvalidArgumentException Constructor Description FiberSplitterViewWindow(BusinessObjectLight businessObject, BusinessEntityManager bem, ApplicationEntityManager aem, MetadataEntityManager mem, TranslationService ts, LoggingService log)PhysicalPathViewWindow(BusinessObjectLight businessObject, BusinessEntityManager bem, ApplicationEntityManager aem, MetadataEntityManager mem, TranslationService ts, PhysicalConnectionsService physicalConnectionsService, LoggingService log)PhysicalTreeViewWindow(BusinessObjectLight businessObject, BusinessEntityManager bem, ApplicationEntityManager aem, MetadataEntityManager mem, TranslationService ts, PhysicalConnectionsService physicalConnectionsService, LoggingService log)SpliceBoxViewWindow(BusinessObjectLight businessObject, BusinessEntityManager bem, ApplicationEntityManager aem, MetadataEntityManager mem, TranslationService ts, LoggingService log) -
Uses of InvalidArgumentException in org.neotropic.kuwaiba.modules.optional.serviceman
Methods in org.neotropic.kuwaiba.modules.optional.serviceman that throw InvalidArgumentException Modifier and Type Method Description StringServiceManagerService. createCustomer(String poolId, String customerClass, HashMap<String,String> attributes, String userName)Creates a customer.StringServiceManagerService. createService(String poolId, String serviceClass, HashMap<String,String> attributes, String userName)Creates a service.StringServiceManagerService. createServiceFromTemplate(String poolId, String serviceClass, String templateId, String userName)Creates a service from a template.voidServiceManagerService. deleteCostumer(String customerClass, String customerId, String userName)Deletes a customervoidServiceManagerService. deleteService(String serviceClass, String serviceId, String userName)Deletes a service.List<BusinessObjectLight>ServiceManagerService. getAllCustomers(HashMap<String,String> filters, long page, long limit)Gets all the customer.List<BusinessObjectLight>ServiceManagerService. getAllServices(HashMap<String,String> filters, long page, long limit)Gets all the services.BusinessObjectServiceManagerService. getCustomer(String customerClass, String customerId)Gets the detailed information about a customer.InventoryObjectPoolServiceManagerService. getCustomerPool(String poolId, String poolClass)Gets a customer poolList<InventoryObjectPool>ServiceManagerService. getCustomerPools()Retrieves the list of customer pools.List<BusinessObjectLight>ServiceManagerService. getCustomersInPool(String poolId, String className, int page, int limit)Retrieves the list of customers from a poolList<BusinessObjectLight>ServiceManagerService. getObjectsRelatedToService(String serviceClass, String serviceId)Retrieves the objects related to serviceBusinessObjectServiceManagerService. getService(String serviceClass, String serviceId)Gets the detailed information about a service.InventoryObjectPoolServiceManagerService. getServicePool(String poolId, String poolClass)Gets a service pool.List<InventoryObjectPool>ServiceManagerService. getServicePoolsInCostumer(String customerClass, String customerId, String servicePoolClass)Retrieves the pools associated to a particular customerList<BusinessObjectLight>ServiceManagerService. getServicesInPool(String poolId, String className, int page, int limit)Retrieves the list of services from a poolvoidServiceManagerService. relateObjectsToService(String[] objectClass, String[] objectId, String serviceClass, String serviceId, String userName)Relates inventory objects (resources) to a service.voidServiceManagerService. relateObjectToService(String objectClass, String objectId, String serviceClass, String serviceId, String userName)Relates an inventory object (resource) to a service.voidServiceManagerService. releaseObjectFromService(String serviceClass, String serviceId, String objectId, String userName)Releases an inventory object from a service.voidServiceManagerService. updateCustomer(String customerClass, String customerId, HashMap<String,String> attributes, String userName)Updates a customer.voidServiceManagerService. updateService(String serviceClass, String serviceId, HashMap<String,String> attributes, String userName)Updates a service. -
Uses of InvalidArgumentException in org.neotropic.util.visual.wizard
Methods in org.neotropic.util.visual.wizard that throw InvalidArgumentException Modifier and Type Method Description abstract Wizard.StepWizard.Step. next()What to do next.
-