Uses of Class
org.neotropic.kuwaiba.core.apis.persistence.exceptions.ArraySizeMismatchException
-
-
Uses of ArraySizeMismatchException in com.neotropic.kuwaiba.modules.commercial.ipam
Methods in com.neotropic.kuwaiba.modules.commercial.ipam that throw ArraySizeMismatchException Modifier and Type Method Description String
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 subnet -
Uses of ArraySizeMismatchException in com.neotropic.kuwaiba.modules.commercial.planning.projects
Methods in com.neotropic.kuwaiba.modules.commercial.planning.projects that throw ArraySizeMismatchException Modifier and Type Method Description String
ProjectsService. addActivity(String parentId, String parentClassName, String className, String[] attributeNames, String[] attributeValues)
Adds an Activity.void
ProjectsService. associateObjectsToProject(String projectClass, String projectId, String[] objectClass, String[] objectId)
Associates objects to a Project -
Uses of ArraySizeMismatchException in org.neotropic.kuwaiba.core.apis.persistence.application
Methods in org.neotropic.kuwaiba.core.apis.persistence.application that throw ArraySizeMismatchException Modifier and Type Method Description String[]
ApplicationEntityManager. copyTemplateElements(String[] sourceObjectsClassNames, String[] sourceObjectsIds, String newParentClassName, String newParentId)
Copy template elements within templates.String[]
ApplicationEntityManager. copyTemplateSpecialElement(String[] sourceObjectsClassNames, String[] sourceObjectsIds, String newParentClassName, String newParentId)
Copy template special elements within templates, -
Uses of ArraySizeMismatchException in org.neotropic.kuwaiba.core.persistence.reference.neo4j
Methods in org.neotropic.kuwaiba.core.persistence.reference.neo4j that throw ArraySizeMismatchException Modifier and Type Method Description String[]
ApplicationEntityManagerImpl. copyTemplateElements(String[] sourceObjectsClassNames, String[] sourceObjectsIds, String newParentClassName, String newParentId)
String[]
ApplicationEntityManagerImpl. copyTemplateSpecialElement(String[] sourceObjectsClassNames, String[] sourceObjectsIds, String newParentClassName, String newParentId)
-