Uses of Class
org.neotropic.kuwaiba.core.apis.persistence.exceptions.InventoryException
-
-
Uses of InventoryException in com.neotropic.kuwaiba.modules.commercial.business.analytics.views
Methods in com.neotropic.kuwaiba.modules.commercial.business.analytics.views that throw InventoryException Modifier and Type Method Description void
E2EViewProvider. createE2EView(List<String> linkClasses, List<String> linkIds, boolean includePhyscalPaths, boolean includeVlans, boolean includePhyscialLinks, boolean includeBDis)
Calls the methods that creates the end to end viewViewObject
E2EViewProvider. getAsXML()
The XML representation of the view.ViewObject
E2EViewProvider. validateSavedE2EView(List<String> linkClasses, List<String> linkIds, ViewObject savedView)
/** validates a saved end to end view -
Uses of InventoryException in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs that throw InventoryException Modifier and Type Method Description List<BusinessObjectLight>
DeviceSelectorWindow. getItems(BusinessObjectLight selectedObject)
List<BusinessObjectLight>
WindowContainerSelector. getItems(BusinessObjectLight selectedObject)
void
FiberNode. release()
void
FiberNode. splice()
-
Uses of InventoryException in com.neotropic.kuwaiba.modules.commercial.ospman.widgets
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.widgets that throw InventoryException Modifier and Type Method Description void
OutsidePlantAccordion.BusinessObjectPropertySheet. setBusinessObject(BusinessObjectLight businessObject)
-
Uses of InventoryException in com.neotropic.kuwaiba.modules.commercial.sdh
Methods in com.neotropic.kuwaiba.modules.commercial.sdh that throw InventoryException Modifier and Type Method Description String
SdhService. createSDHTransportLink(String classNameEndpointA, String idEndpointA, String classNameEndpointB, String idEndpointB, String linkType, String defaultName)
Creates an SDH transport link (STMX)void
SdhService. deleteSDHContainerLink(String containerLinkClass, String containerLinkId, boolean forceDelete)
Deletes a container link.void
SdhService. deleteSDHTransportLink(String transportLinkClass, String transportLinkId, boolean forceDelete)
Deletes a transport linkvoid
SdhService. deleteSDHTributaryLink(String tributaryLinkClass, String tributaryLinkId)
Deletes a tributary link and its corresponding container link. -
Uses of InventoryException in org.neotropic.kuwaiba.core.apis.integration.views
Methods in org.neotropic.kuwaiba.core.apis.integration.views that throw InventoryException Modifier and Type Method Description abstract C
AbstractObjectRelatedViewWidget. build(BusinessObjectLight businessObject)
The factory method that builds a view (a scene + container with tools). -
Uses of InventoryException in org.neotropic.kuwaiba.core.apis.persistence.application
Methods in org.neotropic.kuwaiba.core.apis.persistence.application that throw InventoryException Modifier and Type Method Description List<ActivityDefinition>
ApplicationEntityManager. getProcessInstanceActivitiesPath(long processInstanceId)
Gets Process Instance Activities Path -
Uses of InventoryException in org.neotropic.kuwaiba.core.apis.persistence.exceptions
Subclasses of InventoryException in org.neotropic.kuwaiba.core.apis.persistence.exceptions Modifier and Type Class Description class
ApplicationObjectNotFoundException
Thrown if an application object cannot be found (an instance of User, Group or View)class
ArraySizeMismatchException
Thrown when the size of two (or more arrays) does not match, but shouldclass
BusinessObjectNotFoundException
Thrown if you're trying to access to a non existing objectclass
BusinessRuleException
This exception should be fired if a business rule is matched and as a result, the action can not be executedclass
ConnectionException
Wrapper for any possible problem when establishing a connection t the selected backendclass
DatabaseException
Thrown when an inconsistency in the database structure is detectedclass
ExecutionException
An execution exception are throw when a script throw a exception.class
InvalidArgumentException
Wrapper for IllegalArgumentException to permit to set the severityclass
MetadataObjectNotFoundException
Thrown if a metadata object cannot be found (an instance of ClassMetadata, AttributeMatadata, InterfaceMetadata or categoryMetadata)class
NoCommercialModuleFoundException
Raised when a commercial module can not be foundclass
NotAuthorizedException
Raised when an user is not allowed to perform an operationclass
OperationNotPermittedException
Thrown when a certain operation can't be performed because a system restriction or illegal stateclass
ScriptNotCompiledException
Filters and Validators work with Groovy scripts that are instantiated, and precompile this exception is thrown if something happens if the instance cannot be created by reflectionclass
UnsupportedPropertyException
Thrown when a certain property (usually an attribute of an application or inventory object) is not known or currently supported.class
WrongMappingException
This exception is raised when a pair attribute type - attribute value is not valid (i.e. -
Uses of InventoryException in org.neotropic.kuwaiba.core.persistence.reference.extras.processman
Methods in org.neotropic.kuwaiba.core.persistence.reference.extras.processman that throw InventoryException Modifier and Type Method Description void
ProcessManagerService. commitActivity(long processInstanceId, long activityDefinitionId, Artifact artifact)
long
ProcessManagerService. createProcessInstance(long processInstanceId, long processDefId, String name, String description)
ActivityDefinition
ProcessManagerService. getActivityDefinition(long processDefinitionId, long activityDefinitionId)
Artifact
ProcessManagerService. getArtifact(long processInstanceId, long activityDefinitionId)
ArtifactDefinition
ProcessManagerService. getArtifactDefinitionForActivity(long processDefinitionId, long activityDefinitionId)
ActivityDefinition
ProcessManagerService. getNextActivityForProcessInstance(long processInstanceId)
List<ActivityDefinition>
ProcessManagerService. getProcessInstanceActivitiesPath(long processInstanceId)
List<ProcessInstance>
ProcessManagerService. getProcessInstances(long processDefinitionId)
void
ProcessManagerService. setProcessInstance(ProcessInstance processInstance)
void
ProcessManagerService. setProcessInstances(long processDefinitionId, List<ProcessInstance> lstProcessInstances)
void
ProcessManagerService. updateActivity(long processInstanceId, long activityDefinitionId, Artifact artifact)
-
Uses of InventoryException in org.neotropic.kuwaiba.core.persistence.reference.neo4j
Methods in org.neotropic.kuwaiba.core.persistence.reference.neo4j that throw InventoryException Modifier and Type Method Description List<ActivityDefinition>
ApplicationEntityManagerImpl. getProcessInstanceActivitiesPath(long processInstanceId)
-
Uses of InventoryException in org.neotropic.kuwaiba.modules.core.navigation
Methods in org.neotropic.kuwaiba.modules.core.navigation that throw InventoryException Modifier and Type Method Description com.vaadin.flow.component.Component
ObjectOptionsPanel. build(UserProfile user)
Builds the actual component ready to be embedded.Make sure you set the showXXX flags to the values you need depending on what do you want to be displayed. -
Uses of InventoryException in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
Methods in org.neotropic.kuwaiba.modules.optional.connectivityman.actions that throw InventoryException Modifier and Type Method Description com.vaadin.flow.component.orderedlayout.HorizontalLayout
CellPortSelector. addRow(BusinessObjectLight parent, BusinessObjectLight businessObject)
ConfirmDialog
PortSelector. getPortSelector()
Constructors in org.neotropic.kuwaiba.modules.optional.connectivityman.actions that throw InventoryException Constructor Description CellPortSelector(BusinessObjectLight selectedObject, List<BusinessObjectLight> selectedObjects, String placeholder, ApplicationEntityManager aem, BusinessEntityManager bem, MetadataEntityManager mem, TranslationService ts)
-
Uses of InventoryException in org.neotropic.kuwaiba.modules.optional.physcon
Methods in org.neotropic.kuwaiba.modules.optional.physcon that throw InventoryException Modifier and Type Method Description void
PhysicalConnectionsService. deletePhysicalConnection(String objectClassName, String objectId, String userName)
-
Uses of InventoryException in org.neotropic.kuwaiba.modules.optional.physcon.widgets
Methods in org.neotropic.kuwaiba.modules.optional.physcon.widgets that throw InventoryException Modifier and Type Method Description com.vaadin.flow.component.orderedlayout.VerticalLayout
FiberSplitterViewWidget. build(BusinessObjectLight businessObject)
com.vaadin.flow.component.orderedlayout.VerticalLayout
ObjectViewWidget. build(BusinessObjectLight businessObject)
com.vaadin.flow.component.orderedlayout.VerticalLayout
PhysicalPathViewWidget. build(BusinessObjectLight businessObject)
com.vaadin.flow.component.orderedlayout.HorizontalLayout
PhysicalTreeViewWidget. build(BusinessObjectLight businessObject)
com.vaadin.flow.component.orderedlayout.VerticalLayout
RackViewWidget. build(BusinessObjectLight businessObject)
com.vaadin.flow.component.orderedlayout.VerticalLayout
SpliceBoxViewWidget. build(BusinessObjectLight businessObject)
void
ObjectViewWidget. saveView()
-
Uses of InventoryException in org.neotropic.kuwaiba.visualization.api.properties
Methods in org.neotropic.kuwaiba.visualization.api.properties that throw InventoryException Modifier and Type Method Description static List<AbstractProperty>
PropertyFactory. propertiesFromBusinessObject(BusinessObject businessObject, TranslationService ts, ApplicationEntityManager aem, MetadataEntityManager mem)
Builds a property set from a given inventory objectstatic List<AbstractProperty>
PropertyFactory. propertiesFromTemplateObject(TemplateObject templateObject, TranslationService ts, ApplicationEntityManager aem, MetadataEntityManager mem)
Builds a property set from a given template object -
Uses of InventoryException in org.neotropic.util.visual.views.util
Methods in org.neotropic.util.visual.views.util that throw InventoryException Modifier and Type Method Description static String
BusinessObjectUtil. getBusinessObjectColor(BusinessObjectLight objectLight, ApplicationEntityManager aem, BusinessEntityManager bem, MetadataEntityManager mem)
Gets the object color. -
Uses of InventoryException in org.neotropic.util.visual.window
Methods in org.neotropic.util.visual.window that throw InventoryException Modifier and Type Method Description abstract List<BusinessObjectLight>
ObjectSelectorWindow. getItems(BusinessObjectLight selectedObject)
List of items to set in the selector element.
-