Uses of Class
org.neotropic.kuwaiba.core.apis.persistence.exceptions.OperationNotPermittedException
-
-
Uses of OperationNotPermittedException in com.neotropic.kuwaiba.modules.commercial.ipam
Methods in com.neotropic.kuwaiba.modules.commercial.ipam that throw OperationNotPermittedException Modifier and Type Method Description String
IpamService. addIPAddressesToFolder(String parentFolderId, List<HashMap<String,String>> ipAddressesAttributes)
Creates multiple IP addresses that has no subnet parent as direct child of a folderString
IpamService. addIPAddressesToSubnet(String parentSubnetId, String parentSubnetClassName, List<HashMap<String,String>> ipAddresesAttributes)
Creates multiple an IP addresses inside a subnetString
IpamService. addIPAddressToFolder(String parentFolderId, HashMap<String,String> attributes)
Creates an IP address that has no subnet parent as direct child of a folderString
IpamService. addIPAddressToSubnet(String parentSubnetId, String parentSubnetClassName, HashMap<String,String> attributes)
creates an IP address inside a subnetString
IpamService. 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 subnetvoid
IpamService. deleteBridgeDomain(String className, String oid, boolean releaseRelationships)
Deletes a bridge domain.void
IpamService. deleteIpAddress(List<String> ipAddressesIds, boolean releaseRelationships)
Removes an IP address from a subnet or foldervoid
IpamService. deleteSubnetPools(String[] subnetPoolsId)
deletes a subnet Poolvoid
IpamService. deleteSubnets(String className, List<String> subnetIds, boolean releaseRelationships)
Deletes a subnetvoid
IpamService. relateIpAddressToNetworkInterface(String ipAddrId, String portClassName, String portId)
Relates an IP address with a generic communication portvoid
IpamService. relatePortToInterface(String portId, String portClassName, String interfaceClassName, String interfaceId)
Relates an interface with a GenericCommunicationPortvoid
IpamService. relateSubnetToVLAN(String subnetId, String className, String vlanId)
Relate a Subnet with a VLAN, this method also allow to relate VLANs to BDIs, VFRIs.void
IpamService. relateSubnetToVRF(String subnetId, String className, String vrfId)
Relate a Subnet with a VRFvoid
IpamService. updateIpAdress(String id, HashMap<String,String> attributes)
Updates some attributes of the ip address, description, state are the only editable attributes of an ip addressvoid
IpamModule. validate()
-
Uses of OperationNotPermittedException in com.neotropic.kuwaiba.modules.commercial.mpls
Methods in com.neotropic.kuwaiba.modules.commercial.mpls that throw OperationNotPermittedException Modifier and Type Method Description void
MplsService. connectMplsLink(String[] sideAClassNames, String[] sideAIds, String[] linksIds, String[] sideBClassNames, String[] sideBIds, String userName)
Connect MPLS linksvoid
MplsService. relatePortToVlan(String portClassName, String portId, String vlanClassName, String vlanId)
Relates port to a VLAN.void
MplsService. releasePortFromVlan(String portClassName, String portId, String vlanClassName, String vlanId)
Releases a port from a VLAN.void
MplsModule. validate()
-
Uses of OperationNotPermittedException in com.neotropic.kuwaiba.modules.commercial.ospman
Methods in com.neotropic.kuwaiba.modules.commercial.ospman that throw OperationNotPermittedException Modifier and Type Method Description void
OutsidePlantManagerModule. validate()
-
Uses of OperationNotPermittedException in com.neotropic.kuwaiba.modules.commercial.planning.projects
Methods in com.neotropic.kuwaiba.modules.commercial.planning.projects that throw OperationNotPermittedException Modifier and Type Method Description String
ProjectsService. createActivity(String projectId, String projectClass, String activityClass, HashMap<String,String> attributes, String userName)
Creates an Activity inside a project.void
ProjectsService. deleteActivity(String activityClass, String activityId, boolean releaseRelationships, String userName)
Deletes an activity and delete its association with the related inventory objects.void
ProjectsService. deleteProject(String projectClass, String projectId, String userName)
Deletes a project and delete its association with the related inventory objects.void
ProjectsService. deleteProjectPool(String poolId, String poolClass, String userName)
Deletes a project pool.void
ProjectsService. relateObjectsToProject(String projectClass, String projectId, String[] objectClass, String[] objectId, String userName)
Relates a set of objects to a project.void
ProjectsService. relateObjectToProject(String projectClass, String projectId, String objectClass, String objectId, String userName)
Relates an object to a projectvoid
ProjectsService. updateActivity(String activityClass, String activityId, HashMap<String,String> attributes, String userName)
Updates one or many activity attributes.void
ProjectsService. updateProject(String projectClass, String projectId, HashMap<String,String> attributes, String userName)
Updates one or many project attributes. -
Uses of OperationNotPermittedException in com.neotropic.kuwaiba.modules.commercial.processman
Methods in com.neotropic.kuwaiba.modules.commercial.processman that throw OperationNotPermittedException Modifier and Type Method Description void
ProcessEditorModule. validate()
void
ProcessManagerModule. validate()
-
Uses of OperationNotPermittedException in com.neotropic.kuwaiba.modules.commercial.sdh
Methods in com.neotropic.kuwaiba.modules.commercial.sdh that throw OperationNotPermittedException Modifier and Type Method Description void
SdhModule. validate()
-
Uses of OperationNotPermittedException in com.neotropic.kuwaiba.modules.commercial.whman.persistence
Methods in com.neotropic.kuwaiba.modules.commercial.whman.persistence that throw OperationNotPermittedException Modifier and Type Method Description void
WarehousesService. deleteSparePool(String poolId, String poolClass, String userName)
Deletes a spare pool.void
WarehousesService. deleteWarehouse(String warehouseClass, String warehouseId, String userName)
Deletes a warehouse and delete its association with the related inventory objects. -
Uses of OperationNotPermittedException in org.neotropic.kuwaiba.core.apis.integration.modules
Methods in org.neotropic.kuwaiba.core.apis.integration.modules that throw OperationNotPermittedException Modifier and Type Method Description abstract void
AbstractCommercialModule. validate()
Says if the module can be used or not (for example, if the license has expired or not) or if there are unmet dependencies. -
Uses of OperationNotPermittedException in org.neotropic.kuwaiba.core.apis.persistence.application
Methods in org.neotropic.kuwaiba.core.apis.persistence.application that throw OperationNotPermittedException Modifier and Type Method Description void
ApplicationEntityManager. addObjectTofavoritesFolder(String objectClass, String objectId, long favoritesFolderId, long userId)
Adds an object to the favorites folderlong
ApplicationEntityManager. attachFileToListTypeItem(String name, String tags, byte[] file, String ltClass, String listTypeItemId)
Relates a file to a list type itemString[]
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 patternString
ApplicationEntityManager. createListTypeItem(String className, String name, String displayName)
Creates a list type itemString
ApplicationEntityManager. createTemplate(String templateClass, String templateName)
Creates a template.String
ApplicationEntityManager. createTemplateElement(String templateElementClass, String templateElementParentClassName, String templateElementParentId, String templateElementName)
Creates an object inside a template.String
ApplicationEntityManager. createTemplateSpecialElement(String tsElementClass, String tsElementParentClassName, String tsElementParentId, String tsElementName)
Create an special object inside an templatevoid
ApplicationEntityManager. deleteGroups(List<Long> oids)
Removes a list of groupsvoid
ApplicationEntityManager. deleteListTypeItem(String className, String oid, boolean realeaseRelationships)
Deletes a list type itemvoid
ApplicationEntityManager. deletePools(String[] ids)
Deletes a set of pools.void
ApplicationEntityManager. deleteProcessInstance(String processInstanceId)
Deletes a process instancevoid
ApplicationEntityManager. deleteTask(long taskId)
Deletes a task and unsubscribes all users from itvoid
ApplicationEntityManager. deleteUsers(List<Long> oids)
Removes a list of usersvoid
ApplicationEntityManager. releaseListTypeItem(String className, String listTypeItemId)
Release a list type item relationships -
Uses of OperationNotPermittedException in org.neotropic.kuwaiba.core.apis.persistence.business
Methods in org.neotropic.kuwaiba.core.apis.persistence.business that throw OperationNotPermittedException Modifier and Type Method Description void
BusinessEntityManager. addParentToSpecialObject(String specialObjectClass, String specialObjectId, String parentClass, String parentId)
Breaks the special hierarchy to enable special children to have more than one parent.long
BusinessEntityManager. attachFileToObject(String name, String tags, byte[] file, String className, String objectId)
Relates a file to an inventory objectboolean
BusinessEntityManager. 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 objectsString[]
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 patternString
BusinessEntityManager. createHeadlessObject(String className, HashMap<String,String> attributes, String templateId)
Creates an object without parent.String
BusinessEntityManager. createObject(String className, String parentClassName, String parentOid, HashMap<String,String> attributes, String templateId)
Creates a new inventory objectString
BusinessEntityManager. createObject(String className, String parentClassName, HashMap<String,String> attributes, String templateId, String criteria)
Creates an objectHashMap<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.void
BusinessEntityManager. createSpecialRelationship(String aObjectClass, String aObjectId, String bObjectClass, String bObjectId, String name, boolean unique)
Creates a relationship between two elements and labels it.void
BusinessEntityManager. 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 valuesvoid
BusinessEntityManager. deleteObject(String className, String oid, boolean releaseRelationships)
Deletes a single objectvoid
BusinessEntityManager. deleteObjects(HashMap<String,List<String>> objects, boolean releaseRelationships)
Deletes a set of objectsvoid
BusinessEntityManager. 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 movedvoid
BusinessEntityManager. 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 movedvoid
BusinessEntityManager. 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 movedvoid
BusinessEntityManager. relateObjectToContact(String objectClass, String objectId, String contactClass, String contactId, String userName)
Relates an inventory object to a contact.ChangeDescriptor
BusinessEntityManager. updateObject(String className, String oid, HashMap<String,String> attributes)
Updates an object attributes. -
Uses of OperationNotPermittedException in org.neotropic.kuwaiba.core.configuration.proxies
Methods in org.neotropic.kuwaiba.core.configuration.proxies that throw OperationNotPermittedException Modifier and Type Method Description void
ProxyManagerService. associateObjectToProxy(String objectClass, String objectId, String proxyClass, String proxyId, String userName)
Associates an inventory object to an inventory proxy.void
ProxyManagerService. associateProjectToProxy(String projectClass, String projectId, String proxyClass, String proxyId, String userName)
Associates an project to an inventory proxy. -
Uses of OperationNotPermittedException in org.neotropic.kuwaiba.core.persistence.reference.neo4j
Methods in org.neotropic.kuwaiba.core.persistence.reference.neo4j that throw OperationNotPermittedException Modifier and Type Method Description void
ApplicationEntityManagerImpl. addObjectTofavoritesFolder(String objectClass, String objectId, long favoritesFolderId, long userId)
void
BusinessEntityManagerImpl. addParentToSpecialObject(String specialObjectClass, String specialObjectId, String parentClass, String parentId)
long
ApplicationEntityManagerImpl. attachFileToListTypeItem(String name, String tags, byte[] file, String listTypeItemClass, String listTypeItemId)
long
BusinessEntityManagerImpl. attachFileToObject(String name, String tags, byte[] file, String className, String objectId)
boolean
BusinessEntityManagerImpl. canDeleteObject(String className, String oid)
String[]
BusinessEntityManagerImpl. copyObjects(String targetClassName, String targetOid, HashMap<String,List<String>> objects, 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)
String
BusinessEntityManagerImpl. createHeadlessObject(String className, HashMap<String,String> attributes, String templateId)
String
ApplicationEntityManagerImpl. createListTypeItem(String className, String name, String displayName)
String
BusinessEntityManagerImpl. createObject(String className, String parentClassName, String parentOid, HashMap<String,String> attributes, String templateId)
String
BusinessEntityManagerImpl. createObject(String className, String parentClassName, HashMap<String,String> attributes, String templateId, String criteria)
HashMap<String,String>
BusinessEntityManagerImpl. createSpecialObjectUsingTemplate(String className, String parentClassName, String parentOid, HashMap<String,String> attributes, String templateId)
void
BusinessEntityManagerImpl. createSpecialRelationship(String aObjectClass, String aObjectId, String bObjectClass, String bObjectId, String name, boolean unique)
void
BusinessEntityManagerImpl. createSpecialRelationship(String aObjectClass, String aObjectId, String bObjectClass, String bObjectId, String name, boolean unique, HashMap<String,Object> properties)
String
ApplicationEntityManagerImpl. createTemplate(String templateClass, String templateName)
String
ApplicationEntityManagerImpl. createTemplateElement(String templateElementClass, String templateElementParentClassName, String templateElementParentId, String templateElementName)
String
ApplicationEntityManagerImpl. createTemplateSpecialElement(String tsElementClass, String tsElementParentClassName, String tsElementParentId, String tsElementName)
void
ApplicationEntityManagerImpl. deleteGroups(List<Long> oids)
void
ApplicationEntityManagerImpl. deleteListTypeItem(String className, String oid, boolean realeaseRelationships)
void
BusinessEntityManagerImpl. deleteObject(String className, String oid, boolean releaseRelationships)
void
BusinessEntityManagerImpl. deleteObjects(HashMap<String,List<String>> objects, boolean releaseRelationships)
void
ApplicationEntityManagerImpl. deletePool(org.neo4j.graphdb.Node poolNode)
void
ApplicationEntityManagerImpl. deletePools(String[] ids)
void
ApplicationEntityManagerImpl. deleteProcessInstance(String processInstanceId)
void
ApplicationEntityManagerImpl. deleteTask(long taskId)
void
ApplicationEntityManagerImpl. deleteUsers(List<Long> oids)
void
BusinessEntityManagerImpl. moveObjects(String targetClassName, String targetOid, HashMap<String,String[]> objects)
void
BusinessEntityManagerImpl. moveObjectsToPool(String targetClassName, String targetOid, HashMap<String,String[]> objects)
void
BusinessEntityManagerImpl. moveSpecialObjects(String targetClassName, String targetOid, HashMap<String,String[]> objects)
void
BusinessEntityManagerImpl. relateObjectToContact(String objectClass, String objectId, String contactClass, String contactId, String userName)
void
ApplicationEntityManagerImpl. releaseListTypeItem(String className, String listTypeItemId)
ChangeDescriptor
BusinessEntityManagerImpl. updateObject(String className, String oid, HashMap<String,String> attributes)
-
Uses of OperationNotPermittedException in org.neotropic.kuwaiba.core.persistence.reference.neo4j.util
Methods in org.neotropic.kuwaiba.core.persistence.reference.neo4j.util that throw OperationNotPermittedException Modifier and Type Method Description static void
Util. deleteUserNode(org.neo4j.graphdb.Node userNode)
Releases all the relationships associated to a user, and deletes the node corresponding to such user. -
Uses of OperationNotPermittedException in org.neotropic.kuwaiba.core.services.scheduling
Methods in org.neotropic.kuwaiba.core.services.scheduling that throw OperationNotPermittedException Modifier and Type Method Description void
SchedulingService. changeCron(String jobId, String cronScheduleDefinition)
Changes the cron expression of given job -
Uses of OperationNotPermittedException in org.neotropic.kuwaiba.core.services.scheduling.neo4j
Methods in org.neotropic.kuwaiba.core.services.scheduling.neo4j that throw OperationNotPermittedException Modifier and Type Method Description void
SchedulingServiceImpl. changeCron(String jobId, String cronScheduleDefinition)
-
Uses of OperationNotPermittedException in org.neotropic.kuwaiba.core.services.scheduling.northbound
Methods in org.neotropic.kuwaiba.core.services.scheduling.northbound that throw OperationNotPermittedException Modifier and Type Method Description void
ScheduleController. changeCron(String jobId, String cron)
-
Uses of OperationNotPermittedException in org.neotropic.kuwaiba.modules.commercial.contractman
Methods in org.neotropic.kuwaiba.modules.commercial.contractman that throw OperationNotPermittedException Modifier and Type Method Description void
ContractManagerService. deleteContract(String contractClass, String contractId, String userName)
Deletes a contract and delete its association with the related inventory objects.void
ContractManagerService. deleteContractPool(String poolId, String poolClass, String userName)
Deletes a contract pool.void
ContractManagerService. relateObjectsToContract(String contractClass, String contractId, String[] objectClass, String[] objectId, String userName)
Relates a set of objects to a contract.void
ContractManagerService. relateObjectToContract(String contractClass, String contractId, String objectClass, String objectId, String userName)
Relates an object to a contract.void
ContractManagerService. updateContract(String contractClass, String contractId, HashMap<String,String> attributes, String userName)
Updates one or many contract attributes. -
Uses of OperationNotPermittedException in org.neotropic.kuwaiba.modules.commercial.softman
Methods in org.neotropic.kuwaiba.modules.commercial.softman that throw OperationNotPermittedException Modifier and Type Method Description void
SoftwareManagerService. deleteLicense(String licenseClassName, String licenseId, String userName)
Deletes a license and delete its association with the related inventory objects.These objects will remain untouched.void
SoftwareManagerService. deleteLicensePool(String poolId, String poolClass, String userName)
Deletes a license pool. -
Uses of OperationNotPermittedException in org.neotropic.kuwaiba.modules.commercial.sync
Methods in org.neotropic.kuwaiba.modules.commercial.sync that throw OperationNotPermittedException Modifier and Type Method Description void
SynchronizationModule. validate()
-
Uses of OperationNotPermittedException in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.reference
Methods in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.reference that throw OperationNotPermittedException Modifier and Type Method Description List<SyncResult>
EntPhysicalSynchronizer. sync()
-
Uses of OperationNotPermittedException in org.neotropic.kuwaiba.modules.optional.connectivityman
Methods in org.neotropic.kuwaiba.modules.optional.connectivityman that throw OperationNotPermittedException Modifier and Type Method Description String
ConnectivityManagerService. 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 OperationNotPermittedException in org.neotropic.kuwaiba.modules.optional.physcon
Methods in org.neotropic.kuwaiba.modules.optional.physcon that throw OperationNotPermittedException Modifier and Type Method Description String
PhysicalConnectionsService. createPhysicalConnection(String aObjectClass, String aObjectId, String bObjectClass, String bObjectId, String name, String connectionClass, String templateId, String userName)
Creates a physical connection. -
Uses of OperationNotPermittedException in org.neotropic.kuwaiba.modules.optional.serviceman
Methods in org.neotropic.kuwaiba.modules.optional.serviceman that throw OperationNotPermittedException Modifier and Type Method Description void
ServiceManagerService. deleteCostumer(String customerClass, String customerId, String userName)
Deletes a customervoid
ServiceManagerService. deleteCustomerPool(String poolId, String poolClass, String userName)
Deletes a customer pool.void
ServiceManagerService. deleteService(String serviceClass, String serviceId, String userName)
Deletes a service.void
ServiceManagerService. deleteServicePool(String poolId, String poolClass, String userName)
Deletes a service pool.void
ServiceManagerService. relateObjectsToService(String[] objectClass, String[] objectId, String serviceClass, String serviceId, String userName)
Relates inventory objects (resources) to a service.void
ServiceManagerService. relateObjectToService(String objectClass, String objectId, String serviceClass, String serviceId, String userName)
Relates an inventory object (resource) to a service.void
ServiceManagerService. updateCustomer(String customerClass, String customerId, HashMap<String,String> attributes, String userName)
Updates a customer.void
ServiceManagerService. updateService(String serviceClass, String serviceId, HashMap<String,String> attributes, String userName)
Updates a service.
-