A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AboutUI - Class in org.neotropic.kuwaiba.web.ui
-
The About Us page.
- AboutUI() - Constructor for class org.neotropic.kuwaiba.web.ui.AboutUI
- AbstractAction - Class in org.neotropic.kuwaiba.core.apis.integration.modules.actions
-
All actions in a module must extend from this class, no matter if the are business, application or metadata related.
- AbstractAction() - Constructor for class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
- AbstractAction.ModuleActionCallback - Interface in org.neotropic.kuwaiba.core.apis.integration.modules.actions
-
A functional interface callback code to be executed once the action is triggered.
- AbstractArtifactRenderer - Class in com.neotropic.kuwaiba.modules.commercial.processman.artifacts
-
Renderer a process activity artifact.
- AbstractArtifactRenderer() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.artifacts.AbstractArtifactRenderer
- AbstractAuthenticationProvider - Class in org.neotropic.kuwaiba.core.authentication
-
Defines the general behavior of the classes that will authenticate users against different providers, such an Active Directory or the built-in database.
- AbstractAuthenticationProvider() - Constructor for class org.neotropic.kuwaiba.core.authentication.AbstractAuthenticationProvider
- AbstractCommercialModule - Class in org.neotropic.kuwaiba.core.apis.integration.modules
-
All third-party commercial modules should inherit from this class.
- AbstractCommercialModule() - Constructor for class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractCommercialModule
- AbstractConnectivityAction - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
-
Parent class of all connectivity actions.
- AbstractConnectivityAction(Connection) - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractConnectivityAction
- AbstractConnectivityActionBuilder - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
-
Builds a connectivity action.
- AbstractConnectivityActionBuilder(String, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractConnectivityActionBuilder
- AbstractConnectivityActionBuilder.Action6Builder - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
- AbstractConnectivityActionBuilder.NewLinkActionBuilder - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
- AbstractConnectivityActionBuilder.NewMirrorActionBuilder - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
-
Builds a new mirror action.
- AbstractConnectivityActionBuilder.SelectLinkActionBuilder - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
- AbstractConnectivityVisualAction - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
-
Parent class of all connectivity visual actions.
- AbstractConnectivityVisualAction(Connection) - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractConnectivityVisualAction
- AbstractDashboard - Interface in org.neotropic.kuwaiba.core.apis.integration.dashboards
-
The entry point to all modules should implement this interface.
- AbstractDashboardWidget - Class in org.neotropic.util.visual.widgets
-
A small embeddable component that can be inserted into an AbstractDashboard.
- AbstractDashboardWidget() - Constructor for class org.neotropic.util.visual.widgets.AbstractDashboardWidget
-
Use this constructor only for those widgets that won't be accessing the database.
- AbstractDashboardWidget(MetadataEntityManager, ApplicationEntityManager, BusinessEntityManager, TranslationService) - Constructor for class org.neotropic.util.visual.widgets.AbstractDashboardWidget
- AbstractDashboardWidget.ActiveContent - Enum in org.neotropic.util.visual.widgets
- AbstractDataEntity - Class in org.neotropic.kuwaiba.modules.commercial.sync.model
-
The information from the sync data sources (devices, NMS, third-party databases, etc) id retrieved and stored in high-level data types to be processed later.
- AbstractDataEntity() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractDataEntity
- AbstractDataEntity.DATA_TYPE - Enum in org.neotropic.kuwaiba.modules.commercial.sync.model
- AbstractDeleteAction - Class in org.neotropic.kuwaiba.core.apis.integration.modules.actions
-
Some classes require special procedures to delete their instances (for example, physical connections might need to release the endpoint ports before deleting the connection itself).
- AbstractDeleteAction(String) - Constructor for class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractDeleteAction
- AbstractElement<T> - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
POJO wrapper of an XML element in a Form Artifact Definition.
- AbstractElement() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- AbstractElementContainer - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
A element container is an element which can contain other elements containers and fields.
- AbstractElementContainer() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementContainer
- AbstractElementField<T> - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
A field is a terminal element that contain data
- AbstractElementField() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementField
- AbstractElementSelector - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
Selector field element in a Form Artifact Definition.
- AbstractElementSelector() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementSelector
- AbstractEntityManager - Interface in org.neotropic.kuwaiba.core.apis.persistence
-
An entity manager handles the business entities inside the database, that is, performs queries, creates, relates and deletes objects, etc.
- AbstractExplorerWidget<C extends com.vaadin.flow.component.Component> - Class in org.neotropic.kuwaiba.core.apis.integration.views
-
A component designed to explore a model structures such as relationships, attachments, containment hierarchy, etc.Subclasses will behave like factories, just like
- AbstractExplorerWidget() - Constructor for class org.neotropic.kuwaiba.core.apis.integration.views.AbstractExplorerWidget
- AbstractExternalService - Class in org.neotropic.kuwaiba.core.apis.integration.external.services
-
An external service is a Third-Party application to be connected.
- AbstractExternalService() - Constructor for class org.neotropic.kuwaiba.core.apis.integration.external.services.AbstractExternalService
- AbstractFilter - Class in org.neotropic.kuwaiba.modules.core.queries.filters
-
Abstract class for create query filters
- AbstractFilter(TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter
- AbstractFilter.Criteria - Enum in org.neotropic.kuwaiba.modules.core.queries.filters
- AbstractFormatter - Class in org.neotropic.util.visual.exporters
-
Abstract class to implement different format classes
- AbstractFormatter(TranslationService) - Constructor for class org.neotropic.util.visual.exporters.AbstractFormatter
- AbstractFormInstanceCreator - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
Create an instance of a Form layout
- AbstractFormInstanceCreator(FormStructure) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractFormInstanceCreator
- AbstractFormInstanceLoader - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
Abstract class to define the procedure to load a form instance
- AbstractFormInstanceLoader(String) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractFormInstanceLoader
- AbstractInventoryExternalService - Class in org.neotropic.kuwaiba.core.apis.integration.external.services
-
External Service
to be applied to Inventory Objects - AbstractInventoryExternalService() - Constructor for class org.neotropic.kuwaiba.core.apis.integration.external.services.AbstractInventoryExternalService
- AbstractLinkConnectivityAction - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
-
Parent class of connectivity actions that apply to links.
- AbstractLinkConnectivityAction(Connection) - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractLinkConnectivityAction
- AbstractModule - Class in org.neotropic.kuwaiba.core.apis.integration.modules
-
Defines the behavior of all modules be it commercial, open source or third-party free contributions.
- AbstractModule() - Constructor for class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
- AbstractModule.ModuleType - Enum in org.neotropic.kuwaiba.core.apis.integration.modules
- AbstractNode<T> - Class in org.neotropic.util.visual.tree.nodes
-
A node that represents a business domain object from the model.
- AbstractNode(T) - Constructor for class org.neotropic.util.visual.tree.nodes.AbstractNode
- AbstractNotification - Class in org.neotropic.util.visual.notifications
-
A feedback message displayed after the execution of an action.
- AbstractNotification(String, String, AbstractNotification.NotificationType, TranslationService) - Constructor for class org.neotropic.util.visual.notifications.AbstractNotification
- AbstractNotification.NotificationType - Enum in org.neotropic.util.visual.notifications
- AbstractObjectRelatedViewWidget<C extends com.vaadin.flow.component.Component> - Class in org.neotropic.kuwaiba.core.apis.integration.views
-
A view widget is composed by a view (a canvas where the graphical elements are drawn) and a container to the scene that provides tools to interact with the elements on it (create connections, launch reports, actions, etc).
- AbstractObjectRelatedViewWidget() - Constructor for class org.neotropic.kuwaiba.core.apis.integration.views.AbstractObjectRelatedViewWidget
- AbstractPosition - Class in com.neotropic.kuwaiba.modules.commercial.sdh.api
-
Simple root class for all types of SDH positions.
- AbstractPosition(int, BusinessObjectLight) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.api.AbstractPosition
- AbstractProperty<T> - Class in org.neotropic.util.visual.properties
-
A property in a property sheet.
- AbstractProperty(String, String, String, T, TranslationService) - Constructor for class org.neotropic.util.visual.properties.AbstractProperty
- AbstractProperty(String, String, String, T, TranslationService, boolean) - Constructor for class org.neotropic.util.visual.properties.AbstractProperty
- AbstractProperty(String, String, String, T, TranslationService, boolean, boolean, boolean) - Constructor for class org.neotropic.util.visual.properties.AbstractProperty
- AbstractProperty(String, T, TranslationService) - Constructor for class org.neotropic.util.visual.properties.AbstractProperty
- AbstractPropertySheetField - Class in org.neotropic.util.visual.properties
- AbstractPropertySheetField() - Constructor for class org.neotropic.util.visual.properties.AbstractPropertySheetField
- AbstractRelationshipManagementAction - Class in org.neotropic.kuwaiba.core.apis.integration.modules.actions
-
Former Relate to.../Release from...
- AbstractRelationshipManagementAction(String) - Constructor for class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractRelationshipManagementAction
- AbstractRelationshipManagementAction.RelationshipCardinality - Enum in org.neotropic.kuwaiba.core.apis.integration.modules.actions
-
Defines the cardinality between inventory objects.
- AbstractResourceFactory - Class in org.neotropic.util.visual.resources
-
Abstract class that defines the main methods to obtain different resources such as images, icons etc.
- AbstractResourceFactory() - Constructor for class org.neotropic.util.visual.resources.AbstractResourceFactory
- AbstractSyncProvider - Class in org.neotropic.kuwaiba.modules.commercial.sync.model
-
This class describes the generic behavior of all the synchronization providers.
- AbstractSyncProvider() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractSyncProvider
- AbstractUI - Interface in org.neotropic.kuwaiba.core.apis.integration.dashboards
-
All UIs in Kuwaiba must implement this interface in order to be displayed.
- AbstractUiElement<E extends AbstractElement,T> - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement
-
UI element used to render the form artifact definition element.
- AbstractUiElement(E, T) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement.AbstractUiElement
- AbstractView<C extends com.vaadin.flow.component.Component> - Class in org.neotropic.kuwaiba.core.apis.integration.views
-
Defines the behavior of views that can be plugged and played such as End to End views.
- AbstractView() - Constructor for class org.neotropic.kuwaiba.core.apis.integration.views.AbstractView
- AbstractViewEdge<E> - Class in org.neotropic.kuwaiba.core.apis.integration.views
-
Represents an edge in an AbstractView.
- AbstractViewEdge(E) - Constructor for class org.neotropic.kuwaiba.core.apis.integration.views.AbstractViewEdge
- AbstractViewNode<N> - Class in org.neotropic.kuwaiba.core.apis.integration.views
-
The super class of all classes used to represent nodes inside views.
- AbstractViewNode(N) - Constructor for class org.neotropic.kuwaiba.core.apis.integration.views.AbstractViewNode
- AbstractVisualAction<W extends com.vaadin.flow.component.Component> - Class in org.neotropic.kuwaiba.core.apis.integration.modules.actions
-
A module action has two parts: One is the actual, headless (that is, without graphical interface or any other mechanism to capture the necessary parameters)
Abstract
, and an optionalAbstractVisualAction
that in the end, will call the backend action. - AbstractVisualAction(String) - Constructor for class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
- AbstractVisualAction.VisualActionType - Enum in org.neotropic.kuwaiba.core.apis.integration.modules.actions
-
An enumeration with the possible behaviors of an action, such as opening a window, redirecting to a specific URL or replacing the current page contents.
- AbstractVisualAdvancedAction - Class in org.neotropic.kuwaiba.core.apis.integration.modules.actions
-
Visual actions that are provided by each module (that is, all those actions that are loaded dynamically and are defined outside the module Navigation) must extend from this class and be registered at module startup.
- AbstractVisualAdvancedAction(String) - Constructor for class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAdvancedAction
- AbstractVisualInventoryAction - Class in org.neotropic.kuwaiba.core.apis.integration.modules.actions
-
Actions applicable to inventory objects must inherit from this class.
- AbstractVisualInventoryAction(String) - Constructor for class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualInventoryAction
- ACCESS_LEVEL_READ - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.Privilege
-
The user can access the feature in a read-only mode
- ACCESS_LEVEL_READ_WRITE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.Privilege
-
The user can access the feature in a read and write mode
- Action1 - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
-
Select an existing link
- Action1(Connection, String, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.Action1
- Action2 - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
-
Select an existing link in an existing container.
- Action2(Connection, String, BusinessEntityManager, MetadataEntityManager, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.Action2
- Action6 - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
-
Action to create a new link using a container template.
- Action6(Connection, String, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.Action6
- Action6Builder(ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractConnectivityActionBuilder.Action6Builder
- ActionButton - Class in org.neotropic.util.visual.button
-
Custom button, it allow set a toolTip
- ActionButton(Component) - Constructor for class org.neotropic.util.visual.button.ActionButton
- ActionButton(Component, String) - Constructor for class org.neotropic.util.visual.button.ActionButton
- ActionButton(String) - Constructor for class org.neotropic.util.visual.button.ActionButton
- ActionButton(String, Component) - Constructor for class org.neotropic.util.visual.button.ActionButton
- ActionButton(String, Component, String) - Constructor for class org.neotropic.util.visual.button.ActionButton
- ActionButton(String, String) - Constructor for class org.neotropic.util.visual.button.ActionButton
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamUI
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowMidSpanAccess
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantManagerDashboard
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.components.ProjectActivityDialog
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.components.ProjectPoolDialog
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsUI
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class com.neotropic.kuwaiba.modules.commercial.whman.WarehousesManagerUI
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in interface org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionCompletedListener
-
Notifies that a module action has been completed.
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.core.configuration.filters.FiltersDefinitionUI
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.components.PoolProxiesDialog
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerUI
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.core.configuration.validators.ValidatorDefinitionUI
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.core.configuration.variables.components.PoolConfigurationDialog
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.core.configuration.variables.ConfigurationVariablesUI
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.core.sessman.SessionManagerUI
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.components.PoolContractDialog
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.ContractManagerUI
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.components.SyncGroupDialog
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationUI
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.core.audittrail.AuditTrailUI
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.core.containmentman.ContainmentManagerUI
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.core.favorites.actions.WindowFavoritesManager
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.core.ltman.ListTypeManagerUI
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.core.navigation.NavigationUI
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.core.templateman.TemplateManagerUI
-
Fired when a dialog or other action finish
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.optional.contactman.ContactManagerUI
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.optional.pools.PoolsUI
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerUI
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.optional.taskman.components.TaskParametersManagerDialog
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.optional.taskman.components.TaskUserManagerDialog
- actionCompleted(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.optional.taskman.TaskManagerUI
- ActionCompletedEvent(int, String, Class) - Constructor for class org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionCompletedListener.ActionCompletedEvent
- ActionCompletedEvent(int, String, Class, ActionResponse) - Constructor for class org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionCompletedListener.ActionCompletedEvent
- ActionCompletedListener - Interface in org.neotropic.kuwaiba.core.apis.integration.modules.actions
-
All components interested in being notified once an action is completed should implement this interface.
- ActionCompletedListener.ActionCompletedEvent - Class in org.neotropic.kuwaiba.core.apis.integration.modules.actions
-
This event is generated once a module action is completed.
- ActionIcon - Class in org.neotropic.util.visual.icon
-
Custom icon, for replace action buttons, it has a preferred size and toolTip; however, optionally, you can set other icon size
- ActionIcon(VaadinIcon) - Constructor for class org.neotropic.util.visual.icon.ActionIcon
- ActionIcon(VaadinIcon, String) - Constructor for class org.neotropic.util.visual.icon.ActionIcon
- ActionIcon(VaadinIcon, String, String) - Constructor for class org.neotropic.util.visual.icon.ActionIcon
- ActionIcon(VaadinIcon, String, String, String) - Constructor for class org.neotropic.util.visual.icon.ActionIcon
- ActionResponse - Class in org.neotropic.kuwaiba.core.apis.integration.modules.actions
-
Wrapper of possible (since it's possible that an action returns nothing) return values of an action.
- ActionResponse() - Constructor for class org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionResponse
- ActionResponse.ActionType - Enum in org.neotropic.kuwaiba.core.apis.integration.modules.actions
-
Used the actionCompleted method to know which action was made and what should be done in the view; e.g add, remove, hide/show an element
- actions - Variable in class org.neotropic.kuwaiba.core.apis.integration.modules.ModuleActionGroup
-
The actions inside the group.
- activeContent - Variable in class org.neotropic.util.visual.widgets.AbstractDashboardWidget
-
The active content to be displayed (cover or content)
- ACTIVITY_TYPE_CHANGE_PARENT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- ACTIVITY_TYPE_CLOSE_SESSION - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- ACTIVITY_TYPE_CREATE_APPLICATION_OBJECT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- ACTIVITY_TYPE_CREATE_INVENTORY_OBJECT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- ACTIVITY_TYPE_CREATE_METADATA_OBJECT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- ACTIVITY_TYPE_CREATE_RELATIONSHIP_INVENTORY_OBJECT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- ACTIVITY_TYPE_CREATE_USER - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- ACTIVITY_TYPE_DELETE_APPLICATION_OBJECT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- ACTIVITY_TYPE_DELETE_INVENTORY_OBJECT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- ACTIVITY_TYPE_DELETE_METADATA_OBJECT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- ACTIVITY_TYPE_MASSIVE_DELETE_APPLICATION_OBJECT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- ACTIVITY_TYPE_MASSIVE_UPDATE_APPLICATION_OBJECT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- ACTIVITY_TYPE_OPEN_SESSION - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- ACTIVITY_TYPE_RELEASE_RELATIONSHIP_INVENTORY_OBJECT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- ACTIVITY_TYPE_UPDATE_APPLICATION_OBJECT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- ACTIVITY_TYPE_UPDATE_INVENTORY_OBJECT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- ACTIVITY_TYPE_UPDATE_METADATA_OBJECT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- ACTIVITY_TYPE_UPDATE_VIEW - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- ActivityDefinition - Class in org.neotropic.kuwaiba.core.apis.persistence.application.processman
-
An activity is an step in a process.
- ActivityDefinition(long, String, String, int, ArtifactDefinition, Actor, List<Kpi>, List<KpiAction>, boolean, boolean, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinition
- ActivityDefinitionLight - Class in org.neotropic.kuwaiba.core.apis.persistence.application.processman
-
An activity is an step in a process.
- ActivityDefinitionLight(long, String, String, int, ArtifactDefinition, boolean, boolean, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
- ActivityLogEntry - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
Represents an activity log entry
- ActivityLogEntry(long, long, int, String, long, String, String, String, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- Actor - Class in org.neotropic.kuwaiba.core.apis.persistence.application.processman
-
An actor is someone (a person, organizational unit or external agent, like a customer) who is responsible to cary on with an activity.
- Actor(long, String, int) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Actor
- ActorAuthorizationManager - Interface in org.neotropic.kuwaiba.core.apis.persistence.application.processman
-
Manage the actor authorization to the Process Engine
- ActorAuthorizationManagerImpl - Class in org.neotropic.kuwaiba.core.persistence.reference.extras.processman
-
Actor Authorization Manager
reference implementation to Kuwaiba. - ActorAuthorizationManagerImpl() - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ActorAuthorizationManagerImpl
- add(BusinessObject) - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectList
- add(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLightList
- add(MenuButton) - Method in class org.neotropic.util.visual.menu.MenuLayout
- ADD - org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionResponse.ActionType
- ADD_GRID_ROW - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Function
- ADD_GRID_ROW - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Function
- ADD_GRID_ROW_FROM_SCRIPT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Function
- ADD_GRID_ROW_FROM_SCRIPT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Function
- ADD_GRID_ROWS - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Function
- ADD_GRID_ROWS - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Function
- addActivity(String, String, String, String[], String[]) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsService
-
Adds an Activity.
- addActivity(String, String, String, String[], String[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Adds an Activity
- addActivity(String, String, String, String[], String[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- addAll(Collection<? extends BusinessObjectLight>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLightList
- addAttachment(XMLEventWriter, XMLEventFactory, Object) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractFormInstanceCreator
- addAttributeName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- addAttributeValue(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- addChild(AbstractElement) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementContainer
- addChildren(AbstractUiElement) - Method in interface com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement.UiElementContainer
-
Adds a UI element.
- addChildren(AbstractUiElement) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentHorizontalLayout
- addChildren(AbstractUiElement) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentVerticalLayout
- addClassInfoLight(XMLEventWriter, XMLEventFactory, AbstractElementField) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractFormInstanceCreator
- addClickEventListener(ClickEvent.ClickEventListener) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
Adds a click event listener.
- addClickEventListener(ClickEvent.ClickEventListener) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapNode
-
Adds a click event listener.
- addClickEventListener(ClickEvent.ClickEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- addClickEventListener(ClickEvent.ClickEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode
- addCollapseListener(ComponentEventListener<TreeLayout.CollapseEvent>) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayout
- addComponent(Component) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapOverlayView
-
Adds a component.
- addComponent(Component) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.ViewOverlayView
- addComponent(Component) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsOverlayView
- addConditions(Integer) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- addConfigurationValue(String, Object) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Adds (or replaces) the value of a configuration variable.
- addDeleteObjectListener(ComponentEventListener<MplsTools.DeleteObjectEvent>) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools
- addDeleteObjectListener(ComponentEventListener<SdhTools.DeleteObjectEvent>) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools
- addDeleteObjectPermanentlyObjectListener(ComponentEventListener<MplsTools.DeleteObjectPermanentlyEvent>) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools
- addDeleteObjectPermanentlyObjectListener(ComponentEventListener<SdhTools.DeleteObjectPermanentlyEvent>) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools
- AddDetectConnectionsListener(ComponentEventListener<MplsTools.DetectConnectionsEvent>) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools
- AddDetectConnectionsListener(ComponentEventListener<SdhTools.DetectConnectionsEvent>) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools
- addEdge(E, MxGraphEdge) - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
-
add the given edge in the canvas
- addEdge(E, String, N, N, List<Point>, String, String) - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
-
creates a new edge in the canvas
- addEdge(E, String, N, N, List<Point>, String, String, String) - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
-
creates a new edge in the canvas
- addEdge(E, N, N, MxGraphEdge) - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
-
add the given edge in the canvas
- addEdge(AbstractViewEdge) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.ViewMap
-
Adds an edge to the map.
- addEdge(BusinessObjectLight, BusinessObjectLight, BusinessObjectLight, Properties) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsView
- addEdge(BusinessObjectLight, BusinessObjectLight, BusinessObjectLight, Properties) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantView
- addEdge(BusinessObjectLight, BusinessObjectLight, BusinessObjectLight, Properties) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhView
- addEdge(BusinessObjectLight, BusinessObjectLight, BusinessObjectLight, Properties) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractView
-
Adds an edge to views that are not generated automatically.
- addEdge(BusinessObjectLight, BusinessObjectLight, BusinessObjectLight, Properties) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.FiberSplitterView
- addEdge(BusinessObjectLight, BusinessObjectLight, BusinessObjectLight, Properties) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.ObjectView
- addEdge(BusinessObjectLight, BusinessObjectLight, BusinessObjectLight, Properties) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalPathView
- addEdge(BusinessObjectLight, BusinessObjectLight, BusinessObjectLight, Properties) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalTreeView
- addEdge(BusinessObjectLight, BusinessObjectLight, BusinessObjectLight, Properties) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- addEdge(BusinessObjectLight, BusinessObjectLight, BusinessObjectLight, Properties) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.SpliceBoxView
- addEdge(BusinessObjectLight, BusinessObjectLight, BusinessObjectLight, Properties) - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyView
- addEdge(BusinessObjectViewEdge) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Adds an edge to map.
- addEdge(BusinessObjectViewEdge) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- addEventListener(Wizard.WizardEventListener) - Method in class org.neotropic.util.visual.wizard.Wizard
- AddExistingConnectionEvent(MplsTools, boolean) - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools.AddExistingConnectionEvent
- AddExistingConnectionEvent(SdhTools, boolean) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools.AddExistingConnectionEvent
- AddExistingConnectionListener(ComponentEventListener<MplsTools.AddExistingConnectionEvent>) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools
- AddExistingConnectionListener(ComponentEventListener<SdhTools.AddExistingConnectionEvent>) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools
- addExpandListener(ComponentEventListener<TreeLayout.ExpandEvent>) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayout
- addFilterDefinition(String, FilterDefinition) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Adds or replaces an entry of a single filter in all the filter definitions index for a class.
- addGridRow(XMLEventWriter, XMLEventFactory, List<Object>) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractFormInstanceCreator
- addHeatmap(ViewHeatmap) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Adds a heatmap to be displayed by the map provider.
- addHeatmap(ViewHeatmap) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- addHierarchyColumn(ValueProvider<T, ?>, ValueProvider<T, ?>, ValueProvider<T, ?>) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTree
- addI18nListener(I18nListener) - Method in class org.neotropic.kuwaiba.core.i18n.session.I18nManagerService
- addIdleEventListener(MapProvider.IdleEvent.IdleEventListener) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Adds an idle event listener.
- addIdleEventListener(MapProvider.IdleEvent.IdleEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- addIPAddress(String, String, List<StringPair>, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Adds an IP address to a Subnet
- addIPAddress(String, String, List<StringPair>, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- addIPAddressToFolder(String, HashMap<String, String>) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
creates an IP address that has no subnet parent as direct child of a folder
- addIPAddressToSubnet(String, String, HashMap<String, String>) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
creates an IP address inside a subnet
- AddIpAddrToFolderAction - Class in com.neotropic.kuwaiba.modules.commercial.ipam.actions
-
Adds a new IP address to a folder
- AddIpAddrToFolderAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.actions.AddIpAddrToFolderAction
- AddIpAddrToFolderVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.ipam.actions
-
Visual wrapper of a new business object action.
- AddIpAddrToFolderVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.actions.AddIpAddrToFolderVisualAction
- AddIpAddrToSubnetAction - Class in com.neotropic.kuwaiba.modules.commercial.ipam.actions
-
Adds a new IP address to a subnet
- AddIpAddrToSubnetAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.actions.AddIpAddrToSubnetAction
- AddIpAddrToSubnetVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.ipam.actions
-
Visual wrapper of a new business object action.
- AddIpAddrToSubnetVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.actions.AddIpAddrToSubnetVisualAction
- addJoin(ExtendedQuery) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- addMenuDialog(PaperDialog) - Method in class org.neotropic.util.visual.menu.MenuLayout
- addMenuItem(T, String, String, Runnable) - Method in class org.neotropic.util.visual.menu.MenuButton
- addMouseMoveEventListener(MapProvider.MouseMoveEvent.MouseMoveEventListener) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Adds a mouse move event listener.
- addMouseMoveEventListener(MapProvider.MouseMoveEvent.MouseMoveEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- addNewConnectionListener(ComponentEventListener<MplsTools.NewConnectionEvent>) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools
- addNewConnectionListener(ComponentEventListener<SdhTools.NewConnectionEvent>) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools
- addNewObjectListener(ComponentEventListener<MplsTools.NewObjectEvent>) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools
- addNewObjectListener(ComponentEventListener<PaperDialogAddObject.NewObjectEvent>) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.tools.PaperDialogAddObject
- addNewObjectListener(ComponentEventListener<PaperDialogAddObject.NewObjectEvent>) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.tools.PaperDialogAddObject
- addNewObjectListener(ComponentEventListener<SdhTools.NewObjectEvent>) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools
- addNewObjectListener(ComponentEventListener<LayoutEditorSearch.NewObjectEvent>) - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.tools.LayoutEditorSearch
- addNewObjectListener(ComponentEventListener<TopologySearch.NewObjectEvent>) - Method in class org.neotropic.kuwaiba.modules.optional.topoman.tools.TopologySearch
- addNewObjectListener(ComponentEventListener<TopologyViewSearch.NewObjectEvent>) - Method in class org.neotropic.kuwaiba.modules.optional.topoman.widgets.TopologyViewSearch
- addNewObjectListener(ComponentEventListener<PaperDialogAddObject.NewObjectEvent>) - Method in class org.neotropic.util.visual.paperdialog.PaperDialogAddObject
- addNode(N, MxGraphNode) - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
-
add the given node in the canvas
- addNode(N, String, int, int, String) - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
-
Create and add a new node in the canvas
- addNode(AbstractViewNode) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.ViewMap
-
Adds a node to the map.
- addNode(BusinessObjectLight, Properties) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsView
- addNode(BusinessObjectLight, Properties) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantView
- addNode(BusinessObjectLight, Properties) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhView
- addNode(BusinessObjectLight, Properties) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractView
-
Adds a node to views that are not generated automatically.
- addNode(BusinessObjectLight, Properties) - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- addNode(BusinessObjectLight, Properties) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.FiberSplitterView
- addNode(BusinessObjectLight, Properties) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.ObjectView
- addNode(BusinessObjectLight, Properties) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalPathView
- addNode(BusinessObjectLight, Properties) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalTreeView
- addNode(BusinessObjectLight, Properties) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- addNode(BusinessObjectLight, Properties) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.SpliceBoxView
- addNode(BusinessObjectLight, Properties) - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyView
- addNode(BusinessObjectViewNode) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Adds a node to map.
- addNode(BusinessObjectViewNode) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- addObjectsToFavoritesFolder(String[], String[], long, long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Associates a list of objects to an existing favorites folder
- addObjectsToFavoritesFolder(String[], String[], long, long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- addObjectTofavoritesFolder(String, String, long, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Adds an object to the favorites folder
- addObjectTofavoritesFolder(String, String, long, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- addOverlayView(ViewOverlayView) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Adds a view overlay view to be displayed by the ma provider.
- addOverlayView(ViewOverlayView) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- addParentToSpecialObject(String, String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Breaks the special hierarchy to enable special children to have more than one parent.
- addParentToSpecialObject(String, String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- addPathChangedEventListener(PathChangedEvent.PathChangedEventListener) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
Adds a path changed event listener.
- addPathChangedEventListener(PathChangedEvent.PathChangedEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- addPositionChangedEventListener(PositionChangedEvent.PositionChangedEventListener) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapNode
-
Adds position changed event listener.
- addPositionChangedEventListener(PositionChangedEvent.PositionChangedEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode
- addPossibleChildren(long, long[]) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Adds to a given class a list of possible children classes whose instances can be contained using the class id to find the parent class
- addPossibleChildren(long, long[]) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- addPossibleChildren(String, String[]) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Adds to a given class a list of possible children classes whose instances can be contained using the class name to find the parent class
- addPossibleChildren(String, String[]) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- addPossibleChildren(String, String[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Adds possible children to a given class using its name as argument.
- addPossibleChildren(String, String[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- addPossibleChildrenForClassWithId(long, long[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Adds possible children to a given class using its id as argument.
- addPossibleChildrenForClassWithId(long, long[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- addPossibleSpecialChildren(long, long[]) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
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 class
- addPossibleSpecialChildren(long, long[]) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- addPossibleSpecialChildren(String, String[]) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
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 class
- addPossibleSpecialChildren(String, String[]) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- addPossibleSpecialChildren(String, String[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Adds special possible children to a given class using its name.
- addPossibleSpecialChildren(String, String[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- addPossibleSpecialChildrenWithId(long, long[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Adds possible special children to a given class using its id as argument.
- addPossibleSpecialChildrenWithId(long, long[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- addProject(String, String, String, String[], String[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Adds a Project
- addProject(String, String, String, String[], String[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- addPropertyChangeListener(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- addPropertyValueChangedListener(PropertySheet.IPropertyValueChangedListener) - Method in class org.neotropic.util.visual.properties.PropertySheet
- addRemoteObjectLight(XMLEventWriter, XMLEventFactory, Object) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractFormInstanceCreator
- addRightClickEventListener(MapProvider.RightClickEvent.RightClickEventListener) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Adds a right click event listener.
- addRightClickEventListener(MapProvider.RightClickEvent.RightClickEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- addRightClickEventListener(RightClickEvent.RightClickEventListener) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
Adds a right click event listener.
- addRightClickEventListener(RightClickEvent.RightClickEventListener) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapNode
-
Adds a right click event listener.
- addRightClickEventListener(RightClickEvent.RightClickEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- addRightClickEventListener(RightClickEvent.RightClickEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode
- addRow(String[]) - Method in class org.neotropic.kuwaiba.modules.optional.reports.javascript.DataTable
- addRow(List<Object>) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- addRow(List<Object>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQueryResult
- addRow(BusinessObjectLight, BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.CellPortSelector
- addRow(BusinessObjectLight, BusinessObjectLight) - Method in class org.neotropic.util.visual.selectors.BusinessObjectSelector
- addSaveViewListener(ComponentEventListener<MplsTools.SaveViewEvent>) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools
- addSaveViewListener(ComponentEventListener<SdhTools.SaveViewEvent>) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools
- addSelectedObjectChangeListener(ComponentEventListener<CellPortSelector.SelectedObjectChangeEvent>) - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.CellPortSelector
- addSelectedObjectChangeListener(ComponentEventListener<BusinessObjectSelector.SelectedObjectChangeEvent>) - Method in class org.neotropic.util.visual.selectors.BusinessObjectSelector
- addSelectObjectListener(ComponentEventListener<DialogIpamSearch.SelectObjectEvent>) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.explorers.DialogIpamSearch
- addSelectObjectListener(ComponentEventListener<MplsTools.SelectObjectEvent>) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools
- addSelectObjectListener(ComponentEventListener<PaperDialogSearchObject.SelectObjectEvent>) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.tools.PaperDialogSearchObject
- addSelectObjectListener(ComponentEventListener<PaperDialogSearchObject.SelectObjectEvent>) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.tools.PaperDialogSearchObject
- addSelectObjectListener(ComponentEventListener<SdhTools.SelectObjectEvent>) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools
- addSelectObjectListener(ComponentEventListener<DialogNavigationSearch.SelectObjectEvent>) - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.DialogNavigationSearch
- addSelectObjectListener(ComponentEventListener<DialogServiceManagerSearch.SelectObjectEvent>) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.explorers.DialogServiceManagerSearch
- addSelectObjectListener(ComponentEventListener<PaperDialogSearchObject.SelectObjectEvent>) - Method in class org.neotropic.util.visual.paperdialog.PaperDialogSearchObject
- addSliderValueChangingListener(ComponentEventListener<PaperSlider.SliderValueChangingEvent>) - Method in class org.neotropic.util.visual.slider.PaperSlider
- addUpstreamClassHierarchy(String, List<ClassMetadataLight>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Adds or replaces an entry in the upstream class hierarchy index.
- addUserToGroup(long, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Adds a user to a group
- addUserToGroup(long, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- addUserToGroup(long, long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Adds a user to a group
- addUserToGroup(long, long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- addValidator(RemoteValidator) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLight
- addValidatorDefinitions(String, List<ValidatorDefinition>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Adds or replaces an entry in the validator definitions index.
- addVisibleAttributeName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- addZoomChangedEventListener(MapProvider.ZoomChangedEvent.ZoomChangedEventListener) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Adds a zoom changed event listener.
- addZoomChangedEventListener(MapProvider.ZoomChangedEvent.ZoomChangedEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- AdvancedActionsRegistry - Class in org.neotropic.kuwaiba.core.apis.integration.modules.actions
-
All inventory-object related actions from all modules must be registered here at module startup.
- AdvancedActionsRegistry() - Constructor for class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AdvancedActionsRegistry
- AdvancedEditorDialog - Class in org.neotropic.util.visual.properties
-
Dialog that allows editing for properties that support the advanced editor
- AdvancedEditorDialog(AbstractProperty, TranslationService) - Constructor for class org.neotropic.util.visual.properties.AdvancedEditorDialog
- aem - Variable in class com.neotropic.kuwaiba.modules.commercial.mpls.actions.DeleteMplsViewVisualAction
-
Reference to the application entity manager.
- aem - Variable in class com.neotropic.kuwaiba.modules.commercial.mpls.actions.NewMplsViewVisualAction
-
Reference to the application entity manager.
- aem - Variable in class com.neotropic.kuwaiba.modules.commercial.sdh.actions.DeleteSdhViewVisualAction
-
Reference to the application entity manager.
- aem - Variable in class com.neotropic.kuwaiba.modules.commercial.sdh.actions.NewSdhViewVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
-
Reference to the metadata entity manager.
- aem - Variable in class org.neotropic.kuwaiba.core.apis.persistence.application.Filter
-
Reference to the Application Entity Manager.
- aem - Variable in class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariablesPoolVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariableVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.core.configuration.variables.actions.NewConfigurationVariablesPoolVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.core.configuration.variables.actions.NewConfigurationVariableVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.DeleteAttributeVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.DeleteClassVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.NewAttributeVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.NewClassVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.core.ltman.actions.DeleteListTypeItemVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.core.ltman.actions.NewListTypeItemVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.core.queries.actions.DeleteScriptedQueryPoolVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.core.queries.actions.DeleteScriptVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.core.queries.actions.NewScriptedQueryPoolVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.core.queries.actions.NewScriptedQueryVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateItemVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateSubItemVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewBulkTemplateItemVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewBulkTemplateSpecialItemVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateItemVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateSpecialItemVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.core.userman.actions.DeleteGroupVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.core.userman.actions.DeleteUserVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.core.userman.actions.NewGroupVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.core.userman.actions.NewUserVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractConnectivityActionBuilder
- aem - Variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.actions.DeleteLayoutViewVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.actions.NewLayoutViewVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.optional.pools.actions.DeletePoolVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.optional.pools.actions.NewPoolItemVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.optional.pools.actions.NewPoolVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.optional.reports.actions.DeleteParameterVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.optional.reports.actions.DeleteReportVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.optional.reports.actions.NewClassReportVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.optional.reports.actions.NewInventoryReportVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.optional.reports.actions.NewParameterVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteCustomerVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteServiceVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewCustomerVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskParameterVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskUserVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.optional.taskman.actions.NewTaskParameterVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.optional.taskman.actions.NewTaskUserVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.optional.topoman.actions.DeleteTopologyViewVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.kuwaiba.modules.optional.topoman.actions.NewTopologyViewVisualAction
-
Reference to the application entity manager.
- aem - Variable in class org.neotropic.util.visual.general.ModuleLayout
-
Reference to the Application Entity Manager so we can check if the Vaadin session is still valid.
- aem - Variable in class org.neotropic.util.visual.widgets.AbstractDashboardWidget
-
Reference to the Application Entity Manager.
- Alignment() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property.Alignment
- Alignment() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property.Alignment
- ALIGNMENT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property
- ALIGNMENT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property
- ALL_PARAM_CLASSES - Static variable in class org.neotropic.kuwaiba.core.configuration.filters.actions.NewFilterDefinitionVisualAction
- AllBuildingsMapWidget - Class in com.neotropic.kuwaiba.modules.commercial.ospman.widgets
-
A map with all GenericPhysicalNode instances with a valid
latitude
andlongitude
attribute values. - AllBuildingsMapWidget(ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService, ResourceFactory) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.AllBuildingsMapWidget
- AlphabeticLowercaseSequence - Class in org.neotropic.kuwaiba.core.persistence.reference.naming.util
-
Class to get an ascending alphabetic lowercase sequence, given the start and end of the sequence
- AlphabeticLowercaseSequence(String) - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.naming.util.AlphabeticLowercaseSequence
- AlphabeticLowercaseSequence(String, String) - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.naming.util.AlphabeticLowercaseSequence
- AlphabeticUppercaseSequence - Class in org.neotropic.kuwaiba.core.persistence.reference.naming.util
-
Class to get an ascending alphabetic uppercase sequence, given the start and end of the sequence
- AlphabeticUppercaseSequence(String) - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.naming.util.AlphabeticUppercaseSequence
- AnnotatedBusinessObjectLight - Class in org.neotropic.kuwaiba.core.apis.persistence.business
-
When an object is related to another using a special relationship, the other side of the relationship can be retrieved using the method BusinessEntityManager.getSpecialAttribute or BusinessEntityManager.getSpecialAttributes.
- AnnotatedBusinessObjectLight(BusinessObjectLight, Map<String, Object>) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.business.AnnotatedBusinessObjectLight
- Application - Class in org.neotropic.kuwaiba.web
-
Application entry point.
- Application() - Constructor for class org.neotropic.kuwaiba.web.Application
- Application.Bootstrap - Class in org.neotropic.kuwaiba.web
- ApplicationEntityManager - Interface in org.neotropic.kuwaiba.core.apis.persistence.application
-
This is the entity in charge of manipulating application objects such as users, views, etc
- ApplicationEntityManagerImpl - Class in org.neotropic.kuwaiba.core.persistence.reference.neo4j
-
Application Entity Manager reference implementation
- ApplicationEntityManagerImpl() - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- ApplicationLogEntry - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Wrapper of ActivityLogEntry
- ApplicationLogEntry() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.ApplicationLogEntry
- ApplicationLogEntry(long, long, int, String, long, String, String, String, String) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.ApplicationLogEntry
- ApplicationLogEntry(ActivityLogEntry) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.ApplicationLogEntry
- ApplicationObjectNotFoundException - Exception in org.neotropic.kuwaiba.core.apis.persistence.exceptions
-
Thrown if an application object cannot be found (an instance of User, Group or View)
- ApplicationObjectNotFoundException(String) - Constructor for exception org.neotropic.kuwaiba.core.apis.persistence.exceptions.ApplicationObjectNotFoundException
- appliesTo() - Method in class org.neotropic.kuwaiba.core.apis.integration.external.services.AbstractInventoryExternalService
-
Defines the inventory object types whose can run this external service.
- appliesTo() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualInventoryAction
-
Tells the system what inventory objects support said action.
- appliesTo() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractExplorerWidget
-
Tells the consumer what type of objects the explorer is suitable for.
- appliesTo() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractObjectRelatedViewWidget
-
Indicates what inventory objects can be represented graphically using the toolkit.
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.NewSyncDataSourceConfigurationVisualAction
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.AttachmentExplorer
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.AuditTrailExplorer
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.RelationshipExplorer
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.SpecialChildrenExplorer
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.core.navigation.filters.Filter
-
Returns the class whose instances the view applies to.
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.core.navigation.filters.LocationFilter
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.core.navigation.filters.OnlyPortsFilter
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.optional.contactman.widgets.NewContactForCustomerAction
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.actions.ManagePortMirroringVisualAction
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.FiberSplitterViewWidget
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.ObjectViewWidget
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.PhysicalPathViewWidget
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.PhysicalTreeViewWidget
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.RackViewWidget
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.SpliceBoxViewWidget
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteCustomerPoolVisualAction
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteCustomerVisualAction
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteServicePoolVisualAction
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteServiceVisualAction
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewCustomerPoolVisualAction
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewCustomerVisualAction
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewServicePoolVisualAction
- appliesTo() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewServiceVisualAction
- apply(String) - Method in class org.neotropic.util.visual.icons.ClassNameIconGenerator
- apply(ClassMetadataLight) - Method in class org.neotropic.util.visual.icons.ClassMetadataIconGenerator
- apply(BusinessObjectViewNode) - Method in class org.neotropic.kuwaiba.visualization.api.ViewNodeIconGenerator
- apply(AbstractNode) - Method in class org.neotropic.util.visual.icons.BasicTreeNodeIconGenerator
- apply(T) - Method in class org.neotropic.util.visual.icons.IconGenerator
-
Gets a stream resource for the item
- AREA - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- AREA - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- ArraySizeMismatchException - Exception in org.neotropic.kuwaiba.core.apis.persistence.exceptions
-
Thrown when the size of two (or more arrays) does not match, but should
- ArraySizeMismatchException(String...) - Constructor for exception org.neotropic.kuwaiba.core.apis.persistence.exceptions.ArraySizeMismatchException
- Artifact - Class in org.neotropic.kuwaiba.core.apis.persistence.application.processman
-
Every process activity has at least one artifact.
- Artifact(String, String, String, byte[], List<StringPair>, long, long) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Artifact
- ArtifactComponent - Class in com.neotropic.kuwaiba.modules.commercial.processman.wdw
-
Component to render an artifact.
- ArtifactComponent(ArtifactDefinition, Artifact) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.wdw.ArtifactComponent
- ArtifactDefinition - Class in org.neotropic.kuwaiba.core.apis.persistence.application.processman
-
Represents an artifact associated to an activity.
- ArtifactDefinition(long, String, String, String, int, byte[], Boolean, String, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- asByteArray() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.InventoryReport
-
Returns the result of the report as a by array
- asByteArray() - Method in class org.neotropic.kuwaiba.modules.optional.reports.defaults.RawReport
- asByteArray() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLReport
- asHashMap() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectRelatedObjects
-
Organizes the relationships as a HashMap object
- asHashMap() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectSpecialRelationships
-
Organizes the relationships as a HashMap object
- asHashMap(List<StringPair>) - Static method in class org.neotropic.kuwaiba.core.apis.persistence.util.StringPair
-
Converts a
StringPair
list to aHashMap
. - asHTML() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLBr
- asHTML() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLColumn
- asHTML() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLColumnHeader
- asHTML() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
-
A string representing the resulting HTML document.
- asHTML() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLDiv
- asHTML() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLHx
- asHTML() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLImage
- asHTML() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLMessage
- asHTML() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLPlainJQueryScript
- asHTML() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLReport
- asHTML() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLRow
- asHTML() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLTable
- asRemoteActivityDefinition(ActivityDefinition) - Static method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- asRemoteKpi(Kpi) - Static method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpi
- asRemoteKpiAction(KpiAction) - Static method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpiAction
- asRemoteKpiActions(List<KpiAction>) - Static method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpiAction
- asRemoteKpis(List<Kpi>) - Static method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpi
- AssetLevelCorrelatedInformation - Class in com.neotropic.kuwaiba.modules.commercial.impact
-
Groups an inventory object and the services (and corresponding services) somehow related to it.
- AssetLevelCorrelatedInformation(List<BusinessObject>, List<ServiceLevelCorrelatedInformation>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.impact.AssetLevelCorrelatedInformation
- associateObjectsToContract(String[], String[], String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Associates a list of objects (instances of a subclass of InventoryObject) to an existing contract (most probably a support contract)
- associateObjectsToContract(String[], String[], String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- associateObjectsToProject(String, String, String[], String[]) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsService
-
Associates objects to a Project
- associateObjectsToProject(String, String, String[], String[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Associates a set of objects with a Project
- associateObjectsToProject(String, String, String[], String[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- associateObjectsToService(String[], String[], String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Associates a list of objects (resources) to an existing service
- associateObjectsToService(String[], String[], String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- associateObjectToProject(String, String, String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsService
-
Associates an object to a Project
- associateObjectToProject(String, String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Associates an object to a Project
- associateObjectToProject(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- AssociateObjectToProjectAction - Class in com.neotropic.kuwaiba.modules.commercial.planning.projects.actions
-
Associate the objects to the projects.
- AssociateObjectToProjectAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.AssociateObjectToProjectAction
- AssociateObjectToProjectVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.planning.projects.actions
-
Visual wrapper of associate object action.
- AssociateObjectToProjectVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.AssociateObjectToProjectVisualAction
- associateObjectToProxy(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerService
-
Associates an inventory object to an inventory proxy.
- associateObjectToProxy(String, String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Associates an inventory object to an inventory proxy.
- associateObjectToProxy(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- AssociateObjectToProxyAction - Class in org.neotropic.kuwaiba.core.configuration.proxies.actions
-
Associate the objects to the proxies.
- AssociateObjectToProxyAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.proxies.actions.AssociateObjectToProxyAction
- AssociateObjectToProxyVisualAction - Class in org.neotropic.kuwaiba.core.configuration.proxies.actions
-
Visual wrapper of associate object action.
- AssociateObjectToProxyVisualAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.proxies.actions.AssociateObjectToProxyVisualAction
- associateObjectToService(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Associates an inventory object to a service.
- associateObjectToService(String, String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Associates an object (a resource) to an existing service
- associateObjectToService(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- AssociateObjectToServiceAction - Class in org.neotropic.kuwaiba.modules.optional.serviceman.actions
-
Associate the objects to the services.
- AssociateObjectToServiceAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.actions.AssociateObjectToServiceAction
- AssociateObjectToServiceVisualAction - Class in org.neotropic.kuwaiba.modules.optional.serviceman.actions
-
Visual wrapper of associate object action.
- AssociateObjectToServiceVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.actions.AssociateObjectToServiceVisualAction
- associatePhysicalNodeToWarehouse(String, String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Associates an object (a resource) to an existing warehouse or virtual warehouse
- associatePhysicalNodeToWarehouse(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- AssociateProjectAction - Class in org.neotropic.kuwaiba.core.configuration.proxies.actions
-
Associate the projects to the proxies.
- AssociateProjectAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.proxies.actions.AssociateProjectAction
- associateProjectToProxy(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerService
-
Associates an project to an inventory proxy.
- AssociateProjectVisualAction - Class in org.neotropic.kuwaiba.core.configuration.proxies.actions
-
Visual wrapper of associate project action.
- AssociateProjectVisualAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.proxies.actions.AssociateProjectVisualAction
- associatesPhysicalNodeToWarehouse(String[], String[], String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Associates a list of objects (resources) to an existing warehouse or virtual warehouse
- associatesPhysicalNodeToWarehouse(String[], String[], String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- AttachFileAction - Class in org.neotropic.kuwaiba.modules.core.navigation.actions
- AttachFileAction() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.actions.AttachFileAction
- attachFileToListTypeItem(String, String, byte[], String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Relates a file to a list type item
- attachFileToListTypeItem(String, String, byte[], String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- attachFileToObject(String, String, byte[], String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Relates a file to an inventory object
- attachFileToObject(String, String, byte[], String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- attachFileToObject(String, String, byte[], String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Attaches a file to an inventory object
- attachFileToObject(String, String, byte[], String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- ATTACHMENT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute.DataType
- ATTACHMENT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute.DataType
- AttachmentArtifactRenderer - Class in com.neotropic.kuwaiba.modules.commercial.processman.artifacts
- AttachmentArtifactRenderer() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.artifacts.AttachmentArtifactRenderer
- AttachmentExplorer - Class in org.neotropic.kuwaiba.modules.core.navigation.explorers
-
An explorer that allows the user to see the file attachments related to an inventory object.
- AttachmentExplorer() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.explorers.AttachmentExplorer
- attachSourceNode(AbstractViewEdge, AbstractViewNode) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.ViewMap
-
Sets the source node of a connection (edge).
- attachTargetNode(AbstractViewEdge, AbstractViewNode) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.ViewMap
-
Sets the target node of a connection (edge).
- ATTR_LAT - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.api.OspConstants
-
XML Outside Plant View attribute lat
- ATTR_LATITUDE - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.api.OspConstants
-
Object class attribute latitude.
- ATTR_LON - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.api.OspConstants
-
XML Outside Plant View attribute lon
- ATTR_LONGITUDE - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.api.OspConstants
-
Object class attribute longitude.
- Attribute() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- Attribute() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- ATTRIBUTE_MODEL - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- ATTRIBUTE_MODIFIER_ADMINISTRATIVE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Application modifier for attributes used for administrative purposes only
- ATTRIBUTE_MODIFIER_NOCOPY - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Application modifier for attributes that shouldn't be copied
- ATTRIBUTE_MODIFIER_NOSERIALIZE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Application modifier for attributes that shouldn't be serialized
- ATTRIBUTE_MODIFIER_READONLY - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Application modifier for attributes that can't be modified
- ATTRIBUTE_MODIFIER_VISIBLE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Application modifier for attributes that shouldn't be visible
- AttributeDefinitionSet() - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl.AttributeDefinitionSet
- AttributeMetadata - Class in org.neotropic.kuwaiba.core.apis.persistence.metadata
-
Contains the detailed metadata information about a class attribute
- AttributeMetadata() - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- AttributeMetadata(long, String, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- AuditTrailExplorer - Class in org.neotropic.kuwaiba.modules.core.navigation.explorers
-
Shows audit trail associated to a given object.
- AuditTrailExplorer() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.explorers.AuditTrailExplorer
- AuditTrailLayout - Class in org.neotropic.kuwaiba.modules.core.audittrail
-
The definition of the Audit Trail layout.
- AuditTrailLayout() - Constructor for class org.neotropic.kuwaiba.modules.core.audittrail.AuditTrailLayout
- AuditTrailModule - Class in org.neotropic.kuwaiba.modules.core.audittrail
-
The definition of the Audit Trail module.
- AuditTrailModule() - Constructor for class org.neotropic.kuwaiba.modules.core.audittrail.AuditTrailModule
- AuditTrailUI - Class in org.neotropic.kuwaiba.modules.core.audittrail
-
Main for the Audit Trail module.
- AuditTrailUI() - Constructor for class org.neotropic.kuwaiba.modules.core.audittrail.AuditTrailUI
- AuthenticationException - Exception in org.neotropic.kuwaiba.core.authentication
-
Thrown when an authentication process fails.
- AuthenticationException(String) - Constructor for exception org.neotropic.kuwaiba.core.authentication.AuthenticationException
- AuthenticationService - Class in org.neotropic.kuwaiba.core.authentication
-
Provides methods
- AuthenticationService() - Constructor for class org.neotropic.kuwaiba.core.authentication.AuthenticationService
- author - Variable in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.InventoryReport
-
Author of the script.
- automatedSync(List<AbstractDataEntity>) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.BridgeDomainSyncProvider
- automatedSync(List<AbstractDataEntity>) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractSyncProvider
-
Implement this method if the supervised synchronization process won't be associated to a single object in the inventory, for example, if you want to see what virtual circuits were re-routed after switching to a backup link during a network failure
- automatedSync(PollResult) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.BridgeDomainSyncProvider
- automatedSync(PollResult) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractSyncProvider
-
Implement this method if the supervised synchronization process will be associated to an object in the inventory, for example, you will retrieve the hardware information about a network element and find what has changed overnight.
- AvailableContainerLinkPosition - Class in com.neotropic.kuwaiba.modules.commercial.sdh.api
-
A class representing a timeslot in a ContainerLink
- AvailableContainerLinkPosition(int, BusinessObjectLight) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.api.AvailableContainerLinkPosition
- AvailableTransportLinkPosition - Class in com.neotropic.kuwaiba.modules.commercial.sdh.api
-
A class representing a timeslot in a TransportLink
- AvailableTransportLinkPosition(int, BusinessObjectLight) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.api.AvailableTransportLinkPosition
B
- BasicStyleEditor - Class in org.neotropic.kuwaiba.visualization.mxgraph
-
Basic property editor for mxGraph components
- BasicStyleEditor(TranslationService) - Constructor for class org.neotropic.kuwaiba.visualization.mxgraph.BasicStyleEditor
- BasicStyleEditor(TranslationService, ArrayList) - Constructor for class org.neotropic.kuwaiba.visualization.mxgraph.BasicStyleEditor
- BasicTree<T extends AbstractNode> - Class in org.neotropic.util.visual.tree
-
A tree that extends the features of the Tree Grid and makes use of the Nodes API
- BasicTree(HierarchicalDataProvider<T, Void>, IconGenerator<T>) - Constructor for class org.neotropic.util.visual.tree.BasicTree
- BasicTreeNodeIconGenerator - Class in org.neotropic.util.visual.icons
-
Implementation that provides the ability to generate small icons for nodes in trees it generates small icon for objec
- BasicTreeNodeIconGenerator(AbstractResourceFactory) - Constructor for class org.neotropic.util.visual.icons.BasicTreeNodeIconGenerator
- beforeEnter(BeforeEnterEvent) - Method in class org.neotropic.kuwaiba.web.ui.ErrorUI
- beforeEnter(BeforeEnterEvent) - Method in class org.neotropic.kuwaiba.web.ui.LoginUI
- BELONGS_TO_CATEGORY - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- BELONGS_TO_GROUP - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- bem - Variable in class com.neotropic.kuwaiba.modules.commercial.mpls.actions.DeleteMplsViewVisualAction
-
Reference to the business entity manager.
- bem - Variable in class com.neotropic.kuwaiba.modules.commercial.mpls.actions.NewMplsViewVisualAction
-
Reference to the business entity manager.
- bem - Variable in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowNewContainer
-
Reference to the Business Entity Manager
- bem - Variable in class com.neotropic.kuwaiba.modules.commercial.sdh.actions.DeleteSdhViewVisualAction
-
Reference to the business entity manager.
- bem - Variable in class com.neotropic.kuwaiba.modules.commercial.sdh.actions.NewSdhViewVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
-
Reference to the metadata entity manager.
- bem - Variable in class org.neotropic.kuwaiba.core.apis.persistence.application.Filter
-
Reference to the Business Entity Manager.
- bem - Variable in class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariablesPoolVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariableVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.core.configuration.variables.actions.NewConfigurationVariablesPoolVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.core.configuration.variables.actions.NewConfigurationVariableVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.DeleteAttributeVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.DeleteClassVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.NewAttributeVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.NewClassVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.core.ltman.actions.DeleteListTypeItemVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.core.ltman.actions.NewListTypeItemVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.core.queries.actions.NewScriptedQueryPoolVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.core.queries.actions.NewScriptedQueryVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.core.userman.actions.NewGroupVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.core.userman.actions.NewUserVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractConnectivityActionBuilder
- bem - Variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.actions.DeleteLayoutViewVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.actions.NewLayoutViewVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.optional.pools.actions.DeletePoolVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.optional.pools.actions.NewPoolItemVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.optional.pools.actions.NewPoolVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.optional.reports.actions.DeleteReportVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.optional.reports.actions.NewClassReportVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.optional.reports.actions.NewInventoryReportVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteCustomerVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteServiceVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewCustomerVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewServicePoolVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.optional.topoman.actions.DeleteTopologyViewVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.kuwaiba.modules.optional.topoman.actions.NewTopologyViewVisualAction
-
Reference to the business entity manager.
- bem - Variable in class org.neotropic.util.visual.widgets.AbstractDashboardWidget
-
Reference to the Business Entity Manager.
- BETWEEN - org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter.Criteria
- BETWEEN - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
-
Between comparison (used for numbers and dates)
- BETWEEN - Static variable in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
-
Between comparison (used for numbers and dates)
- BOLD - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute.StyleName
- BOLD - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute.StyleName
- BoldLabel - Class in org.neotropic.util.visual.general
-
Custom bold text label
- BoldLabel() - Constructor for class org.neotropic.util.visual.general.BoldLabel
- BoldLabel(String) - Constructor for class org.neotropic.util.visual.general.BoldLabel
- BOOLEAN - org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractDataEntity.DATA_TYPE
- BOOLEAN - org.neotropic.kuwaiba.modules.optional.reports.javascript.DataTable.DataType
- BOOLEAN - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute.DataType
- BOOLEAN - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute.DataType
- BooleanFilter - Class in org.neotropic.kuwaiba.modules.core.queries.filters
- BooleanFilter(TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.core.queries.filters.BooleanFilter
- BooleanProperty - Class in org.neotropic.util.visual.properties
-
Support for Boolean properties
- BooleanProperty(String, String, String, Boolean, TranslationService) - Constructor for class org.neotropic.util.visual.properties.BooleanProperty
- BooleanProperty(String, String, String, Boolean, TranslationService, boolean) - Constructor for class org.neotropic.util.visual.properties.BooleanProperty
- BooleanProperty(String, String, String, Boolean, TranslationService, boolean, boolean, boolean) - Constructor for class org.neotropic.util.visual.properties.BooleanProperty
- Bootstrap() - Constructor for class org.neotropic.kuwaiba.web.Application.Bootstrap
- BOTTOM_CENTER - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property.Alignment
- BOTTOM_CENTER - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property.Alignment
- BOTTOM_LEFT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property.Alignment
- BOTTOM_LEFT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property.Alignment
- BOTTOM_RIGHT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property.Alignment
- BOTTOM_RIGHT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property.Alignment
- BridgeDomain - Class in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.entities
-
Entity class that represents a Cisco's bridge domain
- BridgeDomain(String) - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.entities.BridgeDomain
- BridgeDomainsASR1002Parser - Class in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.parsers
-
A parser for the output of the command "sh bridge-domain" in the Cisco ASR1002 router series
- BridgeDomainsASR1002Parser() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.parsers.BridgeDomainsASR1002Parser
- BridgeDomainsASR1006Parser - Class in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.parsers
-
A parser for the output of the command "sh bridge-domain" in the Cisco ASR1006 router series
- BridgeDomainsASR1006Parser() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.parsers.BridgeDomainsASR1006Parser
- BridgeDomainsASR9001Parser - Class in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.parsers
-
A parser for the output of the command "sh l2vpn bridge-domain" in the Cisco ASR9001 router series
- BridgeDomainsASR9001Parser() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.parsers.BridgeDomainsASR9001Parser
- BridgeDomainsASR920Parser - Class in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.parsers
-
A parser for the output of the command "sh bridge-domain" in the Cisco ASR920 router series
- BridgeDomainsASR920Parser() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.parsers.BridgeDomainsASR920Parser
- BridgeDomainsME3600Parser - Class in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.parsers
-
A parser for the output of the command "sh bridge-domain" in the Cisco ME3600 router series
- BridgeDomainsME3600Parser() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.parsers.BridgeDomainsME3600Parser
- BridgeDomainSyncProvider - Class in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi
-
This provider connects to Cisco routers via SSH, retrieves the bridge domain configuration, and creates/updates the relationships between the bridge domains and the logical/physical
- BridgeDomainSyncProvider() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.BridgeDomainSyncProvider
- build() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement.AbstractUiElement
- build() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- build(UserProfile) - Method in class org.neotropic.kuwaiba.modules.core.navigation.ObjectOptionsPanel
-
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.
- build(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractExplorerWidget
-
Creates an embeddable visual component withe the explorer.
- build(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractObjectRelatedViewWidget
-
The factory method that builds a view (a scene + container with tools).
- build(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.AttachmentExplorer
- build(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.AuditTrailExplorer
- build(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.RelationshipExplorer
- build(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.SpecialChildrenExplorer
- build(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.FiberSplitterViewWidget
- build(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.ObjectViewWidget
- build(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.PhysicalPathViewWidget
- build(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.PhysicalTreeViewWidget
- build(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.RackViewWidget
- build(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.SpliceBoxViewWidget
- build(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.widgets.ServiceDashboardFactory
- build(Wizard.Step) - Method in class org.neotropic.util.visual.wizard.Wizard
- buildAvailablePositionsList(BusinessObjectLight, List<SdhContainerLinkDefinition>) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHContainerLinkWizard.ChooseContainerLinkResourcesStep
- buildAvailablePositionsListForContainers(BusinessObjectLight, List<SdhContainerLinkDefinition>) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.ChooseTributaryLinkResourcesStep
- buildAvailablePositionsListForTransportLinks(BusinessObjectLight, List<SdhContainerLinkDefinition>) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.ChooseTributaryLinkResourcesStep
- buildClassCache() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Clears the class cache and re-built it.
- buildClassCache() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- buildExtendedHeader(Session) - Method in class org.neotropic.util.visual.general.ModuleLayout
-
Builds a header where the items are not grouped in menus.
- buildFromSavedView(byte[]) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsView
- buildFromSavedView(byte[]) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantView
-
<view version=""> <class>OSPView</class> <center lon="" lat=""></center> <zoom>0</zoom> <nodes> <node lon="" lat="" class="businessObjectClass" overlayid="">businessObjectId</node> </nodes> <edge> <edge id="" class="" asideid="" asideclass="" bsideid="" bsideclass="" overlayid=""> <controlpoint lon="" lat=""></controlpoint> </edge> </edge> </view>
- buildFromSavedView(byte[]) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhView
- buildFromSavedView(byte[]) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractView
-
Builds the view.
- buildFromSavedView(byte[]) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.FiberSplitterView
- buildFromSavedView(byte[]) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.ObjectView
- buildFromSavedView(byte[]) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalPathView
- buildFromSavedView(byte[]) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalTreeView
- buildFromSavedView(byte[]) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- buildFromSavedView(byte[]) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.SpliceBoxView
- buildFromSavedView(byte[]) - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyView
- buildGridListener() - Method in class org.neotropic.kuwaiba.modules.core.containmentman.ContainmentManagerUI
-
Adds a listener to the grid to add or remove items
- buildHeader(Session) - Method in class org.neotropic.util.visual.general.ModuleLayout
- buildHierarchicalDataProvider(String) - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.DataModelManagerUI
- buildHierarchicalDataProvider(List<BusinessObjectLight>) - Method in class com.neotropic.kuwaiba.modules.commercial.whman.WarehousesManagerUI
- buildHierarchicalDataProvider(List<BusinessObjectLight>) - Method in class org.neotropic.kuwaiba.modules.core.favorites.actions.WindowFavoritesManager
- buildHierarchicalDataProvider(List<BusinessObjectLight>) - Method in class org.neotropic.kuwaiba.modules.optional.pools.PoolsUI
- buildHierarchicalDataProvider(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.widgets.MplsDashboard
-
Function that creates a new HierarchicalDataProvider for a tree grid.
- buildHierarchicalDataProvider(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.widgets.SdhDashboard
-
Function that creates a new HierarchicalDataProvider for a tree grid.
- buildIcon(String, byte[]) - Method in class org.neotropic.util.visual.properties.PropertySheet
-
Builds an icon resource
- buildLogicalConfigurationInterfacesReport(String) - Method in class org.neotropic.kuwaiba.modules.optional.reports.defaults.DefaultReports
- buildNetworkEquipmentInLocationReport(String, String) - Method in class org.neotropic.kuwaiba.modules.optional.reports.defaults.DefaultReports
- buildSearchResultDetailsPage(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerUI.CustomerSearchResultCallback
- buildSearchResultDetailsPage(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerUI.ServiceSearchResultCallback
- buildSearchResultDetailsPage(T) - Method in interface org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerUI.SearchResultCallback
-
Given a search result, builds content to be displayed in the page.
- buildSideMenu(Session) - Method in class org.neotropic.util.visual.general.ModuleLayout
-
Builds a side menu with the options organized in categories (each category a top-level menu).
- buildTreeHierarchicalDataProvider(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTransportLinkWizard.SelectLinkEndpointsStep
-
Function that creates a new HierarchicalDataProvider for a tree grid.
- buildTreeHierarchicalDataProvider(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.SelectLinkEndpointsStep
-
Function that creates a new HierarchicalDataProvider for a tree grid.
- buildTreeHierarchicalDataProvider(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.actions.NewPhysicalConnectionWizard.SelectContainerEndpointsStep
-
Function that creates a new HierarchicalDataProvider for a tree grid.
- buildTreeHierarchicalDataProvider(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.actions.NewPhysicalConnectionWizard.SelectLinkEndpointsStep
-
Function that creates a new HierarchicalDataProvider for a tree grid.
- buildTreeHierarchicalDataProvider(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.NewPhysicalConnectionWizard.SelectContainerEndpointsStep
-
Function that creates a new HierarchicalDataProvider for a tree grid.
- buildTreeHierarchicalDataProvider(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.NewPhysicalConnectionWizard.SelectLinkEndpointsStep
-
Function that creates a new HierarchicalDataProvider for a tree grid.
- bulkUpload(byte[], int, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates many objects at once given a well formatted file.
- bulkUpload(byte[], int, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- BUSINESS_OBJECT - org.neotropic.kuwaiba.modules.core.navigation.explorers.nodes.RelationshipExplorerNode.RelationshipExplorerNodeType
- BUSINESS_OBJECT_SOURCE - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.api.OspConstants
- BUSINESS_OBJECT_TARGET - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.api.OspConstants
- BusinessEntityManager - Interface in org.neotropic.kuwaiba.core.apis.persistence.business
-
This is the entity in charge of manipulating business objects
- BusinessEntityManagerImpl - Class in org.neotropic.kuwaiba.core.persistence.reference.neo4j
-
Business entity manager reference implementation (using Neo4J as backend).
- BusinessEntityManagerImpl() - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
-
Main constructor.
- BusinessEntityManagerImpl.AttributeDefinitionSet - Class in org.neotropic.kuwaiba.core.persistence.reference.neo4j
-
This class wraps a set of attribute definitions necessary to create objects with default values
- BusinessObject - Class in org.neotropic.kuwaiba.core.apis.persistence.business
-
Contains all the attributes (and their values) of an inventory object.
- BusinessObject(String, String, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObject
- BusinessObject(String, String, String, HashMap<String, Object>) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObject
- BusinessObjectLight - Class in org.neotropic.kuwaiba.core.apis.persistence.business
-
Contains a business object basic information
- BusinessObjectLight(String, String, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLight
- BusinessObjectLight(String, String, String, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLight
-
Constructor
- BusinessObjectLightGridFilter - Class in org.neotropic.util.visual.grids
-
Filter for Grids that contains BusinessObjectLights
- BusinessObjectLightGridFilter() - Constructor for class org.neotropic.util.visual.grids.BusinessObjectLightGridFilter
- BusinessObjectLightList - Class in org.neotropic.kuwaiba.core.apis.persistence.business
-
This class represents a list of RemoteBusinessObjectLight instances.
- BusinessObjectLightList() - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLightList
- BusinessObjectList - Class in org.neotropic.kuwaiba.core.apis.persistence.business
-
This class represents a list of RemoteBusinessObject.
- BusinessObjectList() - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectList
- BusinessObjectNotFoundException - Exception in org.neotropic.kuwaiba.core.apis.persistence.exceptions
-
Thrown if you're trying to access to a non existing object
- BusinessObjectNotFoundException(String) - Constructor for exception org.neotropic.kuwaiba.core.apis.persistence.exceptions.BusinessObjectNotFoundException
- BusinessObjectNotFoundException(String, String) - Constructor for exception org.neotropic.kuwaiba.core.apis.persistence.exceptions.BusinessObjectNotFoundException
- BusinessObjectProperty - Class in org.neotropic.util.visual.properties
-
Property to select a business object.
- BusinessObjectProperty(String, String, String, BusinessObjectLight, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService) - Constructor for class org.neotropic.util.visual.properties.BusinessObjectProperty
- BusinessObjectPropertySheet(ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion.BusinessObjectPropertySheet
- BusinessObjectSelector - Class in org.neotropic.util.visual.selectors
-
This reusable component allows the consumer to search and select an object from the inventory, either directly (typing its name), or
- BusinessObjectSelector(String, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService) - Constructor for class org.neotropic.util.visual.selectors.BusinessObjectSelector
- BusinessObjectSelector(BusinessObjectLight, List<BusinessObjectLight>, String, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService) - Constructor for class org.neotropic.util.visual.selectors.BusinessObjectSelector
- BusinessObjectSelector.SelectedObjectChangeEvent - Class in org.neotropic.util.visual.selectors
- BusinessObjectUtil - Class in org.neotropic.util.visual.views.util
-
Set of methods commonly used by the business objects in views.
- BusinessObjectUtil() - Constructor for class org.neotropic.util.visual.views.util.BusinessObjectUtil
- BusinessObjectViewEdge - Class in org.neotropic.kuwaiba.visualization.api
-
An edge that represents a business, inventory object.
- BusinessObjectViewEdge(BusinessObjectLight) - Constructor for class org.neotropic.kuwaiba.visualization.api.BusinessObjectViewEdge
- BusinessObjectViewNode - Class in org.neotropic.kuwaiba.visualization.api
-
A node that represents a business, inventory object.
- BusinessObjectViewNode(BusinessObjectLight) - Constructor for class org.neotropic.kuwaiba.visualization.api.BusinessObjectViewNode
- BusinessRule - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
A class representing a business rule.
- BusinessRule(long, String, String, String, int, int, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
- BusinessRule(long, Map<String, Object>) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
- BusinessRuleConstraint - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
The actual logic behind a business rule.
- BusinessRuleConstraint(String, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRuleConstraint
- BusinessRuleException - Exception in org.neotropic.kuwaiba.core.apis.persistence.exceptions
-
This exception should be fired if a business rule is matched and as a result, the action can not be executed
- BusinessRuleException(String) - Constructor for exception org.neotropic.kuwaiba.core.apis.persistence.exceptions.BusinessRuleException
- BUTTON - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- BUTTON - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- BUTTON_CLOSE_ICON - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute.StyleName
- BUTTON_CLOSE_ICON - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute.StyleName
- BUTTON_COGS_ICON - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute.StyleName
- BUTTON_COGS_ICON - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute.StyleName
- BUTTON_DANGER - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute.StyleName
- BUTTON_DANGER - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute.StyleName
- BUTTON_PENCIL_ICON - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute.StyleName
- BUTTON_PENCIL_ICON - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute.StyleName
- BUTTON_PLUS_ICON - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute.StyleName
- BUTTON_PLUS_ICON - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute.StyleName
- BUTTON_PLUS_ICON_ONLY - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute.StyleName
- BUTTON_PLUS_ICON_ONLY - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute.StyleName
- BUTTON_PRIMARY - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute.StyleName
- BUTTON_PRIMARY - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute.StyleName
- BUTTON_SIZE - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayout
C
- CableNode - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Represents a cable in the mid-span access and splicing view
- CableNode(BusinessObjectLight, TreeLayout, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService, PhysicalConnectionsService, Consumer<BusinessObjectLight>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.CableNode
- CacheManager - Class in org.neotropic.kuwaiba.core.persistence.reference.extras.caching
-
Manages the caching strategy
- cacheProcessDefinition(ProcessDefinition) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ProcessManagerService
- CacheSlot - Class in org.neotropic.kuwaiba.core.persistence.reference.extras.caching
-
A slot cache allows the caching of complex objects
- CacheSlot(Object, long, long) - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheSlot
- CacheStrategy - Interface in org.neotropic.kuwaiba.core.persistence.reference.extras.caching
-
Implementors implement different algorithms to manage the cache
- CachingService - Class in org.neotropic.kuwaiba.core.services.caching
-
A service that manages the caching strategies.
- CachingService() - Constructor for class org.neotropic.kuwaiba.core.services.caching.CachingService
- calculateContainerLinkCapacity(String) - Static method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhService
-
Calculates a link capacity based on the class name
- calculateTransportLinkCapacity(String) - Static method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhService
-
Calculates a link capacity based on the class name
- callback - Variable in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
-
What is to be execute once the action is triggered.
- callBack() - Method in class org.neotropic.kuwaiba.modules.core.navigation.filters.Filter
-
used to retrieves the data that will used to create the content in the page when the filter is used
- callBack() - Method in class org.neotropic.kuwaiba.modules.core.navigation.filters.LocationFilter
- callBack() - Method in class org.neotropic.kuwaiba.modules.core.navigation.filters.OnlyPortsFilter
- callbackContainsLocation(GeoCoordinate, List<List<GeoCoordinate>>, Consumer<Boolean>) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Executes callback to calculate whether the given coordinate exist inside the specified path.
- callbackContainsLocation(GeoCoordinate, List<List<GeoCoordinate>>, Consumer<Boolean>) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- callbackContainsLocations(HashMap<String, GeoCoordinate>, List<List<GeoCoordinate>>, Consumer<HashMap<String, Boolean>>) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Executes callback to calculate whether the given coordinates exist inside the specified path.
- callbackContainsLocations(HashMap<String, GeoCoordinate>, List<List<GeoCoordinate>>, Consumer<HashMap<String, Boolean>>) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- canBeChild(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Finds out if an instance of a given class can be child of an instance of allegedParent.
- canBeChild(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- canBeSpecialChild(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Same as
canBeChild
, but using the special containment hierarchy - canBeSpecialChild(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- cancel() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.EdgeHelper
- cancel() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.PathSelectionHelper
- canDeleteObject(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Checks recursively if it's safe to delete a single object
- canDeleteObject(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- CAPTION - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- CAPTION - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property
- CAPTION - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- CAPTION - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property
- CATEGORY_ADMINISTRATION - Static variable in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
-
Modules to manage the data model.
- CATEGORY_BUSINESS - Static variable in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
-
Modules to manage administrative aspects of the inventory such as services (as in billed services), customers, contracts.
- CATEGORY_INTEGRATION - Static variable in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
-
Modules that allow Kuwaiba to communicate with other platforms and devices.
- CATEGORY_LOGICAL - Static variable in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
-
Modules to manipulate L2/L3 assets, like MPLS, SDH, IP, ISDN, etc.
- CATEGORY_NAVIGATION - Static variable in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
-
Modules that are used to explore, navigate and search inventory assets.
- CATEGORY_OTHER - Static variable in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
-
Any module not fitting the categories above.
- CATEGORY_PHYSICAL - Static variable in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
-
Modules that allow to manipulate L1 assets, such as physical connections and outside plant infrastructure.
- CATEGORY_PLANNING - Static variable in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
-
Modules dedicated to network planning
- CATEGORY_SETTINGS - Static variable in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
-
General system settings such as validators and conf variables
- CATEGORY_VIRTUALIZATION - Static variable in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
-
Modules to manipulate virtualized infrastructure (the likes of IaaS/SaaS).
- CellPortSelector - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
-
Cell component to select an object
- CellPortSelector(BusinessObjectLight, List<BusinessObjectLight>, String, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.CellPortSelector
- CellPortSelector.SelectedObjectChangeEvent - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
- cellValue(DataTable.DataType, String) - Static method in class org.neotropic.kuwaiba.modules.optional.reports.javascript.DataTable
- changeAttributeName(Node, String, String) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
- changeAttributeProperty(Node, String, String, Object) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
- changeAttributeTypeIfListType(Node, String, String) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
- changeAttributeTypeIfPrimitive(Node, String, String) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Transactions are not handled here
- ChangeDescriptor - Class in org.neotropic.kuwaiba.core.apis.persistence
-
This class is used to summarize a changed made to an object or a set of objects.
- ChangeDescriptor() - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.ChangeDescriptor
- ChangeDescriptor(String, String, String, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.ChangeDescriptor
- CHARACTER_COMMA - Static variable in class org.neotropic.util.visual.exporters.CSVFormatter
- CHARACTER_PIPE - Static variable in class org.neotropic.util.visual.exporters.CSVFormatter
- CHARACTER_SPACE - Static variable in class org.neotropic.util.visual.exporters.CSVFormatter
- CHARACTER_TAB - Static variable in class org.neotropic.util.visual.exporters.CSVFormatter
- CHARACTER_TILDE - Static variable in class org.neotropic.util.visual.exporters.CSVFormatter
- ChartSubnetUsage - Class in com.neotropic.kuwaiba.modules.commercial.ipam.visual
-
Creates a Subnet usage chart
- ChartSubnetUsage(String, String, IpamService, BusinessEntityManager, TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.visual.ChartSubnetUsage
- CHECK_BOX - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- CHECK_BOX - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- checkRelationshipByAttributeValueBusinessRules(String, String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
check if a relationship can be established between two objects with the attribute values defined in the rule
- checkRelationshipByAttributeValueBusinessRules(String, String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- CHILD_OF - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- CHILD_OF_SPECIAL - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- childrenActions - Variable in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
-
In case this is a composed action with sub-actions.
- ChooseContainerLinkResourcesStep(Properties) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHContainerLinkWizard.ChooseContainerLinkResourcesStep
- ChooseRouteStep(Properties) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHContainerLinkWizard.ChooseRouteStep
- ChooseRouteStep(Properties) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.ChooseRouteStep
- ChooseTributaryLinkResourcesStep(Properties) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.ChooseTributaryLinkResourcesStep
- CLASS_BGPLINK - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class BGPLink
- CLASS_BGPPEER - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class Peer
- CLASS_BRIDGEDOMAIN - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class MPLS Tunnel
- CLASS_BRIDGEDOMAININTERFACE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class MPLS Tunnel
- CLASS_CITY - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
City
- CLASS_CONFIGURATIONITEM - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Root for all business classes
- CLASS_CUSTOM - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- CLASS_CVLAN - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class CVLAN
- CLASS_ELECTRICALPORT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class ElectricalPort
- CLASS_EQUIPMENTMODEL - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class EquipmentModel
- CLASS_EVLAN - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class EVLAN
- CLASS_FIBER_SPLITTER - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class Fiber Splitter.
- CLASS_GENERICACTIVITY - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class Generic Activity
- CLASS_GENERICADDRESS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class GenericBox
- CLASS_GENERICBOARD - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class GenericBoard
- CLASS_GENERICBOX - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class GenericBox
- CLASS_GENERICCOMMUNICATIONSELEMENT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class Generic Communications Equipment
- CLASS_GENERICCOMMUNICATIONSPORT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class GenericCommunicationsPort
- CLASS_GENERICCONNECTION - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class WireContainer
- CLASS_GENERICCONTACT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class Generic Contact
- CLASS_GENERICCONTRACT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class Generic Contract
- CLASS_GENERICCUSTOMER - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class Generic Customer
- CLASS_GENERICDISTRIBUTIONFRAME - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class GenericBox
- CLASS_GENERICEQUIPMENT - Static variable in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhService
-
Root of all equipment that can be connected using SDH links
- CLASS_GENERICLASTMILECIRCUIT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class GenericLastMileTributaryLink.
- CLASS_GENERICLOCATION - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Root for all objects with a geographical location
- CLASS_GENERICLOGICALCONNECTION - Static variable in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhService
-
Root of all logical connections
- CLASS_GENERICLOGICALCONNECTION - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class GenericPhysicalPort
- CLASS_GENERICLOGICALELEMENT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class GenericLogicalElement
- CLASS_GENERICLOGICALPORT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class GenericPhysicalPort
- CLASS_GENERICOBJECTLIST - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Root for all list types class name
- CLASS_GENERICPHYSICALCONNECTION - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class GenericPhysicalConnection
- CLASS_GENERICPHYSICALCONTAINER - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class Generic Physical Container
- CLASS_GENERICPHYSICALLINK - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class Generic Physical Link
- CLASS_GENERICPHYSICALNODE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class Generic Physical Node
- CLASS_GENERICPHYSICALPORT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class GenericPhysicalPort
- CLASS_GENERICPORT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class GenericPort
- CLASS_GENERICPROJECT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class Generic Project
- CLASS_GENERICPROXY - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class Generic Proxy
- CLASS_GENERICSDHHIGHORDERCONTAINERLINK - Static variable in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhService
-
Root of all high order container links
- CLASS_GENERICSDHHIGHORDERTRIBUTARYLINK - Static variable in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
-
Root class of all high order tributary links (VC4)
- CLASS_GENERICSDHHIGHORDERTRIBUTARYLINK - Static variable in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhService
-
Root of all low order container links
- CLASS_GENERICSDHLOWORDERTRIBUTARYLINK - Static variable in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
-
Root class of all low order tributary links (VC12/VC3)
- CLASS_GENERICSDHSERVICE - Static variable in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhService
-
Root of all SDH (and over SDH) services
- CLASS_GENERICSERVICE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class Generic Service
- CLASS_GENERICVIRTUALPORT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class GenericVirtualPort possible children of a physical port
- CLASS_HIERARCHY_DOCUMENT_VERSION - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class hierarchy XML document version
- CLASS_HIERARCHY_NEXT_DOCUMENT_VERSION - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class hierarchy XML next document version
- CLASS_ID - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- CLASS_ID - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- CLASS_INFO - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute.DataType
- CLASS_INFO - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute.DataType
- CLASS_INFO_LIGTH - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute.DataType
- CLASS_INFO_LIGTH - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute.DataType
- CLASS_INVENTORYOBJECT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Root for all business classes
- CLASS_IP_ADDRESS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
IP Address
- CLASS_LANGUAGE_TYPE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class Language Type.
- CLASS_MODIFIER_COUNTABLE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Application modifier for countable classes
- CLASS_MODIFIER_CUSTOM - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Application modifier for custom classes
- CLASS_MODIFIER_DUMMY - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Application modifier for dummy classes
- CLASS_MPLSLINK - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class MPLS Link
- CLASS_MPLSTUNNEL - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class MPLS Tunnel
- CLASS_NAME - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- CLASS_NAME - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- CLASS_OPTICALPORT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class OpticalPort
- CLASS_PHYSICALCONNECTION - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class Generic physical connections
- CLASS_POOL - Static variable in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
String that identifies the class used for pools
- CLASS_POOL - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class Pool
- CLASS_PORTCHANNEL - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class GenericLogicalPort
- CLASS_PSEUDOWIRE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class MPLS Link
- CLASS_RACK - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class Rack
- CLASS_ROOTOBJECT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class hierarchy root
- CLASS_SERIALPORT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class GenericLogicalPort
- CLASS_SERVICE_INSTANCE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class service instance
- CLASS_SERVICEPROVIDER - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class service provider
- CLASS_SFPPORT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class SFPPort
- CLASS_SLOT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class slot
- CLASS_SPLICE_BOX - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class Splice Box.
- CLASS_SUBNET_IPV4 - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class Subnet IPv4
- CLASS_SUBNET_IPV6 - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class Subnet IPv6
- CLASS_TYPE_APPLICATION - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class type for all subclasses of ApplicatioObject
- CLASS_TYPE_INVENTORY - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class type for all subclasses of InventoryObject
- CLASS_TYPE_METADATA - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class type for all subclasses of MetadataObject
- CLASS_TYPE_OTHER - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class type for all subclasses of any class other than those above
- CLASS_TYPE_ROOT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class type for RootObject
- CLASS_VC12 - Static variable in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhService
-
Class representing a VC12
- CLASS_VC3 - Static variable in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhService
-
Class representing a VC3
- CLASS_VC4 - Static variable in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhService
-
Class representing a VC4
- CLASS_VIEW - Static variable in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2EViewProvider
- CLASS_VIEW - Static variable in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsModule
-
Class to identify all views made using the MPLS module
- CLASS_VIEW - Static variable in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhService
-
Class to identify all views made using the SDH module
- CLASS_VIEW - Static variable in class org.neotropic.kuwaiba.modules.optional.topoman.widgets.TopologyManagerDashboard
- CLASS_VIEWABLEOBJECT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Root for all classes that can have a view attached
- CLASS_VIRTUALPORT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class GenericLogicalPort
- CLASS_VIRTUALWAREHOUSE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class VitualWarehouse
- CLASS_VLAN - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class VLAN
- CLASS_VRF_INSTANCE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class VRF
- CLASS_WAREHOUSE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class Warehouse
- CLASS_WIRECONTAINER - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class WireContainer
- CLASS_WIRELESSCONTAINER - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Class WirelessContainer
- ClassMetadata - Class in org.neotropic.kuwaiba.core.apis.persistence.metadata
-
Contains the detailed metadata information about a class
- ClassMetadata() - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadata
- ClassMetadata(long, String, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadata
- ClassMetadataIconGenerator - Class in org.neotropic.util.visual.icons
-
Implementation that provides the ability to generate small icons for class metadata
- ClassMetadataIconGenerator(AbstractResourceFactory) - Constructor for class org.neotropic.util.visual.icons.ClassMetadataIconGenerator
- ClassMetadataLight - Class in org.neotropic.kuwaiba.core.apis.persistence.metadata
-
Contains the basic meta data information about a class.
- ClassMetadataLight() - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- ClassMetadataLight(long, String, boolean, boolean, boolean) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- ClassMetadataLight(long, String, boolean, boolean, boolean, String, boolean, boolean, boolean) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- ClassMetadataLight(long, String, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- ClassMetadataLightCustom - Class in org.neotropic.kuwaiba.modules.core.containmentman.api
-
Decoration for ClassMetadataLight, allow avoid restriction of render same element in a grid or tree
- ClassMetadataLightCustom(ClassMetadataLight) - Constructor for class org.neotropic.kuwaiba.modules.core.containmentman.api.ClassMetadataLightCustom
- ClassMetadataLightCustom(ClassMetadataLight, boolean) - Constructor for class org.neotropic.kuwaiba.modules.core.containmentman.api.ClassMetadataLightCustom
- className - Variable in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- ClassNameIconGenerator - Class in org.neotropic.util.visual.icons
-
Implementation that provides the ability to generate small icons for kuwaiba objects
- ClassNameIconGenerator(AbstractResourceFactory) - Constructor for class org.neotropic.util.visual.icons.ClassNameIconGenerator
- ClassNode - Class in org.neotropic.kuwaiba.modules.optional.reports.nodes
-
Represents a node in the reports tree.
- ClassNode(ClassMetadataLight) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.nodes.ClassNode
- classNodes - Variable in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherQueryBuilder
-
nodes selected for query
- clean() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsView
- clean() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantView
- clean() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementContainer
- clean() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhView
- clean() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractView
-
Cleans the view so some other thing can be painted on the canvas.
- clean() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.FiberSplitterView
- clean() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.ObjectView
- clean() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalPathView
- clean() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalTreeView
- clean() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- clean() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.SpliceBoxView
- clean() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyView
- CLEAN - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Function
- CLEAN - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Function
- clear() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion.NewNodePanelContent
- clear() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion.ViewPropertySheet
- clear() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.ViewMap
-
Removes all the entries in the lists and hashmaps.
- clear() - Method in class org.neotropic.util.visual.properties.PropertySheet
- clearAll() - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Clears all cached information
- clearClassCache() - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Clears only the cached elements associated to the data model.
- clearCompletedJobs() - Method in class org.neotropic.kuwaiba.core.services.threading.ThreadingService
-
Removes all jobs in the current job list, provided that they are not running.
- clearFiltersCache() - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Clears the cached filter definitions
- clearJobs() - Method in class org.neotropic.kuwaiba.core.services.threading.ThreadingService
-
Removes all jobs in the current job list.
- clearListeners() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
- clearListeners() - Method in class org.neotropic.util.visual.wizard.Wizard
- clearSearch() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.explorers.DialogIpamSearch
- clearSearch() - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.DialogNavigationSearch
- clearSearch() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.explorers.DialogServiceManagerSearch
- clearValidatorDefinitionsCache() - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Clears the cached validator definitions
- ClickEvent - Class in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Click Event to add/fire in the Outside Plant View
- ClickEvent(ClickEvent.ClickEventListener) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.api.ClickEvent
- ClickEvent.ClickEventListener - Interface in com.neotropic.kuwaiba.modules.commercial.ospman.api
- close() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.explorers.DialogIpamSearch
- close() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowAddNodes
- close() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowFilters
- close() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowMidSpanAccess
- close() - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.DialogNavigationSearch
- close() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.actions.WindowManagePortMirroring
- close() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.explorers.DialogServiceManagerSearch
- close() - Method in class org.neotropic.kuwaiba.web.LogHandler
- close() - Method in class org.neotropic.util.visual.notifications.AbstractNotification
-
Programmatically closes the notification window (might not be supported in all implementations).
- close() - Method in class org.neotropic.util.visual.notifications.DetailedNotification
- close() - Method in class org.neotropic.util.visual.notifications.SimpleNotification
- CLOSE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Function
- CLOSE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Function
- closeConnection() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.ConnectionManager
-
Closes the connection with the database
- closeConnection() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ConnectionManagerImpl
- closeSession(String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Closes a session
- closeSession(String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- closeSession(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Closes a session
- closeSession(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- cm - Variable in class org.neotropic.kuwaiba.core.apis.persistence.application.Filter
-
Reference to the Connection Manager.
- collapse(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- CollapseEvent(TreeLayoutNode, boolean) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayout.CollapseEvent
- color - Variable in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- ColorPicker - Class in org.neotropic.util.visual.colorpicker
- ColorPicker() - Constructor for class org.neotropic.util.visual.colorpicker.ColorPicker
- ColorProperty - Class in org.neotropic.util.visual.properties
-
Support for local-date-type properties
- ColorProperty(String, String, String, String, TranslationService) - Constructor for class org.neotropic.util.visual.properties.ColorProperty
- ColorProperty(String, String, String, String, TranslationService, boolean, boolean, boolean) - Constructor for class org.neotropic.util.visual.properties.ColorProperty
- COLUMN - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- COLUMN - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- COLUMNCHART - org.neotropic.kuwaiba.modules.optional.reports.plugins.gcharts.GChartsFactory.ChartType
- COLUMNS - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- COLUMNS - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- com.neotropic.kuwaiba.modules.commercial.business.analytics.views - package com.neotropic.kuwaiba.modules.commercial.business.analytics.views
- com.neotropic.kuwaiba.modules.commercial.impact - package com.neotropic.kuwaiba.modules.commercial.impact
- com.neotropic.kuwaiba.modules.commercial.ipam - package com.neotropic.kuwaiba.modules.commercial.ipam
- com.neotropic.kuwaiba.modules.commercial.ipam.actions - package com.neotropic.kuwaiba.modules.commercial.ipam.actions
- com.neotropic.kuwaiba.modules.commercial.ipam.engine - package com.neotropic.kuwaiba.modules.commercial.ipam.engine
- com.neotropic.kuwaiba.modules.commercial.ipam.explorers - package com.neotropic.kuwaiba.modules.commercial.ipam.explorers
- com.neotropic.kuwaiba.modules.commercial.ipam.visual - package com.neotropic.kuwaiba.modules.commercial.ipam.visual
- com.neotropic.kuwaiba.modules.commercial.mpls - package com.neotropic.kuwaiba.modules.commercial.mpls
- com.neotropic.kuwaiba.modules.commercial.mpls.actions - package com.neotropic.kuwaiba.modules.commercial.mpls.actions
- com.neotropic.kuwaiba.modules.commercial.mpls.model - package com.neotropic.kuwaiba.modules.commercial.mpls.model
- com.neotropic.kuwaiba.modules.commercial.mpls.tools - package com.neotropic.kuwaiba.modules.commercial.mpls.tools
- com.neotropic.kuwaiba.modules.commercial.mpls.widgets - package com.neotropic.kuwaiba.modules.commercial.mpls.widgets
- com.neotropic.kuwaiba.modules.commercial.osp.external.services - package com.neotropic.kuwaiba.modules.commercial.osp.external.services
- com.neotropic.kuwaiba.modules.commercial.ospman - package com.neotropic.kuwaiba.modules.commercial.ospman
- com.neotropic.kuwaiba.modules.commercial.ospman.api - package com.neotropic.kuwaiba.modules.commercial.ospman.api
- com.neotropic.kuwaiba.modules.commercial.ospman.dialogs - package com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
- com.neotropic.kuwaiba.modules.commercial.ospman.providers.google - package com.neotropic.kuwaiba.modules.commercial.ospman.providers.google
- com.neotropic.kuwaiba.modules.commercial.ospman.widgets - package com.neotropic.kuwaiba.modules.commercial.ospman.widgets
- com.neotropic.kuwaiba.modules.commercial.planning.projects - package com.neotropic.kuwaiba.modules.commercial.planning.projects
- com.neotropic.kuwaiba.modules.commercial.planning.projects.actions - package com.neotropic.kuwaiba.modules.commercial.planning.projects.actions
- com.neotropic.kuwaiba.modules.commercial.planning.projects.components - package com.neotropic.kuwaiba.modules.commercial.planning.projects.components
- com.neotropic.kuwaiba.modules.commercial.processman - package com.neotropic.kuwaiba.modules.commercial.processman
- com.neotropic.kuwaiba.modules.commercial.processman.artifacts - package com.neotropic.kuwaiba.modules.commercial.processman.artifacts
- com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml - package com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml
- com.neotropic.kuwaiba.modules.commercial.processman.diagram - package com.neotropic.kuwaiba.modules.commercial.processman.diagram
- com.neotropic.kuwaiba.modules.commercial.processman.forms.components - package com.neotropic.kuwaiba.modules.commercial.processman.forms.components
- com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement - package com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement
- com.neotropic.kuwaiba.modules.commercial.processman.forms.elements - package com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin - package com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin
- com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components - package com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components
- com.neotropic.kuwaiba.modules.commercial.processman.wdw - package com.neotropic.kuwaiba.modules.commercial.processman.wdw
- com.neotropic.kuwaiba.modules.commercial.sdh - package com.neotropic.kuwaiba.modules.commercial.sdh
- com.neotropic.kuwaiba.modules.commercial.sdh.actions - package com.neotropic.kuwaiba.modules.commercial.sdh.actions
- com.neotropic.kuwaiba.modules.commercial.sdh.api - package com.neotropic.kuwaiba.modules.commercial.sdh.api
- com.neotropic.kuwaiba.modules.commercial.sdh.tools - package com.neotropic.kuwaiba.modules.commercial.sdh.tools
- com.neotropic.kuwaiba.modules.commercial.sdh.widgets - package com.neotropic.kuwaiba.modules.commercial.sdh.widgets
- com.neotropic.kuwaiba.modules.commercial.sdh.wizard - package com.neotropic.kuwaiba.modules.commercial.sdh.wizard
- com.neotropic.kuwaiba.modules.commercial.whman - package com.neotropic.kuwaiba.modules.commercial.whman
- com.neotropic.kuwaiba.modules.commercial.whman.actions - package com.neotropic.kuwaiba.modules.commercial.whman.actions
- com.neotropic.kuwaiba.modules.commercial.whman.nodes - package com.neotropic.kuwaiba.modules.commercial.whman.nodes
- com.neotropic.kuwaiba.modules.commercial.whman.persistence - package com.neotropic.kuwaiba.modules.commercial.whman.persistence
- COMBO_BOX - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- COMBO_BOX - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- commitActivity(long, long, Artifact) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Saves the artifact generated once an activity has been completed (for example, the user filled in a form).
- commitActivity(long, long, Artifact) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ProcessManagerService
- commitActivity(long, long, Artifact) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- commitActivity(long, long, RemoteArtifact, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Saves the artifact generated once an activity has been completed (for example, the user filled in a form).
- commitActivity(long, long, RemoteArtifact, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- commitOnExecute() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Task
- commitTransaction() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.ConnectionManager
-
Commits the current transaction (if supported by the backend)
- commitTransaction() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ConnectionManagerImpl
- CompactQuery - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
The store-friendly version of an ExtendedQuery.
- CompactQuery() - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
- compare(BusinessObjectLight, BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService.IPAddressComparator
- compare(BusinessObjectLight, BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService.SubnetComparator
- compareAttributes(HashMap<String, String>, HashMap<String, String>) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.extras.sync.SyncUtil
-
Compares the old and the new list of attributes an return the changes
- compareAttributes(HashMap<String, String>, HashMap<String, String>) - Static method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncUtil
-
Compares the old and the new list of attributes an return the changes
- compareAttributes(HashMap<String, String>, JsonObject) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.extras.sync.SyncUtil
-
Compares the old and the new list of attributes an return the changes
- compareAttributes(HashMap<String, String>, JsonObject) - Static method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncUtil
-
Compares the old and the new list of attributes an return the changes
- compareLegacyPortNames(String, String, String, String) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.extras.sync.SyncUtil
-
Compare the old port names with the new name, the first load of the SNMP sync depends of the name of the ports because this names are the only common point to start the search and update/creation of the device.
- compareLegacyPortNames(String, String, String, String) - Static method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncUtil
-
Compare the old port names with the new name, the first load of the SNMP sync depends of the name of the ports because this names are the only common point to start the search and update/creation of the device.
- compareTo(AbstractVisualAction) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
- compareTo(FilterDefinition) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FilterDefinition
- compareTo(ReportMetadataLight) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.ReportMetadataLight
- compareTo(TemplateObjectLight) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.TemplateObjectLight
- compareTo(ValidatorDefinition) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ValidatorDefinition
- compareTo(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLight
- compareTo(AttributeMetadata) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- compareTo(RemoteReportMetadataLight) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadataLight
- compareTo(RemoteObjectLight) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObject
- compareTo(RemoteObjectLight) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLight
- compareTo(RemoteClassMetadataLight) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- completeIPv6(String) - Static method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.IpamEngine
-
Uncompress an IPv6
- ComponentButton - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components
-
UI element to render the
button
element - ComponentButton(ElementButton) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentButton
- ComponentCheckBox - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components
-
UI element to render the
checkBox
element - ComponentCheckBox(ElementCheckBox) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentCheckBox
- ComponentComboBox - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components
-
UI element to render the
comboBox
element - ComponentComboBox(ElementComboBox) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentComboBox
- ComponentDateField - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components
-
UI element to render the
dateField
element - ComponentDateField(ElementDateField) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentDateField
- ComponentFactory - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components
- ComponentFactory(String) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentFactory
- ComponentHorizontalLayout - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components
-
UI element to render the
horizontalLayout
element. - ComponentHorizontalLayout(ElementHorizontalLayout) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentHorizontalLayout
- ComponentImage - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components
-
UI element to render the
image
element - ComponentImage(ElementImage, String) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentImage
- ComponentLabel - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components
-
UI element to render the
label
element - ComponentLabel(ElementLabel) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentLabel
- ComponentListSelectFilter - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components
-
UI element to render the
listSelectFilter
element. - ComponentListSelectFilter(ElementListSelectFilter) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentListSelectFilter
- ComponentTextArea - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components
-
UI element to render the
textArea
element - ComponentTextArea(ElementTextArea) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentTextArea
- ComponentTextField - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components
-
UI element to render the
textField
element - ComponentTextField(ElementTextField) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentTextField
- ComponentUpload - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components
-
UI element to render the
upload
element. - ComponentUpload(ElementUpload) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentUpload
- ComponentVerticalLayout - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components
-
UI element to render the
verticalLayout
element. - ComponentVerticalLayout(ElementVerticalLayout) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentVerticalLayout
- compressIpv6(String) - Static method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.IpamEngine
-
Compress a complete IPv6 Address e.g.
- computeLength(List<GeoCoordinate>, Consumer<Double>) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
Computes edge length.
- computeLength(List<GeoCoordinate>, Consumer<Double>) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- ConditionalActivityDefinition - Class in org.neotropic.kuwaiba.core.apis.persistence.application.processman
-
Representation of a BPMN flow object -Exclusive Gateway-
- ConditionalActivityDefinition(long, String, String, int, boolean, String, ArtifactDefinition, Actor, List<Kpi>, List<KpiAction>, ArtifactDefinition) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ConditionalActivityDefinition
- ConditionalArtifactRenderer - Class in com.neotropic.kuwaiba.modules.commercial.processman.artifacts
- ConditionalArtifactRenderer() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.artifacts.ConditionalArtifactRenderer
- ConfigurationManagerLayout - Class in org.neotropic.kuwaiba.core.configuration
-
The definition of the Configuration Manager layout.
- ConfigurationManagerLayout() - Constructor for class org.neotropic.kuwaiba.core.configuration.ConfigurationManagerLayout
- ConfigurationVariable - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
Simple POJO that represents a configuration variable.
- ConfigurationVariable(long, String, String, String, boolean, int) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.ConfigurationVariable
- ConfigurationVariablesModule - Class in org.neotropic.kuwaiba.core.configuration.variables
-
The definition of the Configuration Manager module.
- ConfigurationVariablesModule() - Constructor for class org.neotropic.kuwaiba.core.configuration.variables.ConfigurationVariablesModule
- ConfigurationVariablesUI - Class in org.neotropic.kuwaiba.core.configuration.variables
-
Main for the Configuration Variables Manager module.
- ConfigurationVariablesUI() - Constructor for class org.neotropic.kuwaiba.core.configuration.variables.ConfigurationVariablesUI
- configureModule(ApplicationEntityManager, MetadataEntityManager, BusinessEntityManager) - Method in interface org.neotropic.kuwaiba.core.apis.integration.modules.actions.GenericCommercialModule
-
This method initializes the module.
- configureModule(MetadataEntityManager, ApplicationEntityManager, BusinessEntityManager) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamModule
- configureModule(MetadataEntityManager, ApplicationEntityManager, BusinessEntityManager) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
- configureModule(MetadataEntityManager, ApplicationEntityManager, BusinessEntityManager) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
-
This method initializes the module.
- configureProvider(HashMap<String, Object>) - Method in class org.neotropic.kuwaiba.core.authentication.AbstractAuthenticationProvider
-
Sets the parameters necessary for the authentication to work (database handle, Active Directory settings, etc).
- configureProvider(HashMap<String, Object>) - Method in class org.neotropic.kuwaiba.core.authentication.DefaultAuthenticationProvider
- configureProvider(HashMap<String, Object>) - Method in class org.neotropic.kuwaiba.core.authentication.ldap.LdapAuthenticationProvider
- confirm() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
- confirm() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- ConfirmDialog - Class in org.neotropic.util.visual.dialog
-
Generic Dialog that provides the capability to confirm specific actions.
- ConfirmDialog() - Constructor for class org.neotropic.util.visual.dialog.ConfirmDialog
- ConfirmDialog(TranslationService, Component, String, Command) - Constructor for class org.neotropic.util.visual.dialog.ConfirmDialog
-
Creates a confirm dialog with a component as content.
- ConfirmDialog(TranslationService, String, Component, String) - Constructor for class org.neotropic.util.visual.dialog.ConfirmDialog
-
Creates a confirm dialog with a component as content.
- ConfirmDialog(TranslationService, String, Component, String, Command) - Constructor for class org.neotropic.util.visual.dialog.ConfirmDialog
-
Creates a confirm dialog with a component as content.
- ConfirmDialog(TranslationService, String, String) - Constructor for class org.neotropic.util.visual.dialog.ConfirmDialog
- ConfirmDialog(TranslationService, String, String, String) - Constructor for class org.neotropic.util.visual.dialog.ConfirmDialog
- Connection - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
-
A connection is a set of the connection type, connection source connection target, and action to execute.
- Connection() - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.Connection
- CONNECTION_CONTAINERLINK - Variable in class com.neotropic.kuwaiba.modules.commercial.sdh.widgets.SdhDashboard
- CONNECTION_TRANSPORTLINK - Variable in class com.neotropic.kuwaiba.modules.commercial.sdh.widgets.SdhDashboard
- CONNECTION_TRIBUTARYLINK - Variable in class com.neotropic.kuwaiba.modules.commercial.sdh.widgets.SdhDashboard
- ConnectionException - Exception in org.neotropic.kuwaiba.core.apis.persistence.exceptions
-
Wrapper for any possible problem when establishing a connection t the selected backend
- ConnectionException(String) - Constructor for exception org.neotropic.kuwaiba.core.apis.persistence.exceptions.ConnectionException
- ConnectionManager<T> - Interface in org.neotropic.kuwaiba.core.apis.persistence
-
Interface providing the general methods to manage the db/backend connection
- ConnectionManagerImpl - Class in org.neotropic.kuwaiba.core.persistence.reference.neo4j
-
ConnectionManager reference implementation using Neo4J as DBMS
- ConnectionManagerImpl() - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ConnectionManagerImpl
- ConnectionType(int, String) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHContainerLinkWizard.GeneralInfoStep.ConnectionType
- ConnectionType(int, String) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTransportLinkWizard.GeneralInfoStep.ConnectionType
- ConnectionType(int, String) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.GeneralInfoStep.ConnectionType
- ConnectionType(int, String) - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.NewPhysicalConnectionWizard.GeneralInfoStep.ConnectionType
- ConnectionType(int, String) - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.widgets.RackViewWidget.ConnectionType
- ConnectivityManagerAction - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
-
Action to manage connections.
- ConnectivityManagerAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.ConnectivityManagerAction
- ConnectivityManagerModule - Class in org.neotropic.kuwaiba.modules.optional.connectivityman
-
Connectivity Manager module definition.
- ConnectivityManagerModule() - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.ConnectivityManagerModule
- ConnectivityManagerVisualAction - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
-
Action to manage connections.
- ConnectivityManagerVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.ConnectivityManagerVisualAction
- connectMirrorMultiplePort(String, String, List<String>, List<String>, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Connect two ports using a mirrorMultiple relationship
- connectMirrorMultiplePort(String, String, List<String>, List<String>, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- connectMirrorPort(String[], String[], String[], String[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Connect two ports using a mirror relationship
- connectMirrorPort(String[], String[], String[], String[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- connectMplsLink(String[], String[], String[], String[], String[], String) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsService
-
Connect MPLS links
- connectMplsLink(String[], String[], String[], String[], String[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Connect a given mpls links with a given ports for every side
- connectMplsLink(String[], String[], String[], String[], String[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- CONNECTOR_AND - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
-
AND logical connector
- CONNECTOR_AND - Static variable in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
-
AND logical connector
- CONNECTOR_OR - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
-
OR logical connector
- CONNECTOR_OR - Static variable in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
-
OR logical connector
- connectPhysicalContainers(String[], String[], String[], String[], String[], String[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Connects pairs of elements (of any class except subclasses of GenericPort) using containers (subclasses of GenericPhysicalContainer)
- connectPhysicalContainers(String[], String[], String[], String[], String[], String[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- connectPhysicalLinks(String[], String[], String[], String[], String[], String[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Connects pairs of ports (if they are not connected already) using physical link
- connectPhysicalLinks(String[], String[], String[], String[], String[], String[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- Constants - Class in com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml
-
Contains some values that are used in a form definition, like tags, attributes, functions, styles
- Constants - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
Contains some values that are used in a form definition, like tags, attributes, functions, styles
- Constants - Class in org.neotropic.kuwaiba.core.apis.persistence.util
-
Misc constants
- Constants() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants
- Constants() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants
- Constants() - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- Constants.Attribute - Class in com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml
- Constants.Attribute - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- Constants.Attribute.DataType - Class in com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml
- Constants.Attribute.DataType - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- Constants.Attribute.Mode - Class in com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml
- Constants.Attribute.Mode - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- Constants.Attribute.StyleName - Class in com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml
- Constants.Attribute.StyleName - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- Constants.EventAttribute - Class in com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml
- Constants.EventAttribute - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- Constants.Function - Class in com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml
- Constants.Function - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- Constants.Function.Type - Class in com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml
- Constants.Function.Type - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- Constants.Property - Class in com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml
- Constants.Property - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- Constants.Property.Alignment - Class in com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml
- Constants.Property.Alignment - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- Constants.Tag - Class in com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml
- Constants.Tag - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- Contact - Class in org.neotropic.kuwaiba.core.apis.persistence.business
-
Represents a contact in the inventory address book.
- Contact(BusinessObject, BusinessObjectLight) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.business.Contact
- ContactManagerLayout - Class in org.neotropic.kuwaiba.modules.optional.contactman
-
The definition of the Contact Manager Layout
- ContactManagerLayout() - Constructor for class org.neotropic.kuwaiba.modules.optional.contactman.ContactManagerLayout
- ContactManagerModule - Class in org.neotropic.kuwaiba.modules.optional.contactman
-
The definition of the Contact Manager module.
- ContactManagerModule() - Constructor for class org.neotropic.kuwaiba.modules.optional.contactman.ContactManagerModule
- ContactManagerUI - Class in org.neotropic.kuwaiba.modules.optional.contactman
-
Main for the Contact Manager module.
- ContactManagerUI() - Constructor for class org.neotropic.kuwaiba.modules.optional.contactman.ContactManagerUI
- container - Variable in class com.neotropic.kuwaiba.modules.commercial.sdh.api.AbstractPosition
- ContainmentManagerLayout - Class in org.neotropic.kuwaiba.modules.core.containmentman
-
Containment manager layout, display main page in two vertical segments, allows drag and drop elements.
- ContainmentManagerLayout() - Constructor for class org.neotropic.kuwaiba.modules.core.containmentman.ContainmentManagerLayout
- ContainmentManagerModule - Class in org.neotropic.kuwaiba.modules.core.containmentman
-
Manage pre-defined, reusable containment structures.
- ContainmentManagerModule() - Constructor for class org.neotropic.kuwaiba.modules.core.containmentman.ContainmentManagerModule
- ContainmentManagerUI - Class in org.neotropic.kuwaiba.modules.core.containmentman
-
Main UI for containment manager module, initialize all display elements and business logic.
- ContainmentManagerUI() - Constructor for class org.neotropic.kuwaiba.modules.core.containmentman.ContainmentManagerUI
- CONTAINS - org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter.Criteria
- content - Variable in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
-
Query body
- CONTENT_CONTENT - org.neotropic.util.visual.widgets.AbstractDashboardWidget.ActiveContent
- CONTENT_COVER - org.neotropic.util.visual.widgets.AbstractDashboardWidget.ActiveContent
- contentComponent - Variable in class org.neotropic.util.visual.widgets.AbstractDashboardWidget
-
The component with the detailed information (actual content)
- ContractManagerLayout - Class in org.neotropic.kuwaiba.modules.commercial.contractman
-
The definition of the Contract Manager layout.
- ContractManagerLayout() - Constructor for class org.neotropic.kuwaiba.modules.commercial.contractman.ContractManagerLayout
- ContractManagerModule - Class in org.neotropic.kuwaiba.modules.commercial.contractman
-
The definition of the Contract Manager module.
- ContractManagerModule() - Constructor for class org.neotropic.kuwaiba.modules.commercial.contractman.ContractManagerModule
- ContractManagerUI - Class in org.neotropic.kuwaiba.modules.commercial.contractman
-
Main for the Contract Manager module.
- ContractManagerUI() - Constructor for class org.neotropic.kuwaiba.modules.commercial.contractman.ContractManagerUI
- convertIfPossible(Object, String) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Tries to convert an attribute value to a new attribute type.
- convertLocalDateTimeToLong(LocalDateTime) - Static method in class org.neotropic.kuwaiba.modules.optional.taskman.tools.TaskManagerRenderingTools
-
Transform LocalDateTime to long
- convertLocalDateToLong(LocalDate) - Static method in class org.neotropic.kuwaiba.modules.optional.taskman.tools.TaskManagerRenderingTools
-
Transform local date to long
- convertLongToLocalDate(long) - Static method in class org.neotropic.kuwaiba.modules.optional.taskman.tools.TaskManagerRenderingTools
-
Transform long to local date
- convertLongToLocalDateTime(long) - Static method in class org.neotropic.kuwaiba.modules.optional.taskman.tools.TaskManagerRenderingTools
-
Transform long to LocalDateTime@return localDateTime
- convertMeters(Double, UnitOfLength) - Static method in enum com.neotropic.kuwaiba.modules.commercial.ospman.api.UnitOfLength
-
Converts from meter to a unit of length.
- convertToModel(Double, ValueContext) - Method in class org.neotropic.util.visual.properties.DoubleToLongConverter
- convertToPresentation(Long, ValueContext) - Method in class org.neotropic.util.visual.properties.DoubleToLongConverter
- COPY - org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionResponse.ActionType
- CopyBusinessObjectAction - Class in org.neotropic.kuwaiba.modules.core.navigation.actions
-
Copies a business object to another business object.
- CopyBusinessObjectAction() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.actions.CopyBusinessObjectAction
- CopyBusinessObjectVisualAction - Class in org.neotropic.kuwaiba.modules.core.navigation.actions
-
UI of copy business object action.
- CopyBusinessObjectVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.actions.CopyBusinessObjectVisualAction
- copyObjects(String, String, String[], String[], boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Copy objects from its current parent to a target.
- copyObjects(String, String, String[], String[], boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- copyObjects(String, String, HashMap<String, List<String>>, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Copy a set of objects
- copyObjects(String, String, HashMap<String, List<String>>, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- copyPoolItem(String, String, String, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Copy a pool item from a pool to another pool
- copyPoolItem(String, String, String, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- copyPoolItemToPool(String, String, String, boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Copy a pool item from a pool to another pool
- copyPoolItemToPool(String, String, String, boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- copySpecialObjects(String, String, String[], String[], boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Copy special objects from its current parent to a target.
- copySpecialObjects(String, String, String[], String[], boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- copySpecialObjects(String, String, HashMap<String, List<String>>, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
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 Container
- copySpecialObjects(String, String, HashMap<String, List<String>>, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- copySyncDataSourceConfiguration(long, long[]) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationService
-
Creates "copy" a relation between a set of sync data source configurations and a given sync group
- copySyncDataSourceConfiguration(long, long[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates "copy" a relation between a set of sync data source configurations and a given sync group
- copySyncDataSourceConfiguration(long, long[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- copyTemplateElements(String[], String[], String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Copy template elements within templates.
- copyTemplateElements(String[], String[], String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- copyTemplateElements(String[], String[], String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Copy template elements within templates.
- copyTemplateElements(String[], String[], String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- copyTemplateSpecialElement(String[], String[], String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Copy template special elements within templates,
- copyTemplateSpecialElement(String[], String[], String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- copyTemplateSpecialElements(String[], String[], String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Copy template special elements within templates.
- copyTemplateSpecialElements(String[], String[], String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- CoreActionsRegistry - Class in org.neotropic.kuwaiba.core.apis.integration.modules.actions
-
All inventory-object related actions from all modules (but most likely in the Navigation module) that are considered as core actions (i.e.
- CoreActionsRegistry() - Constructor for class org.neotropic.kuwaiba.core.apis.integration.modules.actions.CoreActionsRegistry
- corporateLogo - Variable in class org.neotropic.kuwaiba.modules.optional.reports.defaults.DefaultReports
- countChildren(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Counts if an object has children
- countChildren(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- countSpecialChildren(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Counts if an object has special children
- countSpecialChildren(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- coverComponent - Variable in class org.neotropic.util.visual.widgets.AbstractDashboardWidget
-
The component with the cover information
- createActivityLogEntry(Node, String, int, long, String, String, String, String, GraphDatabaseService) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Creates a new log entry upon an action performed by an user.Transactions are not managed here
- createAttribute(long, AttributeMetadata) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Adds an attribute to a class
- createAttribute(long, AttributeMetadata) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- createAttribute(String, String, String, String, String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Adds an attribute to a class using its name as key to find it.
- createAttribute(String, String, String, String, String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createAttribute(String, AttributeMetadata, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Adds an attribute to a class.
- createAttribute(String, AttributeMetadata, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- createAttribute(XMLEventWriter, XMLEventFactory, String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.XMLUtil
- createAttribute(Node, AttributeMetadata, boolean) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
- createAttributeForClassWithId(long, String, String, String, String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Adds an attribute to a class using its id as key to find it.
- createAttributeForClassWithId(long, String, String, String, String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createAttributeMetadataFromNode(Node) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Converts a attribute metadata node into a AttrributeMetadata object
- createBulkObjects(String, String, String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Creates multiple objects using a given name pattern
- createBulkObjects(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- createBulkObjects(String, String, String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates multiple objects using a given name pattern
- createBulkObjects(String, String, String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createBulkSpecialObjects(String, String, String, int, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Creates multiple special objects using a given name pattern
- createBulkSpecialObjects(String, String, String, int, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- createBulkSpecialObjects(String, String, String, int, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates multiple special objects using a given naming pattern
- createBulkSpecialObjects(String, String, String, int, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createBulkSpecialTemplateElement(String, String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates multiple special template elements using a given name pattern
- createBulkSpecialTemplateElement(String, String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createBulkSpecialTemplateElement(String, String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates multiple special template elements using a given name pattern
- createBulkSpecialTemplateElement(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createBulkTemplateElement(String, String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates multiple template elements using a given name pattern
- createBulkTemplateElement(String, String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createBulkTemplateElement(String, String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates multiple template elements using a given name pattern
- createBulkTemplateElement(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createBusinessRule(String, String, int, int, String, String, List<String>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a business rule given a set of constraints
- createBusinessRule(String, String, int, int, String, String, List<String>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createBusinessRule(String, String, int, int, String, String, List<String>, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a business rule given a set of constraints
- createBusinessRule(String, String, int, int, String, String, List<String>, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createClass(String, String, String, boolean, boolean, boolean, boolean, String, byte[], byte[], int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a class metadata object.
- createClass(String, String, String, boolean, boolean, boolean, boolean, String, byte[], byte[], int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createClass(ClassMetadata) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Creates a class metadata with its attributes (some new and others inherited from the parent class).
- createClass(ClassMetadata) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- createClassLevelReport(String, String, String, String, int, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Creates a class level report (a report that will be available for all instances of a given class -and its subclasses-)
- createClassLevelReport(String, String, String, String, int, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- createClassLevelReport(String, String, String, String, int, boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a class level report (a report that will be available for all instances of a given class -and its subclasses-)
- createClassLevelReport(String, String, String, String, int, boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createClassMetadataFromNode(Node) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Converts a class metadata node into a ClassMetadata object
- createClassMetadataLightFromNode(Node) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Converts a class metadata node into a ClassMetadataLight object
- createComponent(ApplicationEntityManager, MetadataEntityManager, ResourceFactory, TranslationService) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Create a component that represents a map.
- createComponent(ApplicationEntityManager, MetadataEntityManager, ResourceFactory, TranslationService) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- createConfigurationVariable(String, String, String, int, boolean, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a configuration variable inside a pool.
- createConfigurationVariable(String, String, String, int, boolean, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createConfigurationVariable(String, String, String, int, boolean, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a configuration variable inside a pool.
- createConfigurationVariable(String, String, String, int, boolean, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createConfigurationVariablesPool(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a pool of configuration variables
- createConfigurationVariablesPool(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createConfigurationVariablesPool(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a pool of configuration variables.
- createConfigurationVariablesPool(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createContact(String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Creates a contact.Contacts are always associated to a customer
- createContact(String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- createContact(String, List<StringPair>, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a contact
- createContact(String, List<StringPair>, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createContent() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.AllBuildingsMapWidget
- createContent() - Method in class org.neotropic.kuwaiba.modules.core.audittrail.widgets.ObjectAuditTrailWidget
- createContent() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.widgets.NetworkResourcesWidget
- createContent() - Method in class org.neotropic.util.visual.widgets.AbstractDashboardWidget
- createContent() - Method in class org.neotropic.util.visual.widgets.EmptyWideWidget
- createCover() - Method in class org.neotropic.util.visual.widgets.AbstractDashboardWidget
-
Creates the cover component.
- createCustomer(String, String, HashMap<String, String>, String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Creates a customer.
- createCustomerPool(String, String, String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Creates a customer pool.
- createDataProviderGrid() - Method in class org.neotropic.kuwaiba.core.configuration.validators.ValidatorDefinitionUI
-
Creates a provider for the grid filters
- createDataProviderPaginateGrid() - Method in class org.neotropic.kuwaiba.modules.core.navigation.navtree.NavResultGrid
-
Creates a provider for the grid, by default the filter limited to name
- createE2EView(List<String>, List<String>, boolean, boolean, boolean, boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2EViewProvider
-
Calls the methods that creates the end to end view
- createErrorMessage(String) - Static method in class org.neotropic.kuwaiba.core.apis.persistence.application.TaskResult
- createErrorResult(String) - Static method in class org.neotropic.kuwaiba.core.apis.persistence.application.TaskResult
- createErrorResult(String) - Static method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskResult
- createFavoritesFolderForUser(String, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Create a relationship between an user and a new favorites folder
- createFavoritesFolderForUser(String, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createFavoritesFolderForUser(String, long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a favorites folder for User.
- createFavoritesFolderForUser(String, long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createFilterDefinition(String, String, String, String, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a filter.
- createFilterDefinition(String, String, String, String, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createFiltersDataProviderGrid(String) - Method in class org.neotropic.kuwaiba.core.configuration.filters.FiltersDefinitionUI
-
Creates a provider for the grid filters
- createFolder(String, String, String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Creates a pool(folder) of subnets if the parentId is -1 the pool will be created in the default root for pools of subnets
- createGeneralActivityLogEntry(String, int, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a general activity log entry, that is, an entry that is not associated to a particular object
- createGeneralActivityLogEntry(String, int, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createGeneralActivityLogEntry(String, int, ChangeDescriptor) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a general activity log entry, that is, an entry that is not associated to a particular object
- createGeneralActivityLogEntry(String, int, ChangeDescriptor) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createGeneralView(String, String, String, byte[], byte[]) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a view not related to a particular object
- createGeneralView(String, String, String, byte[], byte[]) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createGeneralView(String, String, String, byte[], byte[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a general view (a view that is not associated to any object)
- createGeneralView(String, String, String, byte[], byte[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createGenericObjectListFromNode(Node) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Creates a generic object list (a list type) from a node
- createGridFilter() - Method in class org.neotropic.kuwaiba.modules.core.navigation.navtree.NavResultGrid
-
Creates the filter for every grid in the header row
- createGroup(String, String, List<Long>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a group
- createGroup(String, String, List<Long>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createGroup(String, String, List<Long>, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a group
- createGroup(String, String, List<Long>, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createGroupProfileFromNode(Node) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Converts a node representing a group into a GroupProfile object
- createGroupProfileLightFromNode(Node) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Converts a node representing a group into a GroupProfileLight object
- createHeadlessObject(String, HashMap<String, String>, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Creates an object without parent.
- createHeadlessObject(String, HashMap<String, String>, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- createHTMLDivWrapperChart(GChartsFactory.ChartType, String, String, DataTable) - Method in class org.neotropic.kuwaiba.modules.optional.reports.plugins.gcharts.GChartsFactory
- createInformationMessage(String) - Static method in class org.neotropic.kuwaiba.core.apis.persistence.application.TaskResult
- createInformationResult(String) - Static method in class org.neotropic.kuwaiba.core.apis.persistence.application.TaskResult
- createInstanceMatch(boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherParser
-
creates the match when is only joins
- createInstanceWhere(String, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherParser
- createInventoryLevelReport(String, String, String, int, boolean, List<StringPair>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Creates an inventory level report (a report that is not tied to a particlar instance or class.
- createInventoryLevelReport(String, String, String, int, boolean, List<StringPair>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- createInventoryLevelReport(String, String, String, int, boolean, List<StringPair>, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates an inventory level report (a report that is not tied to a particlar instance or class.
- createInventoryLevelReport(String, String, String, int, boolean, List<StringPair>, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createIpv6Mask(int) - Static method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.IpamEngine
-
Creates a IPv6 mask with a given mask bits
- createJoinRelation(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherParser
-
every time a list type for a join or a parent or a parent join is added there must be a relation to identify every list type.
- createJoinWhere(int, String, String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherParser
-
Creates a where statement for joins
- createLastMileTributaryLink(String, String, String, String, String, HashMap<String, String>, String) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantService
-
Creates a last mile circuit tributary link.
- createLayout(String, String, String, byte[], byte[]) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a new layout view.
- createLayout(String, String, String, byte[], byte[]) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createLeftMenuAction() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerUI
-
Creates the menu action for root elements
- createListTypeItem(String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a list type item
- createListTypeItem(String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createListTypeItem(String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a list type item
- createListTypeItem(String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createListTypeItemRelatedLayout(String, String, String, String, String, byte[], byte[]) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a view for a given list type item.
- createListTypeItemRelatedLayout(String, String, String, String, String, byte[], byte[]) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createListTypeItemRelatedView(String, String, String, String, String, byte[], byte[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a view for a given list type item.
- createListTypeItemRelatedView(String, String, String, String, String, byte[], byte[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createListypeMatch(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherParser
-
add every listType into de the match a listType for every join
- createListypeParentMatch(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherParser
-
Add this to the match for the parent and the parent joins
- createMPLSLink(String, String, String, String, HashMap<String, String>, String) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsService
-
Creates a MPLS Link
- createMPLSLink(String, String, String, String, List<StringPair>, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates an MPLS link
- createMPLSLink(String, String, String, String, List<StringPair>, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createMplsView(List<BusinessObjectLight>, BusinessObjectLight) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.extras.sync.SyncUtil
-
Creates a MPLS view if doesn't exist
- createMplsView(List<BusinessObjectLight>, BusinessObjectLight) - Static method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncUtil
-
Creates a MPLS view if doesn't exist
- createNoneWhere(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherParser
-
if has no relationship
- createObject(String, String, String, String[], String[], String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a business object
- createObject(String, String, String, String[], String[], String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createObject(String, String, String, HashMap<String, String>, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Creates a new inventory object
- createObject(String, String, String, HashMap<String, String>, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- createObject(String, String, HashMap<String, String>, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Creates an object
- createObject(String, String, HashMap<String, String>, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- createObject(Node, ClassMetadata, HashMap<String, String>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- createObjectActivityLogEntry(String, String, String, int, String, String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates an object activity log entry, that is, an entry that is directly related to an object, such as the modification of the value of an attribute
- createObjectActivityLogEntry(String, String, String, int, String, String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createObjectActivityLogEntry(String, String, String, int, ChangeDescriptor) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates an object activity log entry, that is, an entry that is directly related to an object, such as the modification of the value of an attribute
- createObjectActivityLogEntry(String, String, String, int, ChangeDescriptor) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createObjectFromNode(Node) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.ObjectGraphMappingService
- createObjectFromNode(Node, ClassMetadata) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.ObjectGraphMappingService
-
Builds a RemoteBusinessObject instance from a node representing a business object
- createObjectLightFromNode(Node) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.ObjectGraphMappingService
- createObjectRelatedView(String, String, String, String, String, byte[], byte[]) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a view for a given object.
- createObjectRelatedView(String, String, String, String, String, byte[], byte[]) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createObjectRelatedView(String, String, String, String, String, byte[], byte[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a view an relates it to an existing object
- createObjectRelatedView(String, String, String, String, String, byte[], byte[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createOSPView(String, String, byte[]) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates an Outside Plant View
- createOSPView(String, String, byte[]) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createOSPView(String, String, byte[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates an Outside Plant View
- createOSPView(String, String, byte[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createParentMatch() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherParser
-
Adds the match when the query has parent
- createParentRelation(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherParser
-
every time a list type for a join or a parent or a parent join is added there must be a relation to identify every list type.
- createParentWhere(int, String, String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherParser
-
Creates the where statement if there is a parent
- createPhysicalConnection(String, String, String, String, String, String, String, String) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.PhysicalConnectionsService
- createPhysicalConnection(String, String, String, String, String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a physical connection (a container or a link).
- createPhysicalConnection(String, String, String, String, String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createPhysicalConnections(String[], String[], String[], String[], String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a physical connection (a container or a link).
- createPhysicalConnections(String[], String[], String[], String[], String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createPoolFromNode(Node) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
- createPoolInObject(String, String, String, String, String, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a pool that will have as parent an inventory object.
- createPoolInObject(String, String, String, String, String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createPoolInObject(String, String, String, String, String, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a pool that will have as parent an inventory object.
- createPoolInObject(String, String, String, String, String, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createPoolInPool(String, String, String, String, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a pool that will have as parent another pool.
- createPoolInPool(String, String, String, String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createPoolInPool(String, String, String, String, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a pool that will have as parent another pool.
- createPoolInPool(String, String, String, String, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createPoolInWarehouse(String, String, String, String, String, int) - Method in class com.neotropic.kuwaiba.modules.commercial.whman.persistence.WarehousesService
-
Creates a pool inside a warehouse
- createPoolItem(String, String, String[], String[], String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates an object within a pool
- createPoolItem(String, String, String[], String[], String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createPoolItem(String, String, HashMap<String, String>, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Creates an object inside a pool
- createPoolItem(String, String, HashMap<String, String>, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- createPrivilegeFromNode(Node) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
- createProcessDefinition(String, String, String, boolean, byte[]) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a process definition.
- createProcessDefinition(String, String, String, boolean, byte[]) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createProcessDefinition(String, String, String, boolean, byte[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a process definition.
- createProcessDefinition(String, String, String, boolean, byte[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createProcessInstance(long, long, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ProcessManagerService
- createProcessInstance(long, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates an instance of a process, that is, starts one
- createProcessInstance(long, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createProcessInstance(long, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates an instance of a process, that is, starts one
- createProcessInstance(long, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createProcessInstanceFromNode(Node) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
- createProject(String, String, HashMap<String, String>) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsService
-
Create a project
- createProjectPool(String, String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsService
-
Create a project pool
- createProjectPool(String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a Project Pool
- createProjectPool(String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createProxy(String, String, HashMap<String, String>) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerService
-
Creates an inventory proxy.
- createProxy(String, String, List<StringPair>, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates an inventory proxy.
- createProxy(String, String, List<StringPair>, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createProxyPool(String, String) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerService
-
Creates a proxy pool.
- createProxyPool(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a proxy pool.
- createProxyPool(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createQuery(String, long, byte[], String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a Query
- createQuery(String, long, byte[], String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createQuery(String, long, byte[], String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a query using the Graphical Query Builder
- createQuery(String, long, byte[], String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createQuery(ExtendedQuery) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherQueryBuilder
-
Creates the query
- createRelationship(List<BusinessObjectLight>, List<BusinessObjectLight>) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractRelationshipManagementAction
-
Creates the actual relationships between the the source object and the target objects, depending on the cardinality defined in
AbstractRelationshipManagementAction.getCardinality()
. - createRelationship(List<BusinessObjectLight>, List<BusinessObjectLight>) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NetworkResourcesRelationshipManagementAction
- createRemoteObjectLightFromPoolNode(Node) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
- createRemotePoolFromNode(Node) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
- createReport(AbstractFormatter) - Method in class org.neotropic.util.visual.exporters.grid.GridExporter
- createReturn() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherParser
-
creates the main return the "instance"
- createRootPool(String, String, String, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a pool without a parent.
- createRootPool(String, String, String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createRootPool(String, String, String, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a pool without a parent.
- createRootPool(String, String, String, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createScriptedQueriesPool(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a scripted queries pool.
- createScriptedQueriesPool(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createScriptedQuery(String, String, String, String, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a scripted query.
- createScriptedQuery(String, String, String, String, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createScriptedQueryParameter(String, String, String, String, boolean, Object) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a scripted query parameter.
- createScriptedQueryParameter(String, String, String, String, boolean, Object) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createSDHContainerLink(String, String, String, String, String, List<SdhPosition>, String) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhService
-
Creates an SDH container link (VCX).
- createSDHContainerLink(String, String, String, String, String, List<RemoteSDHPosition>, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates an SDH container link (VCX).
- createSDHContainerLink(String, String, String, String, String, List<RemoteSDHPosition>, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createSDHTransportLink(String, String, String, String, String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhService
-
Creates an SDH transport link (STMX)
- createSDHTransportLink(String, String, String, String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates an SDH transport link (STMX)
- createSDHTransportLink(String, String, String, String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createSDHTributaryLink(String, String, String, String, String, List<SdhPosition>, String) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhService
-
Creates an SDH tributary link (VCXTributaryLink)
- createSDHTributaryLink(String, String, String, String, String, List<RemoteSDHPosition>, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates an SDH tributary link (VCXTributaryLink)
- createSDHTributaryLink(String, String, String, String, String, List<RemoteSDHPosition>, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createService(String, String, HashMap<String, String>, String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Creates a service.
- createServicePool(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Creates a service pool.
- createSession(String, String, int) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a session.
- createSession(String, String, int) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createSession(String, String, int, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a session.
- createSession(String, String, int, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createSpecialObject(String, String, String, String[], String[], String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a special business object.
- createSpecialObject(String, String, String, String[], String[], String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createSpecialObject(String, String, String, HashMap<String, String>, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Creates a new inventory object for a domain specific model (where the standard containment rules don't apply)
- createSpecialObject(String, String, String, HashMap<String, String>, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
-
Creates a new inventory object for a domain specific model (where the standard containment rules don't apply)
- createSpecialObjectUsingTemplate(String, String, String, HashMap<String, String>, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Equal to
BusinessEntityManager.createSpecialObject(java.lang.String, java.lang.String, java.lang.String, java.util.HashMap, java.lang.String)
but the return is a map of ids. - createSpecialObjectUsingTemplate(String, String, String, HashMap<String, String>, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- createSpecialRelationship(String, String, String, String, String, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Creates a relationship between two elements and labels it.
- createSpecialRelationship(String, String, String, String, String, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- createSpecialRelationship(String, String, String, String, String, boolean, HashMap<String, Object>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
This method creates a special relationship with a set of property values
- createSpecialRelationship(String, String, String, String, String, boolean, HashMap<String, Object>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- createSubnet(String, String, HashMap<String, String>) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
create a subnet
- createSubnet(String, String, List<StringPair>, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a subnet
- createSubnet(String, String, List<StringPair>, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createSubnetPool(String, String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a pool of subnets if the parentId is -1 the pool will be created in the default root for pools of subnets
- createSubnetPool(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createSubnets(String, String, List<HashMap<String, String>>) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Creates several subnets in a subnet
- createSyncDataSourceConfig(String, long, String, List<StringPair>) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationService
-
Creates a data source configuration and associates it to a sync group
- createSyncDataSourceConfigFromNode(Node) - Static method in class org.neotropic.kuwaiba.modules.commercial.sync.PersistenceUtil
-
Converts a node to a SyncDataSourceConfiguration object
- createSyncGroup(String) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationService
-
Creates a synchronization group
- createSyncGroupFromNode(Node) - Static method in class org.neotropic.kuwaiba.modules.commercial.sync.PersistenceUtil
-
Converts a node representing a Node into a SynchronizationGroup object
- createSynchronizationDataSourceConfig(String, long, String, List<StringPair>, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a Synchronization Data Source Configuration.
- createSynchronizationDataSourceConfig(String, long, String, List<StringPair>, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createSynchronizationGroup(String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a Synchronization Group.
- createSynchronizationGroup(String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createTask(String, String, boolean, boolean, String, List<StringPair>, TaskScheduleDescriptor, TaskNotificationDescriptor) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates and schedule a task.
- createTask(String, String, boolean, boolean, String, List<StringPair>, TaskScheduleDescriptor, TaskNotificationDescriptor) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createTask(String, String, boolean, boolean, String, List<StringPair>, RemoteTaskScheduleDescriptor, RemoteTaskNotificationDescriptor, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates and schedule a task.
- createTask(String, String, boolean, boolean, String, List<StringPair>, RemoteTaskScheduleDescriptor, RemoteTaskNotificationDescriptor, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createTaskFromNode(Node) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
- createTemplate(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a template.
- createTemplate(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createTemplate(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a template.
- createTemplate(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createTemplateElement(String, String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates an object inside a template.
- createTemplateElement(String, String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createTemplateElement(String, String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates an object inside a template.
- createTemplateElement(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createTemplateElementFromNode(Node, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createTemplateSpecialElement(String, String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Create an special object inside an template
- createTemplateSpecialElement(String, String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createTemplateSpecialElement(String, String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates an special object inside a template.
- createTemplateSpecialElement(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createUser(String, String, String, String, boolean, int, String, List<Privilege>, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a user.
- createUser(String, String, String, String, boolean, int, String, List<Privilege>, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createUser(String, String, String, String, boolean, int, String, List<PrivilegeInfo>, long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a user.
- createUser(String, String, String, String, boolean, int, String, List<PrivilegeInfo>, long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createUserProfileLightFromNode(Node) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Creates a UserProfileLight object (a user object without privileges) from a node
- createUserProfileWithGroupPrivilegesFromNode(Node) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Converts a node representing a user into a UserProfile object.
- createUserProfileWithoutGroupPrivilegesFromNode(Node) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Converts a node representing a user into a UserProfile object.
- createValidatorDefinition(String, String, String, String, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Creates a validator definition.
- createValidatorDefinition(String, String, String, String, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- createValidatorDefinition(String, String, String, String, boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a validator definition.
- createValidatorDefinition(String, String, String, String, boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- createWarehouse(String, String, HashMap<String, String>, String) - Method in class com.neotropic.kuwaiba.modules.commercial.whman.persistence.WarehousesService
-
Creates a warehouse inside a pool
- createWarningMessage(String) - Static method in class org.neotropic.kuwaiba.core.apis.persistence.application.TaskResult
- createWhere(int, String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherParser
-
Simple where without joins or parent in the query
- creationDate - Variable in class org.neotropic.kuwaiba.core.apis.persistence.application.FileObjectLight
-
Creation date
- creationDate - Variable in class org.neotropic.kuwaiba.northbound.ws.model.application.GroupInfoLight
-
Object's creation date.
- creationDate - Variable in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObjectLight
-
Creation date
- creationDate - Variable in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
-
ClassMetada's creationDate
- criteria - Variable in class org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter
- cssClass - Variable in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
-
Component's class
- CSVFormatter - Class in org.neotropic.util.visual.exporters
-
Implements the logic necessary to export to CSV
- CSVFormatter(TranslationService) - Constructor for class org.neotropic.util.visual.exporters.CSVFormatter
- custom - Variable in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- CustomerDashboard - Class in org.neotropic.kuwaiba.modules.optional.serviceman.widgets
- CustomerDashboard(BusinessObjectLight) - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.widgets.CustomerDashboard
- CustomerSearchResultCallback() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerUI.CustomerSearchResultCallback
- CustomSpan - Class in com.neotropic.kuwaiba.modules.commercial.ipam.visual
-
A custom span to draw the parents bread crumbs and keeps a record of the object parent to allow navigation when it is selected
- CustomSpan(Object, Component...) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.visual.CustomSpan
- CypherParser - Class in org.neotropic.kuwaiba.core.persistence.reference.neo4j
-
Cypher parser
- CypherParser() - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherParser
- CypherQueryBuilder - Class in org.neotropic.kuwaiba.core.persistence.reference.neo4j
-
Creates cypher Query
- CypherQueryBuilder() - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherQueryBuilder
D
- DATA - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- DATA - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- DATA_TYPE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- DATA_TYPE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- DATA_TYPE - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLight
-
MIME Type used mainly while dragging and dropping nodes representing RemoteObjectLights
- DATA_TYPE_BOOLEAN - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- DATA_TYPE_COLOR - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- DATA_TYPE_DATE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the data type Date
- DATA_TYPE_DOUBLE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the data type Double
- DATA_TYPE_FLOAT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the data type Float
- DATA_TYPE_INTEGER - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the data type Integer
- DATA_TYPE_LIST_TYPE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the data type list type
- DATA_TYPE_LONG - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the data type Long
- DATA_TYPE_OBJECT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the data type object
- DATA_TYPE_OBJECT_MULTIPLE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the data type object multiple
- DATA_TYPE_STRING - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the data type string
- DATA_TYPE_TIME_STAMP - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the data type timestamp
- DATA_TYPES - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- DATABASE_SENTENCE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Hint in patch file for a cypher query
- DatabaseException - Exception in org.neotropic.kuwaiba.core.apis.persistence.exceptions
-
Thrown when an inconsistency in the database structure is detected
- DatabaseException(String) - Constructor for exception org.neotropic.kuwaiba.core.apis.persistence.exceptions.DatabaseException
- DataGridParser - Interface in org.neotropic.util.visual.exporters.grid
-
Transforms the given list of Objects into a new matrix object
- DataModelManagerLayout - Class in org.neotropic.kuwaiba.modules.core.datamodelman
-
The standard layout to be applied in this module.
- DataModelManagerLayout() - Constructor for class org.neotropic.kuwaiba.modules.core.datamodelman.DataModelManagerLayout
- DataModelManagerModule - Class in org.neotropic.kuwaiba.modules.core.datamodelman
-
The definition of the Data Model Manager module
- DataModelManagerModule() - Constructor for class org.neotropic.kuwaiba.modules.core.datamodelman.DataModelManagerModule
- DataModelManagerUI - Class in org.neotropic.kuwaiba.modules.core.datamodelman
-
Main for the Data Model manager module.
- DataModelManagerUI() - Constructor for class org.neotropic.kuwaiba.modules.core.datamodelman.DataModelManagerUI
- DataModelNode - Class in org.neotropic.kuwaiba.modules.core.datamodelman.nodes
-
Represents a node in the data model manager tree.
- DataModelNode(ClassMetadataLight) - Constructor for class org.neotropic.kuwaiba.modules.core.datamodelman.nodes.DataModelNode
- DataModelNode(ClassMetadataLight, String) - Constructor for class org.neotropic.kuwaiba.modules.core.datamodelman.nodes.DataModelNode
- DataTable - Class in org.neotropic.kuwaiba.modules.optional.reports.javascript
-
A data table is a matrix used represent the data set to be consumed by a chart.
- DataTable(DataTable.DataType[], String[]) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.javascript.DataTable
- DataTable(DataTable.DataType[], String[], String[]) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.javascript.DataTable
- DataTable.DataType - Enum in org.neotropic.kuwaiba.modules.optional.reports.javascript
-
Enum of the possible data types support by the cells
- DataType() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute.DataType
- DataType() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute.DataType
- DATE - org.neotropic.kuwaiba.modules.optional.reports.javascript.DataTable.DataType
- DATE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute.DataType
- DATE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute.DataType
- DATE_FIELD - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- DATE_FIELD - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- DATE_FORMAT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Date format for queries
- DATE_FORMATTER - Static variable in class org.neotropic.util.visual.properties.LocalDateProperty
-
Default formatter.
- DATE_FORMATTER - Static variable in class org.neotropic.util.visual.properties.LocalDateTimeProperty
-
Default formatter.
- DateFilter - Class in org.neotropic.kuwaiba.modules.core.queries.filters
- DateFilter(TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.core.queries.filters.DateFilter
- DateProperty - Class in org.neotropic.util.visual.properties
-
Support for date-type properties
- DateProperty(String, String, String, long, TranslationService) - Constructor for class org.neotropic.util.visual.properties.DateProperty
- DateProperty(String, String, String, Date, TranslationService) - Constructor for class org.neotropic.util.visual.properties.DateProperty
- DATETIME - org.neotropic.kuwaiba.modules.optional.reports.javascript.DataTable.DataType
- DEFAULT_ADMIN - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- DEFAULT_CENTER_LATITUDE - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantService
-
Default map center latitude.
- DEFAULT_CENTER_LONGITUDE - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantService
-
Default map center longitude.
- DEFAULT_COLOR_FOR_LABELS - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantService
-
Default color for map labels.
- DEFAULT_FILL_COLOR_FOR_LABELS - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantService
-
Default fill color for map labels.
- DEFAULT_FONT_SIZE_FOR_LABELS - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantService
-
Default font size for map labels.
- DEFAULT_ICON_HEIGHT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- DEFAULT_ICON_HEIGHT - Static variable in class org.neotropic.kuwaiba.visualization.api.resources.ResourceFactory
-
Default icon height (used in views)
- DEFAULT_ICON_SIZE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- DEFAULT_ICON_WIDTH - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- DEFAULT_ICON_WIDTH - Static variable in class org.neotropic.kuwaiba.visualization.api.resources.ResourceFactory
-
Default icon width (used in views)
- DEFAULT_LANGUAGE - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantService
-
Default map language (English).
- DEFAULT_MASK - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
default mask for individual IP addresses created in folders
- DEFAULT_MIN_ZOOM_FOR_LABELS - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantService
-
Default minimum zoom level for the map when displaying labels.
- DEFAULT_SHAPE_HEIGHT - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- DEFAULT_SHAPE_WIDTH - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- DEFAULT_SMALL_ICON_HEIGHT - Static variable in class org.neotropic.kuwaiba.visualization.api.resources.ResourceFactory
-
Default icon height (used in navigation trees)
- DEFAULT_SMALL_ICON_SIZE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- DEFAULT_SMALL_ICON_WIDTH - Static variable in class org.neotropic.kuwaiba.visualization.api.resources.ResourceFactory
-
Default icon width (used in navigation trees)
- DEFAULT_SMALL_NO_ICON_HEIGHT - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.explorers.grids.IconRelationshipCellGrid
-
Default no icon height (used in navigation trees)
- DEFAULT_SMALL_NO_ICON_HEIGHT - Static variable in class org.neotropic.kuwaiba.visualization.api.resources.ResourceFactory
-
Default no icon height (used in navigation trees)
- DEFAULT_SMALL_NO_ICON_WIDTH - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.explorers.grids.IconRelationshipCellGrid
-
Default no icon width (used in navigation trees)
- DEFAULT_SMALL_NO_ICON_WIDTH - Static variable in class org.neotropic.kuwaiba.visualization.api.resources.ResourceFactory
-
Default no icon width (used in navigation trees)
- DEFAULT_ZOOM - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantService
-
Default map center latitude.
- DefaultAuthenticationProvider - Class in org.neotropic.kuwaiba.core.authentication
-
Authenticates users using the built-in database.
- DefaultAuthenticationProvider() - Constructor for class org.neotropic.kuwaiba.core.authentication.DefaultAuthenticationProvider
- DefaultReports - Class in org.neotropic.kuwaiba.modules.optional.reports.defaults
-
Temporary class that provides methods to build class reports
- DefaultReports(MetadataEntityManager, BusinessEntityManager, ApplicationEntityManager) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.defaults.DefaultReports
- DELETE_GRID_ROW - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Function
- DELETE_GRID_ROW - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Function
- deleteActivity(String, String, boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsService
-
Deletes an activity
- deleteActivity(String, String, boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes an Activity
- deleteActivity(String, String, boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- deleteAttribute(long, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Deletes an attribute from a class.
- deleteAttribute(long, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- deleteAttribute(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Deletes an attribute from a class.
- deleteAttribute(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- deleteAttribute(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes an attribute from a class using the class name as key to find it
- deleteAttribute(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeleteAttributeAction - Class in org.neotropic.kuwaiba.modules.core.datamodelman.actions
-
Delete a Class Attribute
- DeleteAttributeAction() - Constructor for class org.neotropic.kuwaiba.modules.core.datamodelman.actions.DeleteAttributeAction
- deleteAttributeForClassWithId(long, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes an attribute from a class using the class id as key to find it
- deleteAttributeForClassWithId(long, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- deleteAttributeIfListType(Node, String) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
- deleteAttributeIfPrimitive(Node, String) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
- DeleteAttributeVisualAction - Class in org.neotropic.kuwaiba.modules.core.datamodelman.actions
-
Visual wrapper of delete attribute action
- DeleteAttributeVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.datamodelman.actions.DeleteAttributeVisualAction
- DeleteBusinessObjectAction - Class in org.neotropic.kuwaiba.modules.core.navigation.actions
-
Deletes a business object.
- DeleteBusinessObjectAction() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.actions.DeleteBusinessObjectAction
- DeleteBusinessObjectVisualAction - Class in org.neotropic.kuwaiba.modules.core.navigation.actions
-
Visual action to delete a business object
- DeleteBusinessObjectVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.actions.DeleteBusinessObjectVisualAction
- deleteBusinessRule(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Deletes a business rule
- deleteBusinessRule(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- deleteBusinessRule(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a business rule
- deleteBusinessRule(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- deleteClass(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Deletes a class metadata, its attributes and category relationships
- deleteClass(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- deleteClass(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Deletes a class metadata, its attributes and category relationships
- deleteClass(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- deleteClass(String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a class from the data model using its name as key to find it
- deleteClass(String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeleteClassAction - Class in org.neotropic.kuwaiba.modules.core.datamodelman.actions
-
Delete a class
- DeleteClassAction() - Constructor for class org.neotropic.kuwaiba.modules.core.datamodelman.actions.DeleteClassAction
- DeleteClassVisualAction - Class in org.neotropic.kuwaiba.modules.core.datamodelman.actions
-
Visual wrapper of delete class action
- DeleteClassVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.datamodelman.actions.DeleteClassVisualAction
- deleteClassWithId(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a class from the data model using its id as key to find it
- deleteClassWithId(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- deleteConfigurationVariable(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Deletes a config variable
- deleteConfigurationVariable(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- deleteConfigurationVariable(String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a config variable
- deleteConfigurationVariable(String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeleteConfigurationVariableAction - Class in org.neotropic.kuwaiba.core.configuration.variables.actions
-
Delete a Configuration Variable.
- DeleteConfigurationVariableAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariableAction
- deleteConfigurationVariablesPool(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Deletes a configuration variables pool.
- deleteConfigurationVariablesPool(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- deleteConfigurationVariablesPool(String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a configuration variables pool.
- deleteConfigurationVariablesPool(String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeleteConfigurationVariablesPoolAction - Class in org.neotropic.kuwaiba.core.configuration.variables.actions
-
Delete a Configuration Variables Pool.
- DeleteConfigurationVariablesPoolAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariablesPoolAction
- DeleteConfigurationVariablesPoolVisualAction - Class in org.neotropic.kuwaiba.core.configuration.variables.actions
-
Visual wrapper of delete configuration variables pool action.
- DeleteConfigurationVariablesPoolVisualAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariablesPoolVisualAction
- DeleteConfigurationVariableVisualAction - Class in org.neotropic.kuwaiba.core.configuration.variables.actions
-
Visual wrapper of delete configuration variable action.
- DeleteConfigurationVariableVisualAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariableVisualAction
- deleteContact(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Deletes a contact
- deleteContact(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- deleteContact(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a contact
- deleteContact(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeleteContactAction - Class in org.neotropic.kuwaiba.modules.optional.contactman.actions
-
Delete a contact
- DeleteContactAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.contactman.actions.DeleteContactAction
- DeleteContactVisualAction - Class in org.neotropic.kuwaiba.modules.optional.contactman.actions
-
Visual wrapper of delete contact action.
- DeleteContactVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.contactman.actions.DeleteContactVisualAction
- DeleteContractAction - Class in org.neotropic.kuwaiba.modules.commercial.contractman.actions
-
Delete a Contract
- DeleteContractAction() - Constructor for class org.neotropic.kuwaiba.modules.commercial.contractman.actions.DeleteContractAction
- DeleteContractsPoolAction - Class in org.neotropic.kuwaiba.modules.commercial.contractman.actions
-
Delete a Contracts Pool.
- DeleteContractsPoolAction() - Constructor for class org.neotropic.kuwaiba.modules.commercial.contractman.actions.DeleteContractsPoolAction
- DeleteContractsPoolVisualAction - Class in org.neotropic.kuwaiba.modules.commercial.contractman.actions
-
Visual wrapper of delete contracts pool action.
- DeleteContractsPoolVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.commercial.contractman.actions.DeleteContractsPoolVisualAction
- DeleteContractVisualAction - Class in org.neotropic.kuwaiba.modules.commercial.contractman.actions
-
Visual wrapper of delete contract action.
- DeleteContractVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.commercial.contractman.actions.DeleteContractVisualAction
- deleteCostumer(String, String, String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Deletes a customer
- DeleteCustomerAction - Class in org.neotropic.kuwaiba.modules.optional.serviceman.actions
-
Deletes a customer.
- DeleteCustomerAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteCustomerAction
- deleteCustomerPool(String, String, String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Deletes a customer pool.
- DeleteCustomerPoolAction - Class in org.neotropic.kuwaiba.modules.optional.serviceman.actions
-
Deletes a customer pool.
- DeleteCustomerPoolAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteCustomerPoolAction
- DeleteCustomerPoolVisualAction - Class in org.neotropic.kuwaiba.modules.optional.serviceman.actions
-
Visual wrapper of delete costumer pool action.
- DeleteCustomerPoolVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteCustomerPoolVisualAction
- DeleteCustomerVisualAction - Class in org.neotropic.kuwaiba.modules.optional.serviceman.actions
-
Frontend to the delete customer action.
- DeleteCustomerVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteCustomerVisualAction
- DeleteFavoriteAction - Class in org.neotropic.kuwaiba.modules.core.favorites.actions
-
Delete a favorite folder.
- DeleteFavoriteAction() - Constructor for class org.neotropic.kuwaiba.modules.core.favorites.actions.DeleteFavoriteAction
- deleteFavoritesFolders(long[], long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Delete a Bookmark Folder of an User
- deleteFavoritesFolders(long[], long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- deleteFavoritesFolders(long[], long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a set of favorites folders
- deleteFavoritesFolders(long[], long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeleteFavoriteVisualAction - Class in org.neotropic.kuwaiba.modules.core.favorites.actions
-
Visual wrapper of delete favorite action.
- DeleteFavoriteVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.favorites.actions.DeleteFavoriteVisualAction
- deleteFilterDefinition(long, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Deletes a filter definition
- deleteFilterDefinition(long, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- DeleteFilterDefinitionAction - Class in org.neotropic.kuwaiba.core.configuration.filters.actions
-
Delete a Filter definition
- DeleteFilterDefinitionAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.filters.actions.DeleteFilterDefinitionAction
- DeleteFilterDefinitionVisualAction - Class in org.neotropic.kuwaiba.core.configuration.filters.actions
-
Visual wrapper of delete filter definition action
- DeleteFilterDefinitionVisualAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.filters.actions.DeleteFilterDefinitionVisualAction
- DeleteFolderAction - Class in com.neotropic.kuwaiba.modules.commercial.ipam.actions
-
Deletes a subnet's folder
- DeleteFolderAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteFolderAction
- DeleteFolderVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.ipam.actions
-
Visual wrapper of delete a folder in ipam module
- DeleteFolderVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteFolderVisualAction
- deleteGeneralView(List<Long>, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes views
- deleteGeneralView(List<Long>, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- deleteGeneralViews(List<Long>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Deletes a list of general views
- deleteGeneralViews(List<Long>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- DeleteGroupAction - Class in org.neotropic.kuwaiba.modules.core.userman.actions
-
Delete an users group
- DeleteGroupAction() - Constructor for class org.neotropic.kuwaiba.modules.core.userman.actions.DeleteGroupAction
- deleteGroups(List<Long>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Removes a list of groups
- deleteGroups(List<Long>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- deleteGroups(List<Long>, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a list of groups
- deleteGroups(List<Long>, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeleteGroupVisualAction - Class in org.neotropic.kuwaiba.modules.core.userman.actions
-
Visual wrapper of delete a group action.
- DeleteGroupVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.userman.actions.DeleteGroupVisualAction
- deleteIpAddress(List<String>, boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Removes an IP address from a subnet or folder
- DeleteIpAddrFromFolderAction - Class in com.neotropic.kuwaiba.modules.commercial.ipam.actions
-
Removes an ip addresses from a subnet
- DeleteIpAddrFromFolderAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteIpAddrFromFolderAction
- DeleteIpAddrFromFolderVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.ipam.actions
-
Visual wrapper of a new business object action.
- DeleteIpAddrFromFolderVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteIpAddrFromFolderVisualAction
- deleteLayout(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Deletes a layout view
- deleteLayout(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- DeleteLayoutViewAction - Class in org.neotropic.kuwaiba.modules.optional.layouteditor.actions
-
Deletes a Layout view
- DeleteLayoutViewAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.layouteditor.actions.DeleteLayoutViewAction
- DeleteLayoutViewVisualAction - Class in org.neotropic.kuwaiba.modules.optional.layouteditor.actions
-
Visual wrapper of delete layout view action
- DeleteLayoutViewVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.layouteditor.actions.DeleteLayoutViewVisualAction
- deleteListTypeItem(String, String, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Deletes a list type item
- deleteListTypeItem(String, String, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- deleteListTypeItem(String, String, boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a list type item
- deleteListTypeItem(String, String, boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeleteListTypeItemAction - Class in org.neotropic.kuwaiba.modules.core.ltman.actions
-
Delete a List Type item.
- DeleteListTypeItemAction() - Constructor for class org.neotropic.kuwaiba.modules.core.ltman.actions.DeleteListTypeItemAction
- deleteListTypeItemRelatedLayout(String, String, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Deletes a list type item related view
- deleteListTypeItemRelatedLayout(String, String, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- deleteListTypeItemRelatedView(String, String, long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a view related to a list type item
- deleteListTypeItemRelatedView(String, String, long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeleteListTypeItemVisualAction - Class in org.neotropic.kuwaiba.modules.core.ltman.actions
-
Visual wrapper of delete list type item action
- DeleteListTypeItemVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.ltman.actions.DeleteListTypeItemVisualAction
- deleteMPLSLink(String, boolean, String) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsService
-
Deletes a MPLS Link
- deleteMPLSLink(String, boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a MPLS link
- deleteMPLSLink(String, boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeleteMplsViewAction - Class in com.neotropic.kuwaiba.modules.commercial.mpls.actions
-
Deletes a MPLS view
- DeleteMplsViewAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.actions.DeleteMplsViewAction
- DeleteMplsViewVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.mpls.actions
-
Visual wrapper of delete MPLS view action
- DeleteMplsViewVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.actions.DeleteMplsViewVisualAction
- deleteObject(String, String, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Deletes a single object
- deleteObject(String, String, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- deleteObject(String, String, boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a set of objects.
- deleteObject(String, String, boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeleteObjectEvent(MplsTools, boolean) - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools.DeleteObjectEvent
- DeleteObjectEvent(SdhTools, boolean) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools.DeleteObjectEvent
- DeleteObjectPermanentlyEvent(MplsTools, boolean) - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools.DeleteObjectPermanentlyEvent
- DeleteObjectPermanentlyEvent(SdhTools, boolean) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools.DeleteObjectPermanentlyEvent
- deleteObjects(String[], String[], boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a set of objects.
- deleteObjects(String[], String[], boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- deleteObjects(HashMap<String, List<String>>, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Deletes a set of objects
- deleteObjects(HashMap<String, List<String>>, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- deleteOSPView(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Deletes an existing OSP view
- deleteOSPView(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- deleteOSPView(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes an existing OSP view
- deleteOSPView(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeleteParameterAction - Class in org.neotropic.kuwaiba.modules.optional.reports.actions
-
Delete a report parameter
- DeleteParameterAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.actions.DeleteParameterAction
- DeleteParameterVisualAction - Class in org.neotropic.kuwaiba.modules.optional.reports.actions
-
Visual wrapper of delete a report parameter .
- DeleteParameterVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.actions.DeleteParameterVisualAction
- deletePhysicalConnection(String, String, String) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.PhysicalConnectionsService
- deletePhysicalConnection(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a physical connection
- deletePhysicalConnection(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- deletePool(Node) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- DeletePoolAction - Class in org.neotropic.kuwaiba.modules.optional.pools.actions
-
Deletes a pool
- DeletePoolAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.pools.actions.DeletePoolAction
- deletePools(String[]) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Deletes a set of pools.
- deletePools(String[]) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- deletePools(String[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a set of pools
- deletePools(String[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeletePoolVisualAction - Class in org.neotropic.kuwaiba.modules.optional.pools.actions
-
Visual wrapper of delete pool action
- DeletePoolVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.pools.actions.DeletePoolVisualAction
- deleteProcessDefinition(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Deletes a process definition
- deleteProcessDefinition(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- deleteProcessDefinition(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a process definition
- deleteProcessDefinition(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- deleteProcessInstance(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Deletes a process instance
- deleteProcessInstance(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- deleteProject(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsService
-
Deletes a project and delete its association with the related inventory objects.
- deleteProject(String, String, boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a Project
- deleteProject(String, String, boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeleteProjectAction - Class in com.neotropic.kuwaiba.modules.commercial.planning.projects.actions
-
Delete a Project.
- DeleteProjectAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectAction
- DeleteProjectActivityAction - Class in com.neotropic.kuwaiba.modules.commercial.planning.projects.actions
-
Delete an Activity.
- DeleteProjectActivityAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectActivityAction
- DeleteProjectActivityVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.planning.projects.actions
-
Visual wrapper of delete activity action.
- DeleteProjectActivityVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectActivityVisualAction
- DeleteProjectsPoolAction - Class in com.neotropic.kuwaiba.modules.commercial.planning.projects.actions
-
Delete a Projects Pool.
- DeleteProjectsPoolAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectsPoolAction
- DeleteProjectsPoolVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.planning.projects.actions
-
Visual wrapper of delete projects pool action.
- DeleteProjectsPoolVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectsPoolVisualAction
- DeleteProjectVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.planning.projects.actions
-
Visual wrapper of delete project action.
- DeleteProjectVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectVisualAction
- deleteProjetcPool(String) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsService
-
Deletes a proxy pool.
- DeleteProxiesPoolAction - Class in org.neotropic.kuwaiba.core.configuration.proxies.actions
-
Delete a proxies pool.
- DeleteProxiesPoolAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.proxies.actions.DeleteProxiesPoolAction
- DeleteProxiesPoolVisualAction - Class in org.neotropic.kuwaiba.core.configuration.proxies.actions
-
Visual wrapper of delete proxies pool action.
- DeleteProxiesPoolVisualAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.proxies.actions.DeleteProxiesPoolVisualAction
- deleteProxy(String, String) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerService
-
Deletes a proxy and delete its association with the related inventory objects.
- deleteProxy(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a proxy and delete its association with the related inventory objects.
- deleteProxy(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeleteProxyAction - Class in org.neotropic.kuwaiba.core.configuration.proxies.actions
-
Delete a proxy.
- DeleteProxyAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.proxies.actions.DeleteProxyAction
- deleteProxyPool(String) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerService
-
Deletes a proxy pool.
- deleteProxyPool(String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a proxy pool.
- deleteProxyPool(String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeleteProxyVisualAction - Class in org.neotropic.kuwaiba.core.configuration.proxies.actions
-
Visual wrapper of delete proxy action.
- DeleteProxyVisualAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.proxies.actions.DeleteProxyVisualAction
- deleteQuery(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Deletes a Query
- deleteQuery(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- deleteQuery(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a query
- deleteQuery(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- deleteReport(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Deletes a report
- deleteReport(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- deleteReport(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a report
- deleteReport(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeleteReportAction - Class in org.neotropic.kuwaiba.modules.optional.reports.actions
-
Delete a report of any type
- DeleteReportAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.actions.DeleteReportAction
- DeleteReportVisualAction - Class in org.neotropic.kuwaiba.modules.optional.reports.actions
-
Visual wrapper of delete report action
- DeleteReportVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.actions.DeleteReportVisualAction
- DeleteScriptAction - Class in org.neotropic.kuwaiba.modules.core.queries.actions
-
Deletes a scripted query
- DeleteScriptAction() - Constructor for class org.neotropic.kuwaiba.modules.core.queries.actions.DeleteScriptAction
- deleteScriptedQueriesPool(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Deletes a scripted queries pool.
- deleteScriptedQueriesPool(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- deleteScriptedQuery(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Deletes an scripted query given the id.
- deleteScriptedQuery(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- deleteScriptedQueryParameter(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Deletes a scripted query parameter.
- deleteScriptedQueryParameter(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- DeleteScriptedQueryPoolAction - Class in org.neotropic.kuwaiba.modules.core.queries.actions
-
Delete a scripted query pool
- DeleteScriptedQueryPoolAction() - Constructor for class org.neotropic.kuwaiba.modules.core.queries.actions.DeleteScriptedQueryPoolAction
- DeleteScriptedQueryPoolVisualAction - Class in org.neotropic.kuwaiba.modules.core.queries.actions
-
Visual wrapper of delete a script pool.
- DeleteScriptedQueryPoolVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.queries.actions.DeleteScriptedQueryPoolVisualAction
- DeleteScriptVisualAction - Class in org.neotropic.kuwaiba.modules.core.queries.actions
-
Visual wrapper of delete a scripted query.
- DeleteScriptVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.queries.actions.DeleteScriptVisualAction
- deleteSDHContainerLink(String, String, boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhService
-
Deletes a container link.
- deleteSDHContainerLink(String, String, boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a container link
- deleteSDHContainerLink(String, String, boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- deleteSDHTransportLink(String, String, boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhService
-
Deletes a transport link
- deleteSDHTransportLink(String, String, boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a transport link
- deleteSDHTransportLink(String, String, boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- deleteSDHTributaryLink(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhService
-
Deletes a tributary link and its corresponding container link.
- deleteSDHTributaryLink(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a tributary link and its corresponding container link.
- deleteSDHTributaryLink(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeleteSdhViewAction - Class in com.neotropic.kuwaiba.modules.commercial.sdh.actions
-
Deletes a SDH view
- DeleteSdhViewAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.actions.DeleteSdhViewAction
- DeleteSdhViewVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.sdh.actions
-
Visual wrapper of delete SDH view action
- DeleteSdhViewVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.actions.DeleteSdhViewVisualAction
- deleteService(String, String, String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Deletes a service.
- DeleteServiceAction - Class in org.neotropic.kuwaiba.modules.optional.serviceman.actions
-
Deletes a service.
- DeleteServiceAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteServiceAction
- deleteServicePool(String, String, String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Deletes a service pool.
- DeleteServicePoolAction - Class in org.neotropic.kuwaiba.modules.optional.serviceman.actions
-
Deletes a service pool.
- DeleteServicePoolAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteServicePoolAction
- DeleteServicePoolVisualAction - Class in org.neotropic.kuwaiba.modules.optional.serviceman.actions
-
Frontend to the delete service pool action.
- DeleteServicePoolVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteServicePoolVisualAction
- DeleteServiceVisualAction - Class in org.neotropic.kuwaiba.modules.optional.serviceman.actions
-
Frontend to the delete service action.
- DeleteServiceVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteServiceVisualAction
- DeleteSparePoolAction - Class in com.neotropic.kuwaiba.modules.commercial.whman.actions
-
Delete a Spare Pool
- DeleteSparePoolAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.whman.actions.DeleteSparePoolAction
- DeleteSparePoolVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.whman.actions
-
Visual wrapper of delete spare pool action.
- DeleteSparePoolVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.whman.actions.DeleteSparePoolVisualAction
- DeleteSubnetAction - Class in com.neotropic.kuwaiba.modules.commercial.ipam.actions
-
Deletes a subnet
- DeleteSubnetAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteSubnetAction
- deleteSubnetPools(String[]) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
deletes a subnet Pool
- deleteSubnetPools(String[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a set of subnet pools
- deleteSubnetPools(String[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- deleteSubnets(String, List<String>, boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Deletes a subnet
- deleteSubnets(String, List<String>, boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a subnet.
- deleteSubnets(String, List<String>, boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeleteSubnetVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.ipam.actions
-
Visual wrapper of delete a subnet
- DeleteSubnetVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteSubnetVisualAction
- DeleteSyncDataSourceConfigurationAction - Class in org.neotropic.kuwaiba.modules.commercial.sync.actions
-
Delete a Sync Data Source Configuration
- DeleteSyncDataSourceConfigurationAction() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.actions.DeleteSyncDataSourceConfigurationAction
- DeleteSyncDataSourceConfigurationVisualAction - Class in org.neotropic.kuwaiba.modules.commercial.sync.actions
-
Visual wrapper of delete Synchronization Data Source Configuration action.
- DeleteSyncDataSourceConfigurationVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.actions.DeleteSyncDataSourceConfigurationVisualAction
- deleteSynchronizationDataSourceConfig(long) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationService
-
Deletes a synchronization data source
- deleteSynchronizationDataSourceConfig(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a sync data source configuration.
- deleteSynchronizationDataSourceConfig(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- deleteSynchronizationGroup(long) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationService
-
Deletes a sync group
- deleteSynchronizationGroup(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a synchronization group and all the sync configurations associated to it
- deleteSynchronizationGroup(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeleteSynchronizationGroupAction - Class in org.neotropic.kuwaiba.modules.commercial.sync.actions
-
Delete a Sync Group
- DeleteSynchronizationGroupAction() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.actions.DeleteSynchronizationGroupAction
- DeleteSynchronizationGroupVisualAction - Class in org.neotropic.kuwaiba.modules.commercial.sync.actions
-
Visual wrapper of delete Synchronization Group action.
- DeleteSynchronizationGroupVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.actions.DeleteSynchronizationGroupVisualAction
- deleteTask(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Deletes a task and unsubscribes all users from it
- deleteTask(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- deleteTask(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a task and unsubscribes all users from it
- deleteTask(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeleteTaskAction - Class in org.neotropic.kuwaiba.modules.optional.taskman.actions
-
Delete a task
- DeleteTaskAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskAction
- DeleteTaskParameterAction - Class in org.neotropic.kuwaiba.modules.optional.taskman.actions
-
Delete a task parameter
- DeleteTaskParameterAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskParameterAction
- DeleteTaskParameterVisualAction - Class in org.neotropic.kuwaiba.modules.optional.taskman.actions
-
Visual wrapper of delete a task parameter action.
- DeleteTaskParameterVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskParameterVisualAction
- DeleteTaskUserAction - Class in org.neotropic.kuwaiba.modules.optional.taskman.actions
-
Unsubscribe a task user
- DeleteTaskUserAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskUserAction
- DeleteTaskUserVisualAction - Class in org.neotropic.kuwaiba.modules.optional.taskman.actions
-
Visual wrapper of unsubscribe a task user action.
- DeleteTaskUserVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskUserVisualAction
- DeleteTaskVisualAction - Class in org.neotropic.kuwaiba.modules.optional.taskman.actions
-
Visual wrapper of delete task action
- DeleteTaskVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskVisualAction
- DeleteTemplateAction - Class in org.neotropic.kuwaiba.modules.core.templateman.actions
-
Delete a template item.
- DeleteTemplateAction() - Constructor for class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateAction
- deleteTemplateElement(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Deletes an element within a template or a template itself.
- deleteTemplateElement(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- deleteTemplateElement(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes an element within a template or a template itself.
- deleteTemplateElement(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeleteTemplateItemAction - Class in org.neotropic.kuwaiba.modules.core.templateman.actions
-
Delete a template item.
- DeleteTemplateItemAction() - Constructor for class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateItemAction
- DeleteTemplateItemVisualAction - Class in org.neotropic.kuwaiba.modules.core.templateman.actions
-
Delete a template item, this item is inside a template.
- DeleteTemplateItemVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateItemVisualAction
- deleteTemplateObject(Node) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
- DeleteTemplateSubItemAction - Class in org.neotropic.kuwaiba.modules.core.templateman.actions
-
Delete a template item.
- DeleteTemplateSubItemAction() - Constructor for class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateSubItemAction
- DeleteTemplateSubItemVisualAction - Class in org.neotropic.kuwaiba.modules.core.templateman.actions
-
Delete a template sub item, this item is inside a item of template.
- DeleteTemplateSubItemVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateSubItemVisualAction
- DeleteTemplateVisualAction - Class in org.neotropic.kuwaiba.modules.core.templateman.actions
-
Deletes a template.
- DeleteTemplateVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateVisualAction
- DeleteTopologyViewAction - Class in org.neotropic.kuwaiba.modules.optional.topoman.actions
-
Deletes a Topology view
- DeleteTopologyViewAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.topoman.actions.DeleteTopologyViewAction
- DeleteTopologyViewVisualAction - Class in org.neotropic.kuwaiba.modules.optional.topoman.actions
-
Visual wrapper of delete Topology view action
- DeleteTopologyViewVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.topoman.actions.DeleteTopologyViewVisualAction
- DeleteUserAction - Class in org.neotropic.kuwaiba.modules.core.userman.actions
-
Delete an user
- DeleteUserAction() - Constructor for class org.neotropic.kuwaiba.modules.core.userman.actions.DeleteUserAction
- deleteUserNode(Node) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Releases all the relationships associated to a user, and deletes the node corresponding to such user.
- deleteUsers(List<Long>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Removes a list of users
- deleteUsers(List<Long>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- deleteUsers(List<Long>, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a list of users
- deleteUsers(List<Long>, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeleteUserVisualAction - Class in org.neotropic.kuwaiba.modules.core.userman.actions
-
Visual wrapper of delete a user.
- DeleteUserVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.userman.actions.DeleteUserVisualAction
- deleteValidatorDefinition(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Deletes a validator definition
- deleteValidatorDefinition(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- deleteValidatorDefinition(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deletes a validator definition
- deleteValidatorDefinition(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DeleteValidatorDefinitionAction - Class in org.neotropic.kuwaiba.core.configuration.validators.actions
-
Delete a validator definition
- DeleteValidatorDefinitionAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.validators.actions.DeleteValidatorDefinitionAction
- DeleteValidatorDefinitionVisualAction - Class in org.neotropic.kuwaiba.core.configuration.validators.actions
-
Visual wrapper of delete validator definition action
- DeleteValidatorDefinitionVisualAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.validators.actions.DeleteValidatorDefinitionVisualAction
- deleteWarehouse(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.whman.persistence.WarehousesService
-
Deletes a warehouse and delete its association with the related inventory objects.
- DeleteWarehouseAction - Class in com.neotropic.kuwaiba.modules.commercial.whman.actions
-
Delete a Warehouse
- DeleteWarehouseAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.whman.actions.DeleteWarehouseAction
- DeleteWarehouseVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.whman.actions
-
Visual wrapper of delete warehouse action.
- DeleteWarehouseVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.whman.actions.DeleteWarehouseVisualAction
- description - Variable in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
-
A short description of what the action does, mainly to be used as tool text tip.
- description - Variable in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
-
Query description
- description - Variable in class org.neotropic.kuwaiba.northbound.ws.model.application.GroupInfoLight
-
UserGroup's description
- description - Variable in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
-
Class description
- DESCRIPTION - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- DESCRIPTION - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- descriptor - Variable in class org.neotropic.kuwaiba.core.services.threading.ManagedJob
- deselect(BusinessObjectViewEdge...) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsEdgeSelectionManager
- deselect(BusinessObjectViewNode...) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsNodeSelectionManager
- deselect(T...) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapSelectionManager
-
Performs the necessary actions to deselect a item in the map.
- deselectAll() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapSelectionManager
-
Performs the necessary actions to deselect all the selected items in the map.
- deselectAll() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsEdgeSelectionManager
- deselectAll() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsNodeSelectionManager
- DETACHED - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute.Mode
- DETACHED - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute.Mode
- DetachFileAction - Class in org.neotropic.kuwaiba.modules.core.navigation.actions
-
Detaches a file from an inventory object and deletes it from the file system.
- DetachFileAction() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.actions.DetachFileAction
- detachFileFromListTypeItem(long, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Releases (and deletes) a file associated to a list type item
- detachFileFromListTypeItem(long, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- detachFileFromObject(long, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Releases (and deletes) a file associated to an inventory object
- detachFileFromObject(long, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- detachFileFromObject(long, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Detaches a file from an inventory object.
- detachFileFromObject(long, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DetailedNotification - Class in org.neotropic.util.visual.notifications
-
A modal notification intended to be used to show the details in the notification itself, instead of providing a link to another window.
- DetailedNotification(String, String, AbstractNotification.NotificationType, TranslationService) - Constructor for class org.neotropic.util.visual.notifications.DetailedNotification
- details - Variable in class org.neotropic.util.visual.notifications.AbstractNotification
-
An optional string with a more detailed information that normally wouldn't fit inside the notification window.
- DetectConnectionsEvent(MplsTools, boolean) - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools.DetectConnectionsEvent
- DetectConnectionsEvent(SdhTools, boolean) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools.DetectConnectionsEvent
- DeviceNode - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Shows in a box the ports in a device.
- DeviceNode(BusinessObjectLight, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService, MxGraph, Consumer<BusinessObjectLight>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.DeviceNode
- DeviceSelectorWindow - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Window to select a Device or Viewable Object.
- DeviceSelectorWindow(BusinessObjectLight, MetadataEntityManager, TranslationService, Consumer<BusinessObjectLight>, BusinessEntityManager) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.DeviceSelectorWindow
- DialogIpamSearch - Class in com.neotropic.kuwaiba.modules.commercial.ipam.explorers
-
Dynamic dialog that shows the search results while the user is typing in the search box.
- DialogIpamSearch(TranslationService, BusinessEntityManager, Consumer<Object>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.explorers.DialogIpamSearch
- DialogIpamSearch.SelectObjectEvent - Class in com.neotropic.kuwaiba.modules.commercial.ipam.explorers
- DialogNavigationSearch - Class in org.neotropic.kuwaiba.modules.core.navigation.explorers
-
Dynamic dialog that shows the search results while the user is typing in the search box.
- DialogNavigationSearch(TranslationService, BusinessEntityManager, IconGenerator, Consumer<Object>) - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.explorers.DialogNavigationSearch
- DialogNavigationSearch.SelectObjectEvent - Class in org.neotropic.kuwaiba.modules.core.navigation.explorers
- DialogOspViews - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Shows a list of all the Outside Plant Views available
- DialogOspViews(Component, ApplicationEntityManager, TranslationService, Consumer<ViewObject>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.DialogOspViews
- DialogOspViewSearch - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Dialog to search between the nodes and edges in the outside plant view
- DialogOspViewSearch(Component, TranslationService, List<AbstractViewNode>, List<AbstractViewEdge>, Consumer<BusinessObjectLight>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.DialogOspViewSearch
- DialogServiceManagerSearch - Class in org.neotropic.kuwaiba.modules.optional.serviceman.explorers
-
Dynamic dialog that shows the search results while the user is typing in the search box.
- DialogServiceManagerSearch(TranslationService, BusinessEntityManager, IconGenerator, Consumer<Object>) - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.explorers.DialogServiceManagerSearch
- DialogServiceManagerSearch.SelectObjectEvent - Class in org.neotropic.kuwaiba.modules.optional.serviceman.explorers
- disconnectMPLSLink(String, int, String) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsService
-
Disconnect a mplsLink from its endpoints
- disconnectMPLSLink(String, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
disconnect mpls link
- disconnectMPLSLink(String, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- disconnectPhysicalConnection(String, String, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Disconnects a side or both sides of a physical connection (a link or a container)
- disconnectPhysicalConnection(String, String, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- displayName - Variable in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
-
The label to be used in menus or buttons.
- displayName - Variable in class org.neotropic.kuwaiba.core.apis.integration.modules.ModuleActionGroup
-
The label that will be displayed.
- displayName - Variable in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- displayName - Variable in class org.neotropic.util.visual.tree.nodes.AbstractNode
-
Node's displayName.
- DivIpAddr - Class in com.neotropic.kuwaiba.modules.commercial.ipam.visual
-
A graphical square used to contains numbers used in IPAM to show al the numbers of the last segment, design to be used also with evlans/cvlans
- DivIpAddr(SubnetDetail, String, String, String) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.visual.DivIpAddr
-
Tags related to the ip address to be shown
- DoubleProperty - Class in org.neotropic.util.visual.properties
-
Support for Double properties
- DoubleProperty(String, String, String, Double, TranslationService) - Constructor for class org.neotropic.util.visual.properties.DoubleProperty
- DoubleProperty(String, String, String, Double, TranslationService, boolean, boolean, boolean) - Constructor for class org.neotropic.util.visual.properties.DoubleProperty
- DoubleToLongConverter - Class in org.neotropic.util.visual.properties
- DoubleToLongConverter() - Constructor for class org.neotropic.util.visual.properties.DoubleToLongConverter
- downloadBulkLoadLog(String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the log file product of a bulk load operation.
- downloadBulkLoadLog(String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- DrawGChartFunction - Class in org.neotropic.kuwaiba.modules.optional.reports.plugins.gcharts
-
JavaScript function to draw a specified type of chart
- DrawGChartFunction(String, String, DataTable, GChartsFactory.ChartType, HTMLDiv) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.plugins.gcharts.DrawGChartFunction
- DUMMY_PROPERTY - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property
- DUMMY_PROPERTY - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property
- DUMMY_ROOT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
The dummy root of the navigation tree
- DynamicNameGenerator - Class in org.neotropic.kuwaiba.core.persistence.reference.naming.util
-
Class to get a set of dynamic names given a expression to build a name
- DynamicNameGenerator(String) - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.naming.util.DynamicNameGenerator
- DynamicSectionFunction - Class in org.neotropic.kuwaiba.core.persistence.reference.naming.util
-
An Abstract class used to define the method to get the possible values of the current function A dynamic section are a word between a left square bracket "[" and a right square bracket "]" the content in the brackets are a function, use to define a Dynamic Name see
DynamicName
- DynamicSectionFunction(String, String) - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.naming.util.DynamicSectionFunction
- DynamicSectionFunctionFactory - Class in org.neotropic.kuwaiba.core.persistence.reference.naming.util
-
Factory to dynamic name functions
- DynamicSectionFunctionFactory() - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.naming.util.DynamicSectionFunctionFactory
E
- E2EEdge - Class in com.neotropic.kuwaiba.modules.commercial.business.analytics.views
-
Represents an edge in an end to end view
- E2EEdge(BusinessObjectLight) - Constructor for class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2EEdge
- E2ENode - Class in com.neotropic.kuwaiba.modules.commercial.business.analytics.views
-
Represents a obj in the end to end view
- E2ENode(BusinessObjectLight) - Constructor for class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2ENode
- E2EViewProvider - Class in com.neotropic.kuwaiba.modules.commercial.business.analytics.views
-
This class implements the functionality corresponding to manage QinQ technology
- E2EViewProvider() - Constructor for class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2EViewProvider
- EContainmentOption - Enum in org.neotropic.kuwaiba.modules.core.containmentman.general
-
Options display in combo box used in main containment manager UI.
- EDGE_STROKE_WEIGHT - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.api.OspConstants
- EDGE_STROKE_WEIGHT_MOUSE_OVER - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.api.OspConstants
- edgeClickListener(ViewEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsView
- edgeClickListener(ViewEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantView
- edgeClickListener(ViewEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhView
- edgeClickListener(ViewEventListener) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractView
-
Adds a listener to the edge click events.
- edgeClickListener(ViewEventListener) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.FiberSplitterView
- edgeClickListener(ViewEventListener) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.ObjectView
- edgeClickListener(ViewEventListener) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalPathView
- edgeClickListener(ViewEventListener) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalTreeView
- edgeClickListener(ViewEventListener) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- edgeClickListener(ViewEventListener) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.SpliceBoxView
- edgeClickListener(ViewEventListener) - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyView
- EdgeHelper - Class in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google
-
Helper to draw a edge.
- EdgeHelper(BiConsumer<HashMap<String, Object>, Runnable>, Collection<GoogleMapNode>, Collection<GoogleMapEdge>, GoogleMap, TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.EdgeHelper
- EDIT_GRID_ROW - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Function
- EDIT_GRID_ROW - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Function
- editAttribute(String, String, Integer) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- editRow(List<Object>, long) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- ELEMENT_UPLOAD_URL - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementUpload
- ElementButton - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
POJO wrapper of a button element in a Form Artifact Definition.
- ElementButton() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementButton
- ElementCheckBox - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
A POJO wrapper of a checkBox element in a Form Definition
- ElementCheckBox() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementCheckBox
- ElementColumn - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- ElementColumn() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementColumn
- ElementComboBox - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
POJO wrapper of a comboBox element in a Form Artifact Definition.
- ElementComboBox() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementComboBox
- ElementDateField - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
POJO wrapper of a dateField element in a Form Artifact Definition.
- ElementDateField() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementDateField
- ElementDateField() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementDateField
- ElementEventListener - Interface in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
Listens to the event fire by an
element
- ElementForm - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- ElementForm() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementForm
- ElementGrid - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- ElementGrid() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- ElementGridLayout - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- ElementGridLayout() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGridLayout
- ElementHorizontalLayout - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
POJO wrapper of a horizontalLayout element in a Form Artifact Definition.
- ElementHorizontalLayout() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementHorizontalLayout
- ElementI18N - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- ElementI18N() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementI18N
- ElementImage - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
POJO wrapper of a image element in a Form Artifact Definition.
- ElementImage() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementImage
- ElementLabel - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
POJO wrapper of a label element in a Form Artifact Definition
- ElementLabel() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementLabel
- ElementListSelectFilter - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
POJO wrapper of a listSelectFilter element in a Form Artifact Definition.
- ElementListSelectFilter() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementListSelectFilter
- ElementMiniApplication - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
POJO to represent tag miniApplication, a mini application extends functionalities not supported by the process engine directly for example make connections
- ElementMiniApplication() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementMiniApplication
- ElementScript - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- ElementScript() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementScript
- ElementSubform - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- ElementSubform() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementSubform
- ElementTextArea - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
POJO wrapper of a textArea element in a Form Artifact Definition.
- ElementTextArea() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementTextArea
- ElementTextField - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
POJO wrapper of a textField element in a Form Artifact Definition.
- ElementTextField() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementTextField
- ElementTree - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- ElementTree() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementTree
- ElementUpload - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
POJO wrapper of a upload element in a Form Artifact Definition.
- ElementUpload() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementUpload
- ElementVerticalLayout - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
POJO wrapper of a verticalLayout element in a Form Artifact Definition.
- ElementVerticalLayout() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementVerticalLayout
- EMAIL - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute.DataType
- EMAIL - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute.DataType
- EMBEDDED - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute.Mode
- EMBEDDED - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute.Mode
- EmptyWideWidget - Class in org.neotropic.util.visual.widgets
-
A simple widget that displays a custom message and stretches horizontally.
- EmptyWideWidget(String) - Constructor for class org.neotropic.util.visual.widgets.EmptyWideWidget
- enabled - Variable in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
-
This flag renders the module enabled or not.
- ENABLED - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- ENABLED - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property
- ENABLED - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- ENABLED - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property
- EQUAL - org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter.Criteria
- EQUAL - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
-
Equal comparison
- EQUAL - Static variable in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
-
Equal comparison
- EQUAL_OR_GREATER_THAN - org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter.Criteria
- EQUAL_OR_GREATER_THAN - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
-
Less than or equal to comparison
- EQUAL_OR_GREATER_THAN - Static variable in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
-
Less than or equal to comparison
- EQUAL_OR_LESS_THAN - org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter.Criteria
- EQUAL_OR_LESS_THAN - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
-
Less than or equal to comparison
- EQUAL_OR_LESS_THAN - Static variable in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
-
Less than or equal to comparison
- equals(Object) - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2EEdge
- equals(Object) - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2ENode
- equals(Object) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamTreeNode
- equals(Object) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FileInformation
- equals(Object) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractViewEdge
- equals(Object) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractViewNode
- equals(Object) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FilterDefinition
- equals(Object) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Pool
- equals(Object) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Privilege
- equals(Object) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinition
- equals(Object) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
- equals(Object) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Artifact
- equals(Object) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- equals(Object) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ConditionalActivityDefinition
- equals(Object) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinition
- equals(Object) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessInstance
- equals(Object) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Session
- equals(Object) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- equals(Object) - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLight
- equals(Object) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- equals(Object) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- equals(Object) - Method in class org.neotropic.kuwaiba.core.services.threading.ManagedJobDescriptor
- equals(Object) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncDataSourceConfiguration
- equals(Object) - Method in class org.neotropic.kuwaiba.modules.core.queries.nodes.ObjectMxNode
- equals(Object) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- equals(Object) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- equals(Object) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActor
- equals(Object) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifact
- equals(Object) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- equals(Object) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBackgroundJob
- equals(Object) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessDefinition
- equals(Object) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessInstance
- equals(Object) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLight
- equals(Object) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- equals(Object) - Method in class org.neotropic.kuwaiba.visualization.api.BusinessObjectViewEdge
- equals(Object) - Method in class org.neotropic.kuwaiba.visualization.api.BusinessObjectViewNode
- equals(Object) - Method in class org.neotropic.util.visual.tree.nodes.AbstractNode
- ERROR - org.neotropic.util.visual.notifications.AbstractNotification.NotificationType
-
Error message.
- ERROR - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormNotification
- ErrorUI - Class in org.neotropic.kuwaiba.web.ui
-
The default error page.
- ErrorUI() - Constructor for class org.neotropic.kuwaiba.web.ui.ErrorUI
- EVENT_ACTION_SELECTION - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.ObjectOptionsPanel
-
This event occurs when a view, action or explorer is selected.
- EVENT_DELETE - Static variable in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncFinding
-
An element that was before in the sync data source is not any more
- EVENT_DELETE - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncFinding
-
An element that was before in the sync data source is not any more
- EVENT_ERROR - Static variable in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncFinding
-
An unexpected error was found while analyzing a particular situation
- EVENT_ERROR - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncFinding
-
An unexpected error was found while analyzing a particular situation
- EVENT_EXPLORER_SELECTION - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.ObjectOptionsPanel
-
This event occurs when a explorer is selected.
- EVENT_FIELD_UPDATE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.HistorycEntry
-
An object's property has been changed
- EVENT_NEW - Static variable in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncFinding
-
A new element was detected in the sync data source
- EVENT_NEW - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncFinding
-
A new element was detected in the sync data source
- EVENT_PARENT_UPDATE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.HistorycEntry
-
The object's parent has been changed
- EVENT_UPDATE - Static variable in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncFinding
-
The attributes of a given element/set of elements were updated
- EVENT_UPDATE - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncFinding
-
The attributes of a given element/set of elements were updated
- EVENT_VIEW_SELECTION - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.ObjectOptionsPanel
-
This event occurs when a view is selected.
- EventAttribute() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.EventAttribute
- EventAttribute() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.EventAttribute
- EventDescriptor<T> - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- EventDescriptor() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.EventDescriptor
- EventDescriptor(String) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.EventDescriptor
- EventDescriptor(String, String) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.EventDescriptor
- EventDescriptor(String, String, T, T) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.EventDescriptor
- eventFired(Wizard.WizardEvent) - Method in interface org.neotropic.util.visual.wizard.Wizard.WizardEventListener
-
What to do when an event is fired
- eventProcessed(Object, ViewEventListener.EventType) - Method in interface org.neotropic.kuwaiba.core.apis.integration.views.ViewEventListener
-
The callback method used to notify when a view event has occurred.
- EXACT_MATCH - org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter.Criteria
- execute() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractConnectivityAction
- execute() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.Action2
- execute() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.Action6
- execute() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.NewLinkAction
- execute() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.NewMirrorAction
- execute(TreeLayoutNode, boolean, boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayout
- execute(String, List<String>, List<String>) - Method in interface com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ScriptQueryExecutor
- execute(Properties) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.queries.WarehouseManagerSearchQuery
- execute(ModuleActionParameterSet) - Method in interface org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction.ModuleActionCallback
- executeClassLevelReport(String, String, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Executes a class level report and returns the result.
- executeClassLevelReport(String, String, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- executeClassLevelReport(String, String, long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Executes a class level report and returns the result.
- executeClassLevelReport(String, String, long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- executeCustomDbCode(String, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Deprecated.Don't use it, instead, create a method in the corresponding entity manager instead of running code directly on the database
- executeCustomDbCode(String, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- executeCustomScriptedQuery(String, Properties) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
This method is the evolution of the deprecated
ApplicationEntityManager.executeCustomDbCode(java.lang.String, boolean)
. - executeCustomScriptedQuery(String, Properties) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- executeInventoryLevelReport(long, List<StringPair>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Executes an inventory level report and returns the result.
- executeInventoryLevelReport(long, List<StringPair>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- executeInventoryLevelReport(long, List<StringPair>, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Executes an inventory level report and returns the result.
- executeInventoryLevelReport(long, List<StringPair>, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- executeQuery(Node, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherQueryBuilder
-
Executes the query
- executeQuery(ExtendedQuery) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Used to perform complex queries.
- executeQuery(ExtendedQuery) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- executeQuery(TransientQuery, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Executes a complex query generated using the Graphical Query Builder.
- executeQuery(TransientQuery, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- executeScriptedQuery(String, ScriptedQueryParameter...) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Executes the scripted query.
- executeScriptedQuery(String, ScriptedQueryParameter...) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- executeSyncActions(long, List<RemoteSyncAction>, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Executes the synchronization actions that the user selected after check the list of findings
- executeSyncActions(long, List<RemoteSyncAction>, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- executeTask(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Executes a task on demand.
- executeTask(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- executeTask(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Executes a task on demand.
- executeTask(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- ExecutionException - Exception in org.neotropic.kuwaiba.core.apis.persistence.exceptions
-
An execution exception are throw when a script throw a exception.
- ExecutionException(String) - Constructor for exception org.neotropic.kuwaiba.core.apis.persistence.exceptions.ExecutionException
- existGroup(UserProfile, Actor) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActorAuthorizationManager
-
True if the name of an actor of type
group
is equal to any local group names. - existGroup(UserProfile, Actor) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ActorAuthorizationManagerImpl
- existInInventory(List<String>, String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
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 found
- expand(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- ExpandEvent(TreeLayoutNode, boolean) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayout.ExpandEvent
- ExplorerWidgetRegistry - Class in org.neotropic.kuwaiba.core.apis.integration.views
-
The registry where explorers provided by different modules are registered so -among other things-
- ExplorerWidgetRegistry() - Constructor for class org.neotropic.kuwaiba.core.apis.integration.views.ExplorerWidgetRegistry
- ExtendedQuery - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
Represents a complex query to be executed.
- ExtendedQuery() - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- ExtendedQuery(String, int, List<String>, List<String>, List<String>, List<Integer>, List<ExtendedQuery>, int, int) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- EXTENDS - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- ExternalServiceProvider - Class in org.neotropic.kuwaiba.core.apis.integration.external.services
-
An external service provider is a third-party application to which we connect to use their services.
- ExternalServiceProvider() - Constructor for class org.neotropic.kuwaiba.core.apis.integration.external.services.ExternalServiceProvider
- externalServices - Variable in class org.neotropic.kuwaiba.core.apis.integration.external.services.ExternalServiceProvider
-
List of the third-party application services implemented or supported.
- ExternalServicesProvider - Class in org.neotropic.kuwaiba.core.apis.integration.external.services
-
Provider to manage the
external services
- ExternalServicesProvider() - Constructor for class org.neotropic.kuwaiba.core.apis.integration.external.services.ExternalServicesProvider
F
- FavoritesAction - Class in org.neotropic.kuwaiba.modules.core.favorites.actions
-
Action to manage favorites.
- FavoritesAction() - Constructor for class org.neotropic.kuwaiba.modules.core.favorites.actions.FavoritesAction
- FavoritesFolder - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
A POJO representation of a category in a list of favorites.
- FavoritesFolder(long, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.FavoritesFolder
- FavoritesManagerNode - Class in org.neotropic.kuwaiba.modules.core.favorites.nodes
-
Represents a node in the folder items tree.
- FavoritesManagerNode(BusinessObjectLight) - Constructor for class org.neotropic.kuwaiba.modules.core.favorites.nodes.FavoritesManagerNode
- FavoritesManagerNode(BusinessObjectLight, String) - Constructor for class org.neotropic.kuwaiba.modules.core.favorites.nodes.FavoritesManagerNode
- FavoritesModule - Class in org.neotropic.kuwaiba.modules.core.favorites
-
Favorites module definition.
- FavoritesModule() - Constructor for class org.neotropic.kuwaiba.modules.core.favorites.FavoritesModule
- FavoritesVisualAction - Class in org.neotropic.kuwaiba.modules.core.favorites.actions
-
Action to manage favorites.
- FavoritesVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.favorites.actions.FavoritesVisualAction
- FiberEdge - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Wrap a fiber as a MxEdge
- FiberEdge(BusinessObjectLight) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.FiberEdge
- FiberNode - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Represents a fiber in the mid-span access and splicing view
- FiberNode(BusinessObjectLight, TreeLayout, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService, PhysicalConnectionsService, Consumer<BusinessObjectLight>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.FiberNode
- FiberSplitterView - Class in org.neotropic.kuwaiba.modules.optional.physcon.views
-
View for graphic visualization of fiber splitter equipment
- FiberSplitterView(BusinessObjectLight, BusinessEntityManager, ApplicationEntityManager, MetadataEntityManager, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.views.FiberSplitterView
- FiberSplitterViewWidget - Class in org.neotropic.kuwaiba.modules.optional.physcon.widgets
-
A tooled component tat wraps a
FiberSplitterView
. - FiberSplitterViewWidget() - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.widgets.FiberSplitterViewWidget
- FiberSplitterViewWindow - Class in org.neotropic.kuwaiba.modules.optional.physcon.windows
-
Window to wrap a
FiberSplitterView
- FiberSplitterViewWindow(BusinessObjectLight, BusinessEntityManager, ApplicationEntityManager, MetadataEntityManager, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.windows.FiberSplitterViewWindow
- FileInformation - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- FileInformation() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FileInformation
- FileInformation(String, String) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FileInformation
- FileObject - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
This is the basic metadata about a file attached to an inventory object, plus the actual object
- FileObject(long, String, String, long, byte[]) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.FileObject
- FileObjectLight - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
This is the basic metadata about a file attached to an inventory object
- FileObjectLight(long, String, String, long) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.FileObjectLight
- fileOjectId - Variable in class org.neotropic.kuwaiba.core.apis.persistence.application.FileObjectLight
-
File object id
- fileOjectId - Variable in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObjectLight
-
File object id
- Filter - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
A filter is a query that, given a set of input parameters, returns a list of inventory assets.
- Filter<T> - Class in org.neotropic.kuwaiba.modules.core.navigation.filters
-
Functional interface intended to be used to create filters that will retrieve data to be placed in the page after a search result or a static filter.
- Filter() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.filters.Filter
- Filter(MetadataEntityManager, ApplicationEntityManager, BusinessEntityManager, ConnectionManager) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.Filter
-
Default mandatory constructor.
- FilterDefinition - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
A filter definition holds the metadata of a filter, a name, a description, if is enabled or not and the class of objects to which it will be applied finally it includes the filter itself.
- FilterDefinition(long, String, boolean) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.FilterDefinition
- FilterDefinition(long, String, String, String, String, boolean) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.FilterDefinition
- FilterDefinitionModule - Class in org.neotropic.kuwaiba.core.configuration.filters
-
The definition of the filter Definition module.
- FilterDefinitionModule() - Constructor for class org.neotropic.kuwaiba.core.configuration.filters.FilterDefinitionModule
- FilterDefinitionNode - Class in org.neotropic.kuwaiba.core.configuration.filters.nodes
-
Represents a filter definition in the node.
- FilterDefinitionNode(FilterDefinition) - Constructor for class org.neotropic.kuwaiba.core.configuration.filters.nodes.FilterDefinitionNode
- FilterForFilterDefinition() - Constructor for class org.neotropic.kuwaiba.core.configuration.filters.FiltersDefinitionUI.FilterForFilterDefinition
- FiltersDefinitionUI - Class in org.neotropic.kuwaiba.core.configuration.filters
-
Main for the filters definition module.
- FiltersDefinitionUI() - Constructor for class org.neotropic.kuwaiba.core.configuration.filters.FiltersDefinitionUI
- FiltersDefinitionUI.FilterForFilterDefinition - Class in org.neotropic.kuwaiba.core.configuration.filters
-
Used to wrap the values to Filter in the grid of filter definitions
- finalize(List<SyncAction>) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.BridgeDomainSyncProvider
- finalize(List<SyncAction>) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractSyncProvider
-
Performs the actual actions
- findEdge(Object) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.ViewMap
-
Tries to match an edge in the view with a business object provided as parameter.
- findMxGraphEdge(E) - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
- findMxGraphNode(N) - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
- findNode(Object) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.ViewMap
-
Tries to match a node in the view with a business object provided as parameter.
- findNodeByLabelAndId(GraphDatabaseService, Label, long) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Finds a node tagged with a label and with a particular id
- findRoutesThroughSpecialRelationships(String, String, String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Finds all possible routes between two given inventory objects
- findRoutesThroughSpecialRelationships(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- findSDHRoutesUsingContainerLinks(String, String, String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhService
-
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)
- findSDHRoutesUsingContainerLinks(String, String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
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)
- findSDHRoutesUsingContainerLinks(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- findSDHRoutesUsingTransportLinks(String, String, String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhService
-
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)
- findSDHRoutesUsingTransportLinks(String, String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
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)
- findSDHRoutesUsingTransportLinks(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- findSourceEdgeObject(E) - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
- findTargetEdgeObject(E) - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
- fireActionCompletedEvent(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
- fireElementEvent(EventDescriptor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- fireEvent(Wizard.WizardEvent) - Method in class org.neotropic.util.visual.wizard.Wizard
- fireOnLazyLoad() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- fireOnLazyLoad() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementField
- fireOnLazyLoad() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementSelector
- fireOnload(ScriptQueryExecutor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- fireOnLoad() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- fireOnLoad() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementField
- fireOnLoad() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementSelector
- fireOnLoad() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- fireOnLoad() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementMiniApplication
- fireOnLoad() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementUpload
- firePropertyChangeEvent() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- firePropertyValueChangedEvent(AbstractProperty) - Method in class org.neotropic.util.visual.properties.PropertySheet
- fireUiElementEvent(EventDescriptor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement.AbstractUiElement
- flip() - Method in class org.neotropic.util.visual.widgets.AbstractDashboardWidget
-
Flips the current displayed component.
- FLOAT - org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractDataEntity.DATA_TYPE
- flush() - Method in class org.neotropic.kuwaiba.web.LogHandler
- FOLDER - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamExplorerRow
- FORK - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ParallelActivityDefinition
-
Outgoing Sequence Flows
- FORM - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- FORM - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- FORM_ID - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- FORM_ID - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- FORM_INSTANCE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- FORM_INSTANCE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- FormArtifactRenderer - Class in com.neotropic.kuwaiba.modules.commercial.processman.artifacts
-
Renders a Form Artifact Definition and loads artifact data
- FormArtifactRenderer(String, ProcessInstance, ArtifactDefinition, Artifact, TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.artifacts.FormArtifactRenderer
- format(String[][]) - Method in class org.neotropic.util.visual.exporters.AbstractFormatter
-
The export action.
- format(String[][]) - Method in class org.neotropic.util.visual.exporters.CSVFormatter
- format(String[][]) - Method in class org.neotropic.util.visual.exporters.XMLExportter
- formatLocation(List<BusinessObjectLight>) - Static method in class org.neotropic.kuwaiba.modules.optional.reports.defaults.Util
- formatObjectList(List<BusinessObjectLight>, boolean, int) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Outputs as a string a list of inventory objects (usually a list of parents in the containment hierarchy)
- formatOptions - Variable in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
-
Settings useful to renderer to display the action.
- FormattedObjectDisplayNameSpan - Class in org.neotropic.util.visual.general
-
Simple
Span
that takes a BusinessObjectLight instance and processes its validators to generate a formatted enclosure that can be used in trees, titles, views, or in general anywhere where the display name of an object must be shown. - FormattedObjectDisplayNameSpan(BusinessObjectLight) - Constructor for class org.neotropic.util.visual.general.FormattedObjectDisplayNameSpan
-
Default constructor with the default format settings (ignoreTextColor = false, ignoreFillColor = false, includeClassName = true, enablePadding = true)
- FormattedObjectDisplayNameSpan(BusinessObjectLight, boolean, boolean, boolean, boolean) - Constructor for class org.neotropic.util.visual.general.FormattedObjectDisplayNameSpan
-
A customizable constructor.
- FormDefinitionLoader - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
This class reads an structure xml and create the form elements containment hierarchy.
- FormDefinitionLoader(String, byte[]) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- FormNotification - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- FormRenderer - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin
- FormRenderer(FormDefinitionLoader, ProcessInstance, String) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.FormRenderer
- FormStructure - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- FormStructure(List<AbstractElement>, ElementScript, ElementI18N) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormStructure
- FREE_SHAPE - Static variable in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyView
-
Constant to represent the free shapes that can be added to some views
- freeObjectFromProject(String, String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Releases an object associated to a Project
- freeObjectFromProject(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- freeResources() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.components.PoolProxiesDialog
- freeResources() - Method in class org.neotropic.kuwaiba.core.configuration.variables.components.PoolConfigurationDialog
- freeResources(DetachEvent) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.components.ProjectActivityDialog
- freeResources(DetachEvent) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.components.ProjectPoolDialog
- freeResources(DetachEvent) - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.components.PoolContractDialog
- freeResources(DetachEvent) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.components.SyncGroupDialog
- freeResources(DetachEvent) - Method in class org.neotropic.kuwaiba.modules.optional.taskman.components.TaskParametersManagerDialog
- freeResources(DetachEvent) - Method in class org.neotropic.kuwaiba.modules.optional.taskman.components.TaskUserManagerDialog
- fromId(int) - Static method in enum org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter.Criteria
- fromLocalResource(AssetLevelCorrelatedInformation) - Static method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteAssetLevelCorrelatedInformation
- fromLocalResource(ServiceLevelCorrelatedInformation) - Static method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteServiceLevelCorrelatedInformation
- fromLocalResources(List<ServiceLevelCorrelatedInformation>) - Static method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteServiceLevelCorrelatedInformation
- FT - com.neotropic.kuwaiba.modules.commercial.ospman.api.UnitOfLength
- Function() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Function
- Function() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Function
- FUNCTION - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Function.Type
- FUNCTION - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- FUNCTION - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Function.Type
- FUNCTION - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- FUNCTION_PATTERN - Static variable in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.AlphabeticLowercaseSequence
- FUNCTION_PATTERN - Static variable in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.AlphabeticUppercaseSequence
- FUNCTION_PATTERN - Static variable in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.FunctionValue
- FUNCTION_PATTERN - Static variable in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.MirrorPortsFunction
- FUNCTION_PATTERN - Static variable in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.MirrorSplicePortsFunction
- FUNCTION_PATTERN - Static variable in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.NumericSequence
- FunctionI18NRunner - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- FunctionI18NRunner(ElementI18N) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FunctionI18NRunner
- FunctionRunner - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- FunctionRunner(String, String, String, ElementScript) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FunctionRunner
- FunctionValue - Class in org.neotropic.kuwaiba.core.persistence.reference.naming.util
-
A dynamic section function used to get an attribute value from an object given the object id.
- FunctionValue(String) - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.naming.util.FunctionValue
G
- GChartsFactory - Class in org.neotropic.kuwaiba.modules.optional.reports.plugins.gcharts
-
Factory to create charts
- GChartsFactory(HTMLReport) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.plugins.gcharts.GChartsFactory
- GChartsFactory.ChartType - Enum in org.neotropic.kuwaiba.modules.optional.reports.plugins.gcharts
-
Enum of the available type of charts
- GeneralInfoStep() - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHContainerLinkWizard.GeneralInfoStep
- GeneralInfoStep() - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTransportLinkWizard.GeneralInfoStep
- GeneralInfoStep() - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.GeneralInfoStep
- GeneralInfoStep(BusinessObjectLight, BusinessObjectLight, BusinessEntityManager, ApplicationEntityManager, MetadataEntityManager, PhysicalConnectionsService, ResourceFactory, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.actions.NewPhysicalConnectionWizard.GeneralInfoStep
- GeneralInfoStep(BusinessObjectLight, BusinessObjectLight, BusinessEntityManager, ApplicationEntityManager, MetadataEntityManager, PhysicalConnectionsService, ResourceFactory, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.NewPhysicalConnectionWizard.GeneralInfoStep
- generalPropertiesFromAttribute(AttributeMetadata, MetadataEntityManager, TranslationService) - Static method in class org.neotropic.kuwaiba.visualization.api.properties.PropertyFactory
- generalPropertiesFromClass(ClassMetadata, TranslationService) - Static method in class org.neotropic.kuwaiba.visualization.api.properties.PropertyFactory
- GenericCommercialModule - Interface in org.neotropic.kuwaiba.core.apis.integration.modules.actions
-
All third-party commercial modules should implement this interface
- GenericCommercialModule.ModuleType - Enum in org.neotropic.kuwaiba.core.apis.integration.modules.actions
- GenericConnectionDefinition - Class in com.neotropic.kuwaiba.modules.commercial.business.analytics.views
-
Instances of this class represent the details of a logical connection and the physical resources associated to the endpoints of such connection.
- GenericConnectionDefinition() - Constructor for class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.GenericConnectionDefinition
-
Default parameter-less constructor
- GenericConnectionDefinition(BusinessObject, BusinessObjectLight, BusinessObjectLight, List<BusinessObjectLight>, List<BusinessObjectLight>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.GenericConnectionDefinition
- GenericNetworkElmenetFilter - Class in org.neotropic.kuwaiba.modules.core.navigation.filters
- GenericNetworkElmenetFilter() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.filters.GenericNetworkElmenetFilter
- GenericObjectList - Class in org.neotropic.kuwaiba.core.apis.persistence.metadata
-
This class represents a list type attribute (packing many list items) (people in charge of an equipment, antenna types, etc)
- GenericObjectList() - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.metadata.GenericObjectList
- GenericObjectList(String, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.metadata.GenericObjectList
- GeoCoordinate - Class in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
A simple wrapper for a pair latitude-longitude.
- GeoCoordinate(double, double) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.api.GeoCoordinate
- GeoPoint - Class in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
A point on a two-dimensional plane
- GeoPoint(double, double) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.api.GeoPoint
- get() - Method in class org.neotropic.kuwaiba.core.services.threading.ManagedJob
- get(String) - Static method in enum org.neotropic.kuwaiba.modules.core.containmentman.general.EContainmentOption
- get(List<StringPair>, String) - Static method in class org.neotropic.kuwaiba.core.apis.persistence.util.StringPair
- getAccept() - Method in class org.neotropic.util.visual.properties.AdvancedEditorDialog
- getAccessLevel() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Privilege
- getAccessLevel() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.PrivilegeInfo
- getAction() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Kpi
- getAction() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.Connection
- getAction() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpi
- getAction(Connection) - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractConnectivityActionBuilder.Action6Builder
- getAction(Connection) - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractConnectivityActionBuilder
- getAction(Connection) - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractConnectivityActionBuilder.NewLinkActionBuilder
- getAction(Connection) - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractConnectivityActionBuilder.NewMirrorActionBuilder
- getAction(Connection) - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractConnectivityActionBuilder.SelectLinkActionBuilder
- getActionDescription() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncResult
- getActionDescription() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncResult
- getActionResponse() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionCompletedListener.ActionCompletedEvent
- getActions() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.nodes.WarehouseManagerNode
- getActions() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.ModuleActionGroup
- getActions() - Method in class org.neotropic.kuwaiba.core.configuration.filters.nodes.FilterDefinitionNode
- getActions() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.nodes.DataModelNode
- getActions() - Method in class org.neotropic.kuwaiba.modules.core.favorites.nodes.FavoritesManagerNode
- getActions() - Method in class org.neotropic.kuwaiba.modules.core.navigation.navtree.nodes.InventoryObjectNode
- getActions() - Method in class org.neotropic.kuwaiba.modules.core.queries.nodes.PoolNode
- getActions() - Method in class org.neotropic.kuwaiba.modules.core.queries.nodes.ScriptNode
- getActions() - Method in class org.neotropic.kuwaiba.modules.core.userman.nodes.GroupNode
- getActions() - Method in class org.neotropic.kuwaiba.modules.core.userman.nodes.UserNode
- getActions() - Method in class org.neotropic.kuwaiba.modules.optional.pools.nodes.PoolObjectNode
- getActions() - Method in class org.neotropic.kuwaiba.modules.optional.reports.nodes.ClassNode
- getActions() - Method in class org.neotropic.kuwaiba.modules.optional.reports.nodes.ReportNode
- getActions() - Method in class org.neotropic.util.visual.tree.nodes.AbstractNode
-
Actions associated to this node
- getActionsApplicableTo(String, boolean) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AdvancedActionsRegistry
-
Checks what actions are associated to a given inventory class.For example, NewCustomer and DeleteCustomer are part of the returned list if
filter
is GenericCustomer. - getActionsApplicableToRecursive(String) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.CoreActionsRegistry
-
Checks what misc actions are associated to a given inventory class.
- getActionsApplicableToRecursive(String, boolean) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AdvancedActionsRegistry
-
Checks what actions are associated to a given inventory class.
- getActionsForModule(String) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.CoreActionsRegistry
-
Returns all actions registered by a particular module.
- getActionsForModule(String, boolean) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AdvancedActionsRegistry
-
Returns all actions registered by a particular module.
- getActiveContent() - Method in class org.neotropic.util.visual.widgets.AbstractDashboardWidget
- getActivityDefinition(long, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrieves a process definition
- getActivityDefinition(long, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ProcessManagerService
- getActivityDefinition(long, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getActor() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinition
- getActor() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- getAdvancedEditor() - Method in class org.neotropic.util.visual.properties.AbstractProperty
-
An advanced editor for the property
- getAdvancedEditor() - Method in class org.neotropic.util.visual.properties.BooleanProperty
- getAdvancedEditor() - Method in class org.neotropic.util.visual.properties.BusinessObjectProperty
- getAdvancedEditor() - Method in class org.neotropic.util.visual.properties.ColorProperty
- getAdvancedEditor() - Method in class org.neotropic.util.visual.properties.DateProperty
- getAdvancedEditor() - Method in class org.neotropic.util.visual.properties.DoubleProperty
- getAdvancedEditor() - Method in class org.neotropic.util.visual.properties.IntegerProperty
- getAdvancedEditor() - Method in class org.neotropic.util.visual.properties.LocalDateProperty
- getAdvancedEditor() - Method in class org.neotropic.util.visual.properties.LocalDateTimeProperty
- getAdvancedEditor() - Method in class org.neotropic.util.visual.properties.LongProperty
- getAdvancedEditor() - Method in class org.neotropic.util.visual.properties.ObjectMultipleProperty
- getAdvancedEditor() - Method in class org.neotropic.util.visual.properties.ObjectProperty
- getAdvancedEditor() - Method in class org.neotropic.util.visual.properties.StringProperty
- getAem() - Method in class org.neotropic.kuwaiba.core.persistence.PersistenceService
- getAffectedProperties() - Method in class org.neotropic.kuwaiba.core.apis.persistence.ChangeDescriptor
- getAffectedProperty() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- getAffectedProperty() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.ApplicationLogEntry
- getAffectedServices(int, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the services affected when a given network resource is alarmed (or down).
- getAffectedServices(int, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getAlignment() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- getAllActions() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AdvancedActionsRegistry
-
Returns all registered actions.
- getAllClasses(boolean, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Retrieves all the class metadata except for classes marked as dummy
- getAllClasses(boolean, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- getAllClasses(boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the metadata for the entire class hierarchy as ClassInfo instances
- getAllClasses(boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getAllClassesLight(boolean, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Retrieves the simplified list of classes, This list won't include either those classes marked as dummy
- getAllClassesLight(boolean, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- getAllClassesLight(boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the metadata for the entire class hierarchy as ClassInfoLight instances
- getAllClassesLight(boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getAllConfigurationVariables() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets all the configuration variables in the database, no matter what pool they belong to.
- getAllConfigurationVariables() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getAllCustomers(HashMap<String, String>, long, long) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Gets all the customer.
- getAllFilterDefinitions(HashMap<String, Object>, int, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrieves all the filters created in the inventory.
- getAllFilterDefinitions(HashMap<String, Object>, int, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getAllFilterDefinitionsCount(HashMap<String, Object>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Counts all the Filters definition created
- getAllFilterDefinitionsCount(HashMap<String, Object>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getAllProjects() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsService
-
Gets all the projects in the database.
- getAllProjects(String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the entire list of projects registered in the Project Manager module.
- getAllProjects(String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getAllProxies() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerService
-
Gets all the inventory proxies in the database.
- getAllProxies(String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets all the inventory proxies in the database.
- getAllProxies(String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getAllServices(HashMap<String, String>, long, long) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Gets all the services.
- getAllSubclasses(Node) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Retrieves the subclasses of a given class metadata node within the class hierarchy
- getAllValidatorDefinitions() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets all validator definitions, no matter what class they are related to.
- getAllValidatorDefinitions() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getAlphabeticLowercaseSequence(String) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.DynamicSectionFunctionFactory
- getAlphabeticUppercaseSequence(String) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.DynamicSectionFunctionFactory
- getAnnotatedSpecialAttribute(String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
This method will extract the object at the other side of the special relationship and all the properties of the relationship itself
- getAnnotatedSpecialAttribute(String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getApplicationNotes() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.HistorycEntry
- getApplicationProperties() - Method in class org.neotropic.kuwaiba.core.persistence.PersistenceService
- getAppliesTo() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
- getAppliesTo() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRule
- getArea() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- getArfifact() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
- getArfifact() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- getArtifact(long, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ProcessManagerService
- getArtifactDefinitionForActivity(long, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Given an activity definition, returns the artifact definition associated to it
- getArtifactDefinitionForActivity(long, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ProcessManagerService
- getArtifactDefinitionForActivity(long, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getArtifactDefinitionForActivity(long, long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Given an activity definition, returns the artifact definition associated to it
- getArtifactDefinitionForActivity(long, long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getArtifactForActivity(long, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets the artifact associated to an activity (for example, a form that was already filled in by a user in a previous, already committed activity)
- getArtifactForActivity(long, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ProcessManagerService
- getArtifactForActivity(long, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getArtifactForActivity(long, long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the artifact associated to an activity (for example, a form that was already filled in by a user in a previous, already committed activity)
- getArtifactForActivity(long, long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getArtifactsContent() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessInstance
- getAsImage() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsView
- getAsImage() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantView
- getAsImage() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhView
- getAsImage() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractView
-
Exports the view to a PNG image.
- getAsImage() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.FiberSplitterView
- getAsImage() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.ObjectView
- getAsImage() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalPathView
- getAsImage() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalTreeView
- getAsImage() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- getAsImage() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.SpliceBoxView
- getAsImage() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyView
- getAsLaveledHorizontalLayout() - Method in class org.neotropic.util.visual.slider.SliderMxGraphZoom
- getAsLaveledVerticalLayout() - Method in class org.neotropic.util.visual.slider.SliderMxGraphZoom
- getAsString() - Method in class org.neotropic.util.visual.properties.AbstractProperty
-
The value to be displayed on screen
- getAsString() - Method in class org.neotropic.util.visual.properties.BooleanProperty
- getAsString() - Method in class org.neotropic.util.visual.properties.BusinessObjectProperty
- getAsString() - Method in class org.neotropic.util.visual.properties.ColorProperty
- getAsString() - Method in class org.neotropic.util.visual.properties.DateProperty
- getAsString() - Method in class org.neotropic.util.visual.properties.DoubleProperty
- getAsString() - Method in class org.neotropic.util.visual.properties.IntegerProperty
- getAsString() - Method in class org.neotropic.util.visual.properties.LocalDateProperty
- getAsString() - Method in class org.neotropic.util.visual.properties.LocalDateTimeProperty
- getAsString() - Method in class org.neotropic.util.visual.properties.LongProperty
- getAsString() - Method in class org.neotropic.util.visual.properties.ObjectMultipleProperty
- getAsString() - Method in class org.neotropic.util.visual.properties.ObjectProperty
- getAsString() - Method in class org.neotropic.util.visual.properties.StringProperty
- getAsStringToPersist(AbstractProperty) - Static method in class org.neotropic.kuwaiba.visualization.api.properties.PropertyValueConverter
- getAsUiElement() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsView
- getAsUiElement() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantView
- getAsUiElement() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhView
- getAsUiElement() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractView
-
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)
. - getAsUiElement() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.FiberSplitterView
- getAsUiElement() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.ObjectView
- getAsUiElement() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalPathView
- getAsUiElement() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalTreeView
- getAsUiElement() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- getAsUiElement() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.SpliceBoxView
- getAsUiElement() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyView
- getAsViewMap() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractView
-
Exports the view as a ViewMap (a representation of the view as a set of Java objects related to each other).
- getAsXml() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsView
- getAsXml() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantView
-
<view version=""> <class>OSPView</class> <center lon="" lat=""></center> <zoom>0</zoom> <nodes> <node lon="" lat="" class="businessObjectClass">businessObjectId</node> </nodes> <edge> <edge id="" class="" asideid="" asideclass="" bsideid="" bsideclass=""> <controlpoint lon="" lat=""></controlpoint> </edge> </edge> </view>
- getAsXml() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhView
- getAsXml() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractView
-
Exports the view to XML.
- getAsXml() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.FiberSplitterView
- getAsXml() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.ObjectView
- getAsXml() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalPathView
- getAsXml() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalTreeView
- getAsXml() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- getAsXml() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.SpliceBoxView
- getAsXml() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyView
- getAsXML() - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2EViewProvider
-
The XML representation of the view.
- getAsXML(boolean) - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- getAttachment(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractFormInstanceLoader
- getAttachmentInformation(Object) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractFormInstanceCreator
- getAttribute(long, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Gets an attribute belonging to a class
- getAttribute(long, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- getAttribute(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadata
- getAttribute(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObject
- getAttribute(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Gets an attribute belonging to a class
- getAttribute(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- getAttribute(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets a class attribute, using the class name as key to find it
- getAttribute(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getAttributeForClassWithId(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets a class attribute, using the class id as key to find it
- getAttributeForClassWithId(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getAttributeFromNode(Node, String) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Retrieves a String with the property value of the attribute if exists as attribute of the node, if the property is a date it is formating into yyyy-MM-DD, if does not exists it return an empty string.
- getAttributeNames() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- getAttributeNames() - Method in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- getAttributes() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.TemplateObject
- getAttributes() - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObject
- getAttributes() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadata
- getAttributes() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl.AttributeDefinitionSet
- getAttributes() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObject
- getAttributes() - Method in class org.neotropic.util.visual.grids.BusinessObjectLightGridFilter
- getAttributesDescriptions() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- getAttributesDisplayNames() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- getAttributesIds() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- getAttributesMandatories() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- getAttributesMultiples() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- getAttributesNames() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- getAttributesNoCopies() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- getAttributesOrders() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- getAttributesTypes() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- getAttributesUniques() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- getAttributesVisibles() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- getAttributeValue(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteContact
- getAttributeValueAsString(String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Utility method that returns the value of an attribute of a given object as a string.
- getAttributeValueAsString(String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getAttributeValues() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- getAttributeValues() - Method in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- getAttributeValuesAsString(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Fetches the attributes of an inventory object (and their values) and returns them as strings.
- getAttributeValuesAsString(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getAuthor() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.InventoryReport
- getBackground() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ViewObject
- getBackground() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteViewObject
- getBem() - Method in class org.neotropic.kuwaiba.core.persistence.PersistenceService
- getBGPMap(List<String>, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates/updates a map of the BGPLinks
- getBGPMap(List<String>, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getBinaryMask() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.SubnetDetail
- getBroadCastIpAddr() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.SubnetDetail
- getBtnConfirm() - Method in class org.neotropic.util.visual.dialog.ConfirmDialog
- getBtnNewView() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools
- getBtnNewView() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools
- getBtnOpenView() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools
- getBtnOpenView() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools
- getBtnRemoveView() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools
- getBtnRemoveView() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools
- getBusinessObject() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.ObjectOptionsWindow
- getBusinessObject() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion.BusinessObjectPropertySheet
- getBusinessObject() - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.nodes.RelationshipExplorerNode
- getBusinessObject() - Method in class org.neotropic.kuwaiba.visualization.mxgraph.MxBusinessObjectEdge
- getBusinessObject() - Method in class org.neotropic.kuwaiba.visualization.mxgraph.MxBusinessObjectNode
- getBusinessObjectAuditTrail(String, String, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets a business object audit trail
- getBusinessObjectAuditTrail(String, String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getBusinessObjectAuditTrail(String, String, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the log entries for a given [business] object
- getBusinessObjectAuditTrail(String, String, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getBusinessObjectColor(BusinessObjectLight, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager) - Static method in class org.neotropic.util.visual.views.util.BusinessObjectUtil
-
Gets the object color.
- getBusinessObjectName() - Method in class org.neotropic.util.visual.grids.BusinessObjectLightGridFilter
- getBusinessObjectPropertySheet() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion
- getBusinessProperties() - Method in class org.neotropic.kuwaiba.core.persistence.PersistenceService
- getBusinessRules(int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrieves the business rules of a particular type.
- getBusinessRules(int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getBusinessRules(int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the business rules of a particular type.
- getBusinessRules(int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getBussinesObject() - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2ENode
- getButtonIcon() - Method in class org.neotropic.util.visual.button.ActionButton
- getCacheSlot(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
- getCacheSlots() - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
- getCallback() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
- getCallback() - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheSlot
- getCancel() - Method in class org.neotropic.util.visual.properties.AdvancedEditorDialog
- getCanvas() - Method in class org.neotropic.util.visual.slider.SliderMxGraphZoom
- getCaption() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementButton
- getCaption() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementColumn
- getCaption() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementUpload
- getCardinality() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractRelationshipManagementAction
-
Indicates the cardinality of the relationship.
- getCardinality() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NetworkResourcesRelationshipManagementAction
- getCategory() - Method in class com.neotropic.kuwaiba.modules.commercial.impact.ImpactAnalysisModule
- getCategory() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamModule
- getCategory() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsModule
- getCategory() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantManagerModule
- getCategory() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsModule
- getCategory() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.ProcessManagerModule
- getCategory() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
- getCategory() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.WarehousesManagerModule
- getCategory() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
-
Assigns the module a category, so it can be placed in menus and context actions.
- getCategory() - Method in interface org.neotropic.kuwaiba.core.apis.integration.modules.actions.GenericCommercialModule
-
Gets the module's category
- getCategory() - Method in class org.neotropic.kuwaiba.core.configuration.filters.FilterDefinitionModule
- getCategory() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerModule
- getCategory() - Method in class org.neotropic.kuwaiba.core.configuration.validators.ValidatorDefinitionModule
- getCategory() - Method in class org.neotropic.kuwaiba.core.configuration.variables.ConfigurationVariablesModule
- getCategory() - Method in class org.neotropic.kuwaiba.core.sessman.SessionManagerModule
- getCategory() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.ContractManagerModule
- getCategory() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationModule
- getCategory() - Method in class org.neotropic.kuwaiba.modules.core.audittrail.AuditTrailModule
- getCategory() - Method in class org.neotropic.kuwaiba.modules.core.containmentman.ContainmentManagerModule
- getCategory() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.DataModelManagerModule
- getCategory() - Method in class org.neotropic.kuwaiba.modules.core.favorites.FavoritesModule
- getCategory() - Method in class org.neotropic.kuwaiba.modules.core.ltman.ListTypeManagerModule
- getCategory() - Method in class org.neotropic.kuwaiba.modules.core.navigation.NavigationModule
- getCategory() - Method in class org.neotropic.kuwaiba.modules.core.queries.QueriesModule
- getCategory() - Method in class org.neotropic.kuwaiba.modules.core.templateman.TemplateManagerModule
- getCategory() - Method in class org.neotropic.kuwaiba.modules.core.userman.UserManagerModule
- getCategory() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.ConnectivityManagerModule
- getCategory() - Method in class org.neotropic.kuwaiba.modules.optional.contactman.ContactManagerModule
- getCategory() - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.LayoutEditorModule
- getCategory() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.PhysicalConnectionsModule
- getCategory() - Method in class org.neotropic.kuwaiba.modules.optional.pools.PoolsModule
- getCategory() - Method in class org.neotropic.kuwaiba.modules.optional.reports.ReportsModule
- getCategory() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerModule
- getCategory() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.TaskManagerModule
- getCategory() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyManagerModule
- getCenter() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Gets the map center
- getCenter() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- getChild(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementContainer
- getChildren() - Method in interface com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement.UiElementContainer
-
Gets children.
- getChildren() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementContainer
- getChildren() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentHorizontalLayout
- getChildren() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentVerticalLayout
- getChildrenActions() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
- getChildrenOfClass(String, String, String, int, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets the direct children of a given object of a given class.
- getChildrenOfClass(String, String, String, int, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getChildrenOfClass(String, String, String, int, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets all children of an object of a given class
- getChildrenOfClass(String, String, String, int, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getChildrenOfClassLight(String, String, String, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Same as getChildrenOfClass, but returns only the light version of the objects
- getChildrenOfClassLight(String, String, String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getChildrenOfClassLight(String, String, String, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets all children of an object of a given class
- getChildrenOfClassLight(String, String, String, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getChildrenOfClassLightRecursive(String, String, String, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets recursively all children of an object of a given class
- getChildrenOfClassLightRecursive(String, String, String, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getChildrenOfClassLightRecursive(String, String, String, HashMap<String, String>, int, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets all class and abstract class children of a given class to filter in a hierarchy with root in the given parent.
- getChildrenOfClassLightRecursive(String, String, String, HashMap<String, String>, int, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getChildrenRecursive() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementContainer
- getChildrens() - Method in class org.neotropic.kuwaiba.modules.core.queries.nodes.ObjectMxNodeMap
- getCidr() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.SubnetDetail
- getClass(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Gets a class metadata, its attributes and Category
- getClass(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- getClass(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Gets a class metadata, its attributes and Category
- getClass(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Tries to retrieve a cached class
- getClass(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- getClass(String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the metadata of a given class using its name as key to find it
- getClass(String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getClassDisplayName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLight
- getClasses(String, int, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Gets a list of classes, its attributes and Category with a given class name to filter
- getClasses(String, int, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- getClassHierachy(boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Get the data model class hierarchy as an XML document
- getClassHierachy(boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getClassHierarchy(boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates an XML document describing the class hierarchy
- getClassHierarchy(boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getClassIcon(String) - Method in class org.neotropic.kuwaiba.visualization.api.resources.ResourceFactory
- getClassIcon(String) - Method in class org.neotropic.util.visual.resources.AbstractResourceFactory
-
Builds and caches an icon of a given class.
- getClassInfoLight(long) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractFormInstanceLoader
- getClassLevelReports(String, boolean, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets the class level reports associated to the given class (or its superclasses)
- getClassLevelReports(String, boolean, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getClassLevelReports(String, boolean, boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the class level reports associated to the given class (or its superclasses)
- getClassLevelReports(String, boolean, boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getClassMetadataLight() - Method in class org.neotropic.kuwaiba.modules.core.containmentman.api.ClassMetadataLightCustom
-
ClassMetada
- getClassMetadataLight() - Method in class org.neotropic.kuwaiba.modules.core.containmentman.PossibleChildComponent
- getClassName() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.DivIpAddr
- getClassName() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamTreeNode
- getClassName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementMiniApplication
- getClassName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- getClassName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.InventoryObjectPool
- getClassName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.TemplateObjectLight
- getClassName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLight
- getClassName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.GenericObjectList
- getClassName() - Method in class org.neotropic.kuwaiba.modules.core.navigation.navtree.NavResultGrid
- getClassName() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.ListTypeFilter
- getClassName() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.ParentFilter
- getClassName() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- getClassName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.ObjectList
- getClassName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemotePool
- getClassName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLight
- getClassName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- getClassName() - Method in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- getClassName() - Method in class org.neotropic.util.visual.grids.BusinessObjectLightGridFilter
- getClassName(Node) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Gets the class name of a given object given its respective node
- getClassPackage() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementMiniApplication
- getClassSmallIcon(String) - Method in class org.neotropic.kuwaiba.visualization.api.resources.ResourceFactory
- getClassSmallIcon(String) - Method in class org.neotropic.util.visual.resources.AbstractResourceFactory
-
Gets or builds (but doesn't caches) the small icon of the given class name
- getClassToBeApplied() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FilterDefinition
- getClassToBeApplied() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ValidatorDefinition
- getClassToBeApplied() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteValidatorDefinition
- getClassWithId(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the metadata of a given class using its id as key to find it
- getClassWithId(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getClickableEdge() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
Gets if the edge can receives mouse events.
- getClickableEdge() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- getClickableNode() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapNode
-
Gets if the node can receives mouse events.
- getClickableNode() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode
- getCodeBlock() - Method in class org.neotropic.kuwaiba.modules.optional.reports.javascript.JavaScriptFunction
-
Mapping the statements and parameters of the JavaScript Function
- getCodeBlock() - Method in class org.neotropic.kuwaiba.modules.optional.reports.plugins.gcharts.DrawGChartFunction
- getColor() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.FiberNode
- getColor() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
- getColor() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- getColor() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- getColor() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- getColorList() - Method in class org.neotropic.util.visual.colorpicker.ColorPicker
- getColors() - Method in class org.neotropic.kuwaiba.modules.optional.reports.javascript.DataTable
- getColspan() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLColumn
- getColumnHeaders() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLTable
- getColumnLabels() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQueryResult
- getColumns() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGridLayout
- getColumns() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLRow
- getColumnsSize() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQueryResult
- getColums() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- getCommandClose() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.AssociateObjectToProjectVisualAction
-
refresh grid
- getCommandClose() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectActivityVisualAction
-
refresh grid
- getCommandClose() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectsPoolVisualAction
-
refresh grid
- getCommandClose() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectVisualAction
-
refresh grid
- getCommandClose() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectsPoolVisualAction
-
refresh grid
- getCommandClose() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.ReleaseObjectFromProjectVisualAction
-
refresh grid
- getCommandClose() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.DeleteSparePoolVisualAction
-
refresh grid
- getCommandClose() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.DeleteWarehouseVisualAction
-
refresh grid
- getCommandClose() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewSparePartVisulaAction
-
refresh grid
- getCommandClose() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewSparePoolVisualAction
-
refresh grid
- getCommandClose() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewWarehouseVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.AssociateObjectToProxyVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.AssociateProjectVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.DeleteProxiesPoolVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.DeleteProxyVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.NewProxiesPoolVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.ReleaseObjectVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.ReleaseProjectVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.core.configuration.validators.actions.DeleteValidatorDefinitionVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariablesPoolVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariableVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.NewConfigurationVariablesPoolVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.DeleteContractsPoolVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.DeleteContractVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.NewContractsPoolVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.DeleteSyncDataSourceConfigurationVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.DeleteSynchronizationGroupVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.NewSyncDataSourceConfigurationVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.NewSynchronizationGroupVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.ReleaseSyncDataSourceConfigurationVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.modules.core.favorites.actions.DeleteFavoriteVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.modules.core.favorites.actions.NewFavoriteVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateItemVisualAction
-
Receive action from parent layout, in this case refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateSubItemVisualAction
-
Receive action from parent layout, in this case refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateVisualAction
-
Receive action from parent layout, in this case refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewBulkTemplateItemVisualAction
-
Receive action from parent layout, in this case refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewBulkTemplateSpecialItemVisualAction
-
Receive action from parent layout, in this case refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateItemVisualAction
-
Receive action from parent layout, in this case refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateSpecialItemVisualAction
-
Receive action from parent layout, in this case refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateVisualAction
-
Receive action from parent layout, in this case refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.modules.optional.contactman.actions.DeleteContactVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteCustomerPoolVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskParameterVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskUserVisualAction
-
refresh grid
- getCommandClose() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskVisualAction
-
refresh grid
- getCommandRefresh() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectActivityVisualAction
-
refresh grid
- getCommitDate() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Artifact
- getCommitDate() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifact
- getCommonParent(String, String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Finds the common parent between two objects.
- getCommonParent(String, String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getCommonParent(String, String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the common parent between an a object and b object
- getCommonParent(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getComplianceLevel() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.KpiResult
- getComplianceLevel() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpiResult
- getComponent() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Gets a component that represents a map.
- getComponent() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- getComponent() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter
- getComponent() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.BooleanFilter
- getComponent() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.DateFilter
- getComponent() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.ListTypeFilter
- getComponent() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.NumericFilter
- getComponent() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.ParentFilter
- getComponent() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.StringFilter
- getComponent() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractConnectivityVisualAction
- getComponent() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.Action1
- getComponent() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.Action2
- getComponent() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.Action6
- getComponent() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.NewLinkAction
- getComponent() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.NewMirrorAction
- getComponentHeight() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalPathView
- getComponentRenderer() - Method in class org.neotropic.util.visual.properties.ObjectMultipleProperty
- getComponents() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLReport
- getComponentWidth() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalPathView
- getComputeEdgesLength() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Gets if compute edges length.
- getComputeEdgesLength() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- getConditions() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- getConditions() - Method in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- getConfiguration() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets the configuration variables of this manager
- getConfiguration() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getConfigurationVariable(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrieves a configuration variable
- getConfigurationVariable(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getConfigurationVariable(String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves a configuration variable
- getConfigurationVariable(String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getConfigurationVariablesInPool(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets the configuration variables in a configuration variable pool
- getConfigurationVariablesInPool(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getConfigurationVariablesInPool(String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the configuration variables in a configuration variable pool
- getConfigurationVariablesInPool(String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getConfigurationVariablesPools() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrieves the list of pools of config variables
- getConfigurationVariablesPools() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getConfigurationVariablesPools(String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the list of pools of configuration variables.
- getConfigurationVariablesPools(String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getConfigurationVariablesWithPrefix(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets the configuration variables with a given prefix
- getConfigurationVariablesWithPrefix(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getConfigurationVariableValue(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrieves only the value of a configuration variable.
- getConfigurationVariableValue(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Gets the cached value of a configuration variable.
- getConfigurationVariableValue(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getConnection() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractConnectivityAction
- getConnectionDetails() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.ConnectionManager
-
Textual description a bout the connection
- getConnectionDetails() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ConnectionManagerImpl
- getConnectionHandler() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.ConnectionManager
-
Returns the connection handler, which depends on the kind of backed being used.
- getConnectionHandler() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ConnectionManagerImpl
- getConnectionManager() - Method in class org.neotropic.kuwaiba.core.persistence.PersistenceService
- getConnectionObject() - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.GenericConnectionDefinition
- getConnectionObject() - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.ObjectLinkObjectDefinition
- getConnectionObject() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.model.MplsConnectionDefinition
- getConnectionObject() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteLogicalConnectionDetails
- getConnectionObject() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteMPLSConnectionDetails
- getConnectionObject() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLinkObject
- getConnectionObject() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemotePhysicalConnectionDetails
- getConnectionPool() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.ConnectionManager
-
Gets the list of spawned connections
- getConnectionPool() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ConnectionManagerImpl
- getConnectionProperties() - Method in class org.neotropic.kuwaiba.core.persistence.PersistenceService
- getConstraints() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
- getConstraints() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRule
- getContact(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets the entire information of a given contact
- getContact(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getContact(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the whole information about a contact
- getContact(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getContacts(int, int, HashMap<String, Object>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
- getContacts(int, int, HashMap<String, Object>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getContactsForCustomer(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Retrieves the list of contacts associated to a customer
- getContactsForCustomer(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getContactsForCustomer(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the contacts associated to a given customer
- getContactsForCustomer(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getContainer() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowAddContainers
- getContainer() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.AbstractPosition
- getContainer() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.SdhContainerLinkDefinition
- getContainer() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh.RemoteSDHContainerLinkDefinition
- getContainerName() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.SdhContainerLinkDefinition
- getContainerName() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.SdhTributaryLinkDefinition
- getContainerName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh.RemoteSDHContainerLinkDefinition
- getContainersBetweenObjects(String, String, String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the existing containers between two given nodes.
- getContainersBetweenObjects(String, String, String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getContent() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
- getContent() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Artifact
- getContent() - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheSlot
- getContent() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLColumn
- getContent() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLHx
- getContent() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.Query
- getContent() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifact
- getContent() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteQuery
- getContentComponent() - Method in class org.neotropic.util.visual.widgets.AbstractDashboardWidget
- getContentType() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Artifact
- getContentType() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifact
- getControlPoints() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.PathChangedEvent
- getCoverComponent() - Method in class org.neotropic.util.visual.widgets.AbstractDashboardWidget
- getCreationDate() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FileObjectLight
- getCreationDate() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.GroupProfileLight
- getCreationDate() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.HistorycEntry
- getCreationDate() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.MethodsGroup
- getCreationDate() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Artifact
- getCreationDate() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinition
- getCreationDate() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- getCreationDate() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- getCreationDate() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadata
- getCreationDate() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.GroupInfoLight
- getCreationDate() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifact
- getCreationDate() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessDefinition
- getCreationDate() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteUserInfoLight
- getCreationDate() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObjectLight
- getCreationDate() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- getCreationTime() - Method in class org.neotropic.kuwaiba.core.services.threading.ManagedJobDescriptor
- getCriteria() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter
- getCssClass() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
- getCurrent() - Method in class org.neotropic.util.visual.grids.BusinessObjectLightGridFilter
- getCurrentActivity() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessInstance
- getCurrentActivity() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessInstance
- getCurrentJobs(String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the current jobs which are executing
- getCurrentJobs(String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getCurrentLanguage() - Method in class org.neotropic.kuwaiba.core.i18n.session.I18nManagerService
- getCurrentLanguage() - Method in class org.neotropic.kuwaiba.core.i18n.TranslationService
- getCurrentProvider() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SynchronizationGroup
- getCurrentView() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.widgets.MplsDashboard
- getCurrentView() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.widgets.SdhDashboard
- getCurrentView() - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- getCurrentView() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.widgets.TopologyManagerDashboard
- getCustomer() - Method in class com.neotropic.kuwaiba.modules.commercial.impact.ServiceLevelCorrelatedInformation
- getCustomer() - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.Contact
- getCustomer() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteContact
- getCustomer() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteServiceLevelCorrelatedInformation
- getCustomer(String, String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Gets the detailed information about a customer.
- getCustomerPool(String, String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Gets a customer pool
- getCustomerPools() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Retrieves the list of customer pools.
- getCustomersInPool(String, String, int, int) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Retrieves the list of customers from a pool
- getCustomNotes() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.HistorycEntry
- getData(int, int) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- getData(Object) - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.ResultRecordParser
- getData(Object) - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.ResultScriptedQueryParser
- getData(Object) - Method in interface org.neotropic.util.visual.exporters.grid.DataGridParser
-
converts a data source to an array that can be exported
- getDataSource() - Method in class org.neotropic.util.visual.exporters.grid.GridExporter
- getDataSourceId() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncFinding
- getDataSourceId() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncResult
- getDataSourceId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncFinding
- getDataSourceId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncResult
- getDataType() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementField
- getDefaultColors() - Method in class org.neotropic.util.visual.colorpicker.ColorPicker
- getDefaultParent() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion.ViewPropertySheet
- getDefaultStyleSheet() - Static method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLReport
- getDefaultValue() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQueryParameter
- getDefaultValue() - Method in class org.neotropic.util.visual.properties.AbstractProperty
- getDefaultValue() - Method in class org.neotropic.util.visual.properties.BooleanProperty
- getDefaultValue() - Method in class org.neotropic.util.visual.properties.BusinessObjectProperty
- getDefaultValue() - Method in class org.neotropic.util.visual.properties.ColorProperty
- getDefaultValue() - Method in class org.neotropic.util.visual.properties.DateProperty
- getDefaultValue() - Method in class org.neotropic.util.visual.properties.DoubleProperty
- getDefaultValue() - Method in class org.neotropic.util.visual.properties.IntegerProperty
- getDefaultValue() - Method in class org.neotropic.util.visual.properties.LocalDateProperty
- getDefaultValue() - Method in class org.neotropic.util.visual.properties.LocalDateTimeProperty
- getDefaultValue() - Method in class org.neotropic.util.visual.properties.LongProperty
- getDefaultValue() - Method in class org.neotropic.util.visual.properties.ObjectMultipleProperty
- getDefaultValue() - Method in class org.neotropic.util.visual.properties.ObjectProperty
- getDefaultValue() - Method in class org.neotropic.util.visual.properties.StringProperty
- getDefinition() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRuleConstraint
- getDefinition() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- getDefinition() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- getDefinition() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRuleConstraint
- getDeleteActions() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.CoreActionsRegistry
-
Returns all registered delete actions.
- getDeleteActionsApplicableTo(String) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.CoreActionsRegistry
-
Checks what delete actions (there might be more than one, if several delete action implementations are provided) are associated to a given inventory class.
- getDeleteActionsApplicableToRecursive(String) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.CoreActionsRegistry
-
Checks recursively in the class hierarchy what delete actions are associated to a given inventory class.
- getDependsOf() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.MethodsGroup
- getDescription() - Method in class com.neotropic.kuwaiba.modules.commercial.impact.ImpactAnalysisModule
- getDescription() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamModule
- getDescription() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsModule
- getDescription() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantManagerModule
- getDescription() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsModule
- getDescription() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.ProcessManagerModule
- getDescription() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
- getDescription() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.WarehousesManagerModule
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
-
Gets the module description
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
- getDescription() - Method in interface org.neotropic.kuwaiba.core.apis.integration.modules.actions.GenericCommercialModule
-
Gets the module description
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractExplorerWidget
-
Obtains the description of the explorer.
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractObjectRelatedViewWidget
-
More details on what the view does.
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ConfigurationVariable
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FilterDefinition
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.GroupProfileLight
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Pool
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Kpi
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.KpiAction
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinition
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessInstance
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.ReportMetadataLight
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQuery
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQueryParameter
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Task
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ValidatorDefinition
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ViewObjectLight
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- getDescription() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadata
- getDescription() - Method in class org.neotropic.kuwaiba.core.configuration.filters.FilterDefinitionModule
- getDescription() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerModule
- getDescription() - Method in class org.neotropic.kuwaiba.core.configuration.validators.ValidatorDefinitionModule
- getDescription() - Method in class org.neotropic.kuwaiba.core.configuration.variables.ConfigurationVariablesModule
- getDescription() - Method in class org.neotropic.kuwaiba.core.services.threading.ManagedJobDescriptor
- getDescription() - Method in class org.neotropic.kuwaiba.core.sessman.SessionManagerModule
- getDescription() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.ContractManagerModule
- getDescription() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncFinding
- getDescription() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationModule
- getDescription() - Method in class org.neotropic.kuwaiba.modules.core.audittrail.AuditTrailModule
- getDescription() - Method in class org.neotropic.kuwaiba.modules.core.containmentman.ContainmentManagerModule
- getDescription() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.DataModelManagerModule
- getDescription() - Method in class org.neotropic.kuwaiba.modules.core.favorites.FavoritesModule
- getDescription() - Method in class org.neotropic.kuwaiba.modules.core.ltman.ListTypeManagerModule
- getDescription() - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.AttachmentExplorer
- getDescription() - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.AuditTrailExplorer
- getDescription() - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.RelationshipExplorer
- getDescription() - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.SpecialChildrenExplorer
- getDescription() - Method in class org.neotropic.kuwaiba.modules.core.navigation.NavigationModule
- getDescription() - Method in class org.neotropic.kuwaiba.modules.core.queries.QueriesModule
- getDescription() - Method in class org.neotropic.kuwaiba.modules.core.templateman.TemplateManagerModule
- getDescription() - Method in class org.neotropic.kuwaiba.modules.core.userman.UserManagerModule
- getDescription() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.ConnectivityManagerModule
- getDescription() - Method in class org.neotropic.kuwaiba.modules.optional.contactman.ContactManagerModule
- getDescription() - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.LayoutEditorModule
- getDescription() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.PhysicalConnectionsModule
- getDescription() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.FiberSplitterViewWidget
- getDescription() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.ObjectViewWidget
- getDescription() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.PhysicalPathViewWidget
- getDescription() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.PhysicalTreeViewWidget
- getDescription() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.RackViewWidget
- getDescription() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.SpliceBoxViewWidget
- getDescription() - Method in class org.neotropic.kuwaiba.modules.optional.pools.PoolsModule
- getDescription() - Method in class org.neotropic.kuwaiba.modules.optional.reports.ReportsModule
- getDescription() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- getDescription() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerModule
- getDescription() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.TaskManagerModule
- getDescription() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyManagerModule
- getDescription() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.GroupInfoLight
- getDescription() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.Query
- getDescription() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- getDescription() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- getDescription() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRule
- getDescription() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConfigurationVariable
- getDescription() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpi
- getDescription() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpiAction
- getDescription() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemotePool
- getDescription() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessDefinition
- getDescription() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessInstance
- getDescription() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteQueryLight
- getDescription() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadataLight
- getDescription() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncFinding
- getDescription() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTask
- getDescription() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteValidatorDefinition
- getDescription() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteViewObjectLight
- getDescription() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- getDescription() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- getDescription() - Method in class org.neotropic.util.visual.properties.AbstractProperty
- getDescriptor() - Method in class org.neotropic.kuwaiba.core.services.threading.ManagedJob
- getDetails() - Method in class org.neotropic.util.visual.notifications.AbstractNotification
- getDeviceA() - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.ObjectLinkObjectDefinition
- getDeviceA() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.model.MplsConnectionDefinition
- getDeviceA() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteMPLSConnectionDetails
- getDeviceA() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLinkObject
- getDeviceB() - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.ObjectLinkObjectDefinition
- getDeviceB() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.model.MplsConnectionDefinition
- getDeviceB() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteMPLSConnectionDetails
- getDeviceB() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLinkObject
- getDeviceLayouts() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets the list of template elements with a device layout
- getDeviceLayouts() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getDeviceLayouts(String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the list of template elements with a device layout
- getDeviceLayouts(String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getDeviceLayoutStructure(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets the device layout structure.
- getDeviceLayoutStructure(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getDeviceLayoutStructure(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the device layout structure
- getDeviceLayoutStructure(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getDisplayname() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.Query
- getDisplayName() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
- getDisplayName() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.ModuleActionGroup
- getDisplayName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- getDisplayName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- getDisplayName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.GenericObjectList
- getDisplayName() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.BridgeDomainSyncProvider
- getDisplayName() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractSyncProvider
-
Display name/description of what the providers does
- getDisplayName() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.ShowMoreInformationAction
- getDisplayName() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.tools.TaskManagerExecutionType
- getDisplayName() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.tools.TaskManagerNotificationType
- getDisplayName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.ObjectList
- getDisplayName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationProvider
- getDisplayName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- getDisplayName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- getDisplayName() - Method in class org.neotropic.util.visual.exporters.AbstractFormatter
-
To be used as label in the formats combo box
- getDisplayName() - Method in class org.neotropic.util.visual.exporters.CSVFormatter
- getDisplayName() - Method in class org.neotropic.util.visual.exporters.XMLExportter
- getDisplayName() - Method in class org.neotropic.util.visual.properties.AbstractProperty
- getDisplayName() - Method in class org.neotropic.util.visual.tree.nodes.AbstractNode
- getDissipateOnZoom() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.Heatmap
-
Gets if heatmaps dissipate on zoom.
- getDissipateOnZoom() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.ViewHeatmap
- getDissipateOnZoom() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsHeatmapLayer
- getDpConfigurableFilter() - Method in class org.neotropic.kuwaiba.modules.core.navigation.navtree.NavResultGrid
- getDraggableNode() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapNode
-
Gets if the node can be dragged.
- getDraggableNode() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode
- getDynamicNames() - Method in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.DynamicNameGenerator
- getE2View(List<String>, List<String>, boolean, boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Returns the structure of a logical connection.
- getE2View(List<String>, List<String>, boolean, boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getEdge() - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2EEdge
- getEdge(Object) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.ViewMap
-
Gets the object behind a node whose identifier is the one provider.
- getEdgeLabel() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
Gets the edge label.
- getEdgeLabel() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- getEdgeLabelPosition() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
Gets the label position.
- getEdgeLabelPosition() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- getEdges() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.ViewMap
-
Returns the available edges.
- getEdges() - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
- getEdgeSelectionManager() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Gets the map edge selection manager.
- getEdgeSelectionManager() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- getEdgeSource(AbstractViewEdge) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.ViewMap
-
Gets the registered source node for a given edge.
- getEdgeTarget(AbstractViewEdge) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.ViewMap
-
Gets the registered target node for a given edge.
- getEdgeVisible() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
If true, the edge is visible.
- getEdgeVisible() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- getEditableEdge() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
Gets if the edge can be edited.
- getEditableEdge() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- getElement() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement.AbstractUiElement
- getElementById(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormStructure
- getElementEventListener() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- getElementI18N() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormStructure
- getElements() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormStructure
- getElementScript() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormStructure
- getElementUploadUrl() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementUpload
- getEmail() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.TaskNotificationDescriptor
- getEmail() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- getEmail() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskNotificationDescriptor
- getEmail() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteUserInfoLight
- getEmbeddedJavascript() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLReport
- getEmbeddedStyleSheet() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLReport
- getEndpointA() - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.GenericConnectionDefinition
- getEndpointA() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.model.MplsConnectionDefinition
- getEndpointA() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteLogicalConnectionDetails
- getEndpointA() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteMPLSConnectionDetails
- getEndpointB() - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.GenericConnectionDefinition
- getEndpointB() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.model.MplsConnectionDefinition
- getEndpointB() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteLogicalConnectionDetails
- getEndpointB() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteMPLSConnectionDetails
- getEndTime() - Method in class org.neotropic.kuwaiba.core.services.threading.ManagedJobDescriptor
- getEndTime() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBackgroundJob
- getEventName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.EventDescriptor
- getEvents() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- getEventType() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.HistorycEntry
- getEveryXMinutes() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.TaskScheduleDescriptor
- getEveryXMinutes() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskScheduleDescriptor
- getExceptions() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.PollResult
- getExecutionType() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.TaskScheduleDescriptor
- getExecutionType() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskScheduleDescriptor
- getExplorerWidgets() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.ExplorerWidgetRegistry
- getExplorerWidgetsApplicableToRecursive(String) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.ExplorerWidgetRegistry
-
Checks what object-related explorer are associated to a given inventory class.
- getExtension() - Method in class org.neotropic.util.visual.exporters.AbstractFormatter
-
Gets the file extension
- getExtension() - Method in class org.neotropic.util.visual.exporters.CSVFormatter
- getExtension() - Method in class org.neotropic.util.visual.exporters.XMLExportter
- getExternalScripts() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- getExternalScripts() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- getExternalServiceProviders() - Method in class org.neotropic.kuwaiba.core.apis.integration.external.services.ExternalServicesProvider
-
Gets the external services.
- getExternalServices() - Method in class org.neotropic.kuwaiba.core.apis.integration.external.services.ExternalServiceProvider
-
Gets the external services.
- getExtraColumns() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ResultRecord
- getExtraInformation() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncFinding
- getExtraInformation() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncFinding
- getFavicon() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLReport
- getFavoritesFolder(long, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets a favorites folder
- getFavoritesFolder(long, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getFavoritesFolder(long, long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets a favorites folder
- getFavoritesFolder(long, long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getFavoritesFoldersForObject(long, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Get the bookmarks where an object is associated
- getFavoritesFoldersForObject(long, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getFavoritesFoldersForObject(long, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the favorites folders an object is included into.
- getFavoritesFoldersForObject(long, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getFavoritesFoldersForUser(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Get the favorites folders create by an user.
- getFavoritesFoldersForUser(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getFavoritesFoldersForUser(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the list of favorites folders of a given User.
- getFavoritesFoldersForUser(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getFeatureToken() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Privilege
- getFeatureToken() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.PrivilegeInfo
- getFiber() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.PortNode
- getFiberColor() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.PortNode
- getFiberObject() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.FiberNode
- getFile() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FileObject
- getFile() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObject
- getFile(long, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrieves a particular file associated to an inventory list type item.
- getFile(long, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Retrieves a particular file associated to an inventory object.
- getFile(long, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getFile(long, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getFile(long, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves a particular file from those attached to an inventory object.
- getFile(long, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getFileAsByteArray(File) - Static method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.XMLUtil
- getFileAsByteArray(File) - Static method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinitionLoader
- getFileOjectId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FileObjectLight
- getFileOjectId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObjectLight
- getFilesForListTypeItem(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Fetches the files associated to an inventory object.
- getFilesForListTypeItem(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getFilesForObject(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Fetches the files associated to an inventory object.
- getFilesForObject(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getFilesForObject(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the files associated to a given inventory object
- getFilesForObject(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getFilesFromRelatedListTypeItems(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Retrieves a map with the files related to the list type item attributes of the given object
- getFilesFromRelatedListTypeItems(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getFilter() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FilterDefinition
- getFilterDataProvider(BusinessObjectLight, FilterDefinition, TranslationService) - Static method in class org.neotropic.util.visual.selectors.SelectorsUtils
-
Gets a combo box data provider of business objects filtered by the business object name.
- getFilterDefinitionByClassNameAndFilterId(String, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Retrieves the cached filter definitions associated to the given class.
- getFilterDefinitionsForClass(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Retrieves the cached filter definitions associated to the given class.
- getFilterDefinitionsForClass(String, boolean, boolean, HashMap<String, Object>, int, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
For a given class retrieves all its filters definitions (also the filters of its parent classes could be included).
- getFilterDefinitionsForClass(String, boolean, boolean, HashMap<String, Object>, int, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getFilterDefinitionsForClassCount(String, boolean, boolean, HashMap<String, Object>, int, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
For a given class name returns the count of the filters definitions
- getFilterDefinitionsForClassCount(String, boolean, boolean, HashMap<String, Object>, int, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getFilterEnable() - Method in class org.neotropic.kuwaiba.core.configuration.filters.FiltersDefinitionUI.FilterForFilterDefinition
- getFinding() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncAction
- getFinding() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncAction
- getFirstName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- getFirstName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSession
- getFirstName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteUserInfoLight
- getFirstParentOfClass(String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
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")
- getFirstParentOfClass(String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getFirstParentOfClass(String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
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")
- getFirstParentOfClass(String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getFirstSelectedItem() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapSelectionManager
-
Gets the first selected item.
- getFirstSelectedItem() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsEdgeSelectionManager
- getFirstSelectedItem() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsNodeSelectionManager
- getFitlerName() - Method in class org.neotropic.kuwaiba.core.configuration.filters.FiltersDefinitionUI.FilterForFilterDefinition
- getFolder(String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Retrieves a subnet pool by its id
- getFolderInFolderCount(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Returns the count of subnets folders Retrieves a pool of subnets pools from a pool of subnets or from the root
- getFolderItems(String, String, int, int) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Get a set of subnets from a pool folder
- getFolderItemsCount(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Retrieve the count of subnets from a pool of subnets
- getFoldersInFolder(String, String, int, int) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Returns the folders Retrieves a pool of subnets pools from a pool of subnets or from the root
- getFormatOptions() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
- getFormattedDisplayName(BusinessObjectLight, boolean) - Static method in class org.neotropic.util.visual.general.FormattedObjectDisplayNameSpan
-
This helper method should be used in scenarios when it's not necessary a whole HTML component (a Span in this case), but just the text after processing the validators.
- getFormId() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementForm
- getFormStructure() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- getFormStructure() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.FormRenderer
- getFunctionByName(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementScript
- getFunctionName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FunctionRunner
- getFunctionName() - Method in class org.neotropic.kuwaiba.modules.optional.reports.javascript.JavaScriptFunction
- getFunctions() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementScript
- getFunctionValue(String) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.DynamicSectionFunctionFactory
- getGeneralActivityAuditTrail(int, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the list of activity log entries
- getGeneralActivityAuditTrail(int, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getGeneralActivityAuditTrail(int, int, HashMap<String, Object>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrieves the list of general activity log entries
- getGeneralActivityAuditTrail(int, int, HashMap<String, Object>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getGeneralProperties() - Method in class org.neotropic.kuwaiba.core.persistence.PersistenceService
- getGeneralView(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Returns a view of those that are not related to a particular object (i.e.: GIS views)
- getGeneralView(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getGeneralView(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the information of a particular view
- getGeneralView(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getGeneralViews(String, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Allows to retrieve a list of views of a certain type, specifying their class
- getGeneralViews(String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getGeneralViews(String, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets all views that are not related to a particular object
- getGeneralViews(String, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getGraph() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayout
- getGroup(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Tries to retrieve a cached user
- getGroups() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrieves the list of all groups
- getGroups() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getGroups(String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the list of groups
- getGroups(String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getGroupsForUser(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrieves the list of groups a user belongs to
- getGroupsForUser(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getGroupsForUser(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the groups a user belongs to
- getGroupsForUser(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getHeight() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- getHops() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.Route
- getIcnRemove() - Method in class org.neotropic.kuwaiba.modules.core.containmentman.PossibleChildComponent
- getIcon() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
- getIcon() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
- getIcon() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadata
- getIcon() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- getIcon() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- getIcon(Color, int, int) - Method in class org.neotropic.util.visual.properties.PropertySheet
-
Creates (or retrieves a cached version) of a squared colored icon
- getIconUrl() - Method in class org.neotropic.util.visual.tree.nodes.AbstractNode
- getId() - Method in class com.neotropic.kuwaiba.modules.commercial.impact.ImpactAnalysisModule
- getId() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamModule
- getId() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamTreeNode
- getId() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsModule
- getId() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantManagerModule
- getId() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsModule
- getId() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- getId() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.ProcessManagerModule
- getId() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
- getId() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.WarehousesManagerModule
- getId() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
-
A simple unique string that identifies the module so it is easier to refer to it in automated processes such as defining if a user can user certain functionality based on his/her privileges.
- getId() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
- getId() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.ModuleActionGroup
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ConfigurationVariable
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FavoritesFolder
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FilterDefinition
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.GroupProfileLight
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.MethodsGroup
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Pool
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Actor
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Artifact
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinition
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessInstance
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.ReportMetadataLight
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQuery
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQueryParameter
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Task
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.TemplateObjectLight
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ValidatorDefinition
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ViewObjectLight
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLight
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- getId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.GenericObjectList
- getId() - Method in class org.neotropic.kuwaiba.core.configuration.filters.FilterDefinitionModule
- getId() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerModule
- getId() - Method in class org.neotropic.kuwaiba.core.configuration.validators.ValidatorDefinitionModule
- getId() - Method in class org.neotropic.kuwaiba.core.configuration.variables.ConfigurationVariablesModule
- getId() - Method in class org.neotropic.kuwaiba.core.services.threading.ManagedJobDescriptor
- getId() - Method in class org.neotropic.kuwaiba.core.sessman.SessionManagerModule
- getId() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.ContractManagerModule
- getId() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.BridgeDomainSyncProvider
- getId() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractSyncProvider
-
A string that uniquely identifies the current sync provider
- getId() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncDataSourceConfiguration
- getId() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SynchronizationGroup
- getId() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationModule
- getId() - Method in class org.neotropic.kuwaiba.modules.core.audittrail.AuditTrailModule
- getId() - Method in class org.neotropic.kuwaiba.modules.core.containmentman.ContainmentManagerModule
- getId() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.DataModelManagerModule
- getId() - Method in class org.neotropic.kuwaiba.modules.core.favorites.FavoritesModule
- getId() - Method in class org.neotropic.kuwaiba.modules.core.ltman.ListTypeManagerModule
- getId() - Method in class org.neotropic.kuwaiba.modules.core.navigation.NavigationModule
- getId() - Method in class org.neotropic.kuwaiba.modules.core.queries.nodes.ObjectMxNode
- getId() - Method in class org.neotropic.kuwaiba.modules.core.queries.QueriesModule
- getId() - Method in class org.neotropic.kuwaiba.modules.core.templateman.TemplateManagerModule
- getId() - Method in class org.neotropic.kuwaiba.modules.core.userman.UserManagerModule
- getId() - Method in class org.neotropic.kuwaiba.modules.core.userman.UserManagerUI
- getId() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.Connection
- getId() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.ConnectivityManagerModule
- getId() - Method in class org.neotropic.kuwaiba.modules.optional.contactman.ContactManagerModule
- getId() - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.LayoutEditorModule
- getId() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.PhysicalConnectionsModule
- getId() - Method in class org.neotropic.kuwaiba.modules.optional.pools.PoolsModule
- getId() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLDiv
- getId() - Method in class org.neotropic.kuwaiba.modules.optional.reports.ReportsModule
- getId() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- getId() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerModule
- getId() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.TaskManagerModule
- getId() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyManagerModule
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.ApplicationLogEntry
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.GroupInfoLight
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.Query
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActor
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifact
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBackgroundJob
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConfigurationVariable
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteFavoritesFolder
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemotePool
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessDefinition
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessInstance
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteQueryLight
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadataLight
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationConfiguration
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationGroup
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationProvider
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTask
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteUserInfoLight
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteValidatorDefinition
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteViewObjectLight
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLight
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- getId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- getIdentifier() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractViewEdge
- getIdentifier() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractViewNode
- getImage() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- getImmediateValue() - Method in class org.neotropic.util.visual.slider.PaperSlider
- getIncomingRelationshipDisplayName() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractRelationshipManagementAction
-
The display name that should be used to show the relationship between the target object(s) and the selected object(s).
- getIncomingRelationshipDisplayName() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NetworkResourcesRelationshipManagementAction
- getIncomingSequenceFlowId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ParallelActivityDefinition
- getIncomingSequenceFlowId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteParallelActivityDefinition
- getInformation() - Method in class org.neotropic.util.visual.wizard.Wizard.WizardEvent
- getInformationArtifact() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ConditionalActivityDefinition
- getInformationArtifact() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConditionalActivityDefinition
- getInplaceEditor() - Method in class org.neotropic.util.visual.properties.AbstractProperty
-
A simple field that will be used to edit the property
- getInplaceEditor() - Method in class org.neotropic.util.visual.properties.BooleanProperty
- getInplaceEditor() - Method in class org.neotropic.util.visual.properties.BusinessObjectProperty
- getInplaceEditor() - Method in class org.neotropic.util.visual.properties.ColorProperty
- getInplaceEditor() - Method in class org.neotropic.util.visual.properties.DateProperty
- getInplaceEditor() - Method in class org.neotropic.util.visual.properties.DoubleProperty
- getInplaceEditor() - Method in class org.neotropic.util.visual.properties.IntegerProperty
- getInplaceEditor() - Method in class org.neotropic.util.visual.properties.LocalDateProperty
- getInplaceEditor() - Method in class org.neotropic.util.visual.properties.LocalDateTimeProperty
- getInplaceEditor() - Method in class org.neotropic.util.visual.properties.LongProperty
- getInplaceEditor() - Method in class org.neotropic.util.visual.properties.ObjectMultipleProperty
- getInplaceEditor() - Method in class org.neotropic.util.visual.properties.ObjectProperty
- getInplaceEditor() - Method in class org.neotropic.util.visual.properties.StringProperty
- getInputParameters() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementMiniApplication
- getInstance() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormNotification
- getInstance() - Static method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.XMLUtil
- getInstance() - Static method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
- getInstanceableListTypes() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Get the possible list types
- getInstanceableListTypes() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getInstanceableListTypes(String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves all possible list types
- getInstanceableListTypes(String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getInstanceOfClass(long, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
-
Boiler-plate code.
- getInstanceOfClass(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
-
Boiler-plate code.
- getInstanceOfClass(Node, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getInternationalizationCode() - Method in class org.neotropic.kuwaiba.core.i18n.session.Language
- getInventoryLevelReports(boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets the inventory class reports.
- getInventoryLevelReports(boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getInventoryLevelReports(boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the inventory class reports.
- getInventoryLevelReports(boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getInventoryObjects() - Method in class com.neotropic.kuwaiba.modules.commercial.impact.AssetLevelCorrelatedInformation
- getInventoryObjects() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteAssetLevelCorrelatedInformation
- getIpAddr() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.DivIpAddr
- getIpAddress() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.SubnetDetail
- getIpAddress() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Session
- getIpAddress() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSession
- getIPAddress() - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the IP address from the client issuing the request
- getIPAddress() - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getIpAddrId() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.DivIpAddr
- getIpAddrV() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.SubnetDetail
- getIpv4Root() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
- getIpv4Segment(String, int) - Static method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.IpamEngine
-
Splits a given ip address
- getIpv6Root() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
- getIsPublic() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
- getItems() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementSelector
- getItems() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.ParentFilter
- getItems() - Method in class org.neotropic.util.visual.properties.ObjectProperty
- getItems(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.DeviceSelectorWindow
- getItems(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowContainerSelector
- getItems(BusinessObjectLight) - Method in class org.neotropic.util.visual.window.ObjectSelectorWindow
-
List of items to set in the selector element.
- getJavaScriptFunctionParameters() - Method in class org.neotropic.kuwaiba.modules.optional.reports.javascript.JavaScriptFunction
- getJob(String) - Method in class org.neotropic.kuwaiba.core.services.threading.ThreadingService
-
Looks up a job in the job table (if existing).
- getJobResult() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBackgroundJob
- getJobTag() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBackgroundJob
- getJoins() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- getJoins() - Method in class org.neotropic.kuwaiba.modules.core.queries.nodes.ObjectMxNodeMap
- getJoins() - Method in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- getKey() - Method in class org.neotropic.kuwaiba.core.apis.persistence.util.StringPair
- getKpiActions() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinition
- getKpiActions() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinition
- getKpiActions() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- getKpiActions() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessDefinition
- getKpis() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinition
- getKpis() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinition
- getKpis() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- getKpis() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessDefinition
- getLabels() - Method in class org.neotropic.kuwaiba.modules.optional.reports.javascript.DataTable
- getLang() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementI18N
- getLanguages() - Method in class org.neotropic.kuwaiba.core.i18n.TranslationService
- getLastName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- getLastName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSession
- getLastName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteUserInfoLight
- getLastSelectedProviders() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SynchronizationGroup
- getLastSelectedProviders() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationGroup
- getLastUpdate() - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheSlot
- getLat() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider.MouseMoveEvent
- getLat() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider.RightClickEvent
- getLat() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.PositionChangedEvent
- getLatitude() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.GeoCoordinate
- getLayout(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Returns a layout view with the given id
- getLayout(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getLayoutBounds(List<MxGraphNode>) - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- getLayouts(int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Allows to retrieve a list of all existent layout views.
- getLayouts(int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getLength() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
Gets the edge length.
- getLength() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- getLifeExpectancy() - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheSlot
- getLimit() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- getLimit() - Method in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- getLink() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.HopDefinition
- getLinkClass() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.SdhPosition
- getLinkClass() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh.RemoteSDHPosition
- getLinkConnectedToPort(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Convenience method that returns the link connected to a port (if any).
- getLinkConnectedToPort(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getLinkedJavascriptFiles() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLReport
- getLinkedStyleSheets() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLReport
- getLinkId() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.SdhPosition
- getLinkId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh.RemoteSDHPosition
- getLinks() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.Route
- getList() - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLightList
- getList() - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectList
- getList() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.GenericObjectList
- getList() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.ObjectList
- getList() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLightList
- getListener() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.ClickEvent
- getListener() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider.IdleEvent
- getListener() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider.MouseMoveEvent
- getListener() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider.RightClickEvent
- getListener() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider.ZoomChangedEvent
- getListener() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.PathChangedEvent
- getListener() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.PositionChangedEvent
- getListener() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.RightClickEvent
- getListType(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Tries to retrieve a cached list type
- getListTypeAsStringToPersist(BusinessObjectLight) - Static method in class org.neotropic.kuwaiba.visualization.api.properties.PropertyValueConverter
- getListTypeItem(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrieves list type item given its id
- getListTypeItem(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getListTypeItem(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves list type item given its id
- getListTypeItem(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getListTypeItemForLayout(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Returns the list type item related with the given view
- getListTypeItemForLayout(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getListTypeItemNodes(Node, List<String>) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Gets the list type items nodes instances of the provided class and ids
- getListTypeItemRelatedLayout(String, String, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets the views related to a list type item, such as the default, rack or equipment views
- getListTypeItemRelatedLayout(String, String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getListTypeItemRelatedLayout(String, String, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets a view related to a list type item, such as the default, rack or equipment views
- getListTypeItemRelatedLayout(String, String, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getListTypeItemRelatedView(String, String, long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets a view related to a list type item, given its id.
- getListTypeItemRelatedView(String, String, long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getListTypeItemRelatedViews(String, String, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets all the views related to a list type item.
- getListTypeItemRelatedViews(String, String, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getListTypeItems(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrieves all the items related to a given list type
- getListTypeItems(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getListTypeItems(String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves all items for a single list type
- getListTypeItems(String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getListTypeItemUses(String, String, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrieves the objects that make reference to a given list type item
- getListTypeItemUses(String, String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getListTypeItemWithName(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrieves a list type item given its name
- getListTypeItemWithName(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getListTypes() - Method in class org.neotropic.util.visual.properties.ObjectMultipleProperty
- getLng() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider.MouseMoveEvent
- getLng() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider.RightClickEvent
- getLng() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.PositionChangedEvent
- getLocalDateAsStringToPersist(LocalDate) - Static method in class org.neotropic.kuwaiba.visualization.api.properties.PropertyValueConverter
- getLocalDateTimeAsStringToPersist(LocalDateTime) - Static method in class org.neotropic.kuwaiba.visualization.api.properties.PropertyValueConverter
- getLocalizationCode() - Method in class org.neotropic.kuwaiba.core.i18n.session.Language
- getLogicalConnector() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- getLogicalConnector() - Method in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- getLogicalEndpointObjectA() - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.ObjectLinkObjectDefinition
- getLogicalEndpointObjectA() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLinkObject
- getLogicalEndpointObjectB() - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.ObjectLinkObjectDefinition
- getLogicalEndpointObjectB() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLinkObject
- getLogicalLinkDetail(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2EViewProvider
-
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 continuity
- getLogicalLinkDetails(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Deprecated.
- getLogicalLinkDetails(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getLoginTime() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Session
- getLongitude() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.GeoCoordinate
- getLytButtons() - Method in class org.neotropic.util.visual.wizard.Wizard
- getLytDetails() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamSelectedItem
- getLytHeader() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamSelectedItem
- getLytMainContent() - Method in class org.neotropic.util.visual.wizard.Wizard
- getMainComponentEditor() - Method in class org.neotropic.util.visual.properties.AdvancedEditorDialog
- getMandatoryAttributesInClass(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Retrieves the list of the attributes marked as mandatory
- getMandatoryAttributesInClass(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- getMandatoryAttributesInClass(String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the mandatory attributes for a given class
- getMandatoryAttributesInClass(String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getMapChildrensCache() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- getMapNamedObjects() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- getMapPathCircuit() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalPathView
- getMapPropertySheet() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion
- getMapTypeId() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Gets the map type id.
- getMapTypeId() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- getMapTypeIds() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Gets the map type ids.
- getMapTypeIds() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- getMask() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.SubnetDetail
- getMask() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.DivIpAddr
- getMaskBits() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.SubnetDetail
- getMem() - Method in class org.neotropic.kuwaiba.core.persistence.PersistenceService
- getMenuDialog() - Method in class org.neotropic.util.visual.menu.MenuLayout
- getMessage() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ValidatorRunner
- getMessage() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionCompletedListener.ActionCompletedEvent
- getMessage() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ResultMessage
- getMessage() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLMessage
- getMessage() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteResultMessage
- getMessage(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementI18N
- getMessages() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.TaskResult
- getMessages() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskResult
- getMessageType() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ResultMessage
- getMessageType() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteResultMessage
- getMetadataProperties() - Method in class org.neotropic.kuwaiba.core.persistence.PersistenceService
- getMethods() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.MethodsGroup
- getMinZoomForLabels() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Gets the minimum zoom level for the map when displaying labels.
- getMinZoomForLabels() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- getMirrorPortsPairing(String) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.DynamicSectionFunctionFactory
- getMirrorSplicePortsPairing(String) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.DynamicSectionFunctionFactory
- getMiscActions() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.CoreActionsRegistry
-
Returns all registered misc actions.
- getMiscActionsApplicableTo(String) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.CoreActionsRegistry
-
Checks what misc actions are associated to a given inventory class.
- getMode() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementMiniApplication
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.AddIpAddrToFolderVisualAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.AddIpAddrToSubnetVisualAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteFolderVisualAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteIpAddrFromFolderVisualAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteSubnetVisualAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.NewFolderVisualAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.NewSubnetVisualAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.SplitSubnetVisualAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.actions.DeleteMplsViewVisualAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.actions.NewMplsViewVisualAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.AssociateObjectToProjectVisualAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectActivityVisualAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectsPoolVisualAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectVisualAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectActivityVisualAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectsPoolVisualAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectVisualAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.ReleaseObjectFromProjectVisualAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.components.ProjectActivityDialog
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.components.ProjectPoolDialog
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.actions.DeleteSdhViewVisualAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.actions.NewSdhViewVisualAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.DeleteSparePoolVisualAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.DeleteWarehouseVisualAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewSparePartVisulaAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewSparePoolVisualAction
- getModuleAction() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewWarehouseVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
-
The underlying action wrapped by this visual object.
- getModuleAction() - Method in class org.neotropic.kuwaiba.core.configuration.filters.actions.DeleteFilterDefinitionVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.core.configuration.filters.actions.NewFilterDefinitionVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.core.configuration.filters.actions.UpdateFilterDefinitionVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.AssociateObjectToProxyVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.AssociateProjectVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.DeleteProxiesPoolVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.DeleteProxyVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.NewProxiesPoolVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.NewProxyVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.ReleaseObjectVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.ReleaseProjectVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.components.PoolProxiesDialog
- getModuleAction() - Method in class org.neotropic.kuwaiba.core.configuration.validators.actions.DeleteValidatorDefinitionVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.core.configuration.validators.actions.NewValidatorDefinitionVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.core.configuration.validators.actions.UpdateValidatorDefinitionVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariablesPoolVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariableVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.NewConfigurationVariablesPoolVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.NewConfigurationVariableVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.core.configuration.variables.components.PoolConfigurationDialog
- getModuleAction() - Method in class org.neotropic.kuwaiba.core.sessman.actions.TerminateSessionVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.DeleteContractsPoolVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.DeleteContractVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.NewContractsPoolVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.NewContractVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.components.PoolContractDialog
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.DeleteSyncDataSourceConfigurationVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.DeleteSynchronizationGroupVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.NewSyncDataSourceConfigurationVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.NewSynchronizationGroupVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.ReleaseSyncDataSourceConfigurationVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.components.SyncGroupDialog
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.DeleteAttributeVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.DeleteClassVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.NewAttributeVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.NewClassVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.favorites.actions.DeleteFavoriteVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.favorites.actions.FavoritesVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.favorites.actions.NewFavoriteVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.ltman.actions.DeleteListTypeItemVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.ltman.actions.NewListTypeItemVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.CopyBusinessObjectVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.DeleteBusinessObjectVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.MoveBusinessObjectVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.NewBusinessObjectFromTemplateVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.NewBusinessObjectVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.NewMultipleBusinessObjectsVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.RelationshipManagementVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.ShowMoreInformationAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.queries.actions.DeleteScriptedQueryPoolVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.queries.actions.DeleteScriptVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.queries.actions.NewScriptedQueryPoolVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.queries.actions.NewScriptedQueryVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateItemVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateSubItemVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewBulkTemplateItemVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewBulkTemplateSpecialItemVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateItemVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateSpecialItemVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.userman.actions.DeleteGroupVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.userman.actions.DeleteUserVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.userman.actions.NewGroupVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.core.userman.actions.NewUserVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.ConnectivityManagerVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.contactman.actions.DeleteContactVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.contactman.actions.NewContactVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.contactman.widgets.NewContactForCustomerAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.actions.DeleteLayoutViewVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.actions.NewLayoutViewVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.actions.ManagePortMirroringVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.pools.actions.DeletePoolVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.pools.actions.NewPoolItemVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.pools.actions.NewPoolVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.DeleteParameterVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.DeleteReportVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.LaunchClassLevelReportAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.NewClassReportVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.NewInventoryReportVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.NewParameterVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.AssociateObjectToServiceVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteCustomerPoolVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteCustomerVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteServicePoolVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteServiceVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NetworkResourcesRelationshipManagementAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewCustomerPoolVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewCustomerVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewServicePoolVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewServiceVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.ReleaseObjectFromServiceVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskParameterVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskUserVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.NewTaskParameterVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.NewTaskUserVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.NewTaskVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.UpdateTaskParameterVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.UpdateTaskVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.components.TaskNotificationDialog
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.components.TaskParametersManagerDialog
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.components.TaskUserManagerDialog
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.actions.DeleteTopologyViewVisualAction
- getModuleAction() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.actions.NewTopologyViewVisualAction
- getModuleId() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
- getModules() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.ModuleRegistry
- getModuleType() - Method in class com.neotropic.kuwaiba.modules.commercial.impact.ImpactAnalysisModule
- getModuleType() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamModule
- getModuleType() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsModule
- getModuleType() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantManagerModule
- getModuleType() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsModule
- getModuleType() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.ProcessManagerModule
- getModuleType() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
- getModuleType() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.WarehousesManagerModule
- getModuleType() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
-
Gets the module's type.
- getModuleType() - Method in interface org.neotropic.kuwaiba.core.apis.integration.modules.actions.GenericCommercialModule
-
Gets the module's type.
- getModuleType() - Method in class org.neotropic.kuwaiba.core.configuration.filters.FilterDefinitionModule
- getModuleType() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerModule
- getModuleType() - Method in class org.neotropic.kuwaiba.core.configuration.validators.ValidatorDefinitionModule
- getModuleType() - Method in class org.neotropic.kuwaiba.core.configuration.variables.ConfigurationVariablesModule
- getModuleType() - Method in class org.neotropic.kuwaiba.core.sessman.SessionManagerModule
- getModuleType() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.ContractManagerModule
- getModuleType() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationModule
- getModuleType() - Method in class org.neotropic.kuwaiba.modules.core.audittrail.AuditTrailModule
- getModuleType() - Method in class org.neotropic.kuwaiba.modules.core.containmentman.ContainmentManagerModule
- getModuleType() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.DataModelManagerModule
- getModuleType() - Method in class org.neotropic.kuwaiba.modules.core.favorites.FavoritesModule
- getModuleType() - Method in class org.neotropic.kuwaiba.modules.core.ltman.ListTypeManagerModule
- getModuleType() - Method in class org.neotropic.kuwaiba.modules.core.navigation.NavigationModule
- getModuleType() - Method in class org.neotropic.kuwaiba.modules.core.queries.QueriesModule
- getModuleType() - Method in class org.neotropic.kuwaiba.modules.core.templateman.TemplateManagerModule
- getModuleType() - Method in class org.neotropic.kuwaiba.modules.core.userman.UserManagerModule
- getModuleType() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.ConnectivityManagerModule
- getModuleType() - Method in class org.neotropic.kuwaiba.modules.optional.contactman.ContactManagerModule
- getModuleType() - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.LayoutEditorModule
- getModuleType() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.PhysicalConnectionsModule
- getModuleType() - Method in class org.neotropic.kuwaiba.modules.optional.pools.PoolsModule
- getModuleType() - Method in class org.neotropic.kuwaiba.modules.optional.reports.ReportsModule
- getModuleType() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerModule
- getModuleType() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.TaskManagerModule
- getModuleType() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyManagerModule
- getMPLSLinkDetails(String) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsService
-
Get the MPLS link details, its output interfaces, pseudowires, tunnels
- getMPLSLinkEndpoints(String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
The details of a given mpls link
- getMPLSLinkEndpoints(String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getMplsTools() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.widgets.MplsDashboard
- getMultipleListTypeAsStringToPersist(List<BusinessObjectLight>) - Static method in class org.neotropic.kuwaiba.visualization.api.properties.PropertyValueConverter
- getMultipleParents(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets the parents of an object that breaks the containment rule of having only one parent.
- getMultipleParents(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getMxGraph() - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
- getMxgraphCanvas() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsView
- getMxgraphCanvas() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhView
- getMxgraphCanvas() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyView
- getMxGraphCanvas() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.ObjectView
- getName() - Method in class com.neotropic.kuwaiba.modules.commercial.impact.ImpactAnalysisModule
- getName() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamModule
- getName() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamExplorerRow
- getName() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamTreeNode
- getName() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsModule
- getName() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantManagerModule
- getName() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsModule
- getName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FileInformation
- getName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ScriptQueryRunner
- getName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.ProcessManagerModule
- getName() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.Route
- getName() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
- getName() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.WarehousesManagerModule
- getName() - Method in class org.neotropic.kuwaiba.core.apis.integration.external.services.AbstractExternalService
- getName() - Method in class org.neotropic.kuwaiba.core.apis.integration.external.services.ExternalServiceProvider
- getName() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
-
Gets the module's name.
- getName() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualInventoryAction
- getName() - Method in interface org.neotropic.kuwaiba.core.apis.integration.modules.actions.GenericCommercialModule
-
Gets the module's name.
- getName() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.ModuleActionParameter
- getName() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractExplorerWidget
-
Obtains the name of the explorer.
- getName() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractObjectRelatedViewWidget
-
The name of the view.
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRuleConstraint
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ConfigurationVariable
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FavoritesFolder
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FileObjectLight
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FilterDefinition
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.GroupProfileLight
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.MethodsGroup
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Pool
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Actor
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Artifact
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Kpi
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.KpiAction
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinition
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessInstance
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.ReportMetadataLight
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQuery
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQueryParameter
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Task
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.TemplateObjectLight
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Validator
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ValidatorDefinition
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ViewObjectLight
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLight
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- getName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- getName() - Method in class org.neotropic.kuwaiba.core.configuration.filters.FilterDefinitionModule
- getName() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerModule
- getName() - Method in class org.neotropic.kuwaiba.core.configuration.validators.ValidatorDefinitionModule
- getName() - Method in class org.neotropic.kuwaiba.core.configuration.variables.ConfigurationVariablesModule
- getName() - Method in class org.neotropic.kuwaiba.core.i18n.session.Language
- getName() - Method in class org.neotropic.kuwaiba.core.sessman.SessionManagerModule
- getName() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.ContractManagerModule
- getName() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractDataEntity
- getName() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncDataSourceConfiguration
- getName() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SynchronizationGroup
- getName() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationModule
- getName() - Method in class org.neotropic.kuwaiba.modules.core.audittrail.AuditTrailModule
- getName() - Method in class org.neotropic.kuwaiba.modules.core.containmentman.api.ClassMetadataLightCustom
-
ClassMetada's Name
- getName() - Method in class org.neotropic.kuwaiba.modules.core.containmentman.ContainmentManagerModule
- getName() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.DataModelManagerModule
- getName() - Method in class org.neotropic.kuwaiba.modules.core.favorites.FavoritesModule
- getName() - Method in class org.neotropic.kuwaiba.modules.core.ltman.ListTypeManagerModule
- getName() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.RelationshipManagementVisualAction
- getName() - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.AttachmentExplorer
- getName() - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.AuditTrailExplorer
- getName() - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.RelationshipExplorer
- getName() - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.SpecialChildrenExplorer
- getName() - Method in class org.neotropic.kuwaiba.modules.core.navigation.NavigationModule
- getName() - Method in class org.neotropic.kuwaiba.modules.core.queries.QueriesModule
- getName() - Method in class org.neotropic.kuwaiba.modules.core.templateman.TemplateManagerModule
- getName() - Method in class org.neotropic.kuwaiba.modules.core.userman.UserManagerModule
- getName() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractLinkConnectivityAction
- getName() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.Action6
- getName() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.ConnectivityManagerModule
- getName() - Method in class org.neotropic.kuwaiba.modules.optional.contactman.ContactManagerModule
- getName() - Method in class org.neotropic.kuwaiba.modules.optional.contactman.widgets.NewContactForCustomerAction
- getName() - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.LayoutEditorModule
- getName() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.PhysicalConnectionsModule
- getName() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.FiberSplitterViewWidget
- getName() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.ObjectViewWidget
- getName() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.PhysicalPathViewWidget
- getName() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.PhysicalTreeViewWidget
- getName() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.RackViewWidget
- getName() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.SpliceBoxViewWidget
- getName() - Method in class org.neotropic.kuwaiba.modules.optional.pools.PoolsModule
- getName() - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.LaunchClassLevelReportAction
- getName() - Method in class org.neotropic.kuwaiba.modules.optional.reports.ReportsModule
- getName() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NetworkResourcesRelationshipManagementAction
- getName() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- getName() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerModule
- getName() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.TaskManagerModule
- getName() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyManagerModule
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.GroupInfoLight
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.Query
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActor
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifact
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRule
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRuleConstraint
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConfigurationVariable
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteFavoritesFolder
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpi
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpiAction
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemotePool
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessDefinition
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessInstance
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteQueryLight
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadataLight
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationConfiguration
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationGroup
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTask
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteValidator
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteValidatorDefinition
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteViewObjectLight
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObjectLight
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLight
- getName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- getName() - Method in class org.neotropic.util.visual.properties.AbstractProperty
- getNetworkInterfaces() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.entities.BridgeDomain
- getNetworkInterfaceType() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.entities.NetworkInterface
- getNetworkIpAddr() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.SubnetDetail
- getNetworkIpAddr() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.DivIpAddr
- getNewLinkClass() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.NewLinkAction
- getNewLinkName() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.NewLinkAction
- getNewNodePanelContent() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion
- getNewValue() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.EventDescriptor
- getNewValue() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- getNewValue() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.ApplicationLogEntry
- getNewValue(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- getNewValues() - Method in class org.neotropic.kuwaiba.core.apis.persistence.ChangeDescriptor
- getNextActivity() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinition
- getNextActivity() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- getNextActivityForProcessInstance(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Requests for the next activity to be executed in a process instance.
- getNextActivityForProcessInstance(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ProcessManagerService
- getNextActivityForProcessInstance(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getNextActivityForProcessInstance(long, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ProcessManagerService
- getNextActivityForProcessInstance(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Requests for the next activity to be executed in a process instance.
- getNextActivityForProcessInstance(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getNextActivityIfFalse() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ConditionalActivityDefinition
- getNextActivityIfFalse() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConditionalActivityDefinition
- getNextActivityIfTrue() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ConditionalActivityDefinition
- getNextActivityIfTrue() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConditionalActivityDefinition
- getNextActivityToParallelActivity(long, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ProcessManagerService
- getNode() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- getNode() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowAddNodes
- getNode(Object) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.ViewMap
-
Gets the object behind a node whose identifier is the one provider.
- getNodeChildren() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.CableNode
- getNodeChildren() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- getNodeHeight() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- getNodeLabel() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapNode
-
Gets the node label.
- getNodeLabel() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode
- getNodeLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- getNodes() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.Route
- getNodes() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.ViewMap
-
Returns the available nodes.
- getNodes() - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
- getNodeSelectionManager() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Gets the map node selection manager.
- getNodeSelectionManager() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- getNodeTitle() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapNode
-
Gets the node title.
- getNodeTitle() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode
- getNodeVisible() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapNode
-
If true, the node is visible.
- getNodeVisible() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode
- getNodeWidth() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- getNodeX() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- getNodeY() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- getNorthEast() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapOverlayView
-
Gets the north-east.
- getNorthEast() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.ViewOverlayView
- getNorthEast() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsOverlayView
- getNotes() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- getNotes() - Method in class org.neotropic.kuwaiba.core.apis.persistence.ChangeDescriptor
- getNotes() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.ApplicationLogEntry
- getNotificationType() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Task
- getNotificationType() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.TaskNotificationDescriptor
- getNotificationType() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTask
- getNotificationType() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskNotificationDescriptor
- getNoVisibleCommand() - Method in class org.neotropic.util.visual.togglemenubutton.ToogleMenuButton
- getNumberOfDynamicNames() - Method in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.DynamicNameGenerator
- getNumberOfHosts() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.SubnetDetail
- getNumericSequence(String) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.DynamicSectionFunctionFactory
- getObj() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.CustomSpan
- getObject() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.explorers.DialogIpamSearch.SelectObjectEvent
- getObject() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamTreeNode
- getObject() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools.NewObjectEvent
- getObject() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools.SelectObjectEvent
- getObject() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.tools.PaperDialogAddObject.NewObjectEvent
- getObject() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.tools.PaperDialogSearchObject.SelectObjectEvent
- getObject() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.tools.PaperDialogAddObject.NewObjectEvent
- getObject() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.tools.PaperDialogSearchObject.SelectObjectEvent
- getObject() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools.NewObjectEvent
- getObject() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools.SelectObjectEvent
- getObject() - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.AnnotatedBusinessObjectLight
- getObject() - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.DialogNavigationSearch.SelectObjectEvent
- getObject() - Method in class org.neotropic.kuwaiba.modules.core.queries.nodes.ObjectMxNode
- getObject() - Method in class org.neotropic.kuwaiba.modules.core.queries.nodes.ObjectMxNodeMap
- getObject() - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.tools.LayoutEditorSearch.NewObjectEvent
- getObject() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- getObject() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.explorers.DialogServiceManagerSearch.SelectObjectEvent
- getObject() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.tools.TopologySearch.NewObjectEvent
- getObject() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.widgets.TopologyViewSearch.NewObjectEvent
- getObject() - Method in class org.neotropic.util.visual.paperdialog.PaperDialogAddObject.NewObjectEvent
- getObject() - Method in class org.neotropic.util.visual.paperdialog.PaperDialogSearchObject.SelectObjectEvent
- getObject() - Method in class org.neotropic.util.visual.tree.nodes.AbstractNode
-
Retrieves the business object behind the node
- getObject() - Method in class org.neotropic.util.visual.window.ObjectSelectorWindow
- getObject(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets the detailed information about an object
- getObject(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getObject(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the complete information about a given object (all its attributes)
- getObject(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getObjectChildren(long, String, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets the children of a given object, providing the class and object id.
- getObjectChildren(long, String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getObjectChildren(String, String, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets the children of a given object
- getObjectChildren(String, String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getObjectChildren(String, String, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the children of a given object given his class name and object id
- getObjectChildren(String, String, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getObjectChildren(String, String, HashMap<String, String>, long, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Get a set of children to the given the parent class name and id.
- getObjectChildren(String, String, HashMap<String, String>, long, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getObjectChildrenCount(String, String, HashMap<String, String>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Get the child count given the parent class name and id.
- getObjectChildrenCount(String, String, HashMap<String, String>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getObjectChildrenForClassWithId(String, long, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the children of a given object given his class id and object id
- getObjectChildrenForClassWithId(String, long, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getObjectClassName(Node) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Gets an object's class name given the node representing it
- getObjectId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- getObjectId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.ApplicationLogEntry
- getObjectLight(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets the simplified information about an object
- getObjectLight(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getObjectLight(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the basic information about a given object (oid, classname, name)
- getObjectLight(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getObjectRelatedView(String, String, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Get a view related to an object, such as the default rack or object views
- getObjectRelatedView(String, String, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getObjectRelatedView(String, String, long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets a particular view related to an object
- getObjectRelatedView(String, String, long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getObjectRelatedViews(String, String, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Get a view related to an object, such as the default, rack or equipment views
- getObjectRelatedViews(String, String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getObjectRelatedViews(String, String, int, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Returns list of views associated to an object
- getObjectRelatedViews(String, String, int, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getObjectsByNameAndClassName(List<String>, int, int, String...) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
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.
- getObjectsByNameAndClassName(List<String>, int, int, String...) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getObjectsInFavoritesFolder(long, long, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Get the object assigned to the bookmark
- getObjectsInFavoritesFolder(long, long, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getObjectsInFavoritesFolder(long, long, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the objects in a to favorites folder
- getObjectsInFavoritesFolder(long, long, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getObjectsInSparePool(String, int) - Method in class com.neotropic.kuwaiba.modules.commercial.whman.persistence.WarehousesService
-
Get the objects of a pool
- getObjectsOfClass(String, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Recursively gets all the instances of given class
- getObjectsOfClass(String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getObjectsOfClassLight(String, HashMap<String, String>, long, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Recursively gets all the light instances of given class
- getObjectsOfClassLight(String, HashMap<String, String>, long, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getObjectsOfClassLight(String, List<StringPair>, int, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets all objects of a given class
- getObjectsOfClassLight(String, List<StringPair>, int, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getObjectSpecialChildren(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets the special children of a given object
- getObjectSpecialChildren(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getObjectSpecialChildren(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the special children of a given object.
- getObjectSpecialChildren(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getObjectSpecialChildrenCount(String, String, String...) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets the special children of a given object
- getObjectSpecialChildrenCount(String, String, String...) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getObjectSpecialChildrenWithFilters(String, String, List<String>, int, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets the special children of a given object
- getObjectSpecialChildrenWithFilters(String, String, List<String>, int, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getObjectsRelatedToService(String, String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Retrieves the objects related to service
- getObjectsWithFilter(String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Same as
BusinessEntityManager.getObjectsWithFilterLight(java.lang.String, java.lang.String, java.lang.String)
, but returns the full information about the objects involved - getObjectsWithFilter(String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getObjectsWithFilter(String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Same as
KuwaibaSoapWebService.getObjectsWithFilterLight(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
, but returns RemoteObjects instead of RemoteObjectLights - getObjectsWithFilter(String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getObjectsWithFilterLight(String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Retrieves a list of light instances of a given class given a simple filter.
- getObjectsWithFilterLight(String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getObjectsWithFilterLight(String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves a list of light instances of a given class given a simple filter.
- getObjectsWithFilterLight(String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getObjId() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamExplorerRow
- getObjNameField() - Method in class org.neotropic.kuwaiba.modules.core.navigation.navtree.NavResultGrid
- getObjs() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectRelatedObjects
- getObservations() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.KpiResult
- getObservations() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpiResult
- getOldState() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.DivIpAddr
- getOldValue() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.EventDescriptor
- getOldValue() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- getOldValue() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.ApplicationLogEntry
- getOldValues() - Method in class org.neotropic.kuwaiba.core.apis.persistence.ChangeDescriptor
- getOperator(int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherParser
-
Get the operator as a string
- getOrder() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
- getOrder() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- getOrder() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- getOSPView(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrieves the specific information about an existing OSP view
- getOSPView(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getOSPView(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the specific information about an existing OSP view
- getOSPView(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getOSPViews() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrieves the existing OSP views
- getOSPViews() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getOSPViews(String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the existing OSP views
- getOSPViews(String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getOutgoingRelationshipDisplayName() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractRelationshipManagementAction
-
The display name that should be used to show the relationship between the selected object(s) and the target object(s).
- getOutgoingRelationshipDisplayName() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NetworkResourcesRelationshipManagementAction
- getOutgoingSequenceFlowId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ParallelActivityDefinition
- getOutgoingSequenceFlowId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteParallelActivityDefinition
- getOutputParameters() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementMiniApplication
- getOwner() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.Query
- getOwnerId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
- getPage() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- getPage() - Method in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- getPageTitle() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamUI
- getPageTitle() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsManagerUI
- getPageTitle() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantManagerUI
- getPageTitle() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsUI
- getPageTitle() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.ProcessManagerUI
- getPageTitle() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhManagerUI
- getPageTitle() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.WarehousesManagerUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.core.configuration.filters.FiltersDefinitionUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.core.configuration.validators.ValidatorDefinitionUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.core.configuration.variables.ConfigurationVariablesUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.core.sessman.SessionManagerUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.ContractManagerUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.modules.core.audittrail.AuditTrailUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.modules.core.containmentman.ContainmentManagerUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.DataModelManagerUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.modules.core.ltman.ListTypeManagerUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.modules.core.navigation.NavigationUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.modules.core.navigation.ObjectDashboard
- getPageTitle() - Method in class org.neotropic.kuwaiba.modules.core.queries.QueriesUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.modules.core.templateman.TemplateManagerUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.modules.core.userman.UserManagerUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.modules.optional.contactman.ContactManagerUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.LayoutEditorManagerUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.modules.optional.pools.PoolsUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.modules.optional.reports.ReportsUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.TaskManagerUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyManagerUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.web.ui.AboutUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.web.ui.HomeUI
- getPageTitle() - Method in class org.neotropic.kuwaiba.web.ui.LoginUI
- getParameterNames() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ScriptQueryRunner
- getParameterNames() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ValidatorRunner
- getParameters() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.ReportMetadata
- getParameters() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Task
- getParameters() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncDataSourceConfiguration
- getParameters() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadata
- getParameters() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationConfiguration
- getParameters() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTask
- getParametersNames() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FunctionRunner
- getParent() - Method in class org.neotropic.kuwaiba.modules.core.queries.nodes.ObjectMxNodeMap
- getParent() - Method in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- getParent(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets the parent of a given object in the containment hierarchy
- getParent(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getParent(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the parent of a given object in the standard and special containment hierarchy
- getParent(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getParentClassName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- getParentClassName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- getParentNode() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- getParentOfClass(String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the first parent of an object which matches the given class in the containment hierarchy
- getParentOfClass(String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getParents(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Retrieves recursively the list of parents of an object in the containment hierarchy
- getParents(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getParents(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves all the ancestors of an object in the containment hierarchy.
- getParents(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getParentsUntilFirstOfClass(String, String, String...) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
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")
- getParentsUntilFirstOfClass(String, String, String...) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getParentsUntilFirstOfClass(String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
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")
- getParentsUntilFirstOfClass(String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getPartialIpAddr(String) - Static method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.IpamEngine
-
Returns a part of the ip address to search if ther is any match with this part
- getPath() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FileInformation
- getPaths() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ParallelActivityDefinition
- getPaths() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteParallelActivityDefinition
- getPathStep() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowContainers
- getPhysicalConnectionEndpoints(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Returns the endpoints of a physical connection
- getPhysicalConnectionEndpoints(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getPhysicalConnectionsInObject(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Loops through all instances of GenericCommunicationsPort at any level inside the given object and gets the physical path.
- getPhysicalConnectionsInObject(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getPhysicalEndpointObjectA() - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.ObjectLinkObjectDefinition
- getPhysicalEndpointObjectA() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLinkObject
- getPhysicalEndpointObjectB() - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.ObjectLinkObjectDefinition
- getPhysicalEndpointObjectB() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLinkObject
- getPhysicalLinkDetail(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2EViewProvider
-
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
- getPhysicalNodeToObjectInWarehouse(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets the physical node of a warehouse item
- getPhysicalNodeToObjectInWarehouse(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getPhysicalPath(String, String) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.PhysicalConnectionsService
-
Finds the physical path from one port to another
- getPhysicalPath(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the physical trace of connections and ports from a given port.
- getPhysicalPath(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getPhysicalPathForBDisEndpointA() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteLogicalConnectionDetails
- getPhysicalPathForBDisEndpointB() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteLogicalConnectionDetails
- getPhysicalPathForEndpointA() - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.GenericConnectionDefinition
- getPhysicalPathForEndpointA() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteLogicalConnectionDetails
- getPhysicalPathForEndpointA() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemotePhysicalConnectionDetails
- getPhysicalPathForEndpointB() - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.GenericConnectionDefinition
- getPhysicalPathForEndpointB() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteLogicalConnectionDetails
- getPhysicalPathForEndpointB() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemotePhysicalConnectionDetails
- getPhysicalPathForVlansEndpointA() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteLogicalConnectionDetails
- getPhysicalPathForVlansEndpointB() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteLogicalConnectionDetails
- getPhysicalTree(String, String) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.PhysicalConnectionsService
-
Gets A tree representation of all physical paths as a hash map.
- getPhysicalTree(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the tree representation of all physical paths.
- getPhysicalTree(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getPlayAnimation() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
Gets if animation is played.
- getPlayAnimation() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapNode
-
Gets if animation is played.
- getPlayAnimation() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- getPlayAnimation() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode
- getPoints() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.Heatmap
-
Gets the points displayed by this heatmap.
- getPoints() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.ViewHeatmap
- getPoints() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsHeatmapLayer
- getPool(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets a pool by its id
- getPool(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getPool(String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves information about a particular pool
- getPool(String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getPoolItems(String, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Deprecated.
- getPoolItems(String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getPoolItems(String, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the objects contained into a pool
- getPoolItems(String, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getPoolItemsByClassName(String, String, int, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Retrieves the list of objects from a pool
- getPoolItemsByClassName(String, String, int, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getPoolItemsCount(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Count the total of objects in a pool
- getPoolItemsCount(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getPoolsInObject(String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Retrieves the pools associated to a particular object
- getPoolsInObject(String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getPoolsInObject(String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves all the pools that are children of a particular object.
- getPoolsInObject(String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getPoolsInPool(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Retrieves the pools associated to a particular pool
- getPoolsInPool(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getPoolsInPool(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the pools contained inside a pool.
- getPoolsInPool(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getPoolsInPoolCount(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Retrieves the total count of pools associated to a particular pool
- getPoolsInPoolCount(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getPoolsInWarehouse(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.whman.persistence.WarehousesService
-
Get the pools of a warehouses
- getPorts() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.DeviceNode
- getPorts(List<BusinessObjectLight>) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowViewContent
- getPortSelector() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.PortSelector
- getPosition() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.AbstractPosition
- getPosition() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.HopDefinition
- getPosition() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.SdhPosition
- getPosition() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh.RemoteSDHPosition
- getPositions() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.SdhContainerLinkDefinition
- getPositions() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.SdhTributaryLinkDefinition
- getPositions() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh.RemoteSDHContainerLinkDefinition
- getPossibleChildren(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
- getPossibleChildren(String, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Gets all classes whose instances can be contained into the given parent class.This method is recursive, so the result include the possible children in children classes
- getPossibleChildren(String, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- getPossibleChildren(String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the possible children of a class according to the containment hierarchy.
- getPossibleChildren(String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getPossibleChildrenNoRecursive(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Same as getPossibleChildren but this one only gets the direct possible children for the given class, this is, subclasses are not included
- getPossibleChildrenNoRecursive(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- getPossibleChildrenNoRecursive(String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the possible children of a class according to the containment hierarchy.
- getPossibleChildrenNoRecursive(String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getPossibleSpecialChildren(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Gets all classes whose instances can be contained into the given parent class, but using a CHILD_OF_SPECIAL relationship instead of a CHILD_OF one.
- getPossibleSpecialChildren(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
- getPossibleSpecialChildren(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- getPossibleSpecialChildren(String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the possible special children of a class according to the containment hierarchy.
- getPossibleSpecialChildren(String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getPossibleSpecialChildrenNoRecursive(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Same as getPossibleSpecialChildren but this one only gets the direct special possible children for the given class, this is, subclasses are not included
- getPossibleSpecialChildrenNoRecursive(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- getPossibleSpecialChildrenNoRecursive(String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the possible special children of a class according to the containment hierarchy.
- getPossibleSpecialChildrenNoRecursive(String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getPossibleValues() - Method in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.AlphabeticLowercaseSequence
- getPossibleValues() - Method in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.DynamicSectionFunction
-
Gets possible values generated with the defined function inside the Dynamic section
- getPossibleValues() - Method in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.FunctionValue
- getPossibleValues() - Method in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.MirrorPortsFunction
- getPossibleValues() - Method in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.MirrorSplicePortsFunction
- getPossibleValues() - Method in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.NumericSequence
- getPostconditionsScript() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- getPostconditionsScript() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- getPreconditionsScript() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- getPreconditionsScript() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- getPrintableTemplate() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- getPrintableTemplate() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- getPrivileges() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.GroupProfile
- getPrivileges() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfile
- getPrivileges() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.GroupInfo
- getPrivileges() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteUserInfo
- getProcessDefinition() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessInstance
- getProcessDefinition() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessInstance
- getProcessDefinition(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrieves a process definition
- getProcessDefinition(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ProcessManagerService
-
Retrieves a process definition either from the database or a process definition repository (like a file or an external provider)
- getProcessDefinition(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getProcessDefinition(long, File) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ProcessManagerService
- getProcessDefinition(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves a process definition
- getProcessDefinition(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getProcessDefinitions() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Deprecated.
- getProcessDefinitions() - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ProcessManagerService
- getProcessDefinitions() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getProcessInstance(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets a process instance
- getProcessInstance(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ProcessManagerService
- getProcessInstance(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getProcessInstanceActivitiesPath(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets Process Instance Activities Path
- getProcessInstanceActivitiesPath(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ProcessManagerService
- getProcessInstanceActivitiesPath(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getProcessInstances(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets a process instances of a process definition
- getProcessInstances(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ProcessManagerService
- getProcessInstances(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getProgress() - Method in class org.neotropic.kuwaiba.core.services.threading.ManagedJobDescriptor
- getProgress() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBackgroundJob
- getProject(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsService
-
Get project properties
- getProjectActivities(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsService
-
Gets the activities associates to an Project
- getProjectActivities(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets project activities
- getProjectActivities(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getProjectPool(String) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsService
-
Get properties pool
- getProjectPools() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsService
-
Retrieves the list of pools of projects.
- getProjectPools(String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the project pools
- getProjectPools(String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getProjectResources(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsService
-
Gets the resources associates with an Project
- getProjectResurces(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the resources (objects) associates with a Project
- getProjectResurces(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getProjectsAssociateToObject(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsService
-
Gets the project associate to an object
- getProjectsAssociateToObject(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the projects associate to an object
- getProjectsAssociateToObject(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getProjectsInPool(String) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsService
-
Gets the list of projects in a given pool.
- getProjectsInProjectPool(String, int) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsService
-
Gets the project in a Project pool
- getProjectsInProjectPool(String, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the project in a Project pool
- getProjectsInProjectPool(String, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getProperties() - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2EEdge
- getProperties() - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2ENode
- getProperties() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHContainerLinkWizard.ChooseContainerLinkResourcesStep
- getProperties() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHContainerLinkWizard.ChooseRouteStep
- getProperties() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHContainerLinkWizard.GeneralInfoStep
- getProperties() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTransportLinkWizard.GeneralInfoStep
- getProperties() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTransportLinkWizard.SelectLinkEndpointsStep
- getProperties() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.ChooseRouteStep
- getProperties() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.ChooseTributaryLinkResourcesStep
- getProperties() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.GeneralInfoStep
- getProperties() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.SelectLinkEndpointsStep
- getProperties() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.SelectServiceStep
- getProperties() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractView
-
The properties associated to an instance of the view, typically an id, a name and a description.
- getProperties() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractViewEdge
- getProperties() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractViewNode
- getProperties() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.ViewMap
-
Returns the extra information associated to the view that uses this map.
- getProperties() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Validator
- getProperties() - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.AnnotatedBusinessObjectLight
- getProperties() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.actions.NewPhysicalConnectionWizard.GeneralInfoStep
- getProperties() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.actions.NewPhysicalConnectionWizard.SelectContainerEndpointsStep
- getProperties() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.actions.NewPhysicalConnectionWizard.SelectLinkEndpointsStep
- getProperties() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.NewPhysicalConnectionWizard.GeneralInfoStep
- getProperties() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.NewPhysicalConnectionWizard.SelectContainerEndpointsStep
- getProperties() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.NewPhysicalConnectionWizard.SelectLinkEndpointsStep
- getProperties() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteValidator
- getProperties() - Method in class org.neotropic.util.visual.wizard.Wizard.Step
-
Each step saves the information related to it (forms, tree selections, etc) in a Properties object.
- getProperty() - Method in class org.neotropic.util.visual.properties.AdvancedEditorDialog
- getProperty(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteValidator
-
Gets the value of a property in the current validator (if exists)
- getPropertyName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.EventDescriptor
- getPropertyValue(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- getPropertyValue(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementContainer
- getPropertyValue(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementField
- getPropertyValue(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementSelector
- getPropertyValue(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- getPropertyValue(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementMiniApplication
- getProxiesInPool(String) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerService
-
Gets the list of inventory proxies in a given pool.
- getProxiesInPool(String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the list of inventory proxies in a given pool.
- getProxiesInPool(String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getProxyPools() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerService
-
Retrieves the list of pools of proxies.
- getProxyPools(String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the list of pools of proxies.
- getProxyPools(String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getQueries(boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets all queries
- getQueries(boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getQueries(boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves all saved queries
- getQueries(boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getQuery(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets a single query
- getQuery(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getQuery(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves a saved query
- getQuery(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getQueryJoin() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- getQueryName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ScriptQueryRunner
- getRange() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.SubnetDetail
- getRealValue(String, String) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Converts a String value to an object value based on a give mapping.
- getRelatedObjects() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectRelatedObjects
- getRelatedObjects() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectSpecialRelationships
- getRelationship() - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.nodes.RelationshipExplorerNode
- getRelationshipIcon(Color, int, int) - Method in class org.neotropic.kuwaiba.visualization.api.resources.ResourceFactory
-
Builds an icon resource
- getRelationshipManagementActions() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.CoreActionsRegistry
-
Returns all registered relationship management actions.
- getRelationshipManagementActionsApplicableTo(String) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.CoreActionsRegistry
-
Checks what relationship management actions are associated to a given inventory class.
- getRelationshipManagementActionsApplicableToRecursive(String) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.CoreActionsRegistry
-
Checks recursively in the class hierarchy what relationship management actions are associated to a given inventory class.
- getRelationshipName() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractRelationshipManagementAction
-
Gets the actual name of the relationship in the database.
- getRelationshipName() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NetworkResourcesRelationshipManagementAction
- getRelationshipParent() - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.nodes.RelationshipExplorerNode
- getRelationships() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectSpecialRelationships
- getRemoteObjectLight(long, String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractFormInstanceLoader
- getRemoteObjectLightInformation(Object) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractFormInstanceCreator
- getReport(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets the information related to a class level report.
- getReport(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getReport(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the information related to a class level report.
- getReport(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.AddIpAddrToFolderAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.AddIpAddrToSubnetAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteFolderAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteIpAddrFromFolderAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteSubnetAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.NewFolderAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.NewSubnetAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.SplitSubnetAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.UpdateIpAddrAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.actions.DeleteMplsViewAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.actions.NewMplsViewAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.AssociateObjectToProjectAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectActivityAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectsPoolAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectActivityAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectsPoolAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.ReleaseObjectFromProjectAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.actions.DeleteSdhViewAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.actions.NewSdhViewAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.DeleteSparePoolAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.DeleteWarehouseAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewSparePartAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewSparePoolAction
- getRequiredAccessLevel() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewWarehouseAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
-
Returns the privilege needed to execute the current action.
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.core.configuration.filters.actions.DeleteFilterDefinitionAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.core.configuration.filters.actions.NewFilterDefinitionAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.core.configuration.filters.actions.UpdateFilterDefinitionAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.AssociateObjectToProxyAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.AssociateProjectAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.DeleteProxiesPoolAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.DeleteProxyAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.NewProxiesPoolAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.NewProxyAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.ReleaseObjectAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.ReleaseProjectAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.core.configuration.validators.actions.DeleteValidatorDefinitionAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.core.configuration.validators.actions.NewValidatorDefinitionAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.core.configuration.validators.actions.UpdateValidatorDefinitionAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariableAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariablesPoolAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.NewConfigurationVariableAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.NewConfigurationVariablesPoolAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.core.sessman.actions.TerminateSessionAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.DeleteContractAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.DeleteContractsPoolAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.NewContractAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.NewContractsPoolAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.DeleteSyncDataSourceConfigurationAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.DeleteSynchronizationGroupAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.NewSyncDataSourceConfigurationAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.NewSynchronizationGroupAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.ReleaseSyncDataSourceConfigurationAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.RunSynchronizationAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.DeleteAttributeAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.DeleteClassAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.NewAttributeAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.NewClassAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.favorites.actions.DeleteFavoriteAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.favorites.actions.FavoritesAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.favorites.actions.NewFavoriteAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.ltman.actions.DeleteListTypeItemAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.ltman.actions.NewListTypeItemAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.CopyBusinessObjectAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.DeleteBusinessObjectAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.DetachFileAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.MoveBusinessObjectAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.NewBusinessObjectAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.NewBusinessObjectFromTemplateAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.NewMultipleBusinessObjectsAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.queries.actions.DeleteScriptAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.queries.actions.DeleteScriptedQueryPoolAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.queries.actions.NewScriptedQueryAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.queries.actions.NewScriptedQueryPoolAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateItemAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateSubItemAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewBulkTemplateItemAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewBulkTemplateSpecialItemAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateItemAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateSpecialItemAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.userman.actions.DeleteGroupAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.userman.actions.DeleteUserAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.userman.actions.NewGroupAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.core.userman.actions.NewUserAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.ConnectivityManagerAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.contactman.actions.DeleteContactAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.contactman.actions.NewContactAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.actions.DeleteLayoutViewAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.actions.NewLayoutViewAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.actions.ManagePortMirroringAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.pools.actions.DeletePoolAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.pools.actions.NewPoolAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.pools.actions.NewPoolItemAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.DeleteParameterAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.DeleteReportAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.NewClassReportAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.NewInventoryReportAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.NewParameterAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.AssociateObjectToServiceAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteCustomerAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteCustomerPoolAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteServiceAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteServicePoolAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewCustomerAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewCustomerPoolAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewServiceAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewServicePoolAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.ReleaseObjectFromServiceAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskParameterAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskUserAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.NewTaskAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.NewTaskParameterAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.NewTaskUserAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.UpdateTaskAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.UpdateTaskParameterAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.actions.DeleteTopologyViewAction
- getRequiredAccessLevel() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.actions.NewTopologyViewAction
- getRequiredSelectedObjects() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.AddIpAddrToFolderVisualAction
- getRequiredSelectedObjects() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.AddIpAddrToSubnetVisualAction
- getRequiredSelectedObjects() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteFolderVisualAction
- getRequiredSelectedObjects() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteIpAddrFromFolderVisualAction
- getRequiredSelectedObjects() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteSubnetVisualAction
- getRequiredSelectedObjects() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.NewFolderVisualAction
- getRequiredSelectedObjects() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.NewSubnetVisualAction
- getRequiredSelectedObjects() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.SplitSubnetVisualAction
- getRequiredSelectedObjects() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.AssociateObjectToProjectVisualAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualInventoryAction
-
How many objects have to be selected so this action is enabled.
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.AssociateObjectToProxyVisualAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.NewSyncDataSourceConfigurationVisualAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.core.favorites.actions.FavoritesVisualAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.CopyBusinessObjectVisualAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.DeleteBusinessObjectVisualAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.MoveBusinessObjectVisualAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.NewBusinessObjectFromTemplateVisualAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.NewBusinessObjectVisualAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.NewMultipleBusinessObjectsVisualAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.RelationshipManagementVisualAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.ConnectivityManagerVisualAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.optional.contactman.widgets.NewContactForCustomerAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.actions.ManagePortMirroringVisualAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.LaunchClassLevelReportAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.AssociateObjectToServiceVisualAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteCustomerPoolVisualAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteCustomerVisualAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteServicePoolVisualAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteServiceVisualAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NetworkResourcesRelationshipManagementAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewCustomerPoolVisualAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewCustomerVisualAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewServicePoolVisualAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewServiceVisualAction
- getRequiredSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.ReleaseObjectFromServiceVisualAction
- getResult() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.PollResult
- getResult() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncResult
- getResult() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncResult
- getResultList() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherQueryBuilder
- getResults() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.explorers.DialogIpamSearch
- getRoot() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- getRootPools(String, int, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Retrieves the pools that don't have any parent and are normally intended to be managed by the Pool Manager
- getRootPools(String, int, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getRootPools(String, int, boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the pools that don't have any parent and are normally intended to be managed by the Pool Manager
- getRootPools(String, int, boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getRoots() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayout
- getRow() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- getRow(int) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- getRows() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- getRows() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGridLayout
- getRows() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQueryResult
- getRows() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLTable
- getRows() - Method in class org.neotropic.kuwaiba.modules.optional.reports.javascript.DataTable
- getRowspan() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLColumn
- getRuleId() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
- getRuleId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRule
- getSchedule() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Task
- getSchedule() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTask
- getScope() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
- getScope() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRule
- getScript() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FunctionRunner
- getScript() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ValidatorRunner
- getScript() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FilterDefinition
- getScript() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.KpiAction
- getScript() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.ReportMetadata
- getScript() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQuery
- getScript() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Task
- getScript() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ValidatorDefinition
- getScript() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpiAction
- getScript() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadata
- getScript() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTask
- getScript() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteValidatorDefinition
- getScriptedQueries(String, boolean, int, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets a set of scripted queries.
- getScriptedQueries(String, boolean, int, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getScriptedQueriesByPoolId(String, String, boolean, int, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets a set of scripted queries in a scripted queries pool the its id.
- getScriptedQueriesByPoolId(String, String, boolean, int, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getScriptedQueriesByPoolName(String, String, boolean, int, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets a set of scripted queries in a scripted queries pool the its name.
- getScriptedQueriesByPoolName(String, String, boolean, int, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getScriptedQueriesPool(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets a scripted queries pool.
- getScriptedQueriesPool(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getScriptedQueriesPoolByName(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets a scripted queries pool given the name.
- getScriptedQueriesPoolByName(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getScriptedQueriesPoolCount(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Counts the scripted queries pools.
- getScriptedQueriesPoolCount(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getScriptedQueriesPools(String, int, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets a set of scripted queries pools.
- getScriptedQueriesPools(String, int, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getScriptedQuery(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets a scripted query given its id
- getScriptedQuery(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getScriptedQueryCount(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Counts the scripted queries.
- getScriptedQueryCount(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getScriptedQueryCountByPoolId(String, String, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Counts the scripted queries filter by name in a scripted queries pool.
- getScriptedQueryCountByPoolId(String, String, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getScriptedQueryCountByPoolName(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Counts the scripted queries filter by name in a scripted queries pool.
- getScriptedQueryCountByPoolName(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getScriptedQueryParameter(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets an scripted query paramter.
- getScriptedQueryParameter(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getScriptedQueryParameters(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets the scripted query parameters.
- getScriptedQueryParameters(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getScriptQueryExecutor() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FunctionI18NRunner
- getScriptQueryExecutor() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FunctionRunner
- getScriptQueryExecutor() - Method in interface com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Runner
- getScriptQueryExecutor() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ScriptQueryRunner
- getScriptQueryExecutor() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ValidatorRunner
- getSDHContainerLinkStructure(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhService
-
Gets the internal structure of a container link.
- getSDHContainerLinkStructure(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the internal structure of a container link.
- getSDHContainerLinkStructure(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getSdhTools() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.widgets.SdhDashboard
- getSDHTransportLinkStructure(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhService
-
Retrieves the container links within a transport link (e.g.
- getSDHTransportLinkStructure(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the container links within a transport link (e.g.
- getSDHTransportLinkStructure(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getSearchedText() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.explorers.DialogIpamSearch
- getSearchHistory() - Method in class org.neotropic.util.visual.grids.BusinessObjectLightGridFilter
- getSelectedCellId() - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
- getSelectedCellType() - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
- getSelectedItems() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapSelectionManager
-
Gets the selected items.
- getSelectedItems() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsEdgeSelectionManager
- getSelectedItems() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsNodeSelectionManager
- getSelectedLink() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractLinkConnectivityAction
- getSelectedNode() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowGeographicalQuery
- getSelectedObject() - Method in class org.neotropic.kuwaiba.modules.core.navigation.ObjectOptionsPanel
- getSelectedObject() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.CellPortSelector.SelectedObjectChangeEvent
- getSelectedObject() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.PortSelector
- getSelectedObject() - Method in class org.neotropic.util.visual.selectors.BusinessObjectSelector.SelectedObjectChangeEvent
- getSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractLinkConnectivityAction
- getSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.Action6
- getSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.CellPortSelector.SelectedObjectChangeEvent
- getSelectedObjects() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.PortSelector
- getSelectedObjects() - Method in class org.neotropic.util.visual.selectors.BusinessObjectSelector.SelectedObjectChangeEvent
- getSelectedRow() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- getSelectedRows() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- getSelectionMode() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- getSequenceFlow() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ParallelActivityDefinition
- getSequenceFlow() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteParallelActivityDefinition
- getService(String, String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Gets the detailed information about a service.
- getServicePool(String, String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Gets a service pool.
- getServicePoolsInCostumer(String, String, String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Retrieves the pools associated to a particular customer
- getServiceResources(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the services associated to a service
- getServiceResources(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getServices() - Method in class com.neotropic.kuwaiba.modules.commercial.impact.AssetLevelCorrelatedInformation
- getServices() - Method in class com.neotropic.kuwaiba.modules.commercial.impact.ServiceLevelCorrelatedInformation
- getServices() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteAssetLevelCorrelatedInformation
- getServices() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteServiceLevelCorrelatedInformation
- getServicesInPool(String, String, int, int) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Retrieves the list of services from a pool
- getSessionId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSession
- getSessions() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets current sessions
- getSessions() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getSessionType() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Session
- getSessionType() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSession
- getSharedInformation() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.artifacts.AbstractArtifactRenderer
-
TODO: document
- getSharedInformation() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractFormInstanceCreator
- getSharedInformation() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Artifact
- getSharedInformation() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- getSharedInformation() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifact
- getSharedInformation() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- getSharedMap() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.artifacts.AbstractArtifactRenderer
-
TODO: document
- getSiblings(String, String, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets the siblings of a given object in the containment hierarchy
- getSiblings(String, String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getSiblings(String, String, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Returns the siblings of an object in the containment hierarchy
- getSiblings(String, String, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getSmallIcon() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- getSmallIcon() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- getSort() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementComboBox
- getSource() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowAddContainers
- getSource() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionCompletedListener.ActionCompletedEvent
- getSource() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.Connection
- getSourceEdgeNodes() - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
- getSouthWest() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapOverlayView
-
Gets the south-west.
- getSouthWest() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.ViewOverlayView
- getSouthWest() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsOverlayView
- getSpecialAttribute(String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets the value of a special attribute.
- getSpecialAttribute(String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getSpecialAttribute(String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the value of a special attribute, this is, those related to a model, such as cables connected to ports
- getSpecialAttribute(String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getSpecialAttributes(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Returns all the special relationships of a given object as a hashmap whose keys are the names of the relationships and the values the list of related objects
- getSpecialAttributes(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getSpecialAttributes(String, String, String...) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
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.
- getSpecialAttributes(String, String, String...) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getSpecialChildrenOfClassLight(String, String, String, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Returns the special children of a given object as RemoteBusinessObjectLight instances.This method is not recursive.
- getSpecialChildrenOfClassLight(String, String, String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getSpecialChildrenOfClassLight(String, String, String, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Returns the special children of a given object as RemoteObjectLight instances.
- getSpecialChildrenOfClassLight(String, String, String, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getSpecialChildrenOfClassLightRecursive(String, String, String, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets all class and abstract class special children of a given class to filter in a hierarchy with root in the given parent.
- getSpecialChildrenOfClassLightRecursive(String, String, String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getSpecialChildrenOfClassLightRecursive(String, String, String, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Returns the special children of a given object as RemoteObjectLight instances in a recursive fashion.
- getSpecialChildrenOfClassLightRecursive(String, String, String, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getSpecialRelationshipDisplayName(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Returns the display name of a special relationship.
- getSpecialRelationshipDisplayName(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- getStartActivity() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinition
- getStartActivity() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessDefinition
- getStartTime() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.TaskScheduleDescriptor
- getStartTime() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBackgroundJob
- getStartTime() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskScheduleDescriptor
- getState() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.DivIpAddr
- getState() - Method in class org.neotropic.kuwaiba.core.persistence.PersistenceService
- getState() - Method in class org.neotropic.kuwaiba.core.services.threading.ManagedJobDescriptor
- getStatus() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionCompletedListener.ActionCompletedEvent
- getStatus() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBackgroundJob
- getStatus() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.ServerStatus
- getStructure() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractFormInstanceCreator
- getStructure() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ViewObject
- getStructure() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteViewObject
- getStyle() - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
- getStyleName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- getSubclasses(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
- getSubClasses() - Method in class org.neotropic.kuwaiba.modules.core.containmentman.PossibleChildComponent
- getSubClassesCount(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Get the subclasses count given a parent class name.
- getSubClassesCount(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- getSubClassesLight(String, boolean, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Gets the subclasses of a given class recursively.
- getSubClassesLight(String, boolean, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- getSubClassesLight(String, boolean, boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the subclasses of a given class
- getSubClassesLight(String, boolean, boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getSubClassesLightNoRecursive(String, boolean, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Gets the direct subclasses of a given class
- getSubClassesLightNoRecursive(String, boolean, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- getSubClassesLightNoRecursive(String, boolean, boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the subclasses of a given class
- getSubClassesLightNoRecursive(String, boolean, boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getSubclassesNorecursive(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
- getSubnet(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Retrieves a subnet by its className and id
- getSubnet(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the complete information about a given subnet (all its attributes)
- getSubnet(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getSubnetCreatedIPAddresses(String, String, int, int) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Retrieves all the IP address created in a subnet
- getSubnetId() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.SubnetDetail
- getSubnetId() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.DivIpAddr
- getSubnetIpAddr(String) - Static method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.IpamEngine
-
Splits the subnet from its CDIR format into the single ip address
- getSubnetIpAddrsInUse(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Gets the number of IP addresses instantiated (created) in the subnet that has a relationship with an inventory object e.g.
- getSubnetIpAddrsReserved(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
- getSubnetPool(String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the complete information about a given subnet pool (all its attributes)
- getSubnetPool(String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getSubnetPools(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves all the pools of subnets
- getSubnetPools(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getSubnets(String, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the subnets of a given pool id
- getSubnets(String, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getSubnetSegment() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.DivIpAddr
- getSubnetsInSubnet(String, int, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the sub-subnets of a subnet
- getSubnetsInSubnet(String, int, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getSubnetsInSubnet(String, String, int, int) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Retrieves all the Subnets created inside a subnet
- getSubnetsInSubnetCount(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Retrieves all the Subnets created inside a subnet
- getSubnetUsedIps(String, int, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the IP addresses of a subnet
- getSubnetUsedIps(String, int, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getSubscribersForTask(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets the subscribers of a particular task
- getSubscribersForTask(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getSubscribersForTask(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the users subscribed to a particular task.
- getSubscribersForTask(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getSuggestedChildrenWithFilter(String, String, String, boolean, int, int, String...) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets a set of suggested children with filter (no recursive).
- getSuggestedChildrenWithFilter(String, String, String, boolean, int, int, String...) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getSuggestedObjectsWithFilter(String, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Suggests a number of objects based on a search string.
- getSuggestedObjectsWithFilter(String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getSuggestedObjectsWithFilter(String, int, int, String...) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets a set of suggested objects with filter.
- getSuggestedObjectsWithFilter(String, int, int, String...) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getSuggestedObjectsWithFilter(String, String, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
- getSuggestedObjectsWithFilter(String, String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getSuggestedObjectsWithFilterGroupedByClassName(List<String>, String, long, long, long, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Suggests a number of objects based on a search string.
- getSuggestedObjectsWithFilterGroupedByClassName(List<String>, String, long, long, long, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getSuggestedPoolsByName(List<String>, String, long, long, long, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Suggests a number of pools based on a search string (the pool name).
- getSuggestedPoolsByName(List<String>, String, long, long, long, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getSuperClassesLight(String, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Retrieves the superclasses of a given class up to InventoryObject.
- getSuperClassesLight(String, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- getSupportedLanguage(String) - Method in class org.neotropic.kuwaiba.core.i18n.TranslationService
- getSyncDataSourceConfiguration(String) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationService
-
Gets a data source configuration of the object (there is only one data source configuration per object)
- getSyncDataSourceConfiguration(String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the synchronization data source configurations for an object
- getSyncDataSourceConfiguration(String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getSyncDataSourceConfigurationById(long) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationService
-
Gets a synchronization data source configuration receiving its id as search criteria.
- getSyncDataSourceConfigurationExceptions(SyncDataSourceConfiguration) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.PollResult
- getSyncDataSourceConfigurations() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SynchronizationGroup
- getSyncDataSourceConfigurations(long) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationService
-
Gets the data source configurations associated to a sync group.
- getSyncDataSourceConfigurations(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the synchronization data source configurations for a sync group
- getSyncDataSourceConfigurations(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getSyncGroup(long) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationService
-
Fetches a synchronization group.
- getSyncGroups() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationService
-
Gets the list of available sync groups
- getSynchronizationGroup(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets a given sync group
- getSynchronizationGroup(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getSynchronizationGroups(String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the available sync groups
- getSynchronizationGroups(String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getSynchronizationProviders(String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Get the set of sync providers defined in the configuration variables pool called -Sync Providers-
- getSynchronizationProviders(String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getTagName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementButton
- getTagName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementCheckBox
- getTagName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementColumn
- getTagName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementComboBox
- getTagName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementDateField
- getTagName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementForm
- getTagName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- getTagName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGridLayout
- getTagName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementHorizontalLayout
- getTagName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementI18N
- getTagName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementImage
- getTagName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementLabel
- getTagName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementListSelectFilter
- getTagName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementMiniApplication
- getTagName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementScript
- getTagName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementSubform
- getTagName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementTextArea
- getTagName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementTextField
- getTagName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementTree
- getTagName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementUpload
- getTagName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementVerticalLayout
- getTagName() - Method in interface com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Tag
-
Gets the element name.
- getTags() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FileObjectLight
- getTags() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObjectLight
- getTarget() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowAddContainers
- getTarget() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.Connection
- getTargetEdgeNodes() - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
- getTargetObjectClass() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractRelationshipManagementAction
-
Returns the type of inventory objects that can be related through the given relationship to the selected objects.
- getTargetObjectClass() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NetworkResourcesRelationshipManagementAction
- getTask(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrieves the information about a particular task
- getTask(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getTask(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the information about a particular task
- getTask(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getTasks() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets all registered tasks
- getTasks() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getTasks(String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets all the registered tasks
- getTasks(String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getTasksForUser(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets the tasks associated to a particular user
- getTasksForUser(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getTasksForUser(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets all the tasks related to a particular user
- getTasksForUser(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getTemplateDataProvider(ClassMetadataLight) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion.NewNodePanelContent
- getTemplateElement(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrives all the information of a given template element.
- getTemplateElement(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getTemplateElement(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrives all the information of a given template element.
- getTemplateElement(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getTemplateElementChildren(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrieves the children of a given template element.
- getTemplateElementChildren(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getTemplateElementChildren(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the children of a given template element.
- getTemplateElementChildren(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getTemplatesForClass(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets the templates available for a given class
- getTemplatesForClass(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getTemplatesForClass(String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the templates available for a given class
- getTemplatesForClass(String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getTemplateSpecialElementChildren(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrieves the children of a given template special element.
- getTemplateSpecialElementChildren(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getTemplateSpecialElementChildren(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the children of a given template special element.
- getTemplateSpecialElementChildren(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getText() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractConnectivityActionBuilder
- getText() - Method in class org.neotropic.util.visual.notifications.AbstractNotification
- getThis() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- getThresholds() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Kpi
- getThresholds() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpi
- getTimestamp() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- getTimestamp() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.ApplicationLogEntry
- getTitle() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementForm
- getTitle() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.InventoryReport
- getTitle() - Method in class org.neotropic.util.visual.notifications.AbstractNotification
- getTitle() - Method in class org.neotropic.util.visual.widgets.AbstractDashboardWidget
- getToken() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Session
- getTranslatedString(UnitOfLength, TranslationService) - Static method in enum com.neotropic.kuwaiba.modules.commercial.ospman.api.UnitOfLength
-
Provides internationalization support for each entry in the enumeration.
- getTranslatedString(String) - Method in class org.neotropic.kuwaiba.core.i18n.TranslationService
- getTranslationService() - Method in class org.neotropic.util.visual.window.ObjectSelectorWindow
- getTreeLayout() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- getTxtSearch() - Method in class org.neotropic.util.visual.paperdialog.PaperDialogAddObject
- getType() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHContainerLinkWizard.GeneralInfoStep.ConnectionType
- getType() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTransportLinkWizard.GeneralInfoStep.ConnectionType
- getType() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.GeneralInfoStep.ConnectionType
- getType() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- getType() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
- getType() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ConfigurationVariable
- getType() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.InventoryObjectPool
- getType() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
- getType() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Actor
- getType() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- getType() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.KpiAction
- getType() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.ReportMetadataLight
- getType() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQueryParameter
- getType() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- getType() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- getType() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.GenericObjectList
- getType() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.entities.BridgeDomain
- getType() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.entities.NetworkInterface
- getType() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractDataEntity
- getType() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncAction
- getType() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncFinding
- getType() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncResult
- getType() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.TableData
- getType() - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.nodes.RelationshipExplorerNode
- getType() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.Connection
- getType() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.NewPhysicalConnectionWizard.GeneralInfoStep.ConnectionType
- getType() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.RackViewWidget.ConnectionType
- getType() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.tools.TaskManagerExecutionType
- getType() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.tools.TaskManagerNotificationType
- getType() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.ApplicationLogEntry
- getType() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.ObjectList
- getType() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- getType() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActor
- getType() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- getType() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRule
- getType() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConfigurationVariable
- getType() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpiAction
- getType() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadataLight
- getType() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncAction
- getType() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncFinding
- getType() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncResult
- getType() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- getType() - Method in class org.neotropic.util.visual.notifications.AbstractNotification
- getType() - Method in class org.neotropic.util.visual.properties.AbstractProperty
- getType() - Method in class org.neotropic.util.visual.wizard.Wizard.WizardEvent
- getType(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadata
- getTypeAsString() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncResult
- getTypeAsString() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncResult
- getTypeOfAttribute(Node, String) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Gets the type(String, Integer, Float, Boolean, etc) of an attribute
- getTypes() - Method in class org.neotropic.kuwaiba.modules.optional.reports.javascript.DataTable
- getUiElement() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement.AbstractUiElement
- getUiElement(AbstractElement) - Method in interface com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement.UiElementFactory
- getUiElement(AbstractElement) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentFactory
- getUiElementEventListener() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement.AbstractUiElement
- getUniqueAttributeValues(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
- getUniqueClassAttributes(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
- getUnitOfLength() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Gets the unit of length of map.
- getUnitOfLength() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- getUnitOfLength(String) - Static method in enum com.neotropic.kuwaiba.modules.commercial.ospman.api.UnitOfLength
- getUnits() - Static method in enum com.neotropic.kuwaiba.modules.commercial.ospman.api.UnitOfLength
- getUpdateTask() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.UpdateTaskVisualAction
- getUpstreamClassHierarchy(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Retrieves the cached upstream class hierarchy of a given class.
- getUpstreamClassHierarchy(String, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Gets the parent classes of a given class up to
InventoryObject
. - getUpstreamClassHierarchy(String, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- getUpstreamClassHierarchy(String, boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the parent classes of a given class up to RootObject.
- getUpstreamClassHierarchy(String, boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getUpstreamContainmentHierarchy(String, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Get the upstream containment hierarchy for a given class, unlike getPossibleChildren (which will give you the downstream hierarchy).
- getUpstreamContainmentHierarchy(String, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- getUpstreamContainmentHierarchy(String, boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the containment hierarchy of a given class, but upwards (i.e.
- getUpstreamContainmentHierarchy(String, boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getUpstreamSpecialContainmentHierarchy(String, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Gets the upstream special containment hierarchy for a given class, unlike getPossibleChildren (which will give you the downstream hierarchy).
- getUpstreamSpecialContainmentHierarchy(String, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- getUpstreamSpecialContainmentHierarchy(String, boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the special containment hierarchy of a given class, but upwards (i.e.
- getUpstreamSpecialContainmentHierarchy(String, boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getUser() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Session
- getUser() - Method in class org.neotropic.kuwaiba.core.services.threading.ManagedJobDescriptor
- getUser(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Tries to retrieve a cached user
- getUserId() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSession
- getUserInSession(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrieves a user from the session ring given a session id
- getUserInSession(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getUsername() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSession
- getUserName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- getUserName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- getUserName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.ApplicationLogEntry
- getUserName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteUserInfoLight
- getUserNameFromSession(String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
-
Finds the user name using the session Id
- getUsers() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrieves the list of all users
- getUsers() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.GroupProfile
- getUsers() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Task
- getUsers() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getUsers() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.GroupInfo
- getUsers() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTask
- getUsers(String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the list of uses
- getUsers(String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getUsersInGroup(long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Gets all the users in a group
- getUsersInGroup(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getUsersInGroup(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves the users in a group
- getUsersInGroup(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getUui() - Method in class org.neotropic.util.visual.grids.BusinessObjectLightGridFilter
- getValidatorDefinitions(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Retrieves the cached validator definitions associated to the given class.
- getValidatorDefinitionsForClass(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Retrieves all the validator definitions in the system
- getValidatorDefinitionsForClass(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- getValidatorDefinitionsForClass(String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Retrieves all the validator definitions in the system
- getValidatorDefinitionsForClass(String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getValidatorName() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ValidatorRunner
- getValidators() - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLight
- getValidators() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLight
-
Validators are flags indicating things about objects.
- getValue() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementField
- getValue() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementCheckBox
- getValue() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementImage
- getValue() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementLabel
- getValue() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.ModuleActionParameter
- getValue() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQueryParameter
- getValue() - Method in class org.neotropic.kuwaiba.core.apis.persistence.util.StringPair
- getValue() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractDataEntity
- getValue() - Method in enum org.neotropic.kuwaiba.modules.core.containmentman.general.EContainmentOption
-
Return description for enum value
- getValue() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter
- getValue() - Method in enum org.neotropic.kuwaiba.modules.optional.reports.javascript.DataTable.DataType
- getValue() - Method in enum org.neotropic.kuwaiba.modules.optional.reports.plugins.gcharts.GChartsFactory.ChartType
- getValue() - Method in class org.neotropic.util.visual.properties.AbstractProperty
- getValue() - Method in class org.neotropic.util.visual.properties.AbstractPropertySheetField
- getValueAsString() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter
- getValueAsString() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.BooleanFilter
- getValueAsString() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.DateFilter
- getValueAsString() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.ListTypeFilter
- getValueAsString() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.NumericFilter
- getValueAsString() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.ParentFilter
- getValueAsString() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.StringFilter
- getValueAttributeValue() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementField
- getValueDefinition() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ConfigurationVariable
- getValueDefinition() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConfigurationVariable
- getValues() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.KpiResult
- getValues() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpiResult
- getValues(HashMap<String, Object>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.KpiResult
- getValues(HashMap<String, Object>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpiResult
- getVendor() - Method in class com.neotropic.kuwaiba.modules.commercial.impact.ImpactAnalysisModule
- getVendor() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamModule
- getVendor() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsModule
- getVendor() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantManagerModule
- getVendor() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsModule
- getVendor() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.ProcessManagerModule
- getVendor() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
- getVendor() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.WarehousesManagerModule
- getVendor() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
-
Gets the module's vendor
- getVendor() - Method in interface org.neotropic.kuwaiba.core.apis.integration.modules.actions.GenericCommercialModule
-
Gets the module's vendor
- getVendor() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractObjectRelatedViewWidget
-
Who wrote the view.
- getVendor() - Method in class org.neotropic.kuwaiba.core.configuration.filters.FilterDefinitionModule
- getVendor() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerModule
- getVendor() - Method in class org.neotropic.kuwaiba.core.configuration.validators.ValidatorDefinitionModule
- getVendor() - Method in class org.neotropic.kuwaiba.core.configuration.variables.ConfigurationVariablesModule
- getVendor() - Method in class org.neotropic.kuwaiba.core.sessman.SessionManagerModule
- getVendor() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.ContractManagerModule
- getVendor() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationModule
- getVendor() - Method in class org.neotropic.kuwaiba.modules.core.audittrail.AuditTrailModule
- getVendor() - Method in class org.neotropic.kuwaiba.modules.core.containmentman.ContainmentManagerModule
- getVendor() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.DataModelManagerModule
- getVendor() - Method in class org.neotropic.kuwaiba.modules.core.favorites.FavoritesModule
- getVendor() - Method in class org.neotropic.kuwaiba.modules.core.ltman.ListTypeManagerModule
- getVendor() - Method in class org.neotropic.kuwaiba.modules.core.navigation.NavigationModule
- getVendor() - Method in class org.neotropic.kuwaiba.modules.core.queries.QueriesModule
- getVendor() - Method in class org.neotropic.kuwaiba.modules.core.templateman.TemplateManagerModule
- getVendor() - Method in class org.neotropic.kuwaiba.modules.core.userman.UserManagerModule
- getVendor() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.ConnectivityManagerModule
- getVendor() - Method in class org.neotropic.kuwaiba.modules.optional.contactman.ContactManagerModule
- getVendor() - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.LayoutEditorModule
- getVendor() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.PhysicalConnectionsModule
- getVendor() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.FiberSplitterViewWidget
- getVendor() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.ObjectViewWidget
- getVendor() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.PhysicalPathViewWidget
- getVendor() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.PhysicalTreeViewWidget
- getVendor() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.RackViewWidget
- getVendor() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.SpliceBoxViewWidget
- getVendor() - Method in class org.neotropic.kuwaiba.modules.optional.pools.PoolsModule
- getVendor() - Method in class org.neotropic.kuwaiba.modules.optional.reports.ReportsModule
- getVendor() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerModule
- getVendor() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.TaskManagerModule
- getVendor() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyManagerModule
- getVersion() - Method in class com.neotropic.kuwaiba.modules.commercial.impact.ImpactAnalysisModule
- getVersion() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamModule
- getVersion() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsModule
- getVersion() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantManagerModule
- getVersion() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsModule
- getVersion() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormStructure
- getVersion() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.ProcessManagerModule
- getVersion() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
- getVersion() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.WarehousesManagerModule
- getVersion() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
-
Gets the module's version
- getVersion() - Method in interface org.neotropic.kuwaiba.core.apis.integration.modules.actions.GenericCommercialModule
-
Gets the module's version
- getVersion() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractObjectRelatedViewWidget
-
The current version of the view.
- getVersion() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
- getVersion() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- getVersion() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinition
- getVersion() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.InventoryReport
- getVersion() - Method in class org.neotropic.kuwaiba.core.configuration.filters.FilterDefinitionModule
- getVersion() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerModule
- getVersion() - Method in class org.neotropic.kuwaiba.core.configuration.validators.ValidatorDefinitionModule
- getVersion() - Method in class org.neotropic.kuwaiba.core.configuration.variables.ConfigurationVariablesModule
- getVersion() - Method in class org.neotropic.kuwaiba.core.sessman.SessionManagerModule
- getVersion() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.ContractManagerModule
- getVersion() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationModule
- getVersion() - Method in class org.neotropic.kuwaiba.modules.core.audittrail.AuditTrailModule
- getVersion() - Method in class org.neotropic.kuwaiba.modules.core.containmentman.ContainmentManagerModule
- getVersion() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.DataModelManagerModule
- getVersion() - Method in class org.neotropic.kuwaiba.modules.core.favorites.FavoritesModule
- getVersion() - Method in class org.neotropic.kuwaiba.modules.core.ltman.ListTypeManagerModule
- getVersion() - Method in class org.neotropic.kuwaiba.modules.core.navigation.NavigationModule
- getVersion() - Method in class org.neotropic.kuwaiba.modules.core.queries.QueriesModule
- getVersion() - Method in class org.neotropic.kuwaiba.modules.core.templateman.TemplateManagerModule
- getVersion() - Method in class org.neotropic.kuwaiba.modules.core.userman.UserManagerModule
- getVersion() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.ConnectivityManagerModule
- getVersion() - Method in class org.neotropic.kuwaiba.modules.optional.contactman.ContactManagerModule
- getVersion() - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.LayoutEditorModule
- getVersion() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.PhysicalConnectionsModule
- getVersion() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.FiberSplitterViewWidget
- getVersion() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.ObjectViewWidget
- getVersion() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.PhysicalPathViewWidget
- getVersion() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.PhysicalTreeViewWidget
- getVersion() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.RackViewWidget
- getVersion() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.SpliceBoxViewWidget
- getVersion() - Method in class org.neotropic.kuwaiba.modules.optional.pools.PoolsModule
- getVersion() - Method in class org.neotropic.kuwaiba.modules.optional.reports.ReportsModule
- getVersion() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerModule
- getVersion() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.TaskManagerModule
- getVersion() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyManagerModule
- getVersion() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- getVersion() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRule
- getVersion() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessDefinition
- getVersion() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.ServerStatus
- getVfiA() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.model.MplsConnectionDefinition
- getVfiA() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteMPLSConnectionDetails
- getVfiB() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.model.MplsConnectionDefinition
- getVfiB() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteMPLSConnectionDetails
- getViewClassName() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ViewObjectLight
- getViewClassName() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteViewObjectLight
- getViewEdge() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
Gets the view edge.
- getViewEdge() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- getViewNode() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapNode
-
Gets the view node.
- getViewNode() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode
- getViewPropertySheet() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion
- getViewWidgets() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.ViewWidgetRegistry
-
Returns all registered widgets.
- getViewWidgetsApplicableTo(String) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.ViewWidgetRegistry
-
Checks what object-related widgets are associated to a given inventory class.
- getVisibleAttributeNames() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- getVisibleAttributeNames() - Method in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- getVisibleCommand() - Method in class org.neotropic.util.visual.togglemenubutton.ToogleMenuButton
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.AddIpAddrToFolderVisualAction
-
Creates the visual component to add a new ip address
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.AddIpAddrToSubnetVisualAction
-
Creates the visual component to add a new ip address
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteFolderVisualAction
-
Creates the visual component for delete folder visual action
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteIpAddrFromFolderVisualAction
-
Removes a selected ip address visual action
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteSubnetVisualAction
-
Creates the visual component for delete a subnet
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.NewFolderVisualAction
-
Creates the visual component for new folder visual action
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.NewSubnetVisualAction
-
Creates the the component for a new subnet
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.SplitSubnetVisualAction
-
Creates the the component for a new subnet
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.actions.DeleteMplsViewVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.actions.NewMplsViewVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.AssociateObjectToProjectVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectActivityVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectsPoolVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectActivityVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectsPoolVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.ReleaseObjectFromProjectVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.components.ProjectActivityDialog
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.components.ProjectPoolDialog
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.actions.DeleteSdhViewVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.actions.NewSdhViewVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.DeleteSparePoolVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.DeleteWarehouseVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewSparePartVisulaAction
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewSparePoolVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewWarehouseVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
-
The visual component (a XXLayout, for example), to be embedded in a Dialog upon triggering the action.
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.core.configuration.filters.actions.DeleteFilterDefinitionVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.core.configuration.filters.actions.NewFilterDefinitionVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.core.configuration.filters.actions.UpdateFilterDefinitionVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.AssociateObjectToProxyVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.AssociateProjectVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.DeleteProxiesPoolVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.DeleteProxyVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.NewProxiesPoolVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.NewProxyVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.ReleaseObjectVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.ReleaseProjectVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.components.PoolProxiesDialog
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.core.configuration.validators.actions.DeleteValidatorDefinitionVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.core.configuration.validators.actions.NewValidatorDefinitionVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.core.configuration.validators.actions.UpdateValidatorDefinitionVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariablesPoolVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariableVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.NewConfigurationVariablesPoolVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.NewConfigurationVariableVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.core.configuration.variables.components.PoolConfigurationDialog
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.core.sessman.actions.TerminateSessionVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.DeleteContractsPoolVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.DeleteContractVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.NewContractsPoolVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.NewContractVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.components.PoolContractDialog
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.DeleteSyncDataSourceConfigurationVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.DeleteSynchronizationGroupVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.NewSyncDataSourceConfigurationVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.NewSynchronizationGroupVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.ReleaseSyncDataSourceConfigurationVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.components.SyncGroupDialog
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.DeleteAttributeVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.DeleteClassVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.NewAttributeVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.NewClassVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.favorites.actions.DeleteFavoriteVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.favorites.actions.FavoritesVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.favorites.actions.NewFavoriteVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.ltman.actions.DeleteListTypeItemVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.ltman.actions.NewListTypeItemVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.CopyBusinessObjectVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.DeleteBusinessObjectVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.MoveBusinessObjectVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.NewBusinessObjectFromTemplateVisualAction
-
Creates the visual component for new object visual action Label H4 with the title Label with info about the Parent radio buttons with the possible options (single new object, multiple objects, new object from template) For single object List of possible children Mandatory Fields For multiple objects quantity(a mandatory field) optional command field For new object from template available templates
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.NewBusinessObjectVisualAction
-
Creates the visual component for new object visual action Label H4 with the title Label with info about the Parent radio buttons with the possible options (single new object, multiple objects, new object from template) For single object List of possible children Mandatory Fields For multiple objects quantity(a mandatory field) optional command field For new object from template available templates
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.NewMultipleBusinessObjectsVisualAction
-
Creates the visual component for new object visual action Label H4 with the title Label with info about the Parent radio buttons with the possible options (single new object, multiple objects, new object from template) For single object List of possible children Mandatory Fields For multiple objects quantity(a mandatory field) optional command field For new object from template available templates
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.RelationshipManagementVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.ShowMoreInformationAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.queries.actions.DeleteScriptedQueryPoolVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.queries.actions.DeleteScriptVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.queries.actions.NewScriptedQueryPoolVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.queries.actions.NewScriptedQueryVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateItemVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateSubItemVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewBulkTemplateItemVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewBulkTemplateSpecialItemVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateItemVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateSpecialItemVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.userman.actions.DeleteGroupVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.userman.actions.DeleteUserVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.userman.actions.NewGroupVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.core.userman.actions.NewUserVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.ConnectivityManagerVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.contactman.actions.DeleteContactVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.contactman.actions.NewContactVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.contactman.widgets.NewContactForCustomerAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.actions.DeleteLayoutViewVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.actions.NewLayoutViewVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.actions.ManagePortMirroringVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.pools.actions.DeletePoolVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.pools.actions.NewPoolItemVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.pools.actions.NewPoolVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.DeleteParameterVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.DeleteReportVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.LaunchClassLevelReportAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.NewClassReportVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.NewInventoryReportVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.NewParameterVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.AssociateObjectToServiceVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteCustomerPoolVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteCustomerVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteServicePoolVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteServiceVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NetworkResourcesRelationshipManagementAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewCustomerPoolVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewCustomerVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewServicePoolVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewServiceVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.ReleaseObjectFromServiceVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskParameterVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskUserVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.NewTaskParameterVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.NewTaskUserVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.NewTaskVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.UpdateTaskParameterVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.UpdateTaskVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.taskman.components.TaskNotificationDialog
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.taskman.components.TaskParametersManagerDialog
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.taskman.components.TaskUserManagerDialog
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.topoman.actions.DeleteTopologyViewVisualAction
- getVisualComponent(ModuleActionParameterSet) - Method in class org.neotropic.kuwaiba.modules.optional.topoman.actions.NewTopologyViewVisualAction
- getWarehouseRootPools() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.persistence.WarehousesService
-
Gets the Warehouse Module Root Pools
- getWarehouseRootPools(String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Gets the warehouse module root pools.
- getWarehouseRootPools(String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- getWarehousesInObject(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets the warehouses in a object
- getWarehousesInObject(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getWarehousesInPool(String, int) - Method in class com.neotropic.kuwaiba.modules.commercial.whman.persistence.WarehousesService
-
Get the warehouses of a pool
- getWarehouseToObject(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Gets warehouse related to object
- getWarehouseToObject(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- getWidth() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- getX() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.GeoPoint
- getY() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.GeoPoint
- getZoom() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Gets the map zoom
- getZoom() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- GoogleMapEdge - Class in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google
-
An edge wrapper to Google Map Polyline
- GoogleMapEdge(BusinessObjectViewEdge, MetadataEntityManager, TranslationService, MapProvider) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- GoogleMapNode - Class in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google
-
A node wrapper to Google Map Marker
- GoogleMapNode(BusinessObjectViewNode, ResourceFactory, MapProvider) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode
- GoogleMapsEdgeSelectionManager - Class in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google
-
Selection manager to edges in Google Map
- GoogleMapsEdgeSelectionManager(HashMap<BusinessObjectViewEdge, GoogleMapEdge>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsEdgeSelectionManager
- GoogleMapsHeatmapLayer - Class in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google
-
Represents a heatmap on the Google Maps map provider.
- GoogleMapsHeatmapLayer(ViewHeatmap) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsHeatmapLayer
- GoogleMapsMapProvider - Class in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google
-
Map implementation to Google Maps
- GoogleMapsMapProvider() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- GoogleMapsNodeSelectionManager - Class in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google
-
Selection manager to nodes in Google Map.
- GoogleMapsNodeSelectionManager(HashMap<BusinessObjectViewNode, GoogleMapNode>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsNodeSelectionManager
- GoogleMapsOverlayView - Class in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google
-
Represents a overlay view on the Google Maps map provider.
- GoogleMapsOverlayView(ViewOverlayView) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsOverlayView
- GREATER_THAN - org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter.Criteria
- GREATER_THAN - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
-
Greater than comparison
- GREATER_THAN - Static variable in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
-
Greater than comparison
- GRID - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- GRID - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- GRID_LAYOUT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- GRID_LAYOUT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- GridExporter - Class in org.neotropic.util.visual.exporters.grid
-
Manages data grid export to different formats
- GridExporter(TranslationService, Object, DataGridParser, AbstractFormatter...) - Constructor for class org.neotropic.util.visual.exporters.grid.GridExporter
- GridFolders - Class in com.neotropic.kuwaiba.modules.commercial.ipam.visual
-
A custom Grid to show the folders in ipam module
- GridFolders(String, String, IpamService, BusinessEntityManager, TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.visual.GridFolders
- GridIpAddresses - Class in com.neotropic.kuwaiba.modules.commercial.ipam.visual
-
Creates a grid of ip addresses of a given parent, a subnet or a folder
- GridIpAddresses(String, String, String, IpamService, BusinessEntityManager, MetadataEntityManager, TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.visual.GridIpAddresses
- GridSubnets - Class in com.neotropic.kuwaiba.modules.commercial.ipam.visual
-
Creates a subnet grid details
- GridSubnets(String, String, int, IpamService, BusinessEntityManager, TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.visual.GridSubnets
- GROUP - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- GroupInfo - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Wrapper for entity class UserGroup
- GroupInfo() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.GroupInfo
- GroupInfo(GroupProfile) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.GroupInfo
- GroupInfoLight - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Wrapper for entity class GroupProfile.
- GroupInfoLight() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.GroupInfoLight
- GroupInfoLight(GroupProfileLight) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.GroupInfoLight
- GroupNode - Class in org.neotropic.kuwaiba.modules.core.userman.nodes
-
Represents a root node in the main tree.
- GroupNode(GroupProfile, String) - Constructor for class org.neotropic.kuwaiba.modules.core.userman.nodes.GroupNode
- GroupProfile - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
A group of users
- GroupProfile(long, String, String, long) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.GroupProfile
- GroupProfile(long, String, String, long, List<UserProfile>, List<Privilege>) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.GroupProfile
- GroupProfileLight - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
Simplified version of a group of users.
- GroupProfileLight(long, String, String, long) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.GroupProfileLight
- GUIFormNotification - Interface in com.neotropic.kuwaiba.modules.commercial.processman.forms.components
H
- HAS_ATTACHMENT - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- HAS_ATTRIBUTE - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- HAS_BOOKMARK - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- HAS_CONFIGURATION - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- HAS_HISTORY_ENTRY - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- HAS_LAYOUT - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- HAS_PARAMETER - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- HAS_PRIVILEGE - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- HAS_PROCESS_INSTANCE - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- HAS_REPORT - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- HAS_TEMPLATE - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- HAS_VIEW - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- hasAttribute(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadata
-
Checks if the current class has a given attribute
- hasAttribute(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Checks if a class has a attribute with a given name
- hasAttribute(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- hasAttribute(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Checks if a class has a attribute with a given name
- hasAttribute(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- hasBinder() - Method in class org.neotropic.util.visual.properties.AbstractProperty
- hasChildren - Variable in class org.neotropic.util.visual.tree.nodes.AbstractNode
- hasEventAttribute(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- hashCode() - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2EEdge
- hashCode() - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2ENode
- hashCode() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamTreeNode
- hashCode() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FileInformation
- hashCode() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractViewEdge
- hashCode() - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractViewNode
- hashCode() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FilterDefinition
- hashCode() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Pool
- hashCode() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Privilege
- hashCode() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinition
- hashCode() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
- hashCode() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Artifact
- hashCode() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- hashCode() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ConditionalActivityDefinition
- hashCode() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinition
- hashCode() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessInstance
- hashCode() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Session
- hashCode() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- hashCode() - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLight
- hashCode() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- hashCode() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- hashCode() - Method in class org.neotropic.kuwaiba.core.services.threading.ManagedJobDescriptor
- hashCode() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncDataSourceConfiguration
- hashCode() - Method in class org.neotropic.kuwaiba.modules.core.queries.nodes.ObjectMxNode
- hashCode() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- hashCode() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- hashCode() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActor
- hashCode() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifact
- hashCode() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- hashCode() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBackgroundJob
- hashCode() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessDefinition
- hashCode() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessInstance
- hashCode() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLight
- hashCode() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- hashCode() - Method in class org.neotropic.kuwaiba.visualization.api.BusinessObjectViewEdge
- hashCode() - Method in class org.neotropic.kuwaiba.visualization.api.BusinessObjectViewNode
- hashCode() - Method in class org.neotropic.util.visual.tree.nodes.AbstractNode
- hasId() - Method in interface org.neotropic.util.visual.properties.ObjectProperty.ListTypeObject
- hasProperty(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- hasProperty(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementContainer
- hasProperty(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementField
- hasProperty(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementSelector
- hasProperty(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- hasProperty(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementMiniApplication
- hasProperty(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- hasRelationship(String, String, String, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Checks if an object has a given number of standard relationships with another object
- hasRelationship(String, String, String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- hasSpecialAttribute(String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Check if an object has a given special attribute.
- hasSpecialAttribute(String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- hasSpecialRelationship(String, String, String, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Checks if an object has a given number of special relationships with another object
- hasSpecialRelationship(String, String, String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- Heatmap - Interface in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Represents a heatmap on the map provider.
- HEIGHT - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.PortNode
- HEIGHT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property
- HEIGHT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property
- HIDDEN - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property
- HIDDEN - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property
- HIDE - org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionResponse.ActionType
- HistorycEntry - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
Represents an entry registering an event related to an object.
- HistorycEntry(long, int, String, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.HistorycEntry
- HomeUI - Class in org.neotropic.kuwaiba.web.ui
-
The home page.
- HomeUI() - Constructor for class org.neotropic.kuwaiba.web.ui.HomeUI
- HopDefinition - Class in com.neotropic.kuwaiba.modules.commercial.sdh.api
-
A class defining a hop in a possible route for a virtual circuit
- HopDefinition(BusinessObjectLight) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.api.HopDefinition
- HORIZONTAL_LAYOUT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- HORIZONTAL_LAYOUT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- HTMLBr - Class in org.neotropic.kuwaiba.modules.optional.reports.html
-
A simple
br
line break. - HTMLBr() - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLBr
- HTMLColumn - Class in org.neotropic.kuwaiba.modules.optional.reports.html
-
A simple HTML table cell (
td
). - HTMLColumn(Object) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLColumn
- HTMLColumn(String, String, Object) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLColumn
- HTMLColumn(String, String, Object, String, String) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLColumn
- HTMLColumnHeader - Class in org.neotropic.kuwaiba.modules.optional.reports.html
-
A simple HTML th tag.
- HTMLColumnHeader(Object) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLColumnHeader
- HTMLColumnHeader(String, String, Object) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLColumnHeader
- HTMLColumnHeader(String, String, Object, String, String) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLColumnHeader
- HTMLComponent - Class in org.neotropic.kuwaiba.modules.optional.reports.html
-
The root of all HTML components.
- HTMLComponent() - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
- HTMLComponent(String, String) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
- HTMLDiv - Class in org.neotropic.kuwaiba.modules.optional.reports.html
-
A simple HTML div tag.
- HTMLDiv(String) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLDiv
- HTMLDiv(String, Object) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLDiv
- HTMLDiv(String, String, Object) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLDiv
- HTMLDiv(String, String, String, Object) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLDiv
- HTMLHx - Class in org.neotropic.kuwaiba.modules.optional.reports.html
-
A simple HTML h1, h2, h3, ...
- HTMLHx(int, String) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLHx
-
Default constructor
- HTMLHx(String, String, int, String) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLHx
- HTMLImage - Class in org.neotropic.kuwaiba.modules.optional.reports.html
-
An HTML image tag
- HTMLImage(String) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLImage
- HTMLImage(String, String, String) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLImage
- HTMLMessage - Class in org.neotropic.kuwaiba.modules.optional.reports.html
-
A simple formated
span
tag. - HTMLMessage(String) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLMessage
- HTMLMessage(String, String, String) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLMessage
- HTMLPlainJQueryScript - Class in org.neotropic.kuwaiba.modules.optional.reports.html
- HTMLPlainJQueryScript(String) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLPlainJQueryScript
- HTMLReport - Class in org.neotropic.kuwaiba.modules.optional.reports.html
-
Useful methods to build HTML reports.
- HTMLReport(String, String, String) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLReport
- HTMLRow - Class in org.neotropic.kuwaiba.modules.optional.reports.html
-
A simple HTML table row (
tr
) - HTMLRow(String, String, HTMLColumn[]) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLRow
- HTMLRow(String, HTMLColumn[]) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLRow
- HTMLRow(HTMLColumn[]) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLRow
- HTMLTable - Class in org.neotropic.kuwaiba.modules.optional.reports.html
-
A simple HTML table.
- HTMLTable(String[]) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLTable
- HTMLTable(String, String, String[]) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLTable
I
- I18N - Class in org.neotropic.kuwaiba.core.i18n
- I18N - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Function
- I18N - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- I18N - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Function
- I18N - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- I18N() - Constructor for class org.neotropic.kuwaiba.core.i18n.I18N
- I18nListener - Interface in org.neotropic.kuwaiba.core.i18n.session
-
Implementers will be able to listen to changes in the web interface current language.
- I18nManagerService - Class in org.neotropic.kuwaiba.core.i18n.session
-
Manages the changes in the web interface language requested by the user.
- I18nManagerService() - Constructor for class org.neotropic.kuwaiba.core.i18n.session.I18nManagerService
- icon - Variable in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
-
An icon to represent the action.
- icon - Variable in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
-
Icon for buttons, menu entries, widget cards, etc.
- icon - Variable in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
-
32x32 icon
- ICON - Static variable in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyView
-
Constant to represent the free shapes that can be added to some views
- IconGenerator<T> - Class in org.neotropic.util.visual.icons
-
Abstract class for generated icons for an item
- IconGenerator() - Constructor for class org.neotropic.util.visual.icons.IconGenerator
- IconGenerator(AbstractResourceFactory) - Constructor for class org.neotropic.util.visual.icons.IconGenerator
- IconLabelCellGrid - Class in com.neotropic.kuwaiba.modules.commercial.ipam.visual
-
Represents a cell in a Grid that contains an icon and a label to show a businessObjectLigth or a ClassMetadata.
- IconLabelCellGrid(String, String, boolean, boolean) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IconLabelCellGrid
-
Constructor
- IconNameCellGrid - Class in org.neotropic.util.visual.grids
-
Represents a cell in a Grid that contains an icon and a label to show a businessObjectLigth or a ClassMetadata.
- IconNameCellGrid(Component, String, IconGenerator) - Constructor for class org.neotropic.util.visual.grids.IconNameCellGrid
-
Constructor
- IconNameCellGrid(String, String, IconGenerator) - Constructor for class org.neotropic.util.visual.grids.IconNameCellGrid
-
Constructor
- IconRelationshipCellGrid - Class in org.neotropic.kuwaiba.modules.core.navigation.explorers.grids
-
Represents a cell in a Grid that contains an icon and a label to show a relationship.
- IconRelationshipCellGrid(String, ResourceFactory) - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.explorers.grids.IconRelationshipCellGrid
-
Constructor
- iconUrl - Variable in class org.neotropic.util.visual.tree.nodes.AbstractNode
- id - Variable in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
-
A unique identifier for the action within the module .
- id - Variable in class org.neotropic.kuwaiba.core.apis.integration.modules.ModuleActionGroup
-
A unique identifier of this group.
- id - Variable in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
-
Query id
- id - Variable in class org.neotropic.kuwaiba.northbound.ws.model.application.GroupInfoLight
-
Object id
- id - Variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteQueryLight
-
Object id
- id - Variable in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- id() - Method in enum org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter.Criteria
- ID - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- ID - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- IdleEvent(MapProvider.IdleEvent.IdleEventListener) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider.IdleEvent
- IMAGE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- IMAGE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- ImpactAnalysisModule - Class in com.neotropic.kuwaiba.modules.commercial.impact
-
This class implements the functionality corresponding to the MPLS module
- ImpactAnalysisModule() - Constructor for class com.neotropic.kuwaiba.modules.commercial.impact.ImpactAnalysisModule
- ImpactAnalysisService - Class in com.neotropic.kuwaiba.modules.commercial.impact
-
Implements the functionality offered by
ImpactAnalysisModule
. - ImpactAnalysisService() - Constructor for class com.neotropic.kuwaiba.modules.commercial.impact.ImpactAnalysisService
- IMPLEMENTS - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- IN - com.neotropic.kuwaiba.modules.commercial.ospman.api.UnitOfLength
- inDesign - Variable in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- INFO - org.neotropic.util.visual.notifications.AbstractNotification.NotificationType
-
An information message.
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.AddIpAddrToFolderAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.AddIpAddrToSubnetAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteFolderAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteIpAddrFromFolderAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteSubnetAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.NewFolderAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.NewSubnetAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.SplitSubnetAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.UpdateIpAddrAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamModule
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.actions.DeleteMplsViewAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.actions.NewMplsViewAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsModule
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantManagerModule
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantService
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.EdgeHelper
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.PathSelectionHelper
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.AssociateObjectToProjectAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectActivityAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectsPoolAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectActivityAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectsPoolAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.ReleaseObjectFromProjectAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsModule
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.ProcessManagerModule
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.actions.DeleteSdhViewAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.actions.NewSdhViewAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.DeleteSparePoolAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.DeleteWarehouseAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewSparePartAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewSparePoolAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewWarehouseAction
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.persistence.WarehousesService
- init() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.WarehousesManagerModule
- init() - Method in class org.neotropic.kuwaiba.core.configuration.filters.actions.DeleteFilterDefinitionAction
- init() - Method in class org.neotropic.kuwaiba.core.configuration.filters.actions.NewFilterDefinitionAction
- init() - Method in class org.neotropic.kuwaiba.core.configuration.filters.actions.UpdateFilterDefinitionAction
- init() - Method in class org.neotropic.kuwaiba.core.configuration.filters.FilterDefinitionModule
- init() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.AssociateObjectToProxyAction
- init() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.AssociateProjectAction
- init() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.DeleteProxiesPoolAction
- init() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.DeleteProxyAction
- init() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.NewProxiesPoolAction
- init() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.NewProxyAction
- init() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.ReleaseObjectAction
- init() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.ReleaseProjectAction
- init() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerModule
- init() - Method in class org.neotropic.kuwaiba.core.configuration.validators.actions.DeleteValidatorDefinitionAction
- init() - Method in class org.neotropic.kuwaiba.core.configuration.validators.actions.NewValidatorDefinitionAction
- init() - Method in class org.neotropic.kuwaiba.core.configuration.validators.actions.UpdateValidatorDefinitionAction
- init() - Method in class org.neotropic.kuwaiba.core.configuration.validators.ValidatorDefinitionModule
- init() - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariableAction
- init() - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariablesPoolAction
- init() - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.NewConfigurationVariableAction
- init() - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.NewConfigurationVariablesPoolAction
- init() - Method in class org.neotropic.kuwaiba.core.configuration.variables.ConfigurationVariablesModule
- init() - Method in class org.neotropic.kuwaiba.core.sessman.actions.TerminateSessionAction
- init() - Method in class org.neotropic.kuwaiba.core.sessman.SessionManagerModule
- init() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.DeleteContractAction
- init() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.DeleteContractsPoolAction
- init() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.NewContractAction
- init() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.NewContractsPoolAction
- init() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.ContractManagerModule
- init() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.DeleteSyncDataSourceConfigurationAction
- init() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.DeleteSynchronizationGroupAction
- init() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.NewSyncDataSourceConfigurationAction
- init() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.NewSynchronizationGroupAction
- init() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.ReleaseSyncDataSourceConfigurationAction
- init() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.RunSynchronizationAction
- init() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationModule
- init() - Method in class org.neotropic.kuwaiba.modules.core.audittrail.AuditTrailModule
- init() - Method in class org.neotropic.kuwaiba.modules.core.containmentman.ContainmentManagerModule
-
register this modulo to be display
- init() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.DeleteAttributeAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.DeleteClassAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.NewAttributeAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.NewClassAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.DataModelManagerModule
- init() - Method in class org.neotropic.kuwaiba.modules.core.favorites.actions.DeleteFavoriteAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.favorites.actions.FavoritesAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.favorites.actions.NewFavoriteAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.favorites.FavoritesModule
- init() - Method in class org.neotropic.kuwaiba.modules.core.ltman.actions.DeleteListTypeItemAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.ltman.actions.NewListTypeItemAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.ltman.ListTypeManagerModule
- init() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.CopyBusinessObjectAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.DeleteBusinessObjectAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.DetachFileAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.MoveBusinessObjectAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.NewBusinessObjectAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.NewBusinessObjectFromTemplateAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.NewMultipleBusinessObjectsAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.navigation.NavigationModule
- init() - Method in class org.neotropic.kuwaiba.modules.core.queries.actions.DeleteScriptAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.queries.actions.DeleteScriptedQueryPoolAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.queries.actions.NewScriptedQueryAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.queries.actions.NewScriptedQueryPoolAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.queries.QueriesModule
- init() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateItemAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateSubItemAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewBulkTemplateItemAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewBulkTemplateSpecialItemAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateItemAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateSpecialItemAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.templateman.TemplateManagerModule
-
Register this module to be displayed.
- init() - Method in class org.neotropic.kuwaiba.modules.core.userman.actions.DeleteGroupAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.userman.actions.DeleteUserAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.userman.actions.NewGroupAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.userman.actions.NewUserAction
- init() - Method in class org.neotropic.kuwaiba.modules.core.userman.UserManagerModule
- init() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.ConnectivityManagerAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.ConnectivityManagerModule
- init() - Method in class org.neotropic.kuwaiba.modules.optional.contactman.actions.DeleteContactAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.contactman.actions.NewContactAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.contactman.ContactManagerModule
- init() - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.actions.DeleteLayoutViewAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.actions.NewLayoutViewAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.LayoutEditorModule
- init() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.actions.ManagePortMirroringAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.PhysicalConnectionsModule
- init() - Method in class org.neotropic.kuwaiba.modules.optional.pools.actions.DeletePoolAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.pools.actions.NewPoolAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.pools.actions.NewPoolItemAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.pools.PoolsModule
- init() - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.DeleteParameterAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.DeleteReportAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.NewClassReportAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.NewInventoryReportAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.NewParameterAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.reports.ReportsModule
- init() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.AssociateObjectToServiceAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteCustomerAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteCustomerPoolAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteServiceAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteServicePoolAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewCustomerAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewCustomerPoolAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewServiceAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewServicePoolAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.ReleaseObjectFromServiceAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerModule
- init() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskParameterAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskUserAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.NewTaskAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.NewTaskParameterAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.NewTaskUserAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.UpdateTaskAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.UpdateTaskParameterAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.TaskManagerModule
- init() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.actions.DeleteTopologyViewAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.actions.NewTopologyViewAction
- init() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyManagerModule
- init(PersistenceService) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ProcessManagerService
- initCache() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.AbstractEntityManager
-
This optional method clears and builds the cache components needed in the current entity manager.
- initCache() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- initCache() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- initCache() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- initContent() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamUI
- initContent() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsManagerUI
- initContent() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantManagerUI
- initContent() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsUI
- initContent() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.ProcessManagerUI
- initContent() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhManagerUI
- initContent() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.WarehousesManagerUI
- initContent() - Method in interface org.neotropic.kuwaiba.core.apis.integration.dashboards.AbstractUI
-
The code to initialize the content should be place here, not in the
onAttach
method, or worse, in the class constructor. - initContent() - Method in class org.neotropic.kuwaiba.core.configuration.filters.FiltersDefinitionUI
- initContent() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerUI
- initContent() - Method in class org.neotropic.kuwaiba.core.configuration.validators.ValidatorDefinitionUI
- initContent() - Method in class org.neotropic.kuwaiba.core.configuration.variables.ConfigurationVariablesUI
- initContent() - Method in class org.neotropic.kuwaiba.core.sessman.SessionManagerUI
- initContent() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.ContractManagerUI
- initContent() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationUI
- initContent() - Method in class org.neotropic.kuwaiba.modules.core.audittrail.AuditTrailUI
- initContent() - Method in class org.neotropic.kuwaiba.modules.core.containmentman.ContainmentManagerUI
- initContent() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.DataModelManagerUI
- initContent() - Method in class org.neotropic.kuwaiba.modules.core.ltman.ListTypeManagerUI
- initContent() - Method in class org.neotropic.kuwaiba.modules.core.navigation.NavigationUI
- initContent() - Method in class org.neotropic.kuwaiba.modules.core.navigation.ObjectDashboard
- initContent() - Method in class org.neotropic.kuwaiba.modules.core.queries.QueriesUI
- initContent() - Method in class org.neotropic.kuwaiba.modules.core.templateman.TemplateManagerUI
- initContent() - Method in class org.neotropic.kuwaiba.modules.core.userman.UserManagerUI
- initContent() - Method in class org.neotropic.kuwaiba.modules.optional.contactman.ContactManagerUI
- initContent() - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.LayoutEditorManagerUI
- initContent() - Method in class org.neotropic.kuwaiba.modules.optional.pools.PoolsUI
- initContent() - Method in class org.neotropic.kuwaiba.modules.optional.reports.ReportsUI
- initContent() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerUI
- initContent() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.TaskManagerUI
- initContent() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyManagerUI
- initContent() - Method in class org.neotropic.kuwaiba.web.ui.AboutUI
- initContent() - Method in class org.neotropic.kuwaiba.web.ui.HomeUI
- initFromXML(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- initFromXML(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementField
- initFromXML(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementButton
- initFromXML(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementColumn
- initFromXML(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementComboBox
- initFromXML(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementForm
- initFromXML(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- initFromXML(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGridLayout
- initFromXML(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementI18N
- initFromXML(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementLabel
- initFromXML(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementMiniApplication
- initFromXML(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementScript
- initFromXML(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementTextArea
- initFromXML(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementTextField
- initFromXML(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementUpload
- initFromXML(XMLStreamReader) - Method in interface com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Tag
-
Init the element from XML
- initialize(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.ObjectView
-
Builds the view from scratch and tries to recover the last saved state, if it exists.
- initialize(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
-
Builds a view from scratch.
- INNER_SHAPE - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- INPUT_PARAMETERS - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property
- INPUT_PARAMETERS - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property
- INSTANCE - Static variable in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherQueryBuilder
- INSTANCE_OF - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- INSTANCE_OF_SPECIAL - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- INTEGER - org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractDataEntity.DATA_TYPE
- INTEGER - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute.DataType
- INTEGER - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute.DataType
- IntegerProperty - Class in org.neotropic.util.visual.properties
-
Support for Integer properties
- IntegerProperty(String, String, String, Integer, TranslationService) - Constructor for class org.neotropic.util.visual.properties.IntegerProperty
- IntegerProperty(String, String, String, Integer, TranslationService, boolean) - Constructor for class org.neotropic.util.visual.properties.IntegerProperty
- IntegerProperty(String, String, String, Integer, TranslationService, boolean, boolean, boolean) - Constructor for class org.neotropic.util.visual.properties.IntegerProperty
- InvalidArgumentException - Exception in org.neotropic.kuwaiba.core.apis.persistence.exceptions
-
Wrapper for IllegalArgumentException to permit to set the severity
- InvalidArgumentException(String) - Constructor for exception org.neotropic.kuwaiba.core.apis.persistence.exceptions.InvalidArgumentException
- InventoryException - Exception in org.neotropic.kuwaiba.core.apis.persistence.exceptions
-
Root class for all custom exceptions in this package
- InventoryException() - Constructor for exception org.neotropic.kuwaiba.core.apis.persistence.exceptions.InventoryException
- InventoryException(String) - Constructor for exception org.neotropic.kuwaiba.core.apis.persistence.exceptions.InventoryException
- InventoryObjectNode - Class in org.neotropic.kuwaiba.modules.core.navigation.navtree.nodes
- InventoryObjectNode(BusinessObjectLight) - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.navtree.nodes.InventoryObjectNode
- InventoryObjectPool - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
A POJO representation of a pool.
- InventoryObjectPool(String, String, String, String, int) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.InventoryObjectPool
- InventoryProxy - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
Inventory proxies are used to integrate third party-applications with Kuwaiba.
- InventoryProxy(BusinessObject) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.InventoryProxy
- InventoryReport - Class in org.neotropic.kuwaiba.core.apis.persistence.application.reporting
-
All report types must inherit from this abstract class.
- InventoryReport(String, String, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.InventoryReport
- ipAddress - Variable in class org.neotropic.kuwaiba.core.apis.persistence.application.Session
-
IP Address where this session was established from
- IPAddressComparator() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService.IPAddressComparator
- IpamEngine - Class in com.neotropic.kuwaiba.modules.commercial.ipam.engine
-
Make all the validations an calculate the possible subnets for IPv4 and IPv6 Addresses
- IpamEngine() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.engine.IpamEngine
- IpamExplorerRow - Class in com.neotropic.kuwaiba.modules.commercial.ipam.visual
-
Represents a row in the parent containment graphical display in the ipam
- IpamExplorerRow() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamExplorerRow
- IpamExplorerRow(String, String, String, boolean, boolean, int) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamExplorerRow
- IpamLayout - Class in com.neotropic.kuwaiba.modules.commercial.ipam
-
Default layout for the ipam-related modules.
- IpamLayout() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.IpamLayout
- IpamModule - Class in com.neotropic.kuwaiba.modules.commercial.ipam
-
IP address manager module definition.
- IpamModule() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.IpamModule
- IpamSelectedItem - Class in com.neotropic.kuwaiba.modules.commercial.ipam.visual
-
Represents a selected item in the ipam
- IpamSelectedItem() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamSelectedItem
- IpamService - Class in com.neotropic.kuwaiba.modules.commercial.ipam
-
The logic behind the IPAM module.
- IpamService() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
- IpamService.IPAddressComparator - Class in com.neotropic.kuwaiba.modules.commercial.ipam
-
Custom comparator to sort lists of IP addresses
- IpamService.SubnetComparator - Class in com.neotropic.kuwaiba.modules.commercial.ipam
-
Custom subnet comparator to sort subnets lists
- IpamTreeNode - Class in com.neotropic.kuwaiba.modules.commercial.ipam.visual
-
Nodes to display the ipam tree grid explorer
- IpamTreeNode(String) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamTreeNode
- IpamTreeNode(InventoryObjectPool) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamTreeNode
- IpamTreeNode(BusinessObjectLight) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamTreeNode
- IpamUI - Class in com.neotropic.kuwaiba.modules.commercial.ipam
-
Main entry point for IP Address manager module
- IpamUI() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.IpamUI
- IPV4_TYPE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
IP address type for IPv4
- ipv4addrBelongsToSubnet(String, String, int) - Static method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.IpamEngine
-
calculate if a given networkIp for a subnet is inside of another subnet taking as parameters the networkIp
- ipv4CreateBinaryMask(int) - Static method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.IpamEngine
-
Creates an IPv4 binary mask with the number of bits for the mask
- ipv4CreateMask(List<List<String>>) - Static method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.IpamEngine
-
Creates an IPv4 binary mask with the number of bits for the mask
- ipv4getOverlapedSubnets(String, String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Checks if the new subnet exists or overlaps with in other created subnets
- ipv4nextAddr(String, String, String, int) - Static method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.IpamEngine
-
Calculate the next available IP Address
- ipv4ParseToBinary(String) - Static method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.IpamEngine
-
Parse to binary a given ip v4 address
- ipv4Split(String, int, String, int) - Static method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.IpamEngine
- ipv4SubnetCalculation(SubnetDetail) - Static method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.IpamEngine
- IPV6_TYPE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
IP address type for IPv6
- ipv6AddrBelongsToSubnet(String, String, int) - Static method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.IpamEngine
-
Calculate if a given IP for a subnet is inside of another subnet taking as parameters the broadcastIp an de networkIp
- ipv6NextAddr(String, String, String, int) - Static method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.IpamEngine
-
Calculate the next available IP Address
- ipv6SubnetCalculation(SubnetDetail) - Static method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.IpamEngine
- IS_BOOKMARK_ITEM_IN - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- IS_MANGEMENT - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.DivIpAddr
-
The busy style name for the ip address
- isAbstract() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- isAbstract() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- isAdministrative() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- isAdministrative() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- isAdministrative() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- isAllowConcurrence() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBackgroundJob
- isAttachment(Object) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractFormInstanceCreator
- isAutomated() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.BridgeDomainSyncProvider
- isAutomated() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractSyncProvider
-
Should the actions defined after finding the differences between the information retrieved from the sync data sources and the objects in the inventory be performed automatically or wait for approval
- isAutomated() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationProvider
- isCIDRFormat(String) - Static method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.IpamEngine
-
Checks if a given string complies with CIDR format
- isCleanable() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementField
- isCommitOnExecute() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTask
- isCountable() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadata
- isCountable() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- isCustom() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- isCustom() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- isCustomer() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- isCutFiber() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.OspLocationView
- isEnabled() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- isEnabled() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
- isEnabled() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FilterDefinition
- isEnabled() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinition
- isEnabled() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.ReportMetadataLight
- isEnabled() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQuery
- isEnabled() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Task
- isEnabled() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- isEnabled() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ValidatorDefinition
- isEnabled() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessDefinition
- isEnabled() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadataLight
- isEnabled() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTask
- isEnabled() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteUserInfoLight
- isEnabled() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteValidatorDefinition
- isEnablePadding() - Method in class org.neotropic.util.visual.general.FormattedObjectDisplayNameSpan
- isExpired() - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheSlot
- isFinal() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHContainerLinkWizard.ChooseContainerLinkResourcesStep
- isFinal() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHContainerLinkWizard.ChooseRouteStep
- isFinal() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHContainerLinkWizard.GeneralInfoStep
- isFinal() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTransportLinkWizard.GeneralInfoStep
- isFinal() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTransportLinkWizard.SelectLinkEndpointsStep
- isFinal() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.ChooseRouteStep
- isFinal() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.ChooseTributaryLinkResourcesStep
- isFinal() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.GeneralInfoStep
- isFinal() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.SelectLinkEndpointsStep
- isFinal() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.SelectServiceStep
- isFinal() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.actions.NewPhysicalConnectionWizard.GeneralInfoStep
- isFinal() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.actions.NewPhysicalConnectionWizard.SelectContainerEndpointsStep
- isFinal() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.actions.NewPhysicalConnectionWizard.SelectLinkEndpointsStep
- isFinal() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.NewPhysicalConnectionWizard.GeneralInfoStep
- isFinal() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.NewPhysicalConnectionWizard.SelectContainerEndpointsStep
- isFinal() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.NewPhysicalConnectionWizard.SelectLinkEndpointsStep
- isFinal() - Method in class org.neotropic.util.visual.wizard.Wizard.Step
-
Indicates if the step is the last one
- isHasChildren() - Method in class org.neotropic.util.visual.tree.nodes.AbstractNode
- isHidden() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- isHostname(String) - Static method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.IpamEngine
- isIdling() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
- isIdling() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ConditionalActivityDefinition
- isIdling() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ParallelActivityDefinition
- isIdling() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- isIdling() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConditionalActivityDefinition
- isIdling() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteParallelActivityDefinition
- isIgnoreFillColor() - Method in class org.neotropic.util.visual.general.FormattedObjectDisplayNameSpan
- isIgnoreTextColor() - Method in class org.neotropic.util.visual.general.FormattedObjectDisplayNameSpan
- isIncludeClassName() - Method in class org.neotropic.util.visual.general.FormattedObjectDisplayNameSpan
- isInDesign() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- isInDesign() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- isIpAddress(String) - Static method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.IpamEngine
-
Checks if a given string is an ipv4 or an ipv6 valid ip address
- isIpv4Address(String) - Static method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.IpamEngine
-
Checks if a given string is an ip address
- isIpv6Address(String) - Static method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.IpamEngine
-
Checks if a given string is an ip address
- isIsPublic() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteQueryLight
- isJoin() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- isJoin() - Method in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- isLeaf() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- isLeftover() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.FiberNode
- isListType() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- isListType() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- isLocked() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- isLocked() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- isMandatory() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementField
- isMandatory() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQueryParameter
- isMandatory() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- isMandatory() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- isMandatory() - Method in class org.neotropic.util.visual.properties.AbstractProperty
- isMandatory(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadata
- isMasked() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ConfigurationVariable
- isMasked() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConfigurationVariable
- isMenuVisible() - Method in class org.neotropic.util.visual.togglemenubutton.ToogleMenuButton
- isMirrorPortsSequence() - Method in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.DynamicNameGenerator
-
if is true it means that the created sequence are mirror ports and they shall be connected
- isMultiple() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- isMultiple() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- isMultiple(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadata
-
Tells if a given (list type) attribute is multiple or single
- isNoCopy() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- isNoCopy() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- isNodeExpanded() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- isNodeVisible() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- isObjectAttributeUnique(String, String, Object) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.ObjectGraphMappingService
-
Check if the value of the given attribute name is unique across other objects in the class and its subclasses
- isOrderDescending() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- isParent(String, String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Checks if a given object is parent to another, according to the standard or special containment hierarchy.
- isParent(String, String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- isPool() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamTreeNode
- isPool() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- isPossibleChild(String, Node) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Traverses the graph up into the class hierarchy trying to find out if a given class is the possible child of another
- isPrimitive(String) - Static method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
-
Checks if a given type is primitive (String, int, Float, Long, boolean, Date or Timestamp)
- isPrintable() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- isPrintable() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- isPublic - Variable in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
-
Is a public query
- isReadOnly() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- isReadOnly() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- isReadOnly() - Method in class org.neotropic.util.visual.properties.AbstractProperty
- isReadOnly() - Method in class org.neotropic.util.visual.properties.PropertySheet
- isRemoteObjectLight(Object) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractFormInstanceCreator
- isResource() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- isReusable() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAdvancedAction
-
Some actions can be reused as contextual actions in different modules (managing connections, creating/deleting objects, etc), while others have use only within the very module, such as saving views or displaying information concerning the current screen.
- isRoot() - Method in class org.neotropic.kuwaiba.modules.core.containmentman.api.ClassMetadataLightCustom
- isSave() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- isSelected() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamTreeNode
- isService() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- isSessionValid(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Tells if a given pair user-session token is valid.
- isSessionValid(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- isShared() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementField
- isShared() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- isShowContext() - Method in class org.neotropic.kuwaiba.modules.core.navigation.ObjectOptionsPanel
- isShowCoreActions() - Method in class org.neotropic.kuwaiba.modules.core.navigation.ObjectOptionsPanel
- isShowCustomActions() - Method in class org.neotropic.kuwaiba.modules.core.navigation.ObjectOptionsPanel
- isShowExplorers() - Method in class org.neotropic.kuwaiba.modules.core.navigation.ObjectOptionsPanel
- isShowHelp() - Method in class org.neotropic.kuwaiba.modules.core.navigation.ObjectOptionsPanel
- isShowLeftoverFiber() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.OspLocationView
- isShowPropertySheet() - Method in class org.neotropic.kuwaiba.modules.core.navigation.ObjectOptionsPanel
- isShowViews() - Method in class org.neotropic.kuwaiba.modules.core.navigation.ObjectOptionsPanel
- isSpawned() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.ConnectionManager
-
Tells if the current manager is one spawned from another.
- isSpawned() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ConnectionManagerImpl
- isSpliceFiber() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.OspLocationView
- isStructured() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.SdhContainerLinkDefinition
- isStructured() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh.RemoteSDHContainerLinkDefinition
- isSubclassOf(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Assess if a given class is subclass of another
- isSubclassOf(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- isSubclassOf(String, Node) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Traverses the graph up into the class hierarchy trying to find out if a given class is the subclass of another
- isSubClassOf(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Tests if a class is subclass of another.
- isSubClassOf(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- isSynchronizable(String) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.extras.sync.SyncUtil
-
To Filter which if names could be synchronized
- isSynchronizable(String) - Static method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncUtil
-
To Filter which if names could be synchronized
- isUnique() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- isUnique() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- isUnique() - Method in class org.neotropic.util.visual.properties.AbstractProperty
- isUnique(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadata
- isUseAdvancedSearch() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.ListTypeFilter
- isUsePagination() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- isValid() - Method in interface org.neotropic.kuwaiba.core.apis.integration.modules.actions.GenericCommercialModule
-
Says if the module can be used or not (for example, if the license has expired or not)
- isValid() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter
- isValid() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.BooleanFilter
- isValid() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.DateFilter
- isValid() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.ListTypeFilter
- isValid() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.NumericFilter
- isValid() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.ParentFilter
- isValid() - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.StringFilter
- isViewable() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- isViewable() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- isVisible() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- isVisible() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- isWrite() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.MethodsGroup
- itContains(String, String, String) - Static method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.IpamEngine
-
calculate if a given networkIp for a subnet is inside of another subnet taking as parameters the broadcastIp an de networkIp
- ITEM_SELECTED_LABEL - Static variable in class org.neotropic.util.visual.properties.ObjectMultipleProperty
- ITEMS - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property
- ITEMS - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property
- ITEMS_SELECTED_LABEL - Static variable in class org.neotropic.util.visual.properties.ObjectMultipleProperty
- itOverlaps(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Checks if a new subnet overlaps with an existing one
- itOverlaps(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
J
- jArrayBuilder(JsonArray) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.extras.sync.SyncUtil
-
Utility that allow to edit a created jSON Array
- jArrayBuilder(JsonArray) - Static method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncUtil
-
Utility that allow to edit a created jSON Array
- JAVA_OBJECT - org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractDataEntity.DATA_TYPE
- JavaScriptFunction - Class in org.neotropic.kuwaiba.modules.optional.reports.javascript
-
Wrapper to a JavaScrip Function.
- JavaScriptFunction(String) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.javascript.JavaScriptFunction
- joBuilder(JsonObject) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.extras.sync.SyncUtil
-
Utility that allow to edit a created jSON
- joBuilder(JsonObject) - Static method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncUtil
-
Utility that allow to edit a created jSON
- JOIN - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ParallelActivityDefinition
-
Incoming Sequence Flows
- JOIN_FORK - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ParallelActivityDefinition
-
Incoming/Outgoing Sequence Flows
K
- KEY - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- KEY - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- killJob(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Kills a job given its id
- killJob(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- killJob(String) - Method in class org.neotropic.kuwaiba.core.services.threading.ThreadingService
-
Kills a job.
- KM - com.neotropic.kuwaiba.modules.commercial.ospman.api.UnitOfLength
- Kpi - Class in org.neotropic.kuwaiba.core.apis.persistence.application.processman
-
Key Performance Indicator definition to Processes or Activities
- Kpi(String, String, String, Properties) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Kpi
- KpiAction - Class in org.neotropic.kuwaiba.core.apis.persistence.application.processman
-
Key Performance Indicator Action definition to Processes or Activities
- KpiAction(int, String, String, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.processman.KpiAction
- KpiManagerService - Class in org.neotropic.kuwaiba.core.persistence.reference.extras.processman
- KpiManagerService() - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.KpiManagerService
- KpiResult - Class in org.neotropic.kuwaiba.core.apis.persistence.application.processman
- KpiResult(int, List<String>, HashMap<String, Object>) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.processman.KpiResult
- KuwaibaSoapWebService - Interface in org.neotropic.kuwaiba.northbound.ws
-
The principal northbound interface.
- KuwaibaSoapWebServiceImpl - Class in org.neotropic.kuwaiba.northbound.ws
-
SOAP-based web service implementation.
- KuwaibaSoapWebServiceImpl() - Constructor for class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
L
- label() - Method in enum org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter.Criteria
- LABEL - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- LABEL - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- LABEL_ATTACHMENTS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Label used for file attachments
- LABEL_ATTRIBUTE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Label used for the attributes nodes label
- LABEL_BUSINESS_RULES - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Label used for the business rules
- LABEL_CLASS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Label used for the metadata classes nodes label
- LABEL_CLASS_NAME_FOR_MARKERS - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- LABEL_CLASS_NAME_FOR_POLYLINES - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- LABEL_CLASS_NAME_FOR_SELECTED_MARKERS - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- LABEL_CLASS_NAME_FOR_SELECTED_POLYLINES - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- LABEL_CONFIG_VARIABLES - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
The configuration variables
- LABEL_CONFIG_VARIABLES_POOLS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
The pools of configuration variables
- LABEL_CONTACTS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the label for reports
- LABEL_FILTER_DEFINITIONS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
The Filter definition Label
- LABEL_GENERAL_ACTIVITY_LOGS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Label used for general log entries.
- LABEL_GENERAL_VIEWS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the label for general views
- LABEL_GROUP - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Label name for group nodes
- LABEL_INVENTORY_OBJECTS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
To label the inventory objects
- LABEL_LAYOUTS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the label for device layouts.
- LABEL_LIST_TYPE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
label used for root, dummyRoot, groupsRoot, nodes
- LABEL_LIST_TYPE_ITEMS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the label for list type items
- LABEL_OBJECT_ACTIVITY_LOGS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Label used for object-specific log entries.
- LABEL_POOLS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the label for pools
- LABEL_PROCESS_INSTANCE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Label used for Process Instance nodes
- LABEL_PROJECT_POOLS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the label for project pools
- LABEL_PROJECTS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the label for projects
- LABEL_PROXIES - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the label for proxies
- LABEL_PROXY_POOLS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the label for proxy pools
- LABEL_QUERIES - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the label for queries
- LABEL_REPORTS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the label for reports
- LABEL_ROOT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
label used for root, dummyRoot, groupsRoot, nodes
- LABEL_SCRIPTED_QUERIES - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Label used for the scripted queries.
- LABEL_SCRIPTED_QUERIES_PARAMETERS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Label used for scripted queries parameters.
- LABEL_SCRIPTED_QUERIES_POOLS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Label used for the scripted queries pools.
- LABEL_SPECIAL_NODE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Label used for the special nodes
- LABEL_SYNCDSCONFIG - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Label used for the metadata classes nodes label
- LABEL_SYNCGROUPS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the label for synchronization groups
- LABEL_TASKS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the label for tasks
- LABEL_TEMPLATE_ELEMENTS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the label for template elements.
- LABEL_TEMPLATES - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the label for templates.
- LABEL_USER - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Label name for user nodes
- LABEL_VALIDATOR_DEFINITIONS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
The Validators Definition label
- LABEL_WAREHOUSES - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the label for warehouses
- LANG - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- LANG - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- Language - Class in org.neotropic.kuwaiba.core.i18n.session
-
A simple model class that represents a language that can be picked to be used in the presentation layer.
- Language() - Constructor for class org.neotropic.kuwaiba.core.i18n.session.Language
- launchAdHocAutomatedSynchronizationTask(List<Long>, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Executes an automated synchronization job, which consist on connecting to the sync data source using the configuration attached to the given sync group and finding the differences between the information currently in the inventory platform and what's in the sync data source.
- launchAdHocAutomatedSynchronizationTask(List<Long>, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- launchAsNewWindow() - Method in class org.neotropic.util.visual.widgets.AbstractDashboardWidget
-
Displays the contents of the content widget in a separate modal window.
- launchAutomatedSynchronizationTask(long, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Executes an automated synchronization job, which consist on connecting to the sync data source using the configuration attached to the given sync group and finding the differences between the information currently in the inventory platform and what's in the sync data source.
- launchAutomatedSynchronizationTask(long, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- LaunchClassLevelReportAction - Class in org.neotropic.kuwaiba.modules.optional.reports.actions
-
Shows the class level report of the given business Object
- LaunchClassLevelReportAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.actions.LaunchClassLevelReportAction
- launchSupervisedSynchronizationTask(long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Executes a supervised synchronization job, which consist on connecting to the sync data source using the configuration attached to the given sync group and finding the differences between the information currently in the inventory platform and what's in the sync data source.
- launchSupervisedSynchronizationTask(long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- LayoutEditorDashboard - Class in org.neotropic.kuwaiba.modules.optional.layouteditor.widgets
-
Layout editor Main Dashboard.
- LayoutEditorDashboard(TranslationService, MetadataEntityManager, ApplicationEntityManager, BusinessEntityManager, ResourceFactory, DeleteLayoutViewVisualAction, NewLayoutViewVisualAction) - Constructor for class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- LayoutEditorLayout - Class in org.neotropic.kuwaiba.modules.optional.layouteditor
-
The general layout to be used in the Layout Editor module.
- LayoutEditorLayout() - Constructor for class org.neotropic.kuwaiba.modules.optional.layouteditor.LayoutEditorLayout
- LayoutEditorManagerUI - Class in org.neotropic.kuwaiba.modules.optional.layouteditor
-
Main for the Layout editor module.
- LayoutEditorManagerUI() - Constructor for class org.neotropic.kuwaiba.modules.optional.layouteditor.LayoutEditorManagerUI
- LayoutEditorModule - Class in org.neotropic.kuwaiba.modules.optional.layouteditor
-
This class implements the functionality corresponding to the Layout Editor module
- LayoutEditorModule() - Constructor for class org.neotropic.kuwaiba.modules.optional.layouteditor.LayoutEditorModule
- LayoutEditorSearch - Class in org.neotropic.kuwaiba.modules.optional.layouteditor.tools
-
Custom search component for the layout editor
- LayoutEditorSearch(TranslationService, BusinessEntityManager, List<BusinessObjectLight>, List<BusinessObjectLight>) - Constructor for class org.neotropic.kuwaiba.modules.optional.layouteditor.tools.LayoutEditorSearch
- LayoutEditorSearch.NewObjectEvent - Class in org.neotropic.kuwaiba.modules.optional.layouteditor.tools
- LdapAuthenticationProvider - Class in org.neotropic.kuwaiba.core.authentication.ldap
- LdapAuthenticationProvider() - Constructor for class org.neotropic.kuwaiba.core.authentication.ldap.LdapAuthenticationProvider
- LESS_THAN - org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter.Criteria
- LESS_THAN - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
-
Less than comparison
- LESS_THAN - Static variable in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
-
Less than comparison
- LIBRARIES - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- LIKE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
-
Like comparison (used for strings)
- LIKE - Static variable in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
-
Like comparison (used for strings)
- LIMIT - Static variable in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectActivityVisualAction
-
Pool items limit.
- LIMIT - Static variable in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsUI
-
Pool items limit.
- LINECHART - org.neotropic.kuwaiba.modules.optional.reports.plugins.gcharts.GChartsFactory.ChartType
- LIST_SELECT_FILTER - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- LIST_SELECT_FILTER - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- LIST_TYPE_OPERATIONAL_STATE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
List type operational state (used in ipam module to know the reserved IP addresses)
- listeners - Variable in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
-
Those interested in being notified about the result of an action.
- listType - Variable in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- LISTTYPE - Static variable in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherQueryBuilder
- ListTypeFilter - Class in org.neotropic.kuwaiba.modules.core.queries.filters
- ListTypeFilter(TranslationService, List<BusinessObjectLight>) - Constructor for class org.neotropic.kuwaiba.modules.core.queries.filters.ListTypeFilter
- ListTypeManagerLayout - Class in org.neotropic.kuwaiba.modules.core.ltman
-
The standard layout to be applied in this module.
- ListTypeManagerLayout() - Constructor for class org.neotropic.kuwaiba.modules.core.ltman.ListTypeManagerLayout
- ListTypeManagerModule - Class in org.neotropic.kuwaiba.modules.core.ltman
-
The definition of the List Types Manager module
- ListTypeManagerModule() - Constructor for class org.neotropic.kuwaiba.modules.core.ltman.ListTypeManagerModule
- ListTypeManagerUI - Class in org.neotropic.kuwaiba.modules.core.ltman
-
Main for the List type manager module.
- ListTypeManagerUI() - Constructor for class org.neotropic.kuwaiba.modules.core.ltman.ListTypeManagerUI
- load(byte[], byte[]) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractFormInstanceLoader
- loadCustomShapes() - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- loadExternalScripts(String, String) - Static method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- loadLayouts() - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- loadProcessDefinition(byte[]) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinitionLoader
- loadValue(List<String>) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- loadViews() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.widgets.MplsDashboard
- loadViews() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.widgets.SdhDashboard
- loadViews() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.widgets.TopologyManagerDashboard
- LocalDateProperty - Class in org.neotropic.util.visual.properties
-
Support for local-date-type properties
- LocalDateProperty(String, String, String, long, TranslationService) - Constructor for class org.neotropic.util.visual.properties.LocalDateProperty
- LocalDateProperty(String, String, String, long, TranslationService, boolean, boolean, boolean) - Constructor for class org.neotropic.util.visual.properties.LocalDateProperty
- LocalDateProperty(String, String, String, LocalDate, TranslationService) - Constructor for class org.neotropic.util.visual.properties.LocalDateProperty
- LocalDateTimeProperty - Class in org.neotropic.util.visual.properties
-
Support for local-date-time type properties
- LocalDateTimeProperty(String, String, String, long, TranslationService) - Constructor for class org.neotropic.util.visual.properties.LocalDateTimeProperty
- LocalDateTimeProperty(String, String, String, long, TranslationService, boolean, boolean, boolean) - Constructor for class org.neotropic.util.visual.properties.LocalDateTimeProperty
- LocalDateTimeProperty(String, String, String, LocalDateTime, TranslationService) - Constructor for class org.neotropic.util.visual.properties.LocalDateTimeProperty
- LocationFilter - Class in org.neotropic.kuwaiba.modules.core.navigation.filters
-
A filter used to retrieve Inventory objects by location
- LocationFilter(String) - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.filters.LocationFilter
- LogHandler - Class in org.neotropic.kuwaiba.web
-
Custom logger that appends the prefix
[KUWAIBA]
tag to Kuwaiba-generated messages. - LogHandler() - Constructor for class org.neotropic.kuwaiba.web.LogHandler
- login(String, String, int, String) - Method in class org.neotropic.kuwaiba.core.authentication.AbstractAuthenticationProvider
-
Attempts to authenticate a user.
- login(String, String, int, String) - Method in class org.neotropic.kuwaiba.core.authentication.DefaultAuthenticationProvider
- login(String, String, int, String) - Method in class org.neotropic.kuwaiba.core.authentication.ldap.LdapAuthenticationProvider
- LoginUI - Class in org.neotropic.kuwaiba.web.ui
-
Login form.
- LoginUI() - Constructor for class org.neotropic.kuwaiba.web.ui.LoginUI
- LongProperty - Class in org.neotropic.util.visual.properties
-
Support for Long properties
- LongProperty(String, String, String, Long, TranslationService) - Constructor for class org.neotropic.util.visual.properties.LongProperty
- LongProperty(String, String, String, Long, TranslationService, boolean) - Constructor for class org.neotropic.util.visual.properties.LongProperty
- LongProperty(String, String, String, Long, TranslationService, boolean, boolean, boolean) - Constructor for class org.neotropic.util.visual.properties.LongProperty
M
- M - com.neotropic.kuwaiba.modules.commercial.ospman.api.UnitOfLength
- main(String[]) - Static method in class org.neotropic.kuwaiba.web.Application
- MainLayout - Class in org.neotropic.kuwaiba.web.ui
-
General layout to be used in power user interfaces, that is, interfaces that provides many functionalities, as opposed to simple user interfaces, aimed at casual users or managers.
- MainLayout() - Constructor for class org.neotropic.kuwaiba.web.ui.MainLayout
- MANAGE_PORT_MIRRORING - com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowDeviceTools.Tool
- MANAGE_PORT_MIRRORING - com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowPortTools.Tool
- ManagedJob<T> - Class in org.neotropic.kuwaiba.core.services.threading
-
Defines methods to update the progress and state of a Kuwaiba job, so it can be managed by the Threading Service.
- ManagedJob(UserProfileLight) - Constructor for class org.neotropic.kuwaiba.core.services.threading.ManagedJob
-
Default constructor.
- ManagedJobDescriptor - Class in org.neotropic.kuwaiba.core.services.threading
-
A class containing metadata information about a job, such as its creation/end
- ManagedJobDescriptor(UserProfileLight) - Constructor for class org.neotropic.kuwaiba.core.services.threading.ManagedJobDescriptor
- ManagePortMirroringAction - Class in org.neotropic.kuwaiba.modules.optional.physcon.actions
-
Action to manage port mirroring
- ManagePortMirroringAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.actions.ManagePortMirroringAction
- ManagePortMirroringVisualAction - Class in org.neotropic.kuwaiba.modules.optional.physcon.actions
-
Action to get a window to manage port mirroring
- ManagePortMirroringVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.actions.ManagePortMirroringVisualAction
- MANDATORY - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- MANDATORY - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- MANY_TO_MANY - org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractRelationshipManagementAction.RelationshipCardinality
-
Multiple source objects can be related to multiple target objects.
- MAP_PROPERTY_CENTER_LATITUDE - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.api.OspConstants
- MAP_PROPERTY_CENTER_LONGITUDE - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.api.OspConstants
- MAP_PROPERTY_COMPUTE_EDGES_LENGTH - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.api.OspConstants
- MAP_PROPERTY_DEFAULT_PARENT - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.api.OspConstants
- MAP_PROPERTY_SYNC_GEO_POSITION - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.api.OspConstants
- MAP_PROPERTY_TYPE_ID - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.api.OspConstants
- MAP_PROPERTY_UNIT_OF_LENGTH - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.api.OspConstants
- MAP_PROPERTY_ZOOM - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.api.OspConstants
- MapEdge - Interface in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Edge to add in the Outside Plant View.
- MapNode - Interface in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Node to add in the Outside Plant View.
- MapOverlayView - Interface in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Represents a overlay view on the map
- mappedPoll(SynchronizationGroup) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.BridgeDomainSyncProvider
- mappedPoll(SynchronizationGroup) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractSyncProvider
-
Some synchronization processes are related to a specific inventory object (for example when syncing the hardware of a given device).
- MAPPING_DATE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
-
Dates
- MAPPING_MANYTOMANY - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
-
Many to many relationship (list types, multiple selection)
- MAPPING_MANYTOONE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
-
Many to one relationship (such as list types, single selection)
- MAPPING_PRIMITIVE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
-
int, Float, Long, boolean, String or Text
- MAPPING_TIMESTAMP - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
-
Timestamp
- MapPropertySheet(TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion.MapPropertySheet
- MapProvider - Interface in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Operations to implement a map in the Outside Plant module.
- MapProvider.IdleEvent - Class in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Callback executed when idle.
- MapProvider.IdleEvent.IdleEventListener - Interface in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Consumer accepted on idle event.
- MapProvider.MouseMoveEvent - Class in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Map mouse move event.
- MapProvider.MouseMoveEvent.MouseMoveEventListener - Interface in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Consumer accepted on mouse move event.
- MapProvider.RightClickEvent - Class in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Map right click event.
- MapProvider.RightClickEvent.RightClickEventListener - Interface in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Consumer accepted on right click event.
- MapProvider.ZoomChangedEvent - Class in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Map zoom change event
- MapProvider.ZoomChangedEvent.ZoomChangedEventListener - Interface in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Consumer accepted on zoom changed event.
- MapSelectionManager<T> - Interface in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Collection of methods to manage the selection in the map.
- MapSelectionManager.EdgeSelectionManager - Interface in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Collection of methods to manage the selection of the edges in the map.
- MapSelectionManager.NodeSelectionManager - Interface in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Collection of methods to manage the selection of the nodes in the map.
- MAX_ICON_SIZE_IN_BYTES - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
max icon size in bytes
- mem - Variable in class com.neotropic.kuwaiba.modules.commercial.mpls.actions.DeleteMplsViewVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class com.neotropic.kuwaiba.modules.commercial.mpls.actions.NewMplsViewVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class com.neotropic.kuwaiba.modules.commercial.sdh.actions.DeleteSdhViewVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class com.neotropic.kuwaiba.modules.commercial.sdh.actions.NewSdhViewVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.core.apis.persistence.application.Filter
-
Reference to the Metadata Entity Manager.
- mem - Variable in class org.neotropic.kuwaiba.core.configuration.filters.actions.NewFilterDefinitionVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.core.configuration.proxies.actions.NewProxyVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.core.configuration.validators.actions.NewValidatorDefinitionVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariablesPoolVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariableVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.core.configuration.variables.actions.NewConfigurationVariablesPoolVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.core.configuration.variables.actions.NewConfigurationVariableVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.DeleteAttributeVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.DeleteClassVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.NewAttributeVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.NewClassVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.modules.core.ltman.actions.DeleteListTypeItemVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.modules.core.ltman.actions.NewListTypeItemVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.modules.core.queries.actions.NewScriptedQueryPoolVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.modules.core.queries.actions.NewScriptedQueryVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.modules.core.userman.actions.NewGroupVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.modules.core.userman.actions.NewUserVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractConnectivityActionBuilder
- mem - Variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.actions.DeleteLayoutViewVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.actions.NewLayoutViewVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.modules.optional.pools.actions.DeletePoolVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.modules.optional.pools.actions.NewPoolItemVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.modules.optional.pools.actions.NewPoolVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.modules.optional.reports.actions.DeleteReportVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.modules.optional.reports.actions.NewClassReportVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.modules.optional.reports.actions.NewInventoryReportVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewCustomerVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.modules.optional.topoman.actions.DeleteTopologyViewVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.kuwaiba.modules.optional.topoman.actions.NewTopologyViewVisualAction
-
Reference to the metadata entity manager.
- mem - Variable in class org.neotropic.util.visual.widgets.AbstractDashboardWidget
-
Reference to the Metadata Entity Manager.
- MenuButton<T> - Class in org.neotropic.util.visual.menu
-
Button which on focus show a menu.
- MenuButton(MenuLayout, String, Component) - Constructor for class org.neotropic.util.visual.menu.MenuButton
- MenuButton(MenuLayout, String, String, Component) - Constructor for class org.neotropic.util.visual.menu.MenuButton
- MenuLayout - Class in org.neotropic.util.visual.menu
-
Layout to contain a set of
MenuButton
. - MenuLayout() - Constructor for class org.neotropic.util.visual.menu.MenuLayout
- MESSAGE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- MESSAGE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- MESSAGE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- MESSAGE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- MESSAGES - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- MESSAGES - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- MetadataEntityManager - Interface in org.neotropic.kuwaiba.core.apis.persistence.metadata
-
Manages the metadata entities of the data model, such as classes and attributes.
- MetadataEntityManagerImpl - Class in org.neotropic.kuwaiba.core.persistence.reference.neo4j
-
MetadataEntityManager implementation for Neo4j.
- MetadataEntityManagerImpl() - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- MetadataObjectNotFoundException - Exception in org.neotropic.kuwaiba.core.apis.persistence.exceptions
-
Thrown if a metadata object cannot be found (an instance of ClassMetadata, AttributeMatadata, InterfaceMetadata or categoryMetadata)
- MetadataObjectNotFoundException(String) - Constructor for exception org.neotropic.kuwaiba.core.apis.persistence.exceptions.MetadataObjectNotFoundException
- MethodsGroup - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
Represents the privileges associated to a user
- MethodsGroup() - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.MethodsGroup
- MI - com.neotropic.kuwaiba.modules.commercial.ospman.api.UnitOfLength
- MIDDLE_CENTER - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property.Alignment
- MIDDLE_CENTER - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property.Alignment
- MIDDLE_LEFT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property.Alignment
- MIDDLE_LEFT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property.Alignment
- MIDDLE_RIGHT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property.Alignment
- MIDDLE_RIGHT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property.Alignment
- MINI_APPLICATION - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- MINI_APPLICATION - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- mirrorPorts(List<StringPair>, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.PortUtilityService
-
Creates a mirror port relationship for a given list of ports, if the ports have the same numeric index
- MirrorPortsFunction - Class in org.neotropic.kuwaiba.core.persistence.reference.naming.util
-
Implements the
mirror(a, b)
function, that generates pairs of ports numbered froma
tob
. - MirrorPortsFunction(String) - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.naming.util.MirrorPortsFunction
- MirrorPortsFunction(String, String) - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.naming.util.MirrorPortsFunction
- MirrorSplicePortsFunction - Class in org.neotropic.kuwaiba.core.persistence.reference.naming.util
-
Implements the
mirror-splice(a, b)
function, that generates pairs of ports numbered froma
tob
. - MirrorSplicePortsFunction(String) - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.naming.util.MirrorSplicePortsFunction
- MirrorSplicePortsFunction(String, String) - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.naming.util.MirrorSplicePortsFunction
- Mode() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute.Mode
- Mode() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute.Mode
- MODE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- MODE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- MODULE_ID - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamModule
-
The module id.
- MODULE_ID - Static variable in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsModule
-
Module id.
- MODULE_ID - Static variable in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsModule
-
Module id.
- MODULE_ID - Static variable in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
-
Module id.
- MODULE_ID - Static variable in class com.neotropic.kuwaiba.modules.commercial.whman.WarehousesManagerModule
-
Module Id.
- MODULE_ID - Static variable in class org.neotropic.kuwaiba.core.configuration.filters.FilterDefinitionModule
-
Module id.
- MODULE_ID - Static variable in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerModule
-
Module id.
- MODULE_ID - Static variable in class org.neotropic.kuwaiba.core.configuration.validators.ValidatorDefinitionModule
-
Module id.
- MODULE_ID - Static variable in class org.neotropic.kuwaiba.core.configuration.variables.ConfigurationVariablesModule
-
Module id.
- MODULE_ID - Static variable in class org.neotropic.kuwaiba.core.sessman.SessionManagerModule
-
Module id.
- MODULE_ID - Static variable in class org.neotropic.kuwaiba.modules.commercial.contractman.ContractManagerModule
-
Module id.
- MODULE_ID - Static variable in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationModule
-
Module id.
- MODULE_ID - Static variable in class org.neotropic.kuwaiba.modules.core.datamodelman.DataModelManagerModule
-
Module id.
- MODULE_ID - Static variable in class org.neotropic.kuwaiba.modules.core.favorites.FavoritesModule
-
Module Id.
- MODULE_ID - Static variable in class org.neotropic.kuwaiba.modules.core.ltman.ListTypeManagerModule
-
Module id.
- MODULE_ID - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.NavigationModule
-
The module id.
- MODULE_ID - Static variable in class org.neotropic.kuwaiba.modules.core.queries.QueriesModule
-
Module id.
- MODULE_ID - Static variable in class org.neotropic.kuwaiba.modules.core.templateman.TemplateManagerModule
-
Module id.
- MODULE_ID - Static variable in class org.neotropic.kuwaiba.modules.core.userman.UserManagerModule
-
Module id.
- MODULE_ID - Static variable in class org.neotropic.kuwaiba.modules.optional.connectivityman.ConnectivityManagerModule
-
Module id.
- MODULE_ID - Static variable in class org.neotropic.kuwaiba.modules.optional.contactman.ContactManagerModule
-
Module id.
- MODULE_ID - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.LayoutEditorModule
-
Module id.
- MODULE_ID - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.PhysicalConnectionsModule
-
Module id.
- MODULE_ID - Static variable in class org.neotropic.kuwaiba.modules.optional.pools.PoolsModule
-
Module id.
- MODULE_ID - Static variable in class org.neotropic.kuwaiba.modules.optional.reports.ReportsModule
-
Module id.
- MODULE_ID - Static variable in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerModule
-
The module id.
- MODULE_ID - Static variable in class org.neotropic.kuwaiba.modules.optional.taskman.TaskManagerModule
-
Module id.
- MODULE_ID - Static variable in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyManagerModule
-
Module id.
- ModuleActionException - Exception in org.neotropic.kuwaiba.core.apis.integration.modules
-
Thrown if the execution of a module action causes an unexpected managed error.
- ModuleActionException(String) - Constructor for exception org.neotropic.kuwaiba.core.apis.integration.modules.ModuleActionException
- ModuleActionGroup - Class in org.neotropic.kuwaiba.core.apis.integration.modules
-
An action group is typically used in menus.
- ModuleActionGroup(String, String) - Constructor for class org.neotropic.kuwaiba.core.apis.integration.modules.ModuleActionGroup
- ModuleActionParameter<T> - Class in org.neotropic.kuwaiba.core.apis.integration.modules
-
Each module action has an optional set of parameters (for example, creating a new inventory object requires the parent of the new object, its type and optionally a list of default values to be set).
- ModuleActionParameter(String, T) - Constructor for class org.neotropic.kuwaiba.core.apis.integration.modules.ModuleActionParameter
- ModuleActionParameterSet - Class in org.neotropic.kuwaiba.core.apis.integration.modules
-
A convenience class to better handle a group of parameters to be provided to a module action.
- ModuleActionParameterSet(ModuleActionParameter...) - Constructor for class org.neotropic.kuwaiba.core.apis.integration.modules.ModuleActionParameterSet
- moduleId - Variable in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
-
The module the actions belongs to.
- ModuleLayout - Class in org.neotropic.util.visual.general
-
The super class of all flex layouts used in every module of the application.
- ModuleLayout() - Constructor for class org.neotropic.util.visual.general.ModuleLayout
- moduleRegistry - Variable in class org.neotropic.kuwaiba.modules.core.userman.UserManagerUI
-
Reference to the module registry.
- moduleRegistry - Variable in class org.neotropic.util.visual.general.ModuleLayout
-
Reference to the module registry.
- ModuleRegistry - Class in org.neotropic.kuwaiba.core.apis.integration.modules
-
All modules (core, optional and commercial) must be registered here at startup.
- ModuleRegistry() - Constructor for class org.neotropic.kuwaiba.core.apis.integration.modules.ModuleRegistry
- MouseMoveEvent(MapProvider.MouseMoveEvent.MouseMoveEventListener, double, double) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider.MouseMoveEvent
- MOVE - org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionResponse.ActionType
- MoveBusinessObjectAction - Class in org.neotropic.kuwaiba.modules.core.navigation.actions
-
Moves a business object to another business object.
- MoveBusinessObjectAction() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.actions.MoveBusinessObjectAction
- MoveBusinessObjectVisualAction - Class in org.neotropic.kuwaiba.modules.core.navigation.actions
-
UI of move business object action.
- MoveBusinessObjectVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.actions.MoveBusinessObjectVisualAction
- moveObjects(String, String, String[], String[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Moves objects from their current parent to a target object.
- moveObjects(String, String, String[], String[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- moveObjects(String, String, HashMap<String, String[]>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
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 moved
- moveObjects(String, String, HashMap<String, String[]>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- moveObjectsToPool(String, String, String[], String[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Moves objects from their current parent to a pool target object.
- moveObjectsToPool(String, String, String[], String[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- moveObjectsToPool(String, String, HashMap<String, String[]>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
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 moved
- moveObjectsToPool(String, String, HashMap<String, String[]>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- moveObjectsToWarehouse(String, String, String[], String[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Moves objects from their current parent to a target object.
- moveObjectsToWarehouse(String, String, String[], String[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- moveObjectsToWarehousePool(String, String, String[], String[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Moves objects from their current parent to a warehouse pool target object.
- moveObjectsToWarehousePool(String, String, String[], String[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- movePoolItem(String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Move a pool item from a pool to another pool
- movePoolItem(String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- movePoolItemToPool(String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Move a pool item from a pool to another pool
- movePoolItemToPool(String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- moveSpecialObjects(String, String, String[], String[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Moves special objects from their current parent to a target object.
- moveSpecialObjects(String, String, String[], String[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- moveSpecialObjects(String, String, HashMap<String, String[]>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
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 moved
- moveSpecialObjects(String, String, HashMap<String, String[]>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- moveSyncDataSourceConfiguration(long, long[]) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationService
-
Moves a set of sync data source configurations from a sync group to another sync group
- moveSyncDataSourceConfiguration(long, long[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Moves a sync data source configuration from a sync group to another sync group
- moveSyncDataSourceConfiguration(long, long[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- MplsConnectionDefinition - Class in com.neotropic.kuwaiba.modules.commercial.mpls.model
-
Instances of this class represent the details of a MPLSLink (logical connection) and the resources associated to the physical an logical endpoints of such connection.
- MplsConnectionDefinition(BusinessObject) - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.model.MplsConnectionDefinition
- MplsDashboard - Class in com.neotropic.kuwaiba.modules.commercial.mpls.widgets
-
MPLS Main Dashboard.
- MplsDashboard(TranslationService, MetadataEntityManager, ApplicationEntityManager, BusinessEntityManager, ResourceFactory, MplsService, DeleteMplsViewVisualAction, NewMplsViewVisualAction) - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.widgets.MplsDashboard
- MplsLayout - Class in com.neotropic.kuwaiba.modules.commercial.mpls
-
The general layout to be used in the MPLS module.
- MplsLayout() - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.MplsLayout
- MplsManagerUI - Class in com.neotropic.kuwaiba.modules.commercial.mpls
-
Main for the MPLS module.
- MplsManagerUI() - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.MplsManagerUI
- MplsModule - Class in com.neotropic.kuwaiba.modules.commercial.mpls
-
This class implements the functionality corresponding to the MPLS module
- MplsModule() - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.MplsModule
- MplsService - Class in com.neotropic.kuwaiba.modules.commercial.mpls
-
This class implements the functionality corresponding to the MPLS module
- MplsService() - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.MplsService
- MplsTools - Class in com.neotropic.kuwaiba.modules.commercial.mpls.tools
-
Component with a set of tools available to work in an Mpls view
- MplsTools(MxGraphCanvas, BusinessEntityManager, TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools
- MplsTools.AddExistingConnectionEvent - Class in com.neotropic.kuwaiba.modules.commercial.mpls.tools
- MplsTools.DeleteObjectEvent - Class in com.neotropic.kuwaiba.modules.commercial.mpls.tools
- MplsTools.DeleteObjectPermanentlyEvent - Class in com.neotropic.kuwaiba.modules.commercial.mpls.tools
- MplsTools.DetectConnectionsEvent - Class in com.neotropic.kuwaiba.modules.commercial.mpls.tools
- MplsTools.NewConnectionEvent - Class in com.neotropic.kuwaiba.modules.commercial.mpls.tools
- MplsTools.NewObjectEvent - Class in com.neotropic.kuwaiba.modules.commercial.mpls.tools
- MplsTools.SaveViewEvent - Class in com.neotropic.kuwaiba.modules.commercial.mpls.tools
- MplsTools.SelectObjectEvent - Class in com.neotropic.kuwaiba.modules.commercial.mpls.tools
- MplsView - Class in com.neotropic.kuwaiba.modules.commercial.mpls
-
Custom view implementation for MPLS view module with a mxgraph component as canvas.
- MplsView(MetadataEntityManager, ApplicationEntityManager, BusinessEntityManager, TranslationService, ResourceFactory) - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.MplsView
- MxBusinessObjectEdge - Class in org.neotropic.kuwaiba.visualization.mxgraph
-
MxGraph Business Object wrapper
- MxBusinessObjectEdge(BusinessObjectLight) - Constructor for class org.neotropic.kuwaiba.visualization.mxgraph.MxBusinessObjectEdge
- MxBusinessObjectNode - Class in org.neotropic.kuwaiba.visualization.mxgraph
-
MxGraph Business Object wrapper
- MxBusinessObjectNode(BusinessObjectLight) - Constructor for class org.neotropic.kuwaiba.visualization.mxgraph.MxBusinessObjectNode
- MxGraphCanvas<N,E> - Class in org.neotropic.util.visual.mxgraph
-
Wrapper to manage mxgraph instance and his objects
- MxGraphCanvas() - Constructor for class org.neotropic.util.visual.mxgraph.MxGraphCanvas
- MxGraphCanvas(String, String) - Constructor for class org.neotropic.util.visual.mxgraph.MxGraphCanvas
- MxGraphGeometryEditor - Class in org.neotropic.kuwaiba.visualization.mxgraph
-
Basic component to edit mxCells geometry
- MxGraphGeometryEditor(TranslationService) - Constructor for class org.neotropic.kuwaiba.visualization.mxgraph.MxGraphGeometryEditor
N
- name - Variable in class org.neotropic.kuwaiba.core.apis.integration.external.services.ExternalServiceProvider
-
Name of the third-party application.
- name - Variable in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
-
Query description
- name - Variable in class org.neotropic.kuwaiba.core.apis.persistence.application.FileObjectLight
-
The name of the file
- name - Variable in class org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractDataEntity
-
The name of the entity (a parameter name, for example ifTable or serialNumber)
- name - Variable in class org.neotropic.kuwaiba.modules.core.navigation.filters.Filter
-
The filter's name
- name - Variable in class org.neotropic.kuwaiba.northbound.ws.model.application.GroupInfoLight
-
UserGroup's name
- name - Variable in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObjectLight
-
The name of the file
- NAME - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- NAME - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- NavigationLayout - Class in org.neotropic.kuwaiba.modules.core.navigation
-
Default layout for the navigation-related modules.
- NavigationLayout() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.NavigationLayout
- NavigationModule - Class in org.neotropic.kuwaiba.modules.core.navigation
-
The definition of the Navigation module
- NavigationModule() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.NavigationModule
- NavigationTree<T extends InventoryObjectNode> - Class in org.neotropic.kuwaiba.modules.core.navigation.navtree
-
Component to navigate through the relationships of the inventory objects.
- NavigationTree(HierarchicalDataProvider<T, Void>, IconGenerator<T>) - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.navtree.NavigationTree
- NavigationUI - Class in org.neotropic.kuwaiba.modules.core.navigation
-
Main entry point to the navigation module.
- NavigationUI() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.NavigationUI
- NavResultGrid<T> - Class in org.neotropic.kuwaiba.modules.core.navigation.navtree
-
Holds a set of objects of the same class name in the navigation module
- NavResultGrid(BusinessEntityManager, String, String, List<T>) - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.navtree.NavResultGrid
- NetworkInterface - Class in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.entities
-
An entity class that represents a network interface that can be used in a bridge domain
- NetworkInterface(String, int) - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.entities.NetworkInterface
- NetworkResourcesRelationshipManagementAction - Class in org.neotropic.kuwaiba.modules.optional.serviceman.actions
-
Handles the relationships between network resources and services.
- NetworkResourcesRelationshipManagementAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NetworkResourcesRelationshipManagementAction
- NetworkResourcesWidget - Class in org.neotropic.kuwaiba.modules.optional.serviceman.widgets
-
Shows the network resources related to a service.
- NetworkResourcesWidget(BusinessObjectLight, MetadataEntityManager, ApplicationEntityManager, BusinessEntityManager, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.widgets.NetworkResourcesWidget
- NewAttributeAction - Class in org.neotropic.kuwaiba.modules.core.datamodelman.actions
-
Creates a new Attribute
- NewAttributeAction() - Constructor for class org.neotropic.kuwaiba.modules.core.datamodelman.actions.NewAttributeAction
- NewAttributeVisualAction - Class in org.neotropic.kuwaiba.modules.core.datamodelman.actions
-
Visual wrapper of create a new Attribute action
- NewAttributeVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.datamodelman.actions.NewAttributeVisualAction
- NewBulkTemplateItemAction - Class in org.neotropic.kuwaiba.modules.core.templateman.actions
-
Creates a new template item.
- NewBulkTemplateItemAction() - Constructor for class org.neotropic.kuwaiba.modules.core.templateman.actions.NewBulkTemplateItemAction
- NewBulkTemplateItemVisualAction - Class in org.neotropic.kuwaiba.modules.core.templateman.actions
-
Deletes a template item.
- NewBulkTemplateItemVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.templateman.actions.NewBulkTemplateItemVisualAction
- NewBulkTemplateSpecialItemAction - Class in org.neotropic.kuwaiba.modules.core.templateman.actions
-
Creates a new template special item.
- NewBulkTemplateSpecialItemAction() - Constructor for class org.neotropic.kuwaiba.modules.core.templateman.actions.NewBulkTemplateSpecialItemAction
- NewBulkTemplateSpecialItemVisualAction - Class in org.neotropic.kuwaiba.modules.core.templateman.actions
-
Visual front end to the Delete a Template Item action.
- NewBulkTemplateSpecialItemVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.templateman.actions.NewBulkTemplateSpecialItemVisualAction
- NewBusinessObjectAction - Class in org.neotropic.kuwaiba.modules.core.navigation.actions
-
Creates a single business object.
- NewBusinessObjectAction() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.actions.NewBusinessObjectAction
- NewBusinessObjectFromTemplateAction - Class in org.neotropic.kuwaiba.modules.core.navigation.actions
-
Create a business object from a template.
- NewBusinessObjectFromTemplateAction() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.actions.NewBusinessObjectFromTemplateAction
- NewBusinessObjectFromTemplateVisualAction - Class in org.neotropic.kuwaiba.modules.core.navigation.actions
-
Visual wrapper of a new business object from template action.
- NewBusinessObjectFromTemplateVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.actions.NewBusinessObjectFromTemplateVisualAction
- NewBusinessObjectVisualAction - Class in org.neotropic.kuwaiba.modules.core.navigation.actions
-
Visual wrapper of a new business object action.
- NewBusinessObjectVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.actions.NewBusinessObjectVisualAction
- NewClassAction - Class in org.neotropic.kuwaiba.modules.core.datamodelman.actions
-
Creates a new Class
- NewClassAction() - Constructor for class org.neotropic.kuwaiba.modules.core.datamodelman.actions.NewClassAction
- NewClassReportAction - Class in org.neotropic.kuwaiba.modules.optional.reports.actions
-
Creates a new Class Report
- NewClassReportAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.actions.NewClassReportAction
- NewClassReportVisualAction - Class in org.neotropic.kuwaiba.modules.optional.reports.actions
-
Visual wrapper of create a new class report action
- NewClassReportVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.actions.NewClassReportVisualAction
- NewClassVisualAction - Class in org.neotropic.kuwaiba.modules.core.datamodelman.actions
-
Visual wrapper of create a new class action
- NewClassVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.datamodelman.actions.NewClassVisualAction
- NewConfigurationVariableAction - Class in org.neotropic.kuwaiba.core.configuration.variables.actions
-
Creates a new Configuration Variable.
- NewConfigurationVariableAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.variables.actions.NewConfigurationVariableAction
- NewConfigurationVariablesPoolAction - Class in org.neotropic.kuwaiba.core.configuration.variables.actions
-
Creates a new Configuration Variables Pool.
- NewConfigurationVariablesPoolAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.variables.actions.NewConfigurationVariablesPoolAction
- NewConfigurationVariablesPoolVisualAction - Class in org.neotropic.kuwaiba.core.configuration.variables.actions
-
Visual wrapper of create a new configuration variable pool action.
- NewConfigurationVariablesPoolVisualAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.variables.actions.NewConfigurationVariablesPoolVisualAction
- NewConfigurationVariableVisualAction - Class in org.neotropic.kuwaiba.core.configuration.variables.actions
-
Visual wrapper of create a new configuration variable action.
- NewConfigurationVariableVisualAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.variables.actions.NewConfigurationVariableVisualAction
- NewConnectionEvent(MplsTools, boolean) - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools.NewConnectionEvent
- NewConnectionEvent(SdhTools, boolean) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools.NewConnectionEvent
- NewContactAction - Class in org.neotropic.kuwaiba.modules.optional.contactman.actions
-
Creates a new contact
- NewContactAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.contactman.actions.NewContactAction
- NewContactForCustomerAction - Class in org.neotropic.kuwaiba.modules.optional.contactman.widgets
-
Creates a new contact for customer.
- NewContactForCustomerAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.contactman.widgets.NewContactForCustomerAction
- NewContactVisualAction - Class in org.neotropic.kuwaiba.modules.optional.contactman.actions
-
Visual wrapper of create a new contact action.
- NewContactVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.contactman.actions.NewContactVisualAction
- NewContractAction - Class in org.neotropic.kuwaiba.modules.commercial.contractman.actions
-
Creates a new Contract.
- NewContractAction() - Constructor for class org.neotropic.kuwaiba.modules.commercial.contractman.actions.NewContractAction
- NewContractsPoolAction - Class in org.neotropic.kuwaiba.modules.commercial.contractman.actions
-
Creates a new Contracts Pool.
- NewContractsPoolAction() - Constructor for class org.neotropic.kuwaiba.modules.commercial.contractman.actions.NewContractsPoolAction
- NewContractsPoolVisualAction - Class in org.neotropic.kuwaiba.modules.commercial.contractman.actions
-
Visual wrapper of create a new contracts pool action.
- NewContractsPoolVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.commercial.contractman.actions.NewContractsPoolVisualAction
- NewContractVisualAction - Class in org.neotropic.kuwaiba.modules.commercial.contractman.actions
-
Visual wrapper of create a new contract action.
- NewContractVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.commercial.contractman.actions.NewContractVisualAction
- NewCustomerAction - Class in org.neotropic.kuwaiba.modules.optional.serviceman.actions
-
Creates a new customer.
- NewCustomerAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewCustomerAction
- NewCustomerPoolAction - Class in org.neotropic.kuwaiba.modules.optional.serviceman.actions
-
Creates a new customer pool.
- NewCustomerPoolAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewCustomerPoolAction
- NewCustomerPoolVisualAction - Class in org.neotropic.kuwaiba.modules.optional.serviceman.actions
-
Visual wrapper of a new customer pool action.
- NewCustomerPoolVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewCustomerPoolVisualAction
- NewCustomerVisualAction - Class in org.neotropic.kuwaiba.modules.optional.serviceman.actions
-
Visual wrapper of a new customer action that provides means to choose the service pool and type.
- NewCustomerVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewCustomerVisualAction
- NewFavoriteAction - Class in org.neotropic.kuwaiba.modules.core.favorites.actions
-
Creates a new favorite folder.
- NewFavoriteAction() - Constructor for class org.neotropic.kuwaiba.modules.core.favorites.actions.NewFavoriteAction
- NewFavoriteVisualAction - Class in org.neotropic.kuwaiba.modules.core.favorites.actions
-
Visual wrapper of create a new favorite action.
- NewFavoriteVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.favorites.actions.NewFavoriteVisualAction
- NewFilterDefinitionAction - Class in org.neotropic.kuwaiba.core.configuration.filters.actions
-
Create a new Filter definition.
- NewFilterDefinitionAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.filters.actions.NewFilterDefinitionAction
- NewFilterDefinitionVisualAction - Class in org.neotropic.kuwaiba.core.configuration.filters.actions
-
Visual wrapper of create a new filter definition action.
- NewFilterDefinitionVisualAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.filters.actions.NewFilterDefinitionVisualAction
- NewFolderAction - Class in com.neotropic.kuwaiba.modules.commercial.ipam.actions
-
Creates a new folder that will contains subnets op IP addresses
- NewFolderAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.actions.NewFolderAction
- NewFolderVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.ipam.actions
-
Visual wrapper of a new business object action.
- NewFolderVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.actions.NewFolderVisualAction
- NewGroupAction - Class in org.neotropic.kuwaiba.modules.core.userman.actions
-
Creates a new Group
- NewGroupAction() - Constructor for class org.neotropic.kuwaiba.modules.core.userman.actions.NewGroupAction
- NewGroupVisualAction - Class in org.neotropic.kuwaiba.modules.core.userman.actions
-
Visual wrapper of create a group action
- NewGroupVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.userman.actions.NewGroupVisualAction
- NewInventoryReportAction - Class in org.neotropic.kuwaiba.modules.optional.reports.actions
-
Creates a new inventory Report
- NewInventoryReportAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.actions.NewInventoryReportAction
- NewInventoryReportVisualAction - Class in org.neotropic.kuwaiba.modules.optional.reports.actions
-
Visual wrapper of create a new inventory report action
- NewInventoryReportVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.actions.NewInventoryReportVisualAction
- NewLayoutViewAction - Class in org.neotropic.kuwaiba.modules.optional.layouteditor.actions
-
Creates a new layout View
- NewLayoutViewAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.layouteditor.actions.NewLayoutViewAction
- NewLayoutViewVisualAction - Class in org.neotropic.kuwaiba.modules.optional.layouteditor.actions
-
Visual wrapper of create a new layout view action
- NewLayoutViewVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.layouteditor.actions.NewLayoutViewVisualAction
- NewLinkAction - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
-
Action to create a new link connected to the connection source and target.
- NewLinkAction(Connection, String, BusinessEntityManager, MetadataEntityManager, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.NewLinkAction
- NewLinkActionBuilder(ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractConnectivityActionBuilder.NewLinkActionBuilder
- NewLinkCellComponent - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
-
New link as cell component.
- NewLinkCellComponent(String, ClassMetadataLight, BusinessObjectLight, MetadataEntityManager, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.NewLinkCellComponent
- NewListTypeItemAction - Class in org.neotropic.kuwaiba.modules.core.ltman.actions
-
Creates a new List Type item.
- NewListTypeItemAction() - Constructor for class org.neotropic.kuwaiba.modules.core.ltman.actions.NewListTypeItemAction
- NewListTypeItemVisualAction - Class in org.neotropic.kuwaiba.modules.core.ltman.actions
-
Visual wrapper of create a new list type item action
- NewListTypeItemVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.ltman.actions.NewListTypeItemVisualAction
- NewMirrorAction - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
-
Action to create a mirror given the type (single or multiple)
- NewMirrorAction(Connection, BusinessEntityManager, MetadataEntityManager, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.NewMirrorAction
- NewMirrorActionBuilder(ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractConnectivityActionBuilder.NewMirrorActionBuilder
- NewMplsViewAction - Class in com.neotropic.kuwaiba.modules.commercial.mpls.actions
-
Creates a new MPLS View
- NewMplsViewAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.actions.NewMplsViewAction
- NewMplsViewVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.mpls.actions
-
Visual wrapper of create a new MPLS view action
- NewMplsViewVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.actions.NewMplsViewVisualAction
- NewMultipleBusinessObjectsAction - Class in org.neotropic.kuwaiba.modules.core.navigation.actions
-
Create bulk business objects from a pattern.
- NewMultipleBusinessObjectsAction() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.actions.NewMultipleBusinessObjectsAction
- NewMultipleBusinessObjectsVisualAction - Class in org.neotropic.kuwaiba.modules.core.navigation.actions
-
Visual wrapper of create bulk business objects action.
- NewMultipleBusinessObjectsVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.actions.NewMultipleBusinessObjectsVisualAction
- NewNodePanelContent(ApplicationEntityManager, MetadataEntityManager, TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion.NewNodePanelContent
- NewObjectEvent(MplsTools, boolean, BusinessObjectLight) - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools.NewObjectEvent
- NewObjectEvent(PaperDialogAddObject, boolean, BusinessObjectLight) - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.tools.PaperDialogAddObject.NewObjectEvent
- NewObjectEvent(PaperDialogAddObject, boolean, BusinessObjectLight) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.tools.PaperDialogAddObject.NewObjectEvent
- NewObjectEvent(SdhTools, boolean, BusinessObjectLight) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools.NewObjectEvent
- NewObjectEvent(LayoutEditorSearch, boolean, BusinessObjectLight) - Constructor for class org.neotropic.kuwaiba.modules.optional.layouteditor.tools.LayoutEditorSearch.NewObjectEvent
- NewObjectEvent(TopologySearch, boolean, BusinessObjectLight) - Constructor for class org.neotropic.kuwaiba.modules.optional.topoman.tools.TopologySearch.NewObjectEvent
- NewObjectEvent(TopologyViewSearch, boolean, BusinessObjectLight) - Constructor for class org.neotropic.kuwaiba.modules.optional.topoman.widgets.TopologyViewSearch.NewObjectEvent
- NewObjectEvent(PaperDialogAddObject, boolean, BusinessObjectLight) - Constructor for class org.neotropic.util.visual.paperdialog.PaperDialogAddObject.NewObjectEvent
- newOspView() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantView
- NewParameterAction - Class in org.neotropic.kuwaiba.modules.optional.reports.actions
-
Creates a new report parameter
- NewParameterAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.actions.NewParameterAction
- NewParameterVisualAction - Class in org.neotropic.kuwaiba.modules.optional.reports.actions
-
Visual wrapper of create a new report parameter action.
- NewParameterVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.actions.NewParameterVisualAction
- NewPhysicalConnectionWizard - Class in org.neotropic.kuwaiba.modules.optional.physcon.actions
-
A wizard that given two initial objects, guides the user through the creation of a physical connection (link or container)
- NewPhysicalConnectionWizard - Class in org.neotropic.kuwaiba.modules.optional.physcon
-
A wizard that given two initial objects, guides the user through the creation of a physical connection (link or container)
- NewPhysicalConnectionWizard(BusinessObjectLight, BusinessObjectLight, BusinessEntityManager, ApplicationEntityManager, MetadataEntityManager, PhysicalConnectionsService, ResourceFactory, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.actions.NewPhysicalConnectionWizard
- NewPhysicalConnectionWizard(BusinessObjectLight, BusinessObjectLight, BusinessEntityManager, ApplicationEntityManager, MetadataEntityManager, PhysicalConnectionsService, ResourceFactory, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.NewPhysicalConnectionWizard
- NewPhysicalConnectionWizard.GeneralInfoStep - Class in org.neotropic.kuwaiba.modules.optional.physcon.actions
-
The user must choose if he/she wants to create a link or a container and what template (if any) should be used and provide general information like the name of the new connection and what class and template should be used for the new object
- NewPhysicalConnectionWizard.GeneralInfoStep - Class in org.neotropic.kuwaiba.modules.optional.physcon
-
The user must choose if he/she wants to create a link or a container and what template (if any) should be used and provide general information like the name of the new connection and what class and template should be used for the new object
- NewPhysicalConnectionWizard.GeneralInfoStep.ConnectionType - Class in org.neotropic.kuwaiba.modules.optional.physcon
- NewPhysicalConnectionWizard.SelectContainerEndpointsStep - Class in org.neotropic.kuwaiba.modules.optional.physcon.actions
-
Step to select the endpoints if the connection type selected in the past step was a container
- NewPhysicalConnectionWizard.SelectContainerEndpointsStep - Class in org.neotropic.kuwaiba.modules.optional.physcon
-
Step to select the endpoints if the connection type selected in the past step was a container
- NewPhysicalConnectionWizard.SelectLinkEndpointsStep - Class in org.neotropic.kuwaiba.modules.optional.physcon.actions
-
Step to select the endpoints if the connection type selected in the past step was a link
- NewPhysicalConnectionWizard.SelectLinkEndpointsStep - Class in org.neotropic.kuwaiba.modules.optional.physcon
-
Step to select the endpoints if the connection type selected in the past step was a link
- NewPoolAction - Class in org.neotropic.kuwaiba.modules.optional.pools.actions
-
Creates a new Pool
- NewPoolAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.pools.actions.NewPoolAction
- NewPoolItemAction - Class in org.neotropic.kuwaiba.modules.optional.pools.actions
-
Creates a new pool item
- NewPoolItemAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.pools.actions.NewPoolItemAction
- NewPoolItemVisualAction - Class in org.neotropic.kuwaiba.modules.optional.pools.actions
-
Visual wrapper of create a new pool item action
- NewPoolItemVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.pools.actions.NewPoolItemVisualAction
- NewPoolVisualAction - Class in org.neotropic.kuwaiba.modules.optional.pools.actions
-
Visual wrapper of create a new pool action
- NewPoolVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.pools.actions.NewPoolVisualAction
- NewProcessInstanceWindow - Class in com.neotropic.kuwaiba.modules.commercial.processman.wdw
-
Window to create a process instance
- NewProcessInstanceWindow(ProcessDefinition, ActorAuthorizationManager, ApplicationEntityManager, TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.wdw.NewProcessInstanceWindow
- NewProjectAction - Class in com.neotropic.kuwaiba.modules.commercial.planning.projects.actions
-
Creates a new Project.
- NewProjectAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectAction
- NewProjectActivityAction - Class in com.neotropic.kuwaiba.modules.commercial.planning.projects.actions
-
Creates a new Activity.
- NewProjectActivityAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectActivityAction
- NewProjectActivityVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.planning.projects.actions
-
Visual wrapper of create a new activity action.
- NewProjectActivityVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectActivityVisualAction
- NewProjectsPoolAction - Class in com.neotropic.kuwaiba.modules.commercial.planning.projects.actions
-
Creates a new Projects Pool.
- NewProjectsPoolAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectsPoolAction
- NewProjectsPoolVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.planning.projects.actions
-
Visual wrapper of create a new projects pool action.
- NewProjectsPoolVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectsPoolVisualAction
- NewProjectVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.planning.projects.actions
-
Visual wrapper of create a new project action.
- NewProjectVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectVisualAction
- NewProxiesPoolAction - Class in org.neotropic.kuwaiba.core.configuration.proxies.actions
-
Creates a new proxies pool
- NewProxiesPoolAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.proxies.actions.NewProxiesPoolAction
- NewProxiesPoolVisualAction - Class in org.neotropic.kuwaiba.core.configuration.proxies.actions
-
Visual wrapper of create a new proxies pool action.
- NewProxiesPoolVisualAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.proxies.actions.NewProxiesPoolVisualAction
- NewProxyAction - Class in org.neotropic.kuwaiba.core.configuration.proxies.actions
-
Creates a new proxy
- NewProxyAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.proxies.actions.NewProxyAction
- NewProxyVisualAction - Class in org.neotropic.kuwaiba.core.configuration.proxies.actions
-
Visual wrapper of create a new proxy action.
- NewProxyVisualAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.proxies.actions.NewProxyVisualAction
- NewScriptedQueryAction - Class in org.neotropic.kuwaiba.modules.core.queries.actions
-
Creates a new Scripted Query
- NewScriptedQueryAction() - Constructor for class org.neotropic.kuwaiba.modules.core.queries.actions.NewScriptedQueryAction
- NewScriptedQueryPoolAction - Class in org.neotropic.kuwaiba.modules.core.queries.actions
-
Creates a new Pool
- NewScriptedQueryPoolAction() - Constructor for class org.neotropic.kuwaiba.modules.core.queries.actions.NewScriptedQueryPoolAction
- NewScriptedQueryPoolVisualAction - Class in org.neotropic.kuwaiba.modules.core.queries.actions
-
Visual wrapper of create a new pool action
- NewScriptedQueryPoolVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.queries.actions.NewScriptedQueryPoolVisualAction
- NewScriptedQueryVisualAction - Class in org.neotropic.kuwaiba.modules.core.queries.actions
-
Visual wrapper of create a new scripted query action
- NewScriptedQueryVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.queries.actions.NewScriptedQueryVisualAction
- NewSdhViewAction - Class in com.neotropic.kuwaiba.modules.commercial.sdh.actions
-
Creates a new sdh View
- NewSdhViewAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.actions.NewSdhViewAction
- NewSdhViewVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.sdh.actions
-
Visual wrapper of create a new SDH view action
- NewSdhViewVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.actions.NewSdhViewVisualAction
- NewServiceAction - Class in org.neotropic.kuwaiba.modules.optional.serviceman.actions
-
Creates a new service.
- NewServiceAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewServiceAction
- NewServicePoolAction - Class in org.neotropic.kuwaiba.modules.optional.serviceman.actions
-
Creates a new service pool.
- NewServicePoolAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewServicePoolAction
- NewServicePoolVisualAction - Class in org.neotropic.kuwaiba.modules.optional.serviceman.actions
-
Visual wrapper of a new service pool action.
- NewServicePoolVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewServicePoolVisualAction
- NewServiceVisualAction - Class in org.neotropic.kuwaiba.modules.optional.serviceman.actions
-
Visual wrapper of a new customer action that provides means to choose the service pool and type.
- NewServiceVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewServiceVisualAction
- NewSparePartAction - Class in com.neotropic.kuwaiba.modules.commercial.whman.actions
-
Creates a new Object in Spare Pool.
- NewSparePartAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewSparePartAction
- NewSparePartVisulaAction - Class in com.neotropic.kuwaiba.modules.commercial.whman.actions
-
Visual wrapper of create a new object action.
- NewSparePartVisulaAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewSparePartVisulaAction
- NewSparePoolAction - Class in com.neotropic.kuwaiba.modules.commercial.whman.actions
-
Creates a new Spare Pool.
- NewSparePoolAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewSparePoolAction
- NewSparePoolVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.whman.actions
-
Visual wrapper of create a new spare pool action.
- NewSparePoolVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewSparePoolVisualAction
- NewSubnetAction - Class in com.neotropic.kuwaiba.modules.commercial.ipam.actions
-
Creates a new subnet
- NewSubnetAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.actions.NewSubnetAction
- NewSubnetVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.ipam.actions
-
Visual wrapper of a new business object action.
- NewSubnetVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.actions.NewSubnetVisualAction
- NewSyncDataSourceConfigurationAction - Class in org.neotropic.kuwaiba.modules.commercial.sync.actions
-
Create a new sync data source configuration.
- NewSyncDataSourceConfigurationAction() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.actions.NewSyncDataSourceConfigurationAction
- NewSyncDataSourceConfigurationVisualAction - Class in org.neotropic.kuwaiba.modules.commercial.sync.actions
-
Visual wrapper of configure data source.
- NewSyncDataSourceConfigurationVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.actions.NewSyncDataSourceConfigurationVisualAction
- NewSynchronizationGroupAction - Class in org.neotropic.kuwaiba.modules.commercial.sync.actions
-
Creates a new Synchronization Group.
- NewSynchronizationGroupAction() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.actions.NewSynchronizationGroupAction
- NewSynchronizationGroupVisualAction - Class in org.neotropic.kuwaiba.modules.commercial.sync.actions
-
Visual wrapper of create a new Synchronization Group action.
- NewSynchronizationGroupVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.actions.NewSynchronizationGroupVisualAction
- NewTaskAction - Class in org.neotropic.kuwaiba.modules.optional.taskman.actions
-
Creates a new task.
- NewTaskAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.actions.NewTaskAction
- NewTaskParameterAction - Class in org.neotropic.kuwaiba.modules.optional.taskman.actions
-
Creates a new task parameter
- NewTaskParameterAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.actions.NewTaskParameterAction
- NewTaskParameterVisualAction - Class in org.neotropic.kuwaiba.modules.optional.taskman.actions
-
Visual wrapper of create a new task parameter action.
- NewTaskParameterVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.actions.NewTaskParameterVisualAction
- NewTaskUserAction - Class in org.neotropic.kuwaiba.modules.optional.taskman.actions
-
Add a new task user
- NewTaskUserAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.actions.NewTaskUserAction
- NewTaskUserVisualAction - Class in org.neotropic.kuwaiba.modules.optional.taskman.actions
-
Visual wrapper of subscribe a new task user action.
- NewTaskUserVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.actions.NewTaskUserVisualAction
- NewTaskVisualAction - Class in org.neotropic.kuwaiba.modules.optional.taskman.actions
-
Visual wrapper of create a new task action.
- NewTaskVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.actions.NewTaskVisualAction
- NewTemplateAction - Class in org.neotropic.kuwaiba.modules.core.templateman.actions
-
Creates a new template item.
- NewTemplateAction() - Constructor for class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateAction
- NewTemplateItemAction - Class in org.neotropic.kuwaiba.modules.core.templateman.actions
-
Creates a new template item.
- NewTemplateItemAction() - Constructor for class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateItemAction
- NewTemplateItemVisualAction - Class in org.neotropic.kuwaiba.modules.core.templateman.actions
-
Delete a template item.
- NewTemplateItemVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateItemVisualAction
- NewTemplateSpecialItemAction - Class in org.neotropic.kuwaiba.modules.core.templateman.actions
-
Creates a new template special item.
- NewTemplateSpecialItemAction() - Constructor for class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateSpecialItemAction
- NewTemplateSpecialItemVisualAction - Class in org.neotropic.kuwaiba.modules.core.templateman.actions
-
Delete a template item.
- NewTemplateSpecialItemVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateSpecialItemVisualAction
- NewTemplateVisualAction - Class in org.neotropic.kuwaiba.modules.core.templateman.actions
-
Create a new template.
- NewTemplateVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateVisualAction
- NewTopologyViewAction - Class in org.neotropic.kuwaiba.modules.optional.topoman.actions
-
Creates a new topology View
- NewTopologyViewAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.topoman.actions.NewTopologyViewAction
- NewTopologyViewVisualAction - Class in org.neotropic.kuwaiba.modules.optional.topoman.actions
-
Visual wrapper of create a new topology view action
- NewTopologyViewVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.topoman.actions.NewTopologyViewVisualAction
- NewUserAction - Class in org.neotropic.kuwaiba.modules.core.userman.actions
-
Creates a new user
- NewUserAction() - Constructor for class org.neotropic.kuwaiba.modules.core.userman.actions.NewUserAction
- NewUserVisualAction - Class in org.neotropic.kuwaiba.modules.core.userman.actions
-
Visual wrapper of create a new user action
- NewUserVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.userman.actions.NewUserVisualAction
- NewValidatorDefinitionAction - Class in org.neotropic.kuwaiba.core.configuration.validators.actions
-
Create a new validator definition.
- NewValidatorDefinitionAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.validators.actions.NewValidatorDefinitionAction
- NewValidatorDefinitionVisualAction - Class in org.neotropic.kuwaiba.core.configuration.validators.actions
-
Visual wrapper of create a new validator definition action.
- NewValidatorDefinitionVisualAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.validators.actions.NewValidatorDefinitionVisualAction
- NewWarehouseAction - Class in com.neotropic.kuwaiba.modules.commercial.whman.actions
-
Creates a new warehouse.
- NewWarehouseAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewWarehouseAction
- NewWarehouseVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.whman.actions
-
Visual wrapper of create a new warehouse action.
- NewWarehouseVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewWarehouseVisualAction
- next() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHContainerLinkWizard.ChooseContainerLinkResourcesStep
- next() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHContainerLinkWizard.ChooseRouteStep
- next() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHContainerLinkWizard.GeneralInfoStep
- next() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTransportLinkWizard.GeneralInfoStep
- next() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTransportLinkWizard.SelectLinkEndpointsStep
- next() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.ChooseRouteStep
- next() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.ChooseTributaryLinkResourcesStep
- next() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.GeneralInfoStep
- next() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.SelectLinkEndpointsStep
- next() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.SelectServiceStep
- next() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.actions.NewPhysicalConnectionWizard.GeneralInfoStep
- next() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.actions.NewPhysicalConnectionWizard.SelectContainerEndpointsStep
- next() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.actions.NewPhysicalConnectionWizard.SelectLinkEndpointsStep
- next() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.NewPhysicalConnectionWizard.GeneralInfoStep
- next() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.NewPhysicalConnectionWizard.SelectContainerEndpointsStep
- next() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.NewPhysicalConnectionWizard.SelectLinkEndpointsStep
- next() - Method in class org.neotropic.util.visual.wizard.Wizard.Step
-
What to do next.
- NoCommercialModuleFoundException - Exception in org.neotropic.kuwaiba.core.apis.persistence.exceptions
-
Raised when a commercial module can not be found
- NoCommercialModuleFoundException(String) - Constructor for exception org.neotropic.kuwaiba.core.apis.persistence.exceptions.NoCommercialModuleFoundException
- NODE_DUMMYROOT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Dummy root node name
- NODE_GENERAL_ACTIVITY_LOG - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
General activity log root node name
- NODE_GUIDE - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- NODE_IPV4ROOT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
IPv4 root node name
- NODE_IPV6ROOT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
IPv6 root node name
- NODE_OBJECT_ACTIVITY_LOG - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Object specific activity log root node name
- NODE_PRIVILEGES - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Privileges root node name
- NODE_PROJECTROOT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Project root node name
- NODE_SYNCGROUPSROOT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Sync root node name
- NODE_USERS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Users root node name
- NODE_VIRTUALWAREHOUSE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
VirtualWarehouse root node name
- NODE_WAREHOUSE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Warehouse root node name
- nodeClickListener(ViewEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsView
- nodeClickListener(ViewEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantView
- nodeClickListener(ViewEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhView
- nodeClickListener(ViewEventListener) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractView
-
Adds a listener to the node click events.
- nodeClickListener(ViewEventListener) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.FiberSplitterView
- nodeClickListener(ViewEventListener) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.ObjectView
- nodeClickListener(ViewEventListener) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalPathView
- nodeClickListener(ViewEventListener) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalTreeView
- nodeClickListener(ViewEventListener) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- nodeClickListener(ViewEventListener) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.SpliceBoxView
- nodeClickListener(ViewEventListener) - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyView
- normalizePortName(String) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.extras.sync.SyncUtil
-
Wraps the port name into a standardized port name gi, te, fa, pos
- normalizePortName(String) - Static method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncUtil
-
Wraps the port name into a standardized port name gi, te, fa, pos
- normalizeVfiName(String) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.extras.sync.SyncUtil
-
Cleans de VFI names removes de (VFI)
- normalizeVfiName(String) - Static method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncUtil
-
Cleans de VFI names removes de (VFI)
- NOT_ITEMS_SELECTED_LABEL - Static variable in class org.neotropic.util.visual.properties.ObjectMultipleProperty
- NotAuthorizedException - Exception in org.neotropic.kuwaiba.core.apis.persistence.exceptions
-
Raised when an user is not allowed to perform an operation
- NotAuthorizedException(String) - Constructor for exception org.neotropic.kuwaiba.core.apis.persistence.exceptions.NotAuthorizedException
- notifyAddedNode(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowAddNodes
- NULL_LABEL - Static variable in class org.neotropic.util.visual.properties.AbstractProperty
- NullObject - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- NullObject() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.NullObject
- NUMBER - org.neotropic.kuwaiba.modules.optional.reports.javascript.DataTable.DataType
- NumericFilter - Class in org.neotropic.kuwaiba.modules.core.queries.filters
- NumericFilter(TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.core.queries.filters.NumericFilter
- NumericSequence - Class in org.neotropic.kuwaiba.core.persistence.reference.naming.util
-
Class to get an ascending numeric sequence, given the start and end of the sequence
- NumericSequence(String) - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.naming.util.NumericSequence
- NumericSequence(String, String) - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.naming.util.NumericSequence
O
- object - Variable in class org.neotropic.util.visual.tree.nodes.AbstractNode
-
Business object behind this node (model)
- OBJECT_ID - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- OBJECT_ID - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- OBJECT_NAME - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- OBJECT_NAME - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- ObjectAuditTrailWidget - Class in org.neotropic.kuwaiba.modules.core.audittrail.widgets
-
Retrieves the activity log related to an object
- ObjectAuditTrailWidget(BusinessObjectLight, MetadataEntityManager, ApplicationEntityManager, BusinessEntityManager, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.core.audittrail.widgets.ObjectAuditTrailWidget
- ObjectCellComponent - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
-
An object as a cell component shows the name and class of the object parent and the object.
- ObjectCellComponent(BusinessObjectLight, BusinessEntityManager, TranslationService, List<String>) - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.ObjectCellComponent
- ObjectComponent - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
-
An object as a component shows the name and class of the object parent and the object.
- ObjectComponent(BusinessObjectLight, MetadataEntityManager, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.ObjectComponent
- ObjectDashboard - Class in org.neotropic.kuwaiba.modules.core.navigation
-
The main object editing interface.
- ObjectDashboard() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.ObjectDashboard
- ObjectGraphMappingService - Class in org.neotropic.kuwaiba.core.persistence.reference.neo4j.util
-
Provides methods to map nodes into Java objects, mostly BusinessObject and BusinessObjectLight instances.
- ObjectGraphMappingService() - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.ObjectGraphMappingService
- ObjectLinkObjectDefinition - Class in com.neotropic.kuwaiba.modules.commercial.business.analytics.views
-
Instances of this class represent a structure object-(endpoint)-link-(endpoint)-object a set of this objects represents the complete structure of an end to end view e.g.
- ObjectLinkObjectDefinition() - Constructor for class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.ObjectLinkObjectDefinition
- ObjectLinkObjectDefinition(BusinessObjectLight, BusinessObjectLight, BusinessObjectLight, BusinessObjectLight, BusinessObjectLight) - Constructor for class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.ObjectLinkObjectDefinition
- ObjectLinkObjectDefinition(BusinessObjectLight, BusinessObjectLight, BusinessObjectLight, BusinessObjectLight, BusinessObjectLight, BusinessObjectLight, BusinessObjectLight) - Constructor for class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.ObjectLinkObjectDefinition
- ObjectList - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Wrapper of GenericObjectList
- ObjectList() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.ObjectList
- ObjectList(GenericObjectList) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.ObjectList
- ObjectMultipleProperty - Class in org.neotropic.util.visual.properties
-
Support for multiple object properties
- ObjectMultipleProperty(String, String, String, List, List, String, TranslationService) - Constructor for class org.neotropic.util.visual.properties.ObjectMultipleProperty
- ObjectMultipleProperty(String, String, String, List, List, String, TranslationService, boolean, boolean, boolean) - Constructor for class org.neotropic.util.visual.properties.ObjectMultipleProperty
- ObjectMxNode - Class in org.neotropic.kuwaiba.modules.core.queries.nodes
-
Represents an attributeMetadata object linked to any mxgraphCell
- ObjectMxNode(String) - Constructor for class org.neotropic.kuwaiba.modules.core.queries.nodes.ObjectMxNode
- ObjectMxNode(String, AttributeMetadata) - Constructor for class org.neotropic.kuwaiba.modules.core.queries.nodes.ObjectMxNode
- ObjectMxNodeMap - Class in org.neotropic.kuwaiba.modules.core.queries.nodes
- ObjectMxNodeMap() - Constructor for class org.neotropic.kuwaiba.modules.core.queries.nodes.ObjectMxNodeMap
- ObjectOptionsPanel - Class in org.neotropic.kuwaiba.modules.core.navigation
-
A side panel composed by set of sections with detailed information and options on an object.
- ObjectOptionsPanel(BusinessObjectLight, CoreActionsRegistry, AdvancedActionsRegistry, ViewWidgetRegistry, ExplorerWidgetRegistry, MetadataEntityManager, ApplicationEntityManager, BusinessEntityManager, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.ObjectOptionsPanel
- ObjectOptionsWindow - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Wrapper Window to the ObjectOptionsPanel
- ObjectOptionsWindow(CoreActionsRegistry, AdvancedActionsRegistry, ViewWidgetRegistry, ExplorerWidgetRegistry, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.ObjectOptionsWindow
- ObjectProperty - Class in org.neotropic.util.visual.properties
-
Support for object properties
- ObjectProperty(String, String, String, Object, List<Object>, String, String, ItemLabelGenerator, TranslationService) - Constructor for class org.neotropic.util.visual.properties.ObjectProperty
- ObjectProperty(String, String, String, Object, List<Object>, String, String, ItemLabelGenerator, TranslationService, boolean, boolean, boolean) - Constructor for class org.neotropic.util.visual.properties.ObjectProperty
- ObjectProperty.ListTypeObject - Interface in org.neotropic.util.visual.properties
- ObjectRenderer - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
-
Object Component Renderer.
- ObjectRenderer(MetadataEntityManager, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.ObjectRenderer
- ObjectSelectorWindow - Class in org.neotropic.util.visual.window
-
Window to select a object.
- ObjectSelectorWindow(BusinessObjectLight, MetadataEntityManager, TranslationService, Consumer<BusinessObjectLight>) - Constructor for class org.neotropic.util.visual.window.ObjectSelectorWindow
- ObjectSelectorWindow(MetadataEntityManager, TranslationService, Consumer<BusinessObjectLight>) - Constructor for class org.neotropic.util.visual.window.ObjectSelectorWindow
- ObjectView - Class in org.neotropic.kuwaiba.modules.optional.physcon.views
-
View for object view representation
- ObjectView(BusinessObjectLight, MetadataEntityManager, ApplicationEntityManager, BusinessEntityManager, TranslationService, ResourceFactory) - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.views.ObjectView
- ObjectViewWidget - Class in org.neotropic.kuwaiba.modules.optional.physcon.widgets
-
Toolkit for an
ObjectView
. - ObjectViewWidget() - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.widgets.ObjectViewWidget
- onAttach(AttachEvent) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.widgets.MplsDashboard
- onAttach(AttachEvent) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantManagerDashboard
- onAttach(AttachEvent) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.widgets.SdhDashboard
- onAttach(AttachEvent) - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- onAttach(AttachEvent) - Method in class org.neotropic.kuwaiba.modules.optional.topoman.widgets.TopologyManagerDashboard
- onAttach(AttachEvent) - Method in class org.neotropic.kuwaiba.web.ui.LoginUI
- onAttach(AttachEvent) - Method in class org.neotropic.util.visual.colorpicker.ColorPicker
- onAttach(AttachEvent) - Method in class org.neotropic.util.visual.general.ModuleLayout
- ONCLICK - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.EventAttribute
- ONCLICK - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.EventAttribute
- onDetach(DetachEvent) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamUI
- onDetach(DetachEvent) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.widgets.MplsDashboard
- onDetach(DetachEvent) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsUI
- onDetach(DetachEvent) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.widgets.SdhDashboard
- onDetach(DetachEvent) - Method in class com.neotropic.kuwaiba.modules.commercial.whman.WarehousesManagerUI
- onDetach(DetachEvent) - Method in class org.neotropic.kuwaiba.core.configuration.filters.FiltersDefinitionUI
- onDetach(DetachEvent) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerUI
- onDetach(DetachEvent) - Method in class org.neotropic.kuwaiba.core.configuration.validators.ValidatorDefinitionUI
- onDetach(DetachEvent) - Method in class org.neotropic.kuwaiba.core.configuration.variables.ConfigurationVariablesUI
- onDetach(DetachEvent) - Method in class org.neotropic.kuwaiba.core.sessman.SessionManagerUI
- onDetach(DetachEvent) - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.ContractManagerUI
- onDetach(DetachEvent) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationUI
- onDetach(DetachEvent) - Method in class org.neotropic.kuwaiba.modules.core.audittrail.AuditTrailUI
- onDetach(DetachEvent) - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.DataModelManagerUI
- onDetach(DetachEvent) - Method in class org.neotropic.kuwaiba.modules.core.ltman.ListTypeManagerUI
- onDetach(DetachEvent) - Method in class org.neotropic.kuwaiba.modules.core.navigation.NavigationUI
- onDetach(DetachEvent) - Method in class org.neotropic.kuwaiba.modules.core.queries.QueriesUI
- onDetach(DetachEvent) - Method in class org.neotropic.kuwaiba.modules.core.templateman.TemplateManagerUI
- onDetach(DetachEvent) - Method in class org.neotropic.kuwaiba.modules.core.userman.UserManagerUI
- onDetach(DetachEvent) - Method in class org.neotropic.kuwaiba.modules.optional.contactman.ContactManagerUI
- onDetach(DetachEvent) - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- onDetach(DetachEvent) - Method in class org.neotropic.kuwaiba.modules.optional.pools.PoolsUI
- onDetach(DetachEvent) - Method in class org.neotropic.kuwaiba.modules.optional.reports.ReportsUI
- onDetach(DetachEvent) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerUI
- onDetach(DetachEvent) - Method in class org.neotropic.kuwaiba.modules.optional.taskman.TaskManagerUI
- onDetach(DetachEvent) - Method in class org.neotropic.kuwaiba.modules.optional.topoman.widgets.TopologyManagerDashboard
- ONE_TO_MANY - org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractRelationshipManagementAction.RelationshipCardinality
-
Multiple source objects can be related to only one target object.
- ONE_TO_ONE - org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractRelationshipManagementAction.RelationshipCardinality
-
A single source object can be related to only one target object.
- onElementEvent(EventDescriptor) - Method in interface com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementEventListener
-
Executes a set of actions to update a
UI element
when a element change - onElementEvent(EventDescriptor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentButton
- onElementEvent(EventDescriptor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentCheckBox
- onElementEvent(EventDescriptor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentComboBox
- onElementEvent(EventDescriptor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentDateField
- onElementEvent(EventDescriptor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentHorizontalLayout
- onElementEvent(EventDescriptor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentImage
- onElementEvent(EventDescriptor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentLabel
- onElementEvent(EventDescriptor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentListSelectFilter
- onElementEvent(EventDescriptor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentTextArea
- onElementEvent(EventDescriptor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentTextField
- onElementEvent(EventDescriptor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentUpload
- onElementEvent(EventDescriptor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentVerticalLayout
- onLanguageChanged(Language) - Method in interface org.neotropic.kuwaiba.core.i18n.session.I18nListener
-
Called when it is requested to change the web interface language.
- ONLAZYLOAD - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.EventAttribute
- ONLAZYLOAD - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.EventAttribute
- ONLOAD - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.EventAttribute
- ONLOAD - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.EventAttribute
- OnlyPortsFilter - Class in org.neotropic.kuwaiba.modules.core.navigation.filters
- OnlyPortsFilter() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.filters.OnlyPortsFilter
- ONNOTIFY - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.EventAttribute
- ONNOTIFY - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.EventAttribute
- ONPROPERTYCHANGE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.EventAttribute
- ONPROPERTYCHANGE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.EventAttribute
- onUiElementEvent(EventDescriptor) - Method in interface com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement.UiElementEventListener
-
Executes a set of actions to update a tag Element when a UI element changed
- onUiElementEvent(EventDescriptor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- onUiElementEvent(EventDescriptor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementField
- onUiElementEvent(EventDescriptor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementButton
- onUiElementEvent(EventDescriptor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- onUiElementEvent(EventDescriptor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementUpload
- ONUPLOADSUCCEEDED - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.EventAttribute
- ONUPLOADSUCCEEDED - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.EventAttribute
- open() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.DeviceSelectorWindow
- open() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.DialogOspViews
- open() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.ObjectOptionsWindow
- open() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowAddContainers
- open() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowAddNodes
- open() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowContainers
- open() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowContainerSelector
- open() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowExternalServices
- open() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowFiberTools
- open() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowFilters
- open() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowGeographicalQueries
- open() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowGeographicalQuery
- open() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowMap
- open() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowMidSpanAccess
- open() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowNewContainer
- open() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowNewNode
- open() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowObjectProperties
- open() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowViewContent
- open() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.diagram.ProcessInstanceDiagramWindow
- open() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.wdw.NewProcessInstanceWindow
- open() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.wdw.ProcessInstanceWindow
- open() - Method in interface org.neotropic.kuwaiba.core.apis.integration.modules.PopupAction
-
Opens the module as a window.
- open() - Method in class org.neotropic.kuwaiba.modules.core.favorites.actions.WindowFavoritesManager
- open() - Method in class org.neotropic.kuwaiba.modules.core.favorites.FavoritesModule
- open() - Method in class org.neotropic.kuwaiba.modules.core.navigation.dialogs.WindowNewObject
- open() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.WindowConnectivityManager
- open() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.ConnectivityManagerModule
- open() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.actions.WindowManagePortMirroring
- open() - Method in class org.neotropic.util.visual.exporters.grid.GridExporter
- open() - Method in class org.neotropic.util.visual.notifications.AbstractNotification
-
Displays the notification,
- open() - Method in class org.neotropic.util.visual.notifications.DetailedNotification
- open() - Method in class org.neotropic.util.visual.notifications.SimpleNotification
- open() - Method in class org.neotropic.util.visual.window.ObjectSelectorWindow
- OPEN - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Function
- OPEN - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Function
- openConnection() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.ConnectionManager
-
Opens a database connection (an probably initialize the connection handler)
- openConnection() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ConnectionManagerImpl
- OperationNotPermittedException - Exception in org.neotropic.kuwaiba.core.apis.persistence.exceptions
-
Thrown when a certain operation can't be performed because a system restriction or illegal state
- OperationNotPermittedException(String) - Constructor for exception org.neotropic.kuwaiba.core.apis.persistence.exceptions.OperationNotPermittedException
- order - Variable in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
-
This number will be used to position the action in menus (0 is the highest priority/importance).
- org.neotropic.kuwaiba.core.apis.integration.dashboards - package org.neotropic.kuwaiba.core.apis.integration.dashboards
- org.neotropic.kuwaiba.core.apis.integration.external.services - package org.neotropic.kuwaiba.core.apis.integration.external.services
- org.neotropic.kuwaiba.core.apis.integration.modules - package org.neotropic.kuwaiba.core.apis.integration.modules
- org.neotropic.kuwaiba.core.apis.integration.modules.actions - package org.neotropic.kuwaiba.core.apis.integration.modules.actions
- org.neotropic.kuwaiba.core.apis.integration.views - package org.neotropic.kuwaiba.core.apis.integration.views
- org.neotropic.kuwaiba.core.apis.persistence - package org.neotropic.kuwaiba.core.apis.persistence
- org.neotropic.kuwaiba.core.apis.persistence.application - package org.neotropic.kuwaiba.core.apis.persistence.application
- org.neotropic.kuwaiba.core.apis.persistence.application.processman - package org.neotropic.kuwaiba.core.apis.persistence.application.processman
- org.neotropic.kuwaiba.core.apis.persistence.application.queries - package org.neotropic.kuwaiba.core.apis.persistence.application.queries
- org.neotropic.kuwaiba.core.apis.persistence.application.reporting - package org.neotropic.kuwaiba.core.apis.persistence.application.reporting
- org.neotropic.kuwaiba.core.apis.persistence.business - package org.neotropic.kuwaiba.core.apis.persistence.business
- org.neotropic.kuwaiba.core.apis.persistence.exceptions - package org.neotropic.kuwaiba.core.apis.persistence.exceptions
- org.neotropic.kuwaiba.core.apis.persistence.metadata - package org.neotropic.kuwaiba.core.apis.persistence.metadata
- org.neotropic.kuwaiba.core.apis.persistence.util - package org.neotropic.kuwaiba.core.apis.persistence.util
- org.neotropic.kuwaiba.core.authentication - package org.neotropic.kuwaiba.core.authentication
- org.neotropic.kuwaiba.core.authentication.ldap - package org.neotropic.kuwaiba.core.authentication.ldap
- org.neotropic.kuwaiba.core.configuration - package org.neotropic.kuwaiba.core.configuration
- org.neotropic.kuwaiba.core.configuration.filters - package org.neotropic.kuwaiba.core.configuration.filters
- org.neotropic.kuwaiba.core.configuration.filters.actions - package org.neotropic.kuwaiba.core.configuration.filters.actions
- org.neotropic.kuwaiba.core.configuration.filters.nodes - package org.neotropic.kuwaiba.core.configuration.filters.nodes
- org.neotropic.kuwaiba.core.configuration.proxies - package org.neotropic.kuwaiba.core.configuration.proxies
- org.neotropic.kuwaiba.core.configuration.proxies.actions - package org.neotropic.kuwaiba.core.configuration.proxies.actions
- org.neotropic.kuwaiba.core.configuration.proxies.components - package org.neotropic.kuwaiba.core.configuration.proxies.components
- org.neotropic.kuwaiba.core.configuration.validators - package org.neotropic.kuwaiba.core.configuration.validators
- org.neotropic.kuwaiba.core.configuration.validators.actions - package org.neotropic.kuwaiba.core.configuration.validators.actions
- org.neotropic.kuwaiba.core.configuration.variables - package org.neotropic.kuwaiba.core.configuration.variables
- org.neotropic.kuwaiba.core.configuration.variables.actions - package org.neotropic.kuwaiba.core.configuration.variables.actions
- org.neotropic.kuwaiba.core.configuration.variables.components - package org.neotropic.kuwaiba.core.configuration.variables.components
- org.neotropic.kuwaiba.core.i18n - package org.neotropic.kuwaiba.core.i18n
- org.neotropic.kuwaiba.core.i18n.session - package org.neotropic.kuwaiba.core.i18n.session
- org.neotropic.kuwaiba.core.persistence - package org.neotropic.kuwaiba.core.persistence
- org.neotropic.kuwaiba.core.persistence.reference.extras.caching - package org.neotropic.kuwaiba.core.persistence.reference.extras.caching
- org.neotropic.kuwaiba.core.persistence.reference.extras.processman - package org.neotropic.kuwaiba.core.persistence.reference.extras.processman
- org.neotropic.kuwaiba.core.persistence.reference.extras.sync - package org.neotropic.kuwaiba.core.persistence.reference.extras.sync
- org.neotropic.kuwaiba.core.persistence.reference.naming.util - package org.neotropic.kuwaiba.core.persistence.reference.naming.util
- org.neotropic.kuwaiba.core.persistence.reference.neo4j - package org.neotropic.kuwaiba.core.persistence.reference.neo4j
- org.neotropic.kuwaiba.core.persistence.reference.neo4j.util - package org.neotropic.kuwaiba.core.persistence.reference.neo4j.util
- org.neotropic.kuwaiba.core.services.caching - package org.neotropic.kuwaiba.core.services.caching
- org.neotropic.kuwaiba.core.services.scheduling - package org.neotropic.kuwaiba.core.services.scheduling
- org.neotropic.kuwaiba.core.services.threading - package org.neotropic.kuwaiba.core.services.threading
- org.neotropic.kuwaiba.core.sessman - package org.neotropic.kuwaiba.core.sessman
- org.neotropic.kuwaiba.core.sessman.actions - package org.neotropic.kuwaiba.core.sessman.actions
- org.neotropic.kuwaiba.modules.commercial.contractman - package org.neotropic.kuwaiba.modules.commercial.contractman
- org.neotropic.kuwaiba.modules.commercial.contractman.actions - package org.neotropic.kuwaiba.modules.commercial.contractman.actions
- org.neotropic.kuwaiba.modules.commercial.contractman.components - package org.neotropic.kuwaiba.modules.commercial.contractman.components
- org.neotropic.kuwaiba.modules.commercial.sync - package org.neotropic.kuwaiba.modules.commercial.sync
- org.neotropic.kuwaiba.modules.commercial.sync.actions - package org.neotropic.kuwaiba.modules.commercial.sync.actions
- org.neotropic.kuwaiba.modules.commercial.sync.components - package org.neotropic.kuwaiba.modules.commercial.sync.components
- org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi - package org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi
- org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.entities - package org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.entities
- org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.parsers - package org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.parsers
- org.neotropic.kuwaiba.modules.commercial.sync.model - package org.neotropic.kuwaiba.modules.commercial.sync.model
- org.neotropic.kuwaiba.modules.core.audittrail - package org.neotropic.kuwaiba.modules.core.audittrail
- org.neotropic.kuwaiba.modules.core.audittrail.widgets - package org.neotropic.kuwaiba.modules.core.audittrail.widgets
- org.neotropic.kuwaiba.modules.core.containmentman - package org.neotropic.kuwaiba.modules.core.containmentman
- org.neotropic.kuwaiba.modules.core.containmentman.api - package org.neotropic.kuwaiba.modules.core.containmentman.api
- org.neotropic.kuwaiba.modules.core.containmentman.general - package org.neotropic.kuwaiba.modules.core.containmentman.general
- org.neotropic.kuwaiba.modules.core.datamodelman - package org.neotropic.kuwaiba.modules.core.datamodelman
- org.neotropic.kuwaiba.modules.core.datamodelman.actions - package org.neotropic.kuwaiba.modules.core.datamodelman.actions
- org.neotropic.kuwaiba.modules.core.datamodelman.nodes - package org.neotropic.kuwaiba.modules.core.datamodelman.nodes
- org.neotropic.kuwaiba.modules.core.favorites - package org.neotropic.kuwaiba.modules.core.favorites
- org.neotropic.kuwaiba.modules.core.favorites.actions - package org.neotropic.kuwaiba.modules.core.favorites.actions
- org.neotropic.kuwaiba.modules.core.favorites.nodes - package org.neotropic.kuwaiba.modules.core.favorites.nodes
- org.neotropic.kuwaiba.modules.core.ltman - package org.neotropic.kuwaiba.modules.core.ltman
- org.neotropic.kuwaiba.modules.core.ltman.actions - package org.neotropic.kuwaiba.modules.core.ltman.actions
- org.neotropic.kuwaiba.modules.core.navigation - package org.neotropic.kuwaiba.modules.core.navigation
- org.neotropic.kuwaiba.modules.core.navigation.actions - package org.neotropic.kuwaiba.modules.core.navigation.actions
- org.neotropic.kuwaiba.modules.core.navigation.dialogs - package org.neotropic.kuwaiba.modules.core.navigation.dialogs
- org.neotropic.kuwaiba.modules.core.navigation.explorers - package org.neotropic.kuwaiba.modules.core.navigation.explorers
- org.neotropic.kuwaiba.modules.core.navigation.explorers.grids - package org.neotropic.kuwaiba.modules.core.navigation.explorers.grids
- org.neotropic.kuwaiba.modules.core.navigation.explorers.nodes - package org.neotropic.kuwaiba.modules.core.navigation.explorers.nodes
- org.neotropic.kuwaiba.modules.core.navigation.filters - package org.neotropic.kuwaiba.modules.core.navigation.filters
- org.neotropic.kuwaiba.modules.core.navigation.navtree - package org.neotropic.kuwaiba.modules.core.navigation.navtree
- org.neotropic.kuwaiba.modules.core.navigation.navtree.nodes - package org.neotropic.kuwaiba.modules.core.navigation.navtree.nodes
- org.neotropic.kuwaiba.modules.core.queries - package org.neotropic.kuwaiba.modules.core.queries
- org.neotropic.kuwaiba.modules.core.queries.actions - package org.neotropic.kuwaiba.modules.core.queries.actions
- org.neotropic.kuwaiba.modules.core.queries.filters - package org.neotropic.kuwaiba.modules.core.queries.filters
- org.neotropic.kuwaiba.modules.core.queries.nodes - package org.neotropic.kuwaiba.modules.core.queries.nodes
- org.neotropic.kuwaiba.modules.core.templateman - package org.neotropic.kuwaiba.modules.core.templateman
- org.neotropic.kuwaiba.modules.core.templateman.actions - package org.neotropic.kuwaiba.modules.core.templateman.actions
- org.neotropic.kuwaiba.modules.core.userman - package org.neotropic.kuwaiba.modules.core.userman
- org.neotropic.kuwaiba.modules.core.userman.actions - package org.neotropic.kuwaiba.modules.core.userman.actions
- org.neotropic.kuwaiba.modules.core.userman.nodes - package org.neotropic.kuwaiba.modules.core.userman.nodes
- org.neotropic.kuwaiba.modules.optional.connectivityman - package org.neotropic.kuwaiba.modules.optional.connectivityman
- org.neotropic.kuwaiba.modules.optional.connectivityman.actions - package org.neotropic.kuwaiba.modules.optional.connectivityman.actions
- org.neotropic.kuwaiba.modules.optional.contactman - package org.neotropic.kuwaiba.modules.optional.contactman
- org.neotropic.kuwaiba.modules.optional.contactman.actions - package org.neotropic.kuwaiba.modules.optional.contactman.actions
- org.neotropic.kuwaiba.modules.optional.contactman.widgets - package org.neotropic.kuwaiba.modules.optional.contactman.widgets
- org.neotropic.kuwaiba.modules.optional.layouteditor - package org.neotropic.kuwaiba.modules.optional.layouteditor
- org.neotropic.kuwaiba.modules.optional.layouteditor.actions - package org.neotropic.kuwaiba.modules.optional.layouteditor.actions
- org.neotropic.kuwaiba.modules.optional.layouteditor.tools - package org.neotropic.kuwaiba.modules.optional.layouteditor.tools
- org.neotropic.kuwaiba.modules.optional.layouteditor.widgets - package org.neotropic.kuwaiba.modules.optional.layouteditor.widgets
- org.neotropic.kuwaiba.modules.optional.physcon - package org.neotropic.kuwaiba.modules.optional.physcon
- org.neotropic.kuwaiba.modules.optional.physcon.actions - package org.neotropic.kuwaiba.modules.optional.physcon.actions
- org.neotropic.kuwaiba.modules.optional.physcon.views - package org.neotropic.kuwaiba.modules.optional.physcon.views
- org.neotropic.kuwaiba.modules.optional.physcon.widgets - package org.neotropic.kuwaiba.modules.optional.physcon.widgets
- org.neotropic.kuwaiba.modules.optional.physcon.windows - package org.neotropic.kuwaiba.modules.optional.physcon.windows
- org.neotropic.kuwaiba.modules.optional.pools - package org.neotropic.kuwaiba.modules.optional.pools
- org.neotropic.kuwaiba.modules.optional.pools.actions - package org.neotropic.kuwaiba.modules.optional.pools.actions
- org.neotropic.kuwaiba.modules.optional.pools.nodes - package org.neotropic.kuwaiba.modules.optional.pools.nodes
- org.neotropic.kuwaiba.modules.optional.reports - package org.neotropic.kuwaiba.modules.optional.reports
- org.neotropic.kuwaiba.modules.optional.reports.actions - package org.neotropic.kuwaiba.modules.optional.reports.actions
- org.neotropic.kuwaiba.modules.optional.reports.defaults - package org.neotropic.kuwaiba.modules.optional.reports.defaults
- org.neotropic.kuwaiba.modules.optional.reports.html - package org.neotropic.kuwaiba.modules.optional.reports.html
- org.neotropic.kuwaiba.modules.optional.reports.javascript - package org.neotropic.kuwaiba.modules.optional.reports.javascript
- org.neotropic.kuwaiba.modules.optional.reports.nodes - package org.neotropic.kuwaiba.modules.optional.reports.nodes
- org.neotropic.kuwaiba.modules.optional.reports.plugins.gcharts - package org.neotropic.kuwaiba.modules.optional.reports.plugins.gcharts
- org.neotropic.kuwaiba.modules.optional.serviceman - package org.neotropic.kuwaiba.modules.optional.serviceman
- org.neotropic.kuwaiba.modules.optional.serviceman.actions - package org.neotropic.kuwaiba.modules.optional.serviceman.actions
- org.neotropic.kuwaiba.modules.optional.serviceman.components - package org.neotropic.kuwaiba.modules.optional.serviceman.components
- org.neotropic.kuwaiba.modules.optional.serviceman.explorers - package org.neotropic.kuwaiba.modules.optional.serviceman.explorers
- org.neotropic.kuwaiba.modules.optional.serviceman.widgets - package org.neotropic.kuwaiba.modules.optional.serviceman.widgets
- org.neotropic.kuwaiba.modules.optional.taskman - package org.neotropic.kuwaiba.modules.optional.taskman
- org.neotropic.kuwaiba.modules.optional.taskman.actions - package org.neotropic.kuwaiba.modules.optional.taskman.actions
- org.neotropic.kuwaiba.modules.optional.taskman.components - package org.neotropic.kuwaiba.modules.optional.taskman.components
- org.neotropic.kuwaiba.modules.optional.taskman.tools - package org.neotropic.kuwaiba.modules.optional.taskman.tools
- org.neotropic.kuwaiba.modules.optional.topoman - package org.neotropic.kuwaiba.modules.optional.topoman
- org.neotropic.kuwaiba.modules.optional.topoman.actions - package org.neotropic.kuwaiba.modules.optional.topoman.actions
- org.neotropic.kuwaiba.modules.optional.topoman.tools - package org.neotropic.kuwaiba.modules.optional.topoman.tools
- org.neotropic.kuwaiba.modules.optional.topoman.widgets - package org.neotropic.kuwaiba.modules.optional.topoman.widgets
- org.neotropic.kuwaiba.northbound.ws - package org.neotropic.kuwaiba.northbound.ws
- org.neotropic.kuwaiba.northbound.ws.model.application - package org.neotropic.kuwaiba.northbound.ws.model.application
- org.neotropic.kuwaiba.northbound.ws.model.business - package org.neotropic.kuwaiba.northbound.ws.model.business
- org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh - package org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh
- org.neotropic.kuwaiba.northbound.ws.model.metadata - package org.neotropic.kuwaiba.northbound.ws.model.metadata
- org.neotropic.kuwaiba.northbound.ws.todeserialize - package org.neotropic.kuwaiba.northbound.ws.todeserialize
- org.neotropic.kuwaiba.visualization.api - package org.neotropic.kuwaiba.visualization.api
- org.neotropic.kuwaiba.visualization.api.properties - package org.neotropic.kuwaiba.visualization.api.properties
- org.neotropic.kuwaiba.visualization.api.resources - package org.neotropic.kuwaiba.visualization.api.resources
- org.neotropic.kuwaiba.visualization.mxgraph - package org.neotropic.kuwaiba.visualization.mxgraph
- org.neotropic.kuwaiba.web - package org.neotropic.kuwaiba.web
- org.neotropic.kuwaiba.web.ui - package org.neotropic.kuwaiba.web.ui
- org.neotropic.util.visual.button - package org.neotropic.util.visual.button
- org.neotropic.util.visual.colorpicker - package org.neotropic.util.visual.colorpicker
- org.neotropic.util.visual.dialog - package org.neotropic.util.visual.dialog
- org.neotropic.util.visual.exporters - package org.neotropic.util.visual.exporters
- org.neotropic.util.visual.exporters.grid - package org.neotropic.util.visual.exporters.grid
- org.neotropic.util.visual.general - package org.neotropic.util.visual.general
- org.neotropic.util.visual.grids - package org.neotropic.util.visual.grids
- org.neotropic.util.visual.icon - package org.neotropic.util.visual.icon
- org.neotropic.util.visual.icons - package org.neotropic.util.visual.icons
- org.neotropic.util.visual.menu - package org.neotropic.util.visual.menu
- org.neotropic.util.visual.mxgraph - package org.neotropic.util.visual.mxgraph
- org.neotropic.util.visual.notifications - package org.neotropic.util.visual.notifications
- org.neotropic.util.visual.paperdialog - package org.neotropic.util.visual.paperdialog
- org.neotropic.util.visual.properties - package org.neotropic.util.visual.properties
- org.neotropic.util.visual.resources - package org.neotropic.util.visual.resources
- org.neotropic.util.visual.selectors - package org.neotropic.util.visual.selectors
- org.neotropic.util.visual.slider - package org.neotropic.util.visual.slider
- org.neotropic.util.visual.togglemenubutton - package org.neotropic.util.visual.togglemenubutton
- org.neotropic.util.visual.tree - package org.neotropic.util.visual.tree
- org.neotropic.util.visual.tree.nodes - package org.neotropic.util.visual.tree.nodes
- org.neotropic.util.visual.views.util - package org.neotropic.util.visual.views.util
- org.neotropic.util.visual.widgets - package org.neotropic.util.visual.widgets
- org.neotropic.util.visual.window - package org.neotropic.util.visual.window
- org.neotropic.util.visual.wizard - package org.neotropic.util.visual.wizard
- OSP_LAST_MILE_CIRCUIT_ENDPOINT_A - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantService
-
A side of the OSP last mile circuit
- OSP_LAST_MILE_CIRCUIT_ENDPOINT_B - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantService
-
B side of the OSP last mile circuit
- OspConstants - Class in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Set of constants used in the Outside Plant Module
- OspConstants() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.api.OspConstants
- OspLocationView - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
View to Outside Plant Locations (manholes, hand holes, etc.)
- OspLocationView(BusinessObjectLight, BusinessObjectLight, BusinessObjectLight, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService, ManagePortMirroringVisualAction, PhysicalConnectionsService, boolean, boolean) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.OspLocationView
- OUTPUT_PARAMETERS - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property
- OUTPUT_PARAMETERS - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property
- OutsidePlantAccordion - Class in com.neotropic.kuwaiba.modules.commercial.ospman.widgets
-
Set of panels to work in the Outside Plant View.
- OutsidePlantAccordion(ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion
- OutsidePlantAccordion.BusinessObjectPropertySheet - Class in com.neotropic.kuwaiba.modules.commercial.ospman.widgets
- OutsidePlantAccordion.MapPropertySheet - Class in com.neotropic.kuwaiba.modules.commercial.ospman.widgets
- OutsidePlantAccordion.NewNodePanelContent - Class in com.neotropic.kuwaiba.modules.commercial.ospman.widgets
- OutsidePlantAccordion.ViewPropertySheet - Class in com.neotropic.kuwaiba.modules.commercial.ospman.widgets
- OutsidePlantExternalServicesProvider - Class in com.neotropic.kuwaiba.modules.commercial.osp.external.services
-
Provider to manage the
external service providers
in the Outside Plant Manager Module. - OutsidePlantExternalServicesProvider() - Constructor for class com.neotropic.kuwaiba.modules.commercial.osp.external.services.OutsidePlantExternalServicesProvider
- OutsidePlantManagerDashboard - Class in com.neotropic.kuwaiba.modules.commercial.ospman.widgets
-
The visual entry point to the Outside Plant Module.
- OutsidePlantManagerDashboard(TranslationService, ResourceFactory, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, PhysicalConnectionsService, NewBusinessObjectVisualAction, NewBusinessObjectFromTemplateVisualAction, NewMultipleBusinessObjectsVisualAction, ManagePortMirroringVisualAction, CoreActionsRegistry, AdvancedActionsRegistry, ViewWidgetRegistry, ExplorerWidgetRegistry, OutsidePlantExternalServicesProvider) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantManagerDashboard
- OutsidePlantManagerLayout - Class in com.neotropic.kuwaiba.modules.commercial.ospman
-
General layout for this module.
- OutsidePlantManagerLayout() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantManagerLayout
- OutsidePlantManagerModule - Class in com.neotropic.kuwaiba.modules.commercial.ospman
-
Outside plant module definition.
- OutsidePlantManagerModule() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantManagerModule
- OutsidePlantManagerUI - Class in com.neotropic.kuwaiba.modules.commercial.ospman
-
Main for the outside plant manager module.
- OutsidePlantManagerUI() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantManagerUI
- OutsidePlantService - Class in com.neotropic.kuwaiba.modules.commercial.ospman
-
Service to manage the persistence operations in the Outside Plant Manager Module
- OutsidePlantService() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantService
- OutsidePlantView - Class in com.neotropic.kuwaiba.modules.commercial.ospman.widgets
-
Graphically displays Outside Plant elements on a map.
- OutsidePlantView(OutsidePlantManagerDashboard, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService, ResourceFactory, PhysicalConnectionsService, NewBusinessObjectVisualAction, NewBusinessObjectFromTemplateVisualAction, NewMultipleBusinessObjectsVisualAction, ManagePortMirroringVisualAction, CoreActionsRegistry, AdvancedActionsRegistry, ViewWidgetRegistry, ExplorerWidgetRegistry, OutsidePlantAccordion, OutsidePlantExternalServicesProvider) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantView
- OutsidePlantView(ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService, ResourceFactory) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantView
- ownerId - Variable in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
-
Query owner
- OWNS_QUERY - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
P
- PACKAGE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- PACKAGE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- PANEL - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- PaperDialogAddObject - Class in com.neotropic.kuwaiba.modules.commercial.mpls.tools
- PaperDialogAddObject - Class in com.neotropic.kuwaiba.modules.commercial.sdh.tools
- PaperDialogAddObject - Class in org.neotropic.util.visual.paperdialog
- PaperDialogAddObject(TranslationService, BusinessEntityManager, MxGraphCanvas) - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.tools.PaperDialogAddObject
- PaperDialogAddObject(TranslationService, BusinessEntityManager, MxGraphCanvas) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.tools.PaperDialogAddObject
- PaperDialogAddObject(TranslationService, BusinessEntityManager, MxGraphCanvas) - Constructor for class org.neotropic.util.visual.paperdialog.PaperDialogAddObject
- PaperDialogAddObject.NewObjectEvent - Class in com.neotropic.kuwaiba.modules.commercial.mpls.tools
- PaperDialogAddObject.NewObjectEvent - Class in com.neotropic.kuwaiba.modules.commercial.sdh.tools
- PaperDialogAddObject.NewObjectEvent - Class in org.neotropic.util.visual.paperdialog
- PaperDialogSearchObject - Class in com.neotropic.kuwaiba.modules.commercial.mpls.tools
- PaperDialogSearchObject - Class in com.neotropic.kuwaiba.modules.commercial.sdh.tools
- PaperDialogSearchObject - Class in org.neotropic.util.visual.paperdialog
- PaperDialogSearchObject(TranslationService, BusinessEntityManager, MxGraphCanvas<BusinessObjectLight, BusinessObjectLight>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.tools.PaperDialogSearchObject
- PaperDialogSearchObject(TranslationService, BusinessEntityManager, MxGraphCanvas<BusinessObjectLight, BusinessObjectLight>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.tools.PaperDialogSearchObject
- PaperDialogSearchObject(TranslationService, MxGraphCanvas<BusinessObjectLight, BusinessObjectLight>) - Constructor for class org.neotropic.util.visual.paperdialog.PaperDialogSearchObject
- PaperDialogSearchObject.SelectObjectEvent - Class in com.neotropic.kuwaiba.modules.commercial.mpls.tools
- PaperDialogSearchObject.SelectObjectEvent - Class in com.neotropic.kuwaiba.modules.commercial.sdh.tools
- PaperDialogSearchObject.SelectObjectEvent - Class in org.neotropic.util.visual.paperdialog
- PaperSlider - Class in org.neotropic.util.visual.slider
- PaperSlider() - Constructor for class org.neotropic.util.visual.slider.PaperSlider
- PaperSlider.SliderValueChangingEvent - Class in org.neotropic.util.visual.slider
- PARALLEL_LIMIT - Static variable in class org.neotropic.kuwaiba.core.services.threading.ThreadingService
-
The number of registered jobs after which a parallel access to the table will be attempted.
- ParallelActivityDefinition - Class in org.neotropic.kuwaiba.core.apis.persistence.application.processman
-
Representation of a BPMN flow object -Parallel Gateway-
- ParallelActivityDefinition(long, String, String, int, ArtifactDefinition, Actor, List<Kpi>, List<KpiAction>, boolean, boolean, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ParallelActivityDefinition
- PARAM_BUSINESS_OBJECT - Static variable in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.AssociateObjectToProjectVisualAction
-
New business object visual action parameter business object.
- PARAM_BUSINESS_OBJECT - Static variable in class org.neotropic.kuwaiba.core.configuration.proxies.actions.AssociateObjectToProxyVisualAction
-
New business object visual action parameter business object.
- PARAM_BUSINESS_OBJECT - Static variable in class org.neotropic.kuwaiba.modules.commercial.sync.actions.NewSyncDataSourceConfigurationVisualAction
-
New business object visual action parameter business object.
- PARAM_BUSINESS_OBJECT - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.actions.CopyBusinessObjectVisualAction
-
Business Object Parameter.
- PARAM_BUSINESS_OBJECT - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.actions.DeleteBusinessObjectVisualAction
-
business object visual action parameter business object.
- PARAM_BUSINESS_OBJECT - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.actions.MoveBusinessObjectVisualAction
-
Business Object Parameter.
- PARAM_BUSINESS_OBJECT - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.actions.NewBusinessObjectFromTemplateVisualAction
-
business object parameter, used to retrieve the parent as a parameter.
- PARAM_BUSINESS_OBJECT - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.actions.NewBusinessObjectVisualAction
-
New business object visual action parameter business object.
- PARAM_BUSINESS_OBJECT - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.actions.NewMultipleBusinessObjectsVisualAction
-
business object parameter, used to retrieve the parent as a parameter.
- PARAM_BUSINESS_OBJECT - Static variable in class org.neotropic.kuwaiba.modules.optional.contactman.widgets.NewContactForCustomerAction
-
business object parameter, used to retrieve the parent as a parameter.
- PARAM_BUSINESS_OBJECT - Static variable in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.AssociateObjectToServiceAction
-
Parameter business object.
- PARAM_BUSINESS_OBJECT - Static variable in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.AssociateObjectToServiceVisualAction
-
Parameter business object.
- PARAM_CIDR - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.NewSubnetVisualAction
-
Parameter to create the subnet, parent type if is a folder or a subnet
- PARAM_CLASS_NAME - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.actions.DetachFileAction
-
The class name of the object the attachment is related to.
- PARAM_CLASSNAME - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteSubnetVisualAction
-
Parameter to create the subnet, the parent class name
- PARAM_CLASSNAME - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.NewSubnetVisualAction
-
Parameter to create the subnet, the parent class name
- PARAM_FILE_OBJECT_ID - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.actions.DetachFileAction
-
The id of the attachment to be removed.
- PARAM_FOLDER - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteFolderVisualAction
-
New business object visual action parameter business object.
- PARAM_IP_ADDR - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteIpAddrFromFolderVisualAction
-
IP address visual action parameter ip address id
- PARAM_IPV - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.AddIpAddrToFolderVisualAction
-
To know if we are creating a ipv4 or ipv6
- PARAM_LIST_TYPE - Static variable in class org.neotropic.kuwaiba.modules.core.ltman.actions.NewListTypeItemVisualAction
- PARAM_NEW_FILTER_DEFINITION - Static variable in class org.neotropic.kuwaiba.core.configuration.filters.actions.NewFilterDefinitionAction
-
Used to retrieve into the ui the last created filter and select this filter in the filter grid
- PARAM_NEW_SUBNETS_IDS - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.SplitSubnetAction
-
Parameter of the created the subnets its ids
- PARAM_OBJECT_CLASS - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.actions.CopyBusinessObjectAction
-
Copy business object action parameter class.
- PARAM_OBJECT_CLASS - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.actions.MoveBusinessObjectAction
-
Move business object action parameter class.
- PARAM_OBJECT_CLASS_NAME - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.actions.DeleteBusinessObjectAction
-
New business object action parameter template id.
- PARAM_OBJECT_ID - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.actions.CopyBusinessObjectAction
-
Copy business object action parameter id.
- PARAM_OBJECT_ID - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.actions.DetachFileAction
-
The id of the object the attachment is related to.
- PARAM_OBJECT_ID - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.actions.MoveBusinessObjectAction
-
Move business object action parameter id.
- PARAM_OBJECT_OID - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.actions.DeleteBusinessObjectAction
-
New business object action parameter id.
- PARAM_PARENT_CLASSNAME - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.NewSubnetVisualAction
-
Parameter to create the subnet, the parent id
- PARAM_PARENT_FOLDER_CLASSNAME - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.NewFolderVisualAction
-
Parameter to create a new folder, the parent class of the new folder(pool)
- PARAM_PARENT_FOLDER_ID - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.NewFolderVisualAction
-
Parameter to create a new folder, the parent oid of the new folder
- PARAM_PARENT_ID - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.AddIpAddrToFolderVisualAction
-
New IP address visual action parameter folder id
- PARAM_PARENT_ID - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.NewSubnetVisualAction
-
Parameter to create the subnet, the parent id
- PARAM_PARENT_TYPE - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.AddIpAddrToFolderVisualAction
-
New IP address parent type
- PARAM_SERVICE - Static variable in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.AssociateObjectToServiceAction
-
Parameter service.
- PARAM_SERVICE - Static variable in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.AssociateObjectToServiceVisualAction
-
Parameter service.
- PARAM_SUBNET - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.AddIpAddrToSubnetVisualAction
-
New IP address visual action parameter ip address next possible ip
- PARAM_SUBNET - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteSubnetVisualAction
-
Delete subnet visual action parameter the subnet name to show the notification.
- PARAM_SUBNET - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.SplitSubnetVisualAction
-
Parameter to create the subnet, the parent id
- PARAM_SUBNETS - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.SplitSubnetAction
-
Parameter to create the splited subnets, contains all the new subnets details
- PARAM_TARGET_CLASS - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.actions.CopyBusinessObjectAction
-
Copy business object action parameter target class.
- PARAM_TARGET_CLASS - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.actions.MoveBusinessObjectAction
-
Move business object action parameter target class.
- PARAM_TARGET_ID - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.actions.CopyBusinessObjectAction
-
Copy business object action parameter target id.
- PARAM_TARGET_ID - Static variable in class org.neotropic.kuwaiba.modules.core.navigation.actions.MoveBusinessObjectAction
-
Move business object action parameter target id.
- PARAMETER_BUSINESS_OBJECT - Static variable in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.ReleaseObjectFromServiceAction
-
Parameter business object.
- PARAMETER_BUSINESS_OBJECT - Static variable in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.ReleaseObjectFromServiceVisualAction
-
Parameter business object.
- PARAMETER_BUSINESS_OBJECT - Static variable in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerUI
-
Parameter business object.
- PARAMETER_NAMES - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- PARAMETER_NAMES - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- PARAMETER_SERVICE - Static variable in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.ReleaseObjectFromServiceAction
-
Parameter service.
- PARAMETER_SERVICE - Static variable in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.ReleaseObjectFromServiceVisualAction
-
Parameter service.
- parameter1 - Variable in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.AlphabeticLowercaseSequence
- parameter1 - Variable in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.MirrorPortsFunction
- parameter1 - Variable in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.MirrorSplicePortsFunction
- parameter2 - Variable in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.AlphabeticLowercaseSequence
- parameter2 - Variable in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.MirrorPortsFunction
- parameter2 - Variable in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.MirrorSplicePortsFunction
- PARENT - Static variable in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherQueryBuilder
- parentClassName - Variable in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- ParentFilter - Class in org.neotropic.kuwaiba.modules.core.queries.filters
- ParentFilter(TranslationService, List<ClassMetadataLight>) - Constructor for class org.neotropic.kuwaiba.modules.core.queries.filters.ParentFilter
- parse(String) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.parsers.BridgeDomainsASR1002Parser
-
Parses the raw input
- parse(String) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.parsers.BridgeDomainsASR1006Parser
-
Parses the raw input
- parse(String) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.parsers.BridgeDomainsASR9001Parser
-
Parses the raw input
- parse(String) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.parsers.BridgeDomainsASR920Parser
-
Parses the raw input
- parse(String) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.parsers.BridgeDomainsME3600Parser
-
Parses the raw input
- parseAttributesToJson(HashMap<String, String>) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.extras.sync.SyncUtil
-
Parse a hash map with the attributes of the objects to a JSON format
- parseAttributesToJson(HashMap<String, String>) - Static method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncUtil
-
Parse a hash map with the attributes of the objects to a JSON format
- parseMibTable(String, HashMap<String, OID>, List<List<String>>) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.extras.sync.SyncUtil
-
In providers, maps the data table got from SNMP into a Map to
- parseMibTable(String, HashMap<String, OID>, List<List<String>>) - Static method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncUtil
-
In providers, maps the data table got from SNMP into a Map to
- parseOldAttributesToJson(HashMap<String, String>) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.extras.sync.SyncUtil
-
Parse a hash map with the attributes of the objects to a JSON format
- parseOldAttributesToJson(HashMap<String, String>) - Static method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncUtil
-
Parse a hash map with the attributes of the objects to a JSON format
- PATCHES_PATH - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Path for patches files
- PATH - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- PATH - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- PathChangedEvent - Class in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Path Changed Event to add/fire in the Outside Plant View.
- PathChangedEvent(List<GeoCoordinate>, PathChangedEvent.PathChangedEventListener) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.api.PathChangedEvent
- PathChangedEvent.PathChangedEventListener - Interface in com.neotropic.kuwaiba.modules.commercial.ospman.api
- PathSelectionHelper - Class in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google
-
Path selection helper.
- PathSelectionHelper(BiConsumer<List<BusinessObjectViewEdge>, Runnable>, GoogleMap, Collection<GoogleMapNode>, Collection<GoogleMapEdge>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.PathSelectionHelper
- PAUSED - org.neotropic.kuwaiba.core.persistence.PersistenceService.EXECUTION_STATE
- PERFORMED_BY - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- PERSISTENCE_SERVICE_VERSION - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Persistence Service version
- PersistenceService - Class in org.neotropic.kuwaiba.core.persistence
-
This service manages the life cycle of the connection to the database and the rest of services that connect to the database.
- PersistenceService.EXECUTION_STATE - Enum in org.neotropic.kuwaiba.core.persistence
- PersistenceUtil - Class in org.neotropic.kuwaiba.modules.commercial.sync
- PersistenceUtil() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.PersistenceUtil
- PHYSICAL_PATH_A - com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowFiberTools.Tool
- PHYSICAL_PATH_B - com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowFiberTools.Tool
- PHYSICAL_TREE_A - com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowFiberTools.Tool
- PHYSICAL_TREE_B - com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowFiberTools.Tool
- PhysicalConnectionsModule - Class in org.neotropic.kuwaiba.modules.optional.physcon
-
Provides tools and services that allow the creation of physical connections (optical, electrical and power-related).
- PhysicalConnectionsModule() - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.PhysicalConnectionsModule
- PhysicalConnectionsService - Class in org.neotropic.kuwaiba.modules.optional.physcon
-
Service to manage the physical connections
- PhysicalConnectionsService() - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.PhysicalConnectionsService
- PhysicalPathView - Class in org.neotropic.kuwaiba.modules.optional.physcon.views
-
View for graphic visualization of physical Path
- PhysicalPathView(BusinessObjectLight, BusinessEntityManager, ApplicationEntityManager, MetadataEntityManager, TranslationService, PhysicalConnectionsService) - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalPathView
- PhysicalPathViewWidget - Class in org.neotropic.kuwaiba.modules.optional.physcon.widgets
-
A tooled component tat wraps a
FiberSplitterView
. - PhysicalPathViewWidget() - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.widgets.PhysicalPathViewWidget
- PhysicalPathViewWindow - Class in org.neotropic.kuwaiba.modules.optional.physcon.windows
-
Window to wrap a
PhysicalPathView
- PhysicalPathViewWindow(BusinessObjectLight, BusinessEntityManager, ApplicationEntityManager, MetadataEntityManager, TranslationService, PhysicalConnectionsService) - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.windows.PhysicalPathViewWindow
- PhysicalTreeView - Class in org.neotropic.kuwaiba.modules.optional.physcon.views
-
View for graphic visualization of physical tree.
- PhysicalTreeView(BusinessObjectLight, BusinessEntityManager, ApplicationEntityManager, MetadataEntityManager, TranslationService, PhysicalConnectionsService) - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalTreeView
- PhysicalTreeViewWidget - Class in org.neotropic.kuwaiba.modules.optional.physcon.widgets
-
A tooled component tat wraps a
PhysicalTreeView
. - PhysicalTreeViewWidget() - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.widgets.PhysicalTreeViewWidget
- PhysicalTreeViewWindow - Class in org.neotropic.kuwaiba.modules.optional.physcon.windows
-
Window to wrap a
PhysicalTreeView
- PhysicalTreeViewWindow(BusinessObjectLight, BusinessEntityManager, ApplicationEntityManager, MetadataEntityManager, TranslationService, PhysicalConnectionsService) - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.windows.PhysicalTreeViewWindow
- PIECHART - org.neotropic.kuwaiba.modules.optional.reports.plugins.gcharts.GChartsFactory.ChartType
- PollResult - Class in org.neotropic.kuwaiba.modules.commercial.sync.model
-
The result of polling a given sync data source
- PollResult() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.model.PollResult
- Pool - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
A POJO representation of a pool.
- Pool(String, String, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.Pool
- POOL_TYPE_GENERAL_PURPOSE - Static variable in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Type of pool general purpose.
- POOL_TYPE_GENERAL_PURPOSE - Static variable in class org.neotropic.kuwaiba.modules.optional.pools.PoolsUI
-
Type of pool general purpose.
- POOL_TYPE_MODULE_COMPONENT - Static variable in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Type of pool module component.
- POOL_TYPE_MODULE_ROOT - Static variable in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Type of pool module root.
- POOL_TYPE_MODULE_ROOT - Static variable in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.NewContractVisualAction
-
Type of pool module root.
- PoolConfigurationDialog - Class in org.neotropic.kuwaiba.core.configuration.variables.components
-
Visual wrapper of create a new configuration variable pool action.
- PoolConfigurationDialog() - Constructor for class org.neotropic.kuwaiba.core.configuration.variables.components.PoolConfigurationDialog
- PoolContractDialog - Class in org.neotropic.kuwaiba.modules.commercial.contractman.components
-
Visual wrapper of manage contract pool action.
- PoolContractDialog() - Constructor for class org.neotropic.kuwaiba.modules.commercial.contractman.components.PoolContractDialog
- PoolDashboard - Class in org.neotropic.kuwaiba.modules.optional.serviceman.widgets
-
A general purpose pool dashboard that allows to set the name and description of pools.
- PoolDashboard() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.widgets.PoolDashboard
- PoolNode - Class in org.neotropic.kuwaiba.modules.core.queries.nodes
-
Represents a root node in the scripts tree.
- PoolNode(ScriptedQueriesPool) - Constructor for class org.neotropic.kuwaiba.modules.core.queries.nodes.PoolNode
- PoolObjectNode - Class in org.neotropic.kuwaiba.modules.optional.pools.nodes
-
Represents a node in the pool items tree.
- PoolObjectNode(BusinessObjectLight) - Constructor for class org.neotropic.kuwaiba.modules.optional.pools.nodes.PoolObjectNode
- PoolObjectNode(BusinessObjectLight, String) - Constructor for class org.neotropic.kuwaiba.modules.optional.pools.nodes.PoolObjectNode
- PoolProxiesDialog - Class in org.neotropic.kuwaiba.core.configuration.proxies.components
-
Visual wrapper of create a new proxy variable pool action.
- PoolProxiesDialog() - Constructor for class org.neotropic.kuwaiba.core.configuration.proxies.components.PoolProxiesDialog
- PoolsLayout - Class in org.neotropic.kuwaiba.modules.optional.pools
-
The standard layout to be applied in this module.
- PoolsLayout() - Constructor for class org.neotropic.kuwaiba.modules.optional.pools.PoolsLayout
- PoolsModule - Class in org.neotropic.kuwaiba.modules.optional.pools
-
The definition of the Pools module
- PoolsModule() - Constructor for class org.neotropic.kuwaiba.modules.optional.pools.PoolsModule
- PoolsUI - Class in org.neotropic.kuwaiba.modules.optional.pools
-
Main for Pools.
- PoolsUI() - Constructor for class org.neotropic.kuwaiba.modules.optional.pools.PoolsUI
- PopupAction - Interface in org.neotropic.kuwaiba.core.apis.integration.modules
-
All modules that open as a window should implement this interface.
- PortNode - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Class to port node in the splice box
- PortNode(BusinessObjectLight, MxGraph, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.PortNode
- PortSelector - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
-
Port selector.
- PortSelector(String, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.PortSelector
- PortUtilityService - Class in org.neotropic.kuwaiba.core.persistence.reference.neo4j.util
-
Provides methods related with ports operations, like mirring ports, naming standariotation e.g.
- PortUtilityService() - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.PortUtilityService
- position - Variable in class com.neotropic.kuwaiba.modules.commercial.sdh.api.AbstractPosition
- PositionChangedEvent - Class in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Position Changed Event to add/fire in the Outside Plant View
- PositionChangedEvent(double, double, PositionChangedEvent.PositionChangedEventListener) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.api.PositionChangedEvent
- PositionChangedEvent.PositionChangedEventListener - Interface in com.neotropic.kuwaiba.modules.commercial.ospman.api
- POSSIBLE_CHILD - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- POSSIBLE_SPECIAL_CHILD - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- PossibleChildComponent - Class in org.neotropic.kuwaiba.modules.core.containmentman
-
Represents a possible children as a visual component in the containment manager module
- PossibleChildComponent(ClassMetadataLight, boolean) - Constructor for class org.neotropic.kuwaiba.modules.core.containmentman.PossibleChildComponent
- PossibleChildComponent(ClassMetadataLight, List<ClassMetadataLight>) - Constructor for class org.neotropic.kuwaiba.modules.core.containmentman.PossibleChildComponent
-
To create a Container for subclasses of an abstract class
- postConstruct() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement.AbstractUiElement
-
Init the
UI element
with the properties in theelement
. - postConstruct() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentButton
- postConstruct() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentCheckBox
- postConstruct() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentComboBox
- postConstruct() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentDateField
- postConstruct() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentHorizontalLayout
- postConstruct() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentImage
- postConstruct() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentLabel
- postConstruct() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentListSelectFilter
- postConstruct() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentTextArea
- postConstruct() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentTextField
- postConstruct() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentUpload
- postConstruct() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentVerticalLayout
- PRECONDITIONS - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- PRECONDITIONS - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- Privilege - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
A privilege is composed by a string token (unique id of the module or method the privilege refers to, for example "nav-tree" or "create-object") and a number that specifies the access level (see ACCESS_LEVEL* for possible values)
- Privilege(String, int) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.Privilege
- PRIVILEGE - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- PRIVILEGE_ATTACHMENTS - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_AUDIT_TRAIL - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_BULK_IMPORT - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_CONFIG_VARIABLES - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_CONTACTS - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_CONTAINMENT_MANAGER - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_CONTRACT_MANAGER - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_DATA_MODEL_MANAGER - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_FAVORITES - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_IP_ADDRESS_MANAGER - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_LIST_TYPE_MANAGER - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_MPLS_MODULE - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_NAVIGATION_TREE - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_OBJECT_PROPERTIES - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_PHYSICAL_VIEW - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_POOLS - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_PROJECTS - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_PROXIES - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_QUERY_MANAGER - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_REPORTS - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_SDH_MODULE - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_SERVICE_MANAGER - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_SOFTWARE_ASSETS_MANAGER - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_SPECIAL_EXPLORERS - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_SYNC - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_TASK_MANAGER - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_TEMPLATES - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_TOPOLOGY_DESIGNER - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_USER_MANAGER - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_VALIDATORS - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PRIVILEGE_WAREHOUSES - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- PrivilegeInfo - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Wrapper for entity class Privilege.
- PrivilegeInfo() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.PrivilegeInfo
- PrivilegeInfo(Privilege) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.PrivilegeInfo
- PrivilegeList - Class in org.neotropic.kuwaiba.modules.core.userman
- PrivilegeList() - Constructor for class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
- privileges - Static variable in class org.neotropic.kuwaiba.modules.core.userman.PrivilegeList
-
For now, these privileges will be hard-coded, however in the near future, every module will provide its own set of tokens
- ProcessDefinition - Class in org.neotropic.kuwaiba.core.apis.persistence.application.processman
-
Wraps the definition of a process.
- ProcessDefinition(long, String, String, long, String, boolean, ActivityDefinition, List<Kpi>, List<KpiAction>) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinition
- ProcessDefinitionLoader - Class in org.neotropic.kuwaiba.core.apis.persistence.application.processman
- ProcessDefinitionLoader(String, long) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinitionLoader
- ProcessDefinitionLoader.XMLProcessDefinitionException - Exception in org.neotropic.kuwaiba.core.apis.persistence.application.processman
- ProcessInstance - Class in org.neotropic.kuwaiba.core.apis.persistence.application.processman
-
The representation of a a running process
- ProcessInstance(long, String, String, long, long) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessInstance
- ProcessInstanceDiagram - Class in com.neotropic.kuwaiba.modules.commercial.processman.diagram
-
UI diagram to process instance.
- ProcessInstanceDiagram(ProcessDefinition, ProcessInstance) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.diagram.ProcessInstanceDiagram
- ProcessInstanceDiagramWindow - Class in com.neotropic.kuwaiba.modules.commercial.processman.diagram
-
Window to show the process instance diagram.
- ProcessInstanceDiagramWindow(ProcessDefinition, ProcessInstance, TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.diagram.ProcessInstanceDiagramWindow
- ProcessInstanceWindow - Class in com.neotropic.kuwaiba.modules.commercial.processman.wdw
-
Window to manage a process instance flow
- ProcessInstanceWindow(String, ProcessDefinition, ProcessInstance, ActorAuthorizationManager, ApplicationEntityManager, TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.wdw.ProcessInstanceWindow
- ProcessManagerLayout - Class in com.neotropic.kuwaiba.modules.commercial.processman
-
Layout for the process manager module.
- ProcessManagerLayout() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.ProcessManagerLayout
- ProcessManagerModule - Class in com.neotropic.kuwaiba.modules.commercial.processman
-
Process manager module definition.
- ProcessManagerModule() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.ProcessManagerModule
- ProcessManagerService - Class in org.neotropic.kuwaiba.core.persistence.reference.extras.processman
-
Service to manage the process definitions, process instances, activity definitions, and artifacts
- ProcessManagerService() - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ProcessManagerService
- ProcessManagerUI - Class in com.neotropic.kuwaiba.modules.commercial.processman
-
Main UI for the process manager
- ProcessManagerUI() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.ProcessManagerUI
- Project - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
Represents a project in the inventory address book.
- Project(BusinessObject) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.Project
- ProjectActivityDialog - Class in com.neotropic.kuwaiba.modules.commercial.planning.projects.components
-
Visual wrapper of manage project activity action.
- ProjectActivityDialog() - Constructor for class com.neotropic.kuwaiba.modules.commercial.planning.projects.components.ProjectActivityDialog
- ProjectPoolDialog - Class in com.neotropic.kuwaiba.modules.commercial.planning.projects.components
-
Visual wrapper of manage project pool action.
- ProjectPoolDialog() - Constructor for class com.neotropic.kuwaiba.modules.commercial.planning.projects.components.ProjectPoolDialog
- ProjectsLayout - Class in com.neotropic.kuwaiba.modules.commercial.planning.projects
-
The definition of the Projects layout.
- ProjectsLayout() - Constructor for class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsLayout
- ProjectsModule - Class in com.neotropic.kuwaiba.modules.commercial.planning.projects
-
The definition of the Projects module.
- ProjectsModule() - Constructor for class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsModule
- ProjectsService - Class in com.neotropic.kuwaiba.modules.commercial.planning.projects
-
The service that provides the actual functionality exposed by this module.
- ProjectsService() - Constructor for class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsService
- ProjectsUI - Class in com.neotropic.kuwaiba.modules.commercial.planning.projects
-
Main for the Projects Module.
- ProjectsUI() - Constructor for class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsUI
- properties - Variable in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractView
-
The properties associated an instance of the view, typically an id, a name and a description.
- propertiesFromBusinessObject(BusinessObject, TranslationService, ApplicationEntityManager, MetadataEntityManager) - Static method in class org.neotropic.kuwaiba.visualization.api.properties.PropertyFactory
-
Builds a property set from a given inventory object
- propertiesFromConfigurationVariable(ConfigurationVariable, TranslationService) - Static method in class org.neotropic.kuwaiba.visualization.api.properties.PropertyFactory
- propertiesFromPool(InventoryObjectPool, TranslationService) - Static method in class org.neotropic.kuwaiba.visualization.api.properties.PropertyFactory
- propertiesFromPoolWithoutClassName(InventoryObjectPool, TranslationService) - Static method in class org.neotropic.kuwaiba.visualization.api.properties.PropertyFactory
-
Display pool elements without class name; used in pool manager
- propertiesFromSyncDataSourceConfiguration(SyncDataSourceConfiguration, TranslationService, BusinessEntityManager) - Static method in class org.neotropic.kuwaiba.modules.commercial.sync.components.SyncDataSourceConfigurationPropertySheet
-
Display sync data source configuration properties; used in sync framework
- propertiesFromSyncGroup(SynchronizationGroup, TranslationService) - Static method in class org.neotropic.kuwaiba.modules.commercial.sync.components.SyncGroupPropertySheet
-
Display sync group elements; used in sync framework
- propertiesFromTemplateObject(TemplateObject, TranslationService, ApplicationEntityManager, MetadataEntityManager) - Static method in class org.neotropic.kuwaiba.visualization.api.properties.PropertyFactory
-
Builds a property set from a given template object
- Property() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property
- Property() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property
- PROPERTY_ABSTRACT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_ACCESS_LEVEL - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.Privilege
-
Access level property name to be used in the data base
- PROPERTY_ADMINISTRATIVE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_AFFECTED_PROPERTY - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_API_KEY - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- PROPERTY_APPLIES_TO - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_ARTIFACTS_CONTENT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Current Artifacts Content
- PROPERTY_ATTRIBUTES - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_AUTH_PASS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
SNMP version 3 property authentication protocol pass phrase
- PROPERTY_AUTH_PROTOCOL - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
SNMP version 3 property authentication protocol
- PROPERTY_BACKGROUND - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_BACKGROUND_FILE_NAME - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Property "background path" for views
- PROPERTY_BORDER_COLOR - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- PROPERTY_BORDER_COLOR - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- PROPERTY_BORDER_WIDTH - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- PROPERTY_BORDER_WIDTH - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- PROPERTY_BROADCAST_IP - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Subnet's broadcast ip address
- PROPERTY_CATEGORY - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_CENTER - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- PROPERTY_CHANGE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Function
- PROPERTY_CHANGE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Function
- PROPERTY_CHANGE_LISTENER - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- PROPERTY_CHANGE_LISTENER - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- PROPERTY_CLASSNAME - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Property "class name" for general purposes
- PROPERTY_COLOR - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.Validator
-
One of the built-in properties indicating the color that should be used to render the display name (it is recommended to be the text color, but it depends on the renderer) of the object related to this validator.
- PROPERTY_COLOR - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_COLOR - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- PROPERTY_COLOR - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- PROPERTY_COLOR_FOR_LABELS - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- PROPERTY_COMMIT_ON_EXECUTE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_COMMUNITY - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
SNMP version 2c property community
- PROPERTY_CONTEXT_NAME - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
SNMP version 3 property context Name
- PROPERTY_CONTROL_POINTS - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.api.OspConstants
-
View Edge property controlPoints
- PROPERTY_COUNTABLE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_CREATION_DATE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
- PROPERTY_CREATION_DATE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- PROPERTY_CREATION_DATE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_CURRENT_ACTIVITY_ID - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Current Activity Id
- PROPERTY_CUSTOM - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_DESCRIPTION - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
- PROPERTY_DESCRIPTION - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_DEVICE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Properties for sync data source configuration
- PROPERTY_DEVICE_ID - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_DISPLAY_NAME - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_ELLIPSE_COLOR - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- PROPERTY_ELLIPSE_COLOR - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- PROPERTY_EMAIL - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- PROPERTY_EMAIL - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_ENABLED - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- PROPERTY_ENABLED - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_EVERY_X_MINUTES - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_EXECUTION_TYPE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_FEATURE_TOKEN - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.Privilege
-
Feature token property name to be used in the database
- PROPERTY_FILL_COLOR_FOR_MARKER_LABELS - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- PROPERTY_FILL_COLOR_FOR_POLYLINE_LABELS - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- PROPERTY_FILL_COLOR_FOR_SELECTED_MARKER_LABELS - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- PROPERTY_FILL_COLOR_FOR_SELECTED_POLYLINE_LABELS - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- PROPERTY_FILLCOLOR - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.Validator
-
One of the built-in properties indicating the color that should be used to render the display name (it is recommended to be the background color, but it depends on the renderer) of the object related to this validator.
- PROPERTY_FIRST_NAME - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- PROPERTY_FIRST_NAME - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_FONT_SIZE_FOR_LABELS - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- PROPERTY_HEIGHT - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- PROPERTY_HEIGHT - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- PROPERTY_HOSTS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Subnet's number of hosts
- PROPERTY_ICON - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_ID - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
- PROPERTY_ID - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- PROPERTY_ID - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_IN_DESIGN - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_INTERIOR_COLOR - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- PROPERTY_INTERIOR_COLOR - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- PROPERTY_IP_ADDRESS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_IS_EQUIPMENT - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- PROPERTY_IS_EQUIPMENT - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- PROPERTY_IS_MANAGEMENT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_IS_PUBLIC - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
- PROPERTY_IS_SLOT - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- PROPERTY_IS_SLOT - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- PROPERTY_LANGUAGE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_LAST_NAME - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- PROPERTY_LAST_NAME - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_LEFTOVER - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Boolean property to mark an inventory object as leftover.
- PROPERTY_MANDATORY - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Defines if the attribute of a class is mandatory or not
- PROPERTY_MASK - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Network mask
- PROPERTY_MASKED - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_MULTIPLE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_NAME - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.GroupProfileLight
- PROPERTY_NAME - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- PROPERTY_NAME - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_NAME - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- PROPERTY_NAME - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- PROPERTY_NETWORK_IP - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Subnet's network ip address
- PROPERTY_NEW_VALUE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_NO_COPY - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_NOTES - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_NOTIFICATION_TYPE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_NUM_OF_SIDES - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- PROPERTY_NUM_OF_SIDES - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- PROPERTY_OID - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_OLD_VALUE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_OPAQUE - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- PROPERTY_OPAQUE - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- PROPERTY_ORDER - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_OUTLINE_COLOR - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- PROPERTY_OUTLINE_COLOR - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- PROPERTY_OVAL_COLOR - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- PROPERTY_OVAL_COLOR - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- PROPERTY_PARAMETERS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_PARENT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_PARENT_CLASS_NAME - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_PARENT_ID - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_PASSWORD - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- PROPERTY_PASSWORD - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_PATTERN - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_PORT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_POSITION - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Property startRackUnit
- PROPERTY_PREFIX - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.Validator
-
One of the built-in properties indicating the text that should be prepended to the display name of the object related to this validator.
- PROPERTY_PRIVACY_PASS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
SNMP version 3 property privacy protocol pass phrase
- PROPERTY_PRIVACY_PROTOCOL - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
SNMP version 3 property privacy Protocol
- PROPERTY_PRIVILEGES - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_PROCESS_DEFINITION_ID - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Process Definition Id
- PROPERTY_QUERYNAME - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
- PROPERTY_QUERYSTRUCTURE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
- PROPERTY_RACK_UNITS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Property rackUnits
- PROPERTY_RACK_UNITS_NUMBERING - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Property numberingAscending
- PROPERTY_READ_ONLY - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_RELATED_OBJECT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_SCOPE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_SCRIPT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_SDHPOSITION - Static variable in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
-
The timeslot used by a container in a transport link or in another container
- PROPERTY_SECURITY_LEVEL - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
SNMP version 3 property security Level
- PROPERTY_SECURITY_NAME - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
SNMP version 3 property security name
- PROPERTY_SHEET - com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowFiberTools.Tool
- PROPERTY_SHEET - com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowPortTools.Tool
- PROPERTY_SMALL_ICON - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_SNMP_VERSION - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Property SNMP version
- PROPERTY_SSH_PASSWORD - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_SSH_PORT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Properties for ssh
- PROPERTY_SSH_USER - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_START_DATE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_START_TIME - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_STATE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_STRUCTURE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Property "structure" for views
- PROPERTY_SUFFIX - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.Validator
-
One of the built-in properties indicating the text that should be appended to the display name of the object related to this validator.
- PROPERTY_SUPPORT_EMAIL - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_SUPPORT_PHONE_NUMBER - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_SYNCPROVIDER - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
the name of the synchronization provider
- PROPERTY_TAGS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_TEMPLATE_ID - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_TYPE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- PROPERTY_TYPE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_TYPE - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- PROPERTY_TYPE - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- PROPERTY_UNIQUE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_UUID - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_VALUE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_VERSION - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_VISIBLE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
- PROPERTY_WIDTH - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- PROPERTY_WIDTH - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- PROPERTY_X - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- PROPERTY_X - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- PROPERTY_Y - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- PROPERTY_Y - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- PROPERTY_ZOOM - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- propertyChange() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- propertyChange() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementContainer
- propertyChange() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementField
- propertyChange() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- propertyChange() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGridLayout
- propertyChange() - Method in interface com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.PropertyChangeListener
- PropertyChangeListener - Interface in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- PropertyFactory - Class in org.neotropic.kuwaiba.visualization.api.properties
-
A factory class that builds property sets given business objects.
- PropertyFactory() - Constructor for class org.neotropic.kuwaiba.visualization.api.properties.PropertyFactory
- PropertySheet - Class in org.neotropic.util.visual.properties
-
An embeddable property sheet.
- PropertySheet(TranslationService) - Constructor for class org.neotropic.util.visual.properties.PropertySheet
- PropertySheet(TranslationService, boolean) - Constructor for class org.neotropic.util.visual.properties.PropertySheet
- PropertySheet(TranslationService, List<AbstractProperty>) - Constructor for class org.neotropic.util.visual.properties.PropertySheet
- PropertySheet.IPropertyValueChangedListener - Interface in org.neotropic.util.visual.properties
- PropertyValueConverter - Class in org.neotropic.kuwaiba.visualization.api.properties
-
class used to transform the value of certain properties in the database format that are stored
- PropertyValueConverter() - Constructor for class org.neotropic.kuwaiba.visualization.api.properties.PropertyValueConverter
- ProxyManagerModule - Class in org.neotropic.kuwaiba.core.configuration.proxies
-
The definition of the Proxy Manager module.
- ProxyManagerModule() - Constructor for class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerModule
- ProxyManagerService - Class in org.neotropic.kuwaiba.core.configuration.proxies
-
Service to manage proxies.
- ProxyManagerService() - Constructor for class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerService
- ProxyManagerUI - Class in org.neotropic.kuwaiba.core.configuration.proxies
-
Main for the Proxy Manager module.
- ProxyManagerUI() - Constructor for class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerUI
- publish(LogRecord) - Method in class org.neotropic.kuwaiba.web.LogHandler
- purge() - Method in interface org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheStrategy
-
Purges the cache
- putCacheSlot(String, Object, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
- putClass(ClassMetadata) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Put/replaces an entry into the class cache
- putGroup(GroupProfile) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Put/replaces an entry into the group cache
- putListType(GenericObjectList) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Put/replaces an entry into the list type cache
- putPossibleChild(String, ClassMetadata) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Adds an entry to the possible children index
- putPossibleChildren(String, List<ClassMetadata>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Adds an entry to the possible children index
- putPossibleSpecialChild(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Adds a single entry to the possible special children index
- putPossibleSpecialChildren(String, List<String>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Adds an entry to the possible special children index
- putSubclasses(String, List<ClassMetadataLight>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Adds an entry to the subclasses index
- putSubclassesNorecursive(String, List<ClassMetadataLight>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Adds an entry to the subclasses index
- putSubClassNoRecursive(String, ClassMetadataLight) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
- putUniqueAttributeValueIndex(String, String, Object) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
adds an entry for every unique attribute value of every class that has unique attributes
- putUniqueAttributeValuesIndex(String, String, List<Object>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
- putUser(UserProfile) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Put/replaces an entry into the users cache
Q
- QueriesLayout - Class in org.neotropic.kuwaiba.modules.core.queries
-
The standard layout to be applied in this module.
- QueriesLayout() - Constructor for class org.neotropic.kuwaiba.modules.core.queries.QueriesLayout
- QueriesModule - Class in org.neotropic.kuwaiba.modules.core.queries
-
The definition of the Queries module
- QueriesModule() - Constructor for class org.neotropic.kuwaiba.modules.core.queries.QueriesModule
- QueriesUI - Class in org.neotropic.kuwaiba.modules.core.queries
-
Main for Queries.
- QueriesUI() - Constructor for class org.neotropic.kuwaiba.modules.core.queries.QueriesUI
- Query - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Represents a query designed using the client and having XML as format
- Query() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.Query
- Query(String, RemoteUserInfo) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.Query
- QUERY - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Function.Type
- QUERY - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Function.Type
- QUERY_NAME - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- QUERY_NAME - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
R
- RackView - Class in org.neotropic.kuwaiba.modules.optional.physcon.views
-
Rack view, shows the front view of the rack the way it should look like in the real world.
- RackView(BusinessObjectLight, boolean, BusinessEntityManager, ApplicationEntityManager, MetadataEntityManager, TranslationService, PhysicalConnectionsService, PhysicalPathViewWidget) - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- RackViewWidget - Class in org.neotropic.kuwaiba.modules.optional.physcon.widgets
-
Shows the object view of the given business Object
- RackViewWidget() - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.widgets.RackViewWidget
- RackViewWidget.ConnectionType - Class in org.neotropic.kuwaiba.modules.optional.physcon.widgets
- RawReport - Class in org.neotropic.kuwaiba.modules.optional.reports.defaults
-
A report that receives raw text and returns its corresponding bytes.
- RawReport(String, String, String, String) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.defaults.RawReport
- readBytesFromFile(String) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Read and returns the bytes of a given file
- readJoinQuery(String, String, ExtendedQuery) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherQueryBuilder
-
reads the sub sub queries
- readJoins(String, String, ExtendedQuery) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherQueryBuilder
-
read the sub queries (joins)
- readParent(String, String, ExtendedQuery) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherQueryBuilder
-
read the parent and his joins
- readQuery(ExtendedQuery) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherQueryBuilder
-
Reads the query main recursively
- readResult(Result) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherQueryBuilder
-
Read the results
- readVissibleAttributeJoins(String, ExtendedQuery) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherQueryBuilder
- readVissibleAttributeParent(ExtendedQuery) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherQueryBuilder
-
Reads the visible attributes for the parent and its joins
- readVissibleAttributes(ExtendedQuery) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherQueryBuilder
-
Reads the visible attributes for the main query and its joins
- reconnectPhysicalConnection(String, String, String, String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Changes one or both sides (endpoints) of a physical connection (link or container).
- reconnectPhysicalConnection(String, String, String, String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- recursiveName(String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.naming.util.DynamicNameGenerator
- refresh() - Method in interface org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheStrategy
-
Refreshes the cache
- refresh(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.whman.nodes.WarehouseManagerNode
- refresh(boolean) - Method in class org.neotropic.kuwaiba.core.configuration.filters.nodes.FilterDefinitionNode
- refresh(boolean) - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.nodes.DataModelNode
- refresh(boolean) - Method in class org.neotropic.kuwaiba.modules.core.favorites.nodes.FavoritesManagerNode
- refresh(boolean) - Method in class org.neotropic.kuwaiba.modules.core.navigation.navtree.nodes.InventoryObjectNode
- refresh(boolean) - Method in class org.neotropic.kuwaiba.modules.core.queries.nodes.PoolNode
- refresh(boolean) - Method in class org.neotropic.kuwaiba.modules.core.queries.nodes.ScriptNode
- refresh(boolean) - Method in class org.neotropic.kuwaiba.modules.core.userman.nodes.GroupNode
- refresh(boolean) - Method in class org.neotropic.kuwaiba.modules.core.userman.nodes.UserNode
- refresh(boolean) - Method in class org.neotropic.kuwaiba.modules.optional.pools.nodes.PoolObjectNode
- refresh(boolean) - Method in class org.neotropic.kuwaiba.modules.optional.reports.nodes.ClassNode
- refresh(boolean) - Method in class org.neotropic.kuwaiba.modules.optional.reports.nodes.ReportNode
- refresh(boolean) - Method in class org.neotropic.util.visual.tree.nodes.AbstractNode
-
What to do when commanded to refresh the node.
- registerAction(String, AbstractVisualAdvancedAction) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AdvancedActionsRegistry
-
Adds an action to the registry.This method also feeds the action map cache structure, which is a hash map whose keys are all the possible super classes the actions are applicable to and the keys are the corresponding actions.
- registerAction(String, AbstractVisualInventoryAction) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.CoreActionsRegistry
-
Adds an action to the registry.This method also feeds the action map cache structure, which is a hash map which keys are all the possible super classes the actions are applicable to and the keys are the corresponding actions.
- registerActionCompletedLister(ActionCompletedListener) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
- registerModule(AbstractModule) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.ModuleRegistry
- registerWidget(AbstractExplorerWidget) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.ExplorerWidgetRegistry
- registerWidget(AbstractObjectRelatedViewWidget) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.ViewWidgetRegistry
-
Adds a object-related widget to the registry.
- REL_PROPERTY_POOL - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Property CHILD_OF_SPECIAL relationship type
- RELATED_TO - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- RELATED_TO_SPECIAL - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- relateIPAddressToPort(String, String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Relates an IP address with a generic communication port
- relateIPtoPort(String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a relation between an IP address and a port
- relateIPtoPort(String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- relatePortToInterface(String, String, String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Relates an interface with a GenericCommunicationPort
- relatePortToInterface(String, String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Associates any GenericCommunicationsPort to existing BridgeDomainInterface
- relatePortToInterface(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- relateSubnetToVlan(String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a relation between a Subnet and a VLAN, this method is also using to associate VFRs, and BDIs to a VLAN TODO: check the model, there are redundant relationships
- relateSubnetToVlan(String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- relateSubnetToVLAN(String, String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Relate a Subnet with a VLAN, this method also allow to relate VLANs to BDIs, VFRIs.
- relateSubnetToVrf(String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a relation between a subnet and a VRF
- relateSubnetToVrf(String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- relateSubnetToVRF(String, String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Relate a Subnet with a VRF
- RELATIONSHIP - org.neotropic.kuwaiba.modules.core.navigation.explorers.nodes.RelationshipExplorerNode.RelationshipExplorerNodeType
- RELATIONSHIP_ENDPOINTA - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.PhysicalConnectionsService
-
A side in a physical connection.
- RELATIONSHIP_ENDPOINTB - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.PhysicalConnectionsService
-
B side in a physical connection.
- RELATIONSHIP_IPAMBELONGSTOVLAN - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamModule
-
This relationship is used to connect a VLAN with a Subnet
- RELATIONSHIP_IPAMBELONGSTOVLAN - Static variable in class org.neotropic.kuwaiba.modules.optional.reports.defaults.DefaultReports
- RELATIONSHIP_IPAMBELONGSTOVRFINSTACE - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamModule
-
This relationship is used to relate a VRF with a Subnet
- RELATIONSHIP_IPAMHASADDRESS - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamModule
-
This relationship is used to connect a GenericPort with an IP address
- RELATIONSHIP_IPAMHASADDRESS - Static variable in class org.neotropic.kuwaiba.modules.optional.reports.defaults.DefaultReports
- RELATIONSHIP_IPAMPORTRELATEDTOINTERFACE - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamModule
-
TODO: place this relationships in other place This relationship is used to relate a network element with extra logical configuration
- RELATIONSHIP_IPAMPORTRELATEDTOINTERFACE - Static variable in class org.neotropic.kuwaiba.modules.optional.reports.defaults.DefaultReports
- RELATIONSHIP_MPLS_PW_ISRELATEDWITH_PW - Static variable in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2EViewProvider
-
Relates two pseudowires that are logical linked inside a MPLS device
- RELATIONSHIP_MPLS_PW_ISRELATEDWITH_PW - Static variable in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsModule
-
Relates two pseudowires that are logical linked inside a MPLS device
- RELATIONSHIP_MPLS_PW_ISRELATEDWITH_PW - Static variable in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsService
-
Relates two pseudowires that are logical linked inside a MPLS device
- RELATIONSHIP_MPLS_PW_ISRELATEDWITH_VFI - Static variable in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2EViewProvider
-
Relates a pseudowire and its output interface, the output interface is the endpoint of a MPLS link if is a port
- RELATIONSHIP_MPLS_PW_ISRELATEDWITH_VFI - Static variable in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsModule
-
Relates a pseudowire and its output interface, the output interface is the endpoint of a MPLS link if is a port
- RELATIONSHIP_MPLS_PW_ISRELATEDWITH_VFI - Static variable in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsService
-
Relates a pseudowire and its output interface, the output interface is the endpoint of a MPLS link if is a port
- RELATIONSHIP_MPLSENDPOINTA - Static variable in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2EViewProvider
-
A side in a tributary link
- RELATIONSHIP_MPLSENDPOINTA - Static variable in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsModule
-
A side in a tributary link
- RELATIONSHIP_MPLSENDPOINTA - Static variable in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsService
-
A side in a tributary link
- RELATIONSHIP_MPLSENDPOINTB - Static variable in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2EViewProvider
-
B side in a tributary link
- RELATIONSHIP_MPLSENDPOINTB - Static variable in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsModule
-
B side in a tributary link
- RELATIONSHIP_MPLSENDPOINTB - Static variable in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsService
-
B side in a tributary link
- RELATIONSHIP_MPLSLINK - Static variable in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsModule
-
Relates the MPLS link directly with the GenericNetworkElements parents of the end points of the MPLS link, it is used to explore the MPLS links in a MPLS device or the routing between devices
- RELATIONSHIP_MPLSLINK - Static variable in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsService
-
Relates the MPLS link directly with the GenericNetworkElements parents of the end points of the MPLS link, it is used to explore the MPLS links in a MPLS device or the routing between devices
- RELATIONSHIP_PROJECTSPROJECTUSES - Static variable in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsService
-
Relationship project to object
- RELATIONSHIP_PROJECTSPROJECTUSES - Static variable in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsUI
-
Relationship project to object
- RELATIONSHIP_SDHCONTAINERLINK - Static variable in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
-
The relationship used to connect two GenericCommunicationsEquipment to represent that ports within the equipment are connected with Container Links.
- RELATIONSHIP_SDHCONTAINS - Static variable in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
-
This relationship describes how a Container Link carries another Container link of a lower order
- RELATIONSHIP_SDHDELIVERS - Static variable in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
-
This relationship describes how a Container Link carries a Tributary Link
- RELATIONSHIP_SDHTLENDPOINTA - Static variable in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
-
A side in a transport link
- RELATIONSHIP_SDHTLENDPOINTB - Static variable in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
-
B side in a transport link
- RELATIONSHIP_SDHTRANSPORTLINK - Static variable in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
-
The relationship used to connect two GenericCommunicationsEquipment to represent that ports within the equipment are connected with Transport Links.
- RELATIONSHIP_SDHTRANSPORTS - Static variable in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
-
This relationship describes how a Transport Link carries a Container Link
- RELATIONSHIP_SDHTTLENDPOINTA - Static variable in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
-
A side in a tributary link
- RELATIONSHIP_SDHTTLENDPOINTB - Static variable in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
-
B side in a tributary link
- RELATIONSHIP_WAREHOUSE_HAS - Static variable in class com.neotropic.kuwaiba.modules.commercial.whman.persistence.WarehousesService
-
Relationship used to assign a Warehouse or VirtualWarehouse to a GenericLocation
- RelationshipExplorer - Class in org.neotropic.kuwaiba.modules.core.navigation.explorers
-
An explorer that allows the user to see the relationships of an inventory object.
- RelationshipExplorer() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.explorers.RelationshipExplorer
- RelationshipExplorerNode - Class in org.neotropic.kuwaiba.modules.core.navigation.explorers.nodes
-
A node that represents the business object and his relationships
- RelationshipExplorerNode(String, BusinessObjectLight) - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.explorers.nodes.RelationshipExplorerNode
- RelationshipExplorerNode(BusinessObjectLight) - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.explorers.nodes.RelationshipExplorerNode
- RelationshipExplorerNode.RelationshipExplorerNodeType - Enum in org.neotropic.kuwaiba.modules.core.navigation.explorers.nodes
- RelationshipManagementVisualAction - Class in org.neotropic.kuwaiba.modules.core.navigation.actions
-
Merges the former Relate To.../Release From...
- RelationshipManagementVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.actions.RelationshipManagementVisualAction
- release() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.FiberNode
- RELEASE_PORT - com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowPortTools.Tool
- releaseListTypeItem(String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Release a list type item relationships
- releaseListTypeItem(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- releaseListTypeItemRelatedLayout(String, String, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Release a list type item with a view.
- releaseListTypeItemRelatedLayout(String, String, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- releaseMirrorMultiplePort(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Releases a port mirroring multiple relationship between two ports, receiving one of the ports as parameter
- releaseMirrorMultiplePort(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- releaseMirrorPort(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Releases a port mirroring relationship between two ports, receiving one of the ports as parameter
- releaseMirrorPort(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- ReleaseObjectAction - Class in org.neotropic.kuwaiba.core.configuration.proxies.actions
-
Release the objects associated to a proxy.
- ReleaseObjectAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.proxies.actions.ReleaseObjectAction
- releaseObjectFromContract(String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Releases an inventory object from a contract it was related to
- releaseObjectFromContract(String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- releaseObjectFromProject(String, String, String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsService
-
Releases an object from Project
- ReleaseObjectFromProjectAction - Class in com.neotropic.kuwaiba.modules.commercial.planning.projects.actions
-
Release the objects associated to a project.
- ReleaseObjectFromProjectAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.ReleaseObjectFromProjectAction
- ReleaseObjectFromProjectVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.planning.projects.actions
-
Visual wrapper of release object action.
- ReleaseObjectFromProjectVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.ReleaseObjectFromProjectVisualAction
- releaseObjectFromProxy(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerService
-
Releases an inventory object from a proxy.
- releaseObjectFromProxy(String, String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Releases an inventory previously related to an inventory proxy.
- releaseObjectFromProxy(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- releaseObjectFromService(String, String, String, String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Releases an inventory object from a service.
- releaseObjectFromService(String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Releases an object from a service that is using it
- releaseObjectFromService(String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- ReleaseObjectFromServiceAction - Class in org.neotropic.kuwaiba.modules.optional.serviceman.actions
-
Release the objects associated from service.
- ReleaseObjectFromServiceAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.actions.ReleaseObjectFromServiceAction
- ReleaseObjectFromServiceVisualAction - Class in org.neotropic.kuwaiba.modules.optional.serviceman.actions
-
Frontend to the release object from service action.
- ReleaseObjectFromServiceVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.actions.ReleaseObjectFromServiceVisualAction
- ReleaseObjectVisualAction - Class in org.neotropic.kuwaiba.core.configuration.proxies.actions
-
Visual wrapper of release object action.
- ReleaseObjectVisualAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.proxies.actions.ReleaseObjectVisualAction
- releasePhysicalNodeFromWarehouse(String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Releases an object from a warehouse or virtual warehouse that is using it
- releasePhysicalNodeFromWarehouse(String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- releasePort() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.PortNode
- releasePortFromInterface(String, String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Release the relationship between a GenericCommunicationPort and an interface
- releasePortFromInterface(String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Release the association between a network element and a MPLSTunnel or BridgeDomain or FrameRelay or VRF
- releasePortFromInterface(String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- releasePortFromIP(String, String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Release the relationship between a GenericPort and an IP Address.
- releasePortFromIP(String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Releases the relation between an IP address and a port
- releasePortFromIP(String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- ReleaseProjectAction - Class in org.neotropic.kuwaiba.core.configuration.proxies.actions
-
Release the projects associated to a proxy.
- ReleaseProjectAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.proxies.actions.ReleaseProjectAction
- releaseProjectFromProxy(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerService
-
Releases a project from a proxy.
- ReleaseProjectVisualAction - Class in org.neotropic.kuwaiba.core.configuration.proxies.actions
-
Visual wrapper of release project action.
- ReleaseProjectVisualAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.proxies.actions.ReleaseProjectVisualAction
- releaseRelationships(String, String, List<String>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Releases all the relationships with the given names associated to the object provided.
- releaseRelationships(String, String, List<String>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- releaseRelationships(Node, RelTypes, Direction, String, String) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Releases all relationships related to an object given its direction and a relationship's property value
- releaseSpecialRelationship(String, String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Release all special relationships with a given name
- releaseSpecialRelationship(String, String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- releaseSpecialRelationshipInTargetObject(String, String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Release all special relationships with a given name whose target object id matches with the one provided
- releaseSpecialRelationshipInTargetObject(String, String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- releaseSubnetFromVlan(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Releases the relation between a subnet and a VLAN, this method is also using to release VFRs, and BDIs from a VLAN TODO: check the model there are redundant relationships
- releaseSubnetFromVlan(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- releaseSubnetFromVLAN(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Release a relationship between a subnet and a VLAN, this method also allow to relate VLANs to BDIs, VFRIs.
- releaseSubnetFromVRF(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Release a relationship between a subnet and a VRF
- releaseSubnetFromVRF(String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Releases the relation between a subnet and a VRF
- releaseSubnetFromVRF(String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- releaseSyncDataSourceConfigFromSyncGroup(long, long[]) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationService
-
Release a set of sync data source configuration from a given sync group
- releaseSyncDataSourceConfigFromSyncGroup(long, long[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Release a set of sync data source configuration from a given sync group
- releaseSyncDataSourceConfigFromSyncGroup(long, long[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- ReleaseSyncDataSourceConfigurationAction - Class in org.neotropic.kuwaiba.modules.commercial.sync.actions
-
Release Sync Data Source Configuration.
- ReleaseSyncDataSourceConfigurationAction() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.actions.ReleaseSyncDataSourceConfigurationAction
- ReleaseSyncDataSourceConfigurationVisualAction - Class in org.neotropic.kuwaiba.modules.commercial.sync.actions
-
Visual wrapper of release Synchronization Data Source Configuration action.
- ReleaseSyncDataSourceConfigurationVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.actions.ReleaseSyncDataSourceConfigurationVisualAction
- reloadProcessDefinitions() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates the process definitions
- reloadProcessDefinitions() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- RelTypes - Enum in org.neotropic.kuwaiba.core.persistence.reference.neo4j
-
Possible relationship types
- REMOTE_OBJECT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute.DataType
- REMOTE_OBJECT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute.DataType
- REMOTE_OBJECT_LIGTH - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute.DataType
- REMOTE_OBJECT_LIGTH - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute.DataType
- RemoteActivityDefinition - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
wrapper of ActivityDefinition.
- RemoteActivityDefinition() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- RemoteActivityDefinition(long, String, String, int, RemoteArtifactDefinition, RemoteActor, boolean, boolean, String, List<RemoteKpi>, List<RemoteKpiAction>) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- RemoteActor - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Wrapper of
org.neotropic.kuwaiba.core.apis.persistence.application.process.Actor
. - RemoteActor() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActor
- RemoteActor(long, String, int) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActor
- RemoteArtifact - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Wrapper of
org.neotropic.kuwaiba.core.apis.persistence.application.process.Artifact
. - RemoteArtifact() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifact
- RemoteArtifact(String, String, String, byte[], List<StringPair>, long, long) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifact
- RemoteArtifactDefinition - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Wrapper of
org.neotropic.kuwaiba.core.apis.persistence.application.process.ArtifactDefinition
. - RemoteArtifactDefinition(long, String, String, String, int, byte[], byte[], byte[], Boolean, String, String) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- RemoteAssetLevelCorrelatedInformation - Class in org.neotropic.kuwaiba.northbound.ws.model.business
-
Groups an inventory object and the services (and corresponding services) somehow related to it.
- RemoteAssetLevelCorrelatedInformation() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteAssetLevelCorrelatedInformation
-
Mandatory parameterless constructor.
- RemoteAssetLevelCorrelatedInformation(List<RemoteObject>, List<RemoteServiceLevelCorrelatedInformation>) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteAssetLevelCorrelatedInformation
- RemoteAttributeMetadata - Class in org.neotropic.kuwaiba.northbound.ws.model.metadata
-
This is a wrapper class for AttributeMetadata, containing the info required for the clients to render the object attributes in the right way
- RemoteAttributeMetadata() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- RemoteAttributeMetadata(long, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, Boolean, Integer) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- RemoteAttributeMetadata(String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, Boolean, Integer) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- RemoteAttributeMetadata(String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, String, Integer, Boolean) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- RemoteBackgroundJob - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Wrapper of BackgroundJob
- RemoteBackgroundJob(long, String, int, boolean, String, Date, Date) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBackgroundJob
- RemoteBusinessRule - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Wrapper of BusinessRule
- RemoteBusinessRule(long, String, String, String, int, int, String) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRule
- RemoteBusinessRuleConstraint - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
The actual logic behind a business rule.
- RemoteBusinessRuleConstraint(String, String) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRuleConstraint
- RemoteClassMetadata - Class in org.neotropic.kuwaiba.northbound.ws.model.metadata
-
This is a wrapper class for ClassMetadata, containing the info required for the clients to render the object attributes in the right way
- RemoteClassMetadata() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- RemoteClassMetadata(ClassMetadata) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- RemoteClassMetadataLight - Class in org.neotropic.kuwaiba.northbound.ws.model.metadata
-
Same as ClassInfo, but lighter, since it's intended to provide the information to render a node in a view (usually a tree) at client side.
- RemoteClassMetadataLight() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
-
Mandatory parameter-less constructor
- RemoteClassMetadataLight(long, String, String, boolean, boolean, boolean, boolean, String, boolean, byte[], int) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- RemoteClassMetadataLight(ClassMetadataLight) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- RemoteConditionalActivityDefinition - Class in org.neotropic.kuwaiba.northbound.ws.model.application
- RemoteConditionalActivityDefinition(long, String, String, int, RemoteArtifactDefinition, RemoteActor, boolean, String, List<RemoteKpi>, List<RemoteKpiAction>) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConditionalActivityDefinition
- RemoteConfigurationVariable - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
A wrapper of
ConfigurationVariable
- RemoteConfigurationVariable() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConfigurationVariable
-
Mandatory default constructor.
- RemoteConfigurationVariable(long, String, String, String, boolean, int) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConfigurationVariable
- RemoteContact - Class in org.neotropic.kuwaiba.northbound.ws.model.business
-
Wrapper of
Contact
. - RemoteContact() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteContact
-
Default constructor.
- RemoteContact(Contact) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteContact
-
Default functional constructor
- RemoteFavoritesFolder - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Wrapper for entity class favoritesFolder
- RemoteFavoritesFolder() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteFavoritesFolder
- RemoteFavoritesFolder(long, String) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteFavoritesFolder
- RemoteFavoritesFolder(FavoritesFolder) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteFavoritesFolder
- RemoteFileObject - Class in org.neotropic.kuwaiba.northbound.ws.model.business
-
Wrapper of FileObject.
- RemoteFileObject() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObject
- RemoteFileObject(long, String, long, String, byte[]) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObject
- RemoteFileObjectLight - Class in org.neotropic.kuwaiba.northbound.ws.model.business
-
Wrapper of FileObjectLight.
- RemoteFileObjectLight() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObjectLight
- RemoteFileObjectLight(long, String, long, String) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObjectLight
- RemoteInventoryProxy - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
A wrapper of InventoryProxy.
- RemoteInventoryProxy() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteInventoryProxy
-
Default constructor.
- RemoteInventoryProxy(InventoryProxy) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteInventoryProxy
- RemoteKpi - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Wrapper of KPI
- RemoteKpi() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpi
- RemoteKpi(String, String, String, Properties) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpi
- RemoteKpiAction - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Wrapper of KPI Action
- RemoteKpiAction() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpiAction
- RemoteKpiAction(int, String, String, String) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpiAction
- RemoteKpiResult - Class in org.neotropic.kuwaiba.northbound.ws.model.application
- RemoteKpiResult() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpiResult
- RemoteKpiResult(int, List<String>, HashMap<String, Object>) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpiResult
- RemoteLogicalConnectionDetails - Class in org.neotropic.kuwaiba.northbound.ws.model.business
-
Instances of this class represent the details of a logical connection and the physical resources associated to the endpoints of such connection.
- RemoteLogicalConnectionDetails() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteLogicalConnectionDetails
-
Default parameter-less constructor
- RemoteLogicalConnectionDetails(BusinessObject, BusinessObjectLight, BusinessObjectLight, List<BusinessObjectLight>, List<BusinessObjectLight>) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteLogicalConnectionDetails
- RemoteLogicalConnectionDetails(BusinessObject, BusinessObjectLight, BusinessObjectLight, List<BusinessObjectLight>, List<BusinessObjectLight>, HashMap<BusinessObjectLight, List<BusinessObjectLight>>, HashMap<BusinessObjectLight, List<BusinessObjectLight>>, HashMap<BusinessObjectLight, List<BusinessObjectLight>>, HashMap<BusinessObjectLight, List<BusinessObjectLight>>) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteLogicalConnectionDetails
- RemoteMPLSConnectionDetails - Class in org.neotropic.kuwaiba.northbound.ws.model.business
-
Instances of this class represent the details of a mpls link (a logical connection) and the resources associated to the endpoints of such connection.
- RemoteMPLSConnectionDetails() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteMPLSConnectionDetails
- RemoteMPLSConnectionDetails(MplsConnectionDefinition) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteMPLSConnectionDetails
- RemoteObject - Class in org.neotropic.kuwaiba.northbound.ws.model.business
-
Instances of this class are proxies that represents the entities in the database.
- RemoteObject() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObject
-
Default constructor.
- RemoteObject(TemplateObject) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObject
- RemoteObject(BusinessObject) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObject
- RemoteObjectLight - Class in org.neotropic.kuwaiba.northbound.ws.model.business
-
This class is a simple representation of an object.
- RemoteObjectLight() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLight
-
Default constructor.
- RemoteObjectLight(String, String, String) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLight
- RemoteObjectLight(BusinessObjectLight) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLight
- RemoteObjectLightList - Class in org.neotropic.kuwaiba.northbound.ws.model.business
-
This class represents a list of RemoteObjectLight instances.
- RemoteObjectLightList() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLightList
- RemoteObjectLightList(List<BusinessObjectLight>) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLightList
- RemoteObjectLightList(BusinessObjectLightList) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLightList
- RemoteObjectLinkObject - Class in org.neotropic.kuwaiba.northbound.ws.model.business
-
Instances of this class represent a structure object-(endpoint)-link-(endpoint)-object a set of this objects represents the complete structure of an end to end view e.g.
- RemoteObjectLinkObject() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLinkObject
- RemoteObjectLinkObject(RemoteObjectLight, RemoteObjectLight, RemoteObjectLight, RemoteObject, RemoteObjectLight, RemoteObjectLight, RemoteObjectLight) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLinkObject
- RemoteObjectLinkObject(RemoteObjectLight, RemoteObjectLight, RemoteObject, RemoteObjectLight, RemoteObjectLight) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLinkObject
- RemoteObjectRelatedObjects - Class in org.neotropic.kuwaiba.northbound.ws.model.business
-
Wraps the object and objects related with it so a Hashmap doesn't have to be used e.g.
- RemoteObjectRelatedObjects() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectRelatedObjects
- RemoteObjectRelatedObjects(HashMap<BusinessObjectLight, List<BusinessObjectLight>>) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectRelatedObjects
- RemoteObjectSpecialRelationships - Class in org.neotropic.kuwaiba.northbound.ws.model.business
-
Wraps the special relationships of an object so a Hashmap doesn't have to be used
- RemoteObjectSpecialRelationships() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectSpecialRelationships
- RemoteObjectSpecialRelationships(HashMap<String, List<BusinessObjectLight>>) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectSpecialRelationships
- RemoteParallelActivityDefinition - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
This is just an Parallel Activity Definition wrapper
- RemoteParallelActivityDefinition(long, String, String, int, RemoteArtifactDefinition, RemoteActor, boolean, String, List<RemoteKpi>, List<RemoteKpiAction>) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteParallelActivityDefinition
- RemotePhysicalConnectionDetails - Class in org.neotropic.kuwaiba.northbound.ws.model.business
-
Instances of this class represent the details of a physical connection and the complete structure of both sides This information is useful to build reports and end-to-end views
- RemotePhysicalConnectionDetails() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemotePhysicalConnectionDetails
-
Default parameter-less constructor
- RemotePhysicalConnectionDetails(BusinessObject, List<BusinessObjectLight>, List<BusinessObjectLight>) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemotePhysicalConnectionDetails
- RemotePool - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Wrapper for a simple pool
- RemotePool() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemotePool
- RemotePool(String, String, String, String, int) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemotePool
- RemotePool(InventoryObjectPool) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemotePool
- RemoteProcessDefinition - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Wrapper of ProcessDefinition.
- RemoteProcessDefinition() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessDefinition
- RemoteProcessDefinition(long, String, String, long, String, boolean, RemoteActivityDefinition, List<RemoteKpi>, List<RemoteKpiAction>) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessDefinition
- RemoteProcessInstance - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Wrapper of ProcessInstance.
- RemoteProcessInstance() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessInstance
- RemoteProcessInstance(long, String, String, long, long) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessInstance
- RemoteQuery - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Wrapper for entity.queries.ExtendedQuery class.
- RemoteQuery() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteQuery
- RemoteQuery(CompactQuery) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteQuery
- RemoteQueryLight - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Simple version of RemoteQuery
- RemoteQueryLight() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteQueryLight
- RemoteQueryLight(long, String, String, boolean) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteQueryLight
- RemoteQueryLight(Query) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteQueryLight
- RemoteReportMetadata - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
An application report.
- RemoteReportMetadata(long, String, String, boolean, int, String, List<StringPair>) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadata
- RemoteReportMetadata(ReportMetadata) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadata
- RemoteReportMetadataLight - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
A simplified representation of a
ProfilingParseRunner.Report
. - RemoteReportMetadataLight(long, String, String, boolean, int) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadataLight
- RemoteReportMetadataLight(ReportMetadataLight) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadataLight
- RemoteResultMessage - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
The result of a task execution
- RemoteResultMessage(int, String) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteResultMessage
- RemoteResultRecord - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
This is a record in a query result.
- RemoteResultRecord(RemoteObjectLight, ArrayList<String>) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteResultRecord
- RemoteSDHContainerLinkDefinition - Class in org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh
-
Wrapper of
SDHContainerLinkDefinition
- RemoteSDHContainerLinkDefinition() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh.RemoteSDHContainerLinkDefinition
- RemoteSDHContainerLinkDefinition(SdhContainerLinkDefinition) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh.RemoteSDHContainerLinkDefinition
- RemoteSDHContainerLinkDefinition(RemoteObjectLight, boolean, List<RemoteSDHPosition>) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh.RemoteSDHContainerLinkDefinition
- RemoteSDHPosition - Class in org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh
-
Wrapper of
SDHPosition
- RemoteSDHPosition() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh.RemoteSDHPosition
- RemoteSDHPosition(SdhPosition) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh.RemoteSDHPosition
- RemoteSDHPosition(String, String, int) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh.RemoteSDHPosition
- RemoteServiceLevelCorrelatedInformation - Class in org.neotropic.kuwaiba.northbound.ws.model.business
-
Groups a customer and the services associated to it that are related somehow to an interface/device provided in the
getAffectedServices
method. - RemoteServiceLevelCorrelatedInformation() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteServiceLevelCorrelatedInformation
-
Mandatory parameterless constructor.
- RemoteServiceLevelCorrelatedInformation(RemoteObjectLight, List<RemoteObjectLight>) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteServiceLevelCorrelatedInformation
- RemoteSession - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Represents the information to be exchanged when a call to createSeesion is successful.
- RemoteSession() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSession
- RemoteSession(String, UserProfile, int, String) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSession
- RemoteSyncAction - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
An instance of this class define an action to be performed upon a sync finding
- RemoteSyncAction() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncAction
- RemoteSyncAction(RemoteSyncFinding, int) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncAction
- RemoteSyncFinding - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
This class represents a single result from comparing the info from a sync data source and the corresponding information in the inventory database
- RemoteSyncFinding() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncFinding
- RemoteSyncFinding(long, int, String, String) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncFinding
- RemoteSynchronizationConfiguration - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Wrapper of SynchronizationDataSourceConfiguration
- RemoteSynchronizationConfiguration() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationConfiguration
- RemoteSynchronizationConfiguration(long, String, List<StringPair>) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationConfiguration
- RemoteSynchronizationGroup - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Wrapper of SynchronizationGroup
- RemoteSynchronizationGroup() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationGroup
- RemoteSynchronizationGroup(long, String, List<RemoteSynchronizationProvider>) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationGroup
- RemoteSynchronizationGroup(SynchronizationGroup) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationGroup
- RemoteSynchronizationProvider - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Represents a synchronization provider
- RemoteSynchronizationProvider() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationProvider
- RemoteSynchronizationProvider(String, String, boolean) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationProvider
- RemoteSyncResult - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Instances of this class are intended to inform about the results of a synchronization process.
- RemoteSyncResult() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncResult
- RemoteSyncResult(long, int, String, String) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncResult
- RemoteTask - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Remote representation of a task
- RemoteTask() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTask
- RemoteTask(long, String, String, boolean, boolean, String, List<StringPair>, RemoteTaskScheduleDescriptor, RemoteTaskNotificationDescriptor, List<RemoteUserInfoLight>) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTask
- RemoteTaskNotificationDescriptor - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Describes how the results of a task should be notified to the users associated to it
- RemoteTaskNotificationDescriptor() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskNotificationDescriptor
- RemoteTaskNotificationDescriptor(String, int) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskNotificationDescriptor
- RemoteTaskNotificationDescriptor(TaskNotificationDescriptor) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskNotificationDescriptor
- RemoteTaskResult - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
The result of a task execution
- RemoteTaskResult() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskResult
- RemoteTaskResult(List<RemoteResultMessage>) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskResult
- RemoteTaskScheduleDescriptor - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Describes when a task should be scheduled and executed
- RemoteTaskScheduleDescriptor() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskScheduleDescriptor
- RemoteTaskScheduleDescriptor(long, int, int) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskScheduleDescriptor
- RemoteTaskScheduleDescriptor(TaskScheduleDescriptor) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskScheduleDescriptor
- RemoteTemplateObject - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
A wrapper of #
- RemoteTemplateObject() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTemplateObject
- RemoteTemplateObjectLight - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
A wrapper of #
TemplateObjectLight
- RemoteTemplateObjectLight() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTemplateObjectLight
- RemoteUserInfo - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Wrapper for entity class User
- RemoteUserInfo() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteUserInfo
- RemoteUserInfo(UserProfile) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteUserInfo
- RemoteUserInfoLight - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Wrapper for entity class UserProfile.
- RemoteUserInfoLight() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteUserInfoLight
- RemoteUserInfoLight(long, String) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteUserInfoLight
- RemoteUserInfoLight(UserProfileLight) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteUserInfoLight
- RemoteValidator - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Validators are flags indicating things about objects.
- RemoteValidator() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteValidator
- RemoteValidator(String, Properties) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteValidator
- RemoteValidatorDefinition - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
Represents the configuration of a validator.
- RemoteValidatorDefinition() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteValidatorDefinition
- RemoteValidatorDefinition(long, String, String, String, String, boolean) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteValidatorDefinition
- RemoteViewObject - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
This is a wrapper class for the entity class ViewObject (see Persistence Abstraction Layer API docs for details).
- RemoteViewObject() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteViewObject
- RemoteViewObject(ViewObject) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteViewObject
- RemoteViewObjectLight - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
This is a wrapper class for the entity class ViewObjectLight (see Persistence Abstraction Layer API docs for details).
- RemoteViewObjectLight() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteViewObjectLight
- RemoteViewObjectLight(ViewObjectLight) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteViewObjectLight
- remove(BusinessObject) - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectList
- remove(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLightList
- REMOVE - org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionResponse.ActionType
- removeAllCells() - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
-
this method remove all cells(vertex and edges) in the graph
- removeAllClickEventListeners() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
Removes all click event listener.
- removeAllClickEventListeners() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapNode
-
Removes all click event listener.
- removeAllClickEventListeners() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- removeAllClickEventListeners() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode
- removeAllIdleEventListener() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Removes all idle event listener.
- removeAllIdleEventListener() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- removeAllMouseMoveEventListener() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Removes all mouse move event listener.
- removeAllMouseMoveEventListener() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- removeAllPathChangedEventListeners() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
Removes all path changed event listener.
- removeAllPathChangedEventListeners() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- removeAllPositionChangedEventListeners() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapNode
-
Removes all position changed event listeners.
- removeAllPositionChangedEventListeners() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode
- removeAllRightClickEventListener() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Removes all right click event listener.
- removeAllRightClickEventListener() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- removeAllRightClickEventListeners() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
Removes all right click event listener.
- removeAllRightClickEventListeners() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapNode
-
Removes all right click event listener.
- removeAllRightClickEventListeners() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- removeAllRightClickEventListeners() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode
- removeAllsZoomChangedEventListener() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Removes all zoom changed event listener.
- removeAllsZoomChangedEventListener() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- removeAttribute(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- removeChild(AbstractElement) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementContainer
- removeClass(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Remove a class from cache
- removeClickEventListener(ClickEvent.ClickEventListener) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
Removes a click event listener.
- removeClickEventListener(ClickEvent.ClickEventListener) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapNode
-
Removes a click event listener.
- removeClickEventListener(ClickEvent.ClickEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- removeClickEventListener(ClickEvent.ClickEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode
- removeConfigurationVariableValue(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Removes a cached value of a configuration variable (if present).
- removeEdge(E) - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
-
Removes an edge from the canvas
- removeEdge(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsView
- removeEdge(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantView
- removeEdge(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhView
- removeEdge(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractView
-
remove a edge from the viewMap
- removeEdge(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.FiberSplitterView
- removeEdge(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.ObjectView
- removeEdge(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalPathView
- removeEdge(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalTreeView
- removeEdge(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- removeEdge(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.SpliceBoxView
- removeEdge(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyView
- removeEdge(BusinessObjectViewEdge) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Removes an edge to map.
- removeEdge(BusinessObjectViewEdge) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- removeFilterDefinitionsForClass(String, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Removes a cached filter definition
- removeGroup(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Removes an entry into the group cache
- removeHeatmap(ViewHeatmap) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Removes a heatmap displayed by the map provider.
- removeHeatmap(ViewHeatmap) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- removeI18nListener(I18nListener) - Method in class org.neotropic.kuwaiba.core.i18n.session.I18nManagerService
- removeIdleEventListener(MapProvider.IdleEvent.IdleEventListener) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Removes an idle event listener.
- removeIdleEventListener(MapProvider.IdleEvent.IdleEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- removeIP(String[], boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Removes a set of IP Addresses from a subnet.
- removeIP(String[], boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- removeListType(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Removes an entry into the list type
- removeMenuDialog() - Method in class org.neotropic.util.visual.menu.MenuLayout
- removeMouseMoveEventListener(MapProvider.MouseMoveEvent.MouseMoveEventListener) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Removes a mouse move event listener.
- removeMouseMoveEventListener(MapProvider.MouseMoveEvent.MouseMoveEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- removeNode(N) - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
-
Removes a node from the canvas
- removeNode(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsView
- removeNode(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantView
- removeNode(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhView
- removeNode(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractView
-
remove a node from the viewMap
- removeNode(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.FiberSplitterView
- removeNode(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.ObjectView
- removeNode(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalPathView
- removeNode(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalTreeView
- removeNode(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- removeNode(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.SpliceBoxView
- removeNode(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyView
- removeNode(BusinessObjectViewNode) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Removes a node to map.
- removeNode(BusinessObjectViewNode) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- removeObjectFromfavoritesFolder(String, String, long, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Removes an object associated to a favorites folder
- removeObjectFromfavoritesFolder(String, String, long, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- removeObjectsFromFavoritesFolder(String[], String[], long, long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Removes a list of objects from a given favorites folder
- removeObjectsFromFavoritesFolder(String[], String[], long, long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- removeOverlayView(ViewOverlayView) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Removes a view overlay view displayed by the map provider.
- removeOverlayView(ViewOverlayView) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- removePathChangedEventListener(PathChangedEvent.PathChangedEventListener) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
Removes a path changed event listener.
- removePathChangedEventListener(PathChangedEvent.PathChangedEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- removePositionChangedEventListener(PositionChangedEvent.PositionChangedEventListener) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapNode
-
Removes position changed event listener.
- removePositionChangedEventListener(PositionChangedEvent.PositionChangedEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode
- removePossibleChildren(long, long[]) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
The opposite of addPossibleChildren.
- removePossibleChildren(long, long[]) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- removePossibleChildrenForClassWithId(long, long[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Removes a set of possible children for a given class
- removePossibleChildrenForClassWithId(long, long[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- removePossibleSpecialChildren(long, long[]) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
The opposite of addPossibleSpecialChildren.
- removePossibleSpecialChildren(long, long[]) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- removePossibleSpecialChildren(long, long[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Removes a set of possible special children for a given class.
- removePossibleSpecialChildren(long, long[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- removePrivilegeFromGroup(long, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Removes a privilege from a user
- removePrivilegeFromGroup(long, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- removePrivilegeFromGroup(long, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Removes a privilege from a user
- removePrivilegeFromGroup(long, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- removePrivilegeFromUser(long, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Removes a privilege from a user
- removePrivilegeFromUser(long, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- removePrivilegeFromUser(long, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Removes a privilege from a user
- removePrivilegeFromUser(long, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- removePropertyChangeListener(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- removeRightClickEventListener(MapProvider.RightClickEvent.RightClickEventListener) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Removes a right click event listener.
- removeRightClickEventListener(MapProvider.RightClickEvent.RightClickEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- removeRightClickEventListener(RightClickEvent.RightClickEventListener) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
Removes a right click event listener.
- removeRightClickEventListener(RightClickEvent.RightClickEventListener) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapNode
-
Removes a right click event listener.
- removeRightClickEventListener(RightClickEvent.RightClickEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- removeRightClickEventListener(RightClickEvent.RightClickEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode
- removeRow(long) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- removeUniqueAttribute(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
- removeUniqueAttributeValue(String, String, Object) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
- removeUser(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Removes an entry into the users cache
- removeUserFromGroup(long, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Removes a user from a group
- removeUserFromGroup(long, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- removeUserFromGroup(long, long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Removes a user from a group
- removeUserFromGroup(long, long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- removeZoomChangedEventListener(MapProvider.ZoomChangedEvent.ZoomChangedEventListener) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Removes a zoom changed event listener.
- removeZoomChangedEventListener(MapProvider.ZoomChangedEvent.ZoomChangedEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- render() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.artifacts.AbstractArtifactRenderer
-
TODO: document
- render() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.artifacts.AttachmentArtifactRenderer
- render() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.artifacts.ConditionalArtifactRenderer
- render() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.artifacts.FormArtifactRenderer
- render() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.FormRenderer
- repaint - Variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementContainer
- repaint() - Method in interface com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement.UiElementContainer
-
Repaints the UI element container.
- repaint() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementContainer
- repaint() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentHorizontalLayout
- repaint() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentVerticalLayout
- REPAINT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property
- REPAINT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property
- replaceContent(Component) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerUI
- ReportMetadata - Class in org.neotropic.kuwaiba.core.apis.persistence.application.reporting
-
An application report.
- ReportMetadata(long, String, String, boolean, int, String, List<StringPair>) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.ReportMetadata
- ReportMetadataLight - Class in org.neotropic.kuwaiba.core.apis.persistence.application.reporting
-
A simplified representation of a
Report
. - ReportMetadataLight(long, String, String, boolean, int) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.ReportMetadataLight
- ReportNode - Class in org.neotropic.kuwaiba.modules.optional.reports.nodes
-
Represents a node in the reports tree.
- ReportNode(ReportMetadataLight) - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.nodes.ReportNode
- ReportsLayout - Class in org.neotropic.kuwaiba.modules.optional.reports
-
The standard layout to be applied in this module.
- ReportsLayout() - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.ReportsLayout
- ReportsModule - Class in org.neotropic.kuwaiba.modules.optional.reports
-
The definition of the Report module
- ReportsModule() - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.ReportsModule
- ReportsUI - Class in org.neotropic.kuwaiba.modules.optional.reports
-
Main for Reporting.
- ReportsUI() - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.ReportsUI
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.AddIpAddrToFolderAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.AddIpAddrToSubnetAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteFolderAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteIpAddrFromFolderAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.DeleteSubnetAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.NewFolderAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.NewSubnetAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.SplitSubnetAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.actions.UpdateIpAddrAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.actions.DeleteMplsViewAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.actions.NewMplsViewAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.AssociateObjectToProjectAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectActivityAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectsPoolAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectActivityAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectsPoolAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.ReleaseObjectFromProjectAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.actions.DeleteSdhViewAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.actions.NewSdhViewAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.DeleteSparePoolAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.DeleteWarehouseAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewSparePartAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewSparePoolAction
- requiresConfirmation() - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewWarehouseAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
-
Does this action requires confirmation before executing it? This is typically true for actions that will delete or otherwise dispose of some resources.
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.core.configuration.filters.actions.DeleteFilterDefinitionAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.core.configuration.filters.actions.NewFilterDefinitionAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.core.configuration.filters.actions.UpdateFilterDefinitionAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.AssociateObjectToProxyAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.AssociateProjectAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.DeleteProxiesPoolAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.DeleteProxyAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.NewProxiesPoolAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.NewProxyAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.ReleaseObjectAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.ReleaseProjectAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.core.configuration.validators.actions.DeleteValidatorDefinitionAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.core.configuration.validators.actions.NewValidatorDefinitionAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.core.configuration.validators.actions.UpdateValidatorDefinitionAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariableAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariablesPoolAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.NewConfigurationVariableAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.NewConfigurationVariablesPoolAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.core.sessman.actions.TerminateSessionAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.DeleteContractAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.DeleteContractsPoolAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.NewContractAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.NewContractsPoolAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.DeleteSyncDataSourceConfigurationAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.DeleteSynchronizationGroupAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.NewSyncDataSourceConfigurationAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.NewSynchronizationGroupAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.ReleaseSyncDataSourceConfigurationAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.RunSynchronizationAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.DeleteAttributeAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.DeleteClassAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.NewAttributeAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.actions.NewClassAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.favorites.actions.DeleteFavoriteAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.favorites.actions.FavoritesAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.favorites.actions.NewFavoriteAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.ltman.actions.DeleteListTypeItemAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.ltman.actions.NewListTypeItemAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.CopyBusinessObjectAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.DeleteBusinessObjectAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.DetachFileAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.MoveBusinessObjectAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.NewBusinessObjectAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.NewBusinessObjectFromTemplateAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.navigation.actions.NewMultipleBusinessObjectsAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.queries.actions.DeleteScriptAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.queries.actions.DeleteScriptedQueryPoolAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.queries.actions.NewScriptedQueryAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.queries.actions.NewScriptedQueryPoolAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateItemAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateSubItemAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewBulkTemplateItemAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewBulkTemplateSpecialItemAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateItemAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateSpecialItemAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.userman.actions.DeleteGroupAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.userman.actions.DeleteUserAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.userman.actions.NewGroupAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.core.userman.actions.NewUserAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.ConnectivityManagerAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.contactman.actions.DeleteContactAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.contactman.actions.NewContactAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.actions.DeleteLayoutViewAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.actions.NewLayoutViewAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.actions.ManagePortMirroringAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.pools.actions.DeletePoolAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.pools.actions.NewPoolAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.pools.actions.NewPoolItemAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.DeleteParameterAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.DeleteReportAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.NewClassReportAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.NewInventoryReportAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.reports.actions.NewParameterAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.AssociateObjectToServiceAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteCustomerAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteCustomerPoolAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteServiceAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteServicePoolAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewCustomerAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewCustomerPoolAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewServiceAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.NewServicePoolAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.ReleaseObjectFromServiceAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskParameterAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskUserAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.NewTaskAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.NewTaskParameterAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.NewTaskUserAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.UpdateTaskAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.UpdateTaskParameterAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.actions.DeleteTopologyViewAction
- requiresConfirmation() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.actions.NewTopologyViewAction
- resetDashboard() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.widgets.MplsDashboard
-
resets the mpls view instance and creates a empty one
- resetDashboard() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.widgets.SdhDashboard
-
resets the sdh view instance and creates a empty one
- resetDashboard() - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
-
resets the layout view instance and creates a empty one
- resetDashboard() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.widgets.TopologyManagerDashboard
-
resets the topology view instance and creates a empty one
- resourceFactory - Variable in class org.neotropic.util.visual.icons.IconGenerator
- ResourceFactory - Class in org.neotropic.kuwaiba.visualization.api.resources
-
A factory class that builds and/or caches resources (mostly icons and backgrounds).
- ResourceFactory() - Constructor for class org.neotropic.kuwaiba.visualization.api.resources.ResourceFactory
- restart() - Method in class org.neotropic.kuwaiba.core.persistence.PersistenceService
- resultList - Variable in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherQueryBuilder
-
result list
- ResultMessage - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
The result of a task execution
- ResultMessage(int, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.ResultMessage
- ResultRecord - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
Represents a single record resulting from a query.
- ResultRecord(String, String, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.ResultRecord
- ResultRecord(String, String, String, List<String>) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.ResultRecord
- ResultRecordParser - Class in org.neotropic.kuwaiba.modules.core.queries.filters
-
Transforms the given list of result records to a new matrix
- ResultRecordParser() - Constructor for class org.neotropic.kuwaiba.modules.core.queries.filters.ResultRecordParser
- ResultScriptedQueryParser - Class in org.neotropic.kuwaiba.modules.core.queries.filters
-
Transforms the given list of result records to a new matrix
- ResultScriptedQueryParser() - Constructor for class org.neotropic.kuwaiba.modules.core.queries.filters.ResultScriptedQueryParser
- RightClickEvent - Class in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Right Click Event to add/fire in the Outside Plant View.
- RightClickEvent(MapProvider.RightClickEvent.RightClickEventListener, double, double) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider.RightClickEvent
- RightClickEvent(RightClickEvent.RightClickEventListener) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.api.RightClickEvent
- RightClickEvent.RightClickEventListener - Interface in com.neotropic.kuwaiba.modules.commercial.ospman.api
- rollbackTransaction() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.ConnectionManager
-
Rolls back the current transaction (if supported by the backend)
- rollbackTransaction() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ConnectionManagerImpl
- ROOT - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- ROOT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- ROOT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- Route - Class in com.neotropic.kuwaiba.modules.commercial.sdh.api
- Route(String, List<BusinessObjectLight>, MetadataEntityManager) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.api.Route
- ROW - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- ROW - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- ROWS - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- ROWS - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property
- ROWS - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- ROWS - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- ROWS - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property
- ROWS - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- run() - Method in interface org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheStrategy
-
Runs the caching strategy
- run(String, String, HashMap<String, String>, int, int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Filter
-
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.
- run(String, String, ConnectionManager, MetadataEntityManager, BusinessEntityManager, ApplicationEntityManager) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ValidatorDefinition
-
This method should be implemented by all validator definition scripts (which must define a subclass of ValidatorDefinition), and contains the logic to evaluate the condition.Two variables are injected as parameters: the
objectClass
and theobjectId
. - run(HashMap<String, Object>) - Method in class org.neotropic.kuwaiba.core.apis.integration.external.services.AbstractExternalService
-
Runs the external service.
- run(List) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FunctionI18NRunner
- run(List) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FunctionRunner
- run(List) - Method in interface com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Runner
- run(List) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ScriptQueryRunner
- run(List) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ValidatorRunner
- runActivityKpiAction(String, Artifact, ProcessDefinition, ActivityDefinition) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.KpiManagerService
- Runner - Interface in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
Executes a function which return something
- RUNNING - org.neotropic.kuwaiba.core.persistence.PersistenceService.EXECUTION_STATE
- RunSynchronizationAction - Class in org.neotropic.kuwaiba.modules.commercial.sync.actions
-
Run Synchronization
- RunSynchronizationAction() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.actions.RunSynchronizationAction
- runValidationsForObject(String, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Runs the existing validations for the class associated to the given object.
- runValidationsForObject(String, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- runValidationsForObject(String, long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Runs the existing validations for the class associated to the given object.
- runValidationsForObject(String, long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
S
- SAVE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Function
- SAVE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property
- SAVE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Function
- SAVE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property
- SAVED_VIEW_VERSION - Static variable in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsView
-
The version of the format of the XML document used to store the view in the database.
- SAVED_VIEW_VERSION - Static variable in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhView
-
The version of the format of the XML document used to store the view in the database.
- SAVED_VIEW_VERSION - Static variable in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyView
-
The version of the format of the XML document used to store the view in the database.
- saveFile(String, String, byte[]) - Static method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.XMLUtil
-
Saves a file, receiving the file name and the contents as parameters.
- saveFile(String, String, byte[]) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Saves a file, receiving the file name and the contents as parameters.
- saveQuery(long, String, long, byte[], String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates an existing query
- saveQuery(long, String, long, byte[], String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- saveQuery(long, String, long, byte[], String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Save the query made in the graphical Query builder
- saveQuery(long, String, long, byte[], String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- saveView() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.ObjectViewWidget
- SaveViewEvent(MplsTools, boolean) - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools.SaveViewEvent
- SaveViewEvent(SdhTools, boolean) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools.SaveViewEvent
- SchedulingService - Class in org.neotropic.kuwaiba.core.services.scheduling
-
A service that manages the execution of schedule tasks, most likely related to maintenance, report generation or inventory synchronization.
- SchedulingService() - Constructor for class org.neotropic.kuwaiba.core.services.scheduling.SchedulingService
- SCOPE_GLOBAL - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
-
See #{scope} for details
- SCRIPT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- SCRIPT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- ScriptedQueriesPool - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
A scripted queries pool is the parent of a set of scripted queries.
- ScriptedQueriesPool(String, String, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQueriesPool
- ScriptedQuery - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
Query which execute a script that can be simple script or use database queries and the Persistence API to get a result.
- ScriptedQuery(String, String, String, String, boolean) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQuery
- ScriptedQueryParameter - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
A script parameter is a name and value pair to be processed on the execute of the script in the
ScriptingQuery#getScript()
. - ScriptedQueryParameter(String, Object) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQueryParameter
- ScriptedQueryParameter(String, String, String, String, boolean, Object) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQueryParameter
- ScriptedQueryResult - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
A script query result its the return of the execute of a
ScriptingQuery#getScript()
- ScriptedQueryResult(int) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQueryResult
- ScriptedQueryResult(List<String>) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQueryResult
- ScriptNode - Class in org.neotropic.kuwaiba.modules.core.queries.nodes
-
Represents a node in the scripts tree.
- ScriptNode(ScriptedQuery) - Constructor for class org.neotropic.kuwaiba.modules.core.queries.nodes.ScriptNode
- ScriptNotCompiledException - Exception in org.neotropic.kuwaiba.core.apis.persistence.exceptions
-
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 reflection
- ScriptNotCompiledException(String) - Constructor for exception org.neotropic.kuwaiba.core.apis.persistence.exceptions.ScriptNotCompiledException
- ScriptQueryExecutor - Interface in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- ScriptQueryRunner - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- ScriptQueryRunner(String, String, String) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ScriptQueryRunner
- SdhContainerLinkDefinition - Class in com.neotropic.kuwaiba.modules.commercial.sdh.api
-
Instances of this class define a container
- SdhContainerLinkDefinition(BusinessObjectLight, boolean, List<SdhPosition>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.api.SdhContainerLinkDefinition
- SDHContainerLinkWizard - Class in com.neotropic.kuwaiba.modules.commercial.sdh.wizard
- SDHContainerLinkWizard(BusinessObjectLight, BusinessObjectLight, MetadataEntityManager, ResourceFactory, SdhService, TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHContainerLinkWizard
- SDHContainerLinkWizard(TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHContainerLinkWizard
- SDHContainerLinkWizard.ChooseContainerLinkResourcesStep - Class in com.neotropic.kuwaiba.modules.commercial.sdh.wizard
-
Step to select the endpoints
- SDHContainerLinkWizard.ChooseRouteStep - Class in com.neotropic.kuwaiba.modules.commercial.sdh.wizard
-
Step to select the endpoints
- SDHContainerLinkWizard.GeneralInfoStep - Class in com.neotropic.kuwaiba.modules.commercial.sdh.wizard
- SDHContainerLinkWizard.GeneralInfoStep.ConnectionType - Class in com.neotropic.kuwaiba.modules.commercial.sdh.wizard
- SdhDashboard - Class in com.neotropic.kuwaiba.modules.commercial.sdh.widgets
-
SDH Main Dashboard.
- SdhDashboard(TranslationService, MetadataEntityManager, ApplicationEntityManager, BusinessEntityManager, ResourceFactory, SdhService, DeleteSdhViewVisualAction, NewSdhViewVisualAction) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.widgets.SdhDashboard
- SdhLayout - Class in com.neotropic.kuwaiba.modules.commercial.sdh
-
The general layout to be used in the SDH module.
- SdhLayout() - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.SdhLayout
- SdhManagerUI - Class in com.neotropic.kuwaiba.modules.commercial.sdh
-
Main for the SDH module.
- SdhManagerUI() - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.SdhManagerUI
- SdhModule - Class in com.neotropic.kuwaiba.modules.commercial.sdh
-
This class implements the functionality corresponding to the SDH module
- SdhModule() - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
- SdhPosition - Class in com.neotropic.kuwaiba.modules.commercial.sdh.api
-
It's a simple class representing a single position used by a container within a transport link
- SdhPosition(String, String, int) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.api.SdhPosition
- SdhService - Class in com.neotropic.kuwaiba.modules.commercial.sdh
-
Service to manage SDH Networks
- SdhService() - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.SdhService
- SdhTools - Class in com.neotropic.kuwaiba.modules.commercial.sdh.tools
-
Component with a set of tools available to work in an SDH view
- SdhTools(MxGraphCanvas, BusinessEntityManager, TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools
- SdhTools.AddExistingConnectionEvent - Class in com.neotropic.kuwaiba.modules.commercial.sdh.tools
- SdhTools.DeleteObjectEvent - Class in com.neotropic.kuwaiba.modules.commercial.sdh.tools
- SdhTools.DeleteObjectPermanentlyEvent - Class in com.neotropic.kuwaiba.modules.commercial.sdh.tools
- SdhTools.DetectConnectionsEvent - Class in com.neotropic.kuwaiba.modules.commercial.sdh.tools
- SdhTools.NewConnectionEvent - Class in com.neotropic.kuwaiba.modules.commercial.sdh.tools
- SdhTools.NewObjectEvent - Class in com.neotropic.kuwaiba.modules.commercial.sdh.tools
- SdhTools.SaveViewEvent - Class in com.neotropic.kuwaiba.modules.commercial.sdh.tools
- SdhTools.SelectObjectEvent - Class in com.neotropic.kuwaiba.modules.commercial.sdh.tools
- SDHTransportLinkWizard - Class in com.neotropic.kuwaiba.modules.commercial.sdh.wizard
- SDHTransportLinkWizard(BusinessObjectLight, BusinessObjectLight, BusinessEntityManager, MetadataEntityManager, ResourceFactory, SdhService, TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTransportLinkWizard
- SDHTransportLinkWizard(TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTransportLinkWizard
- SDHTransportLinkWizard.GeneralInfoStep - Class in com.neotropic.kuwaiba.modules.commercial.sdh.wizard
- SDHTransportLinkWizard.GeneralInfoStep.ConnectionType - Class in com.neotropic.kuwaiba.modules.commercial.sdh.wizard
- SDHTransportLinkWizard.SelectLinkEndpointsStep - Class in com.neotropic.kuwaiba.modules.commercial.sdh.wizard
-
Step to select the endpoints
- SdhTributaryLinkDefinition - Class in com.neotropic.kuwaiba.modules.commercial.sdh.api
-
Instances of this class define a tributary link
- SdhTributaryLinkDefinition(BusinessObjectLight, List<SdhPosition>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.api.SdhTributaryLinkDefinition
- SDHTributaryLinkWizard - Class in com.neotropic.kuwaiba.modules.commercial.sdh.wizard
- SDHTributaryLinkWizard(BusinessObjectLight, BusinessObjectLight, MetadataEntityManager, BusinessEntityManager, ResourceFactory, SdhService, TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard
- SDHTributaryLinkWizard(TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard
- SDHTributaryLinkWizard.ChooseRouteStep - Class in com.neotropic.kuwaiba.modules.commercial.sdh.wizard
-
Step to select the endpoints
- SDHTributaryLinkWizard.ChooseTributaryLinkResourcesStep - Class in com.neotropic.kuwaiba.modules.commercial.sdh.wizard
-
Step to select the endpoints
- SDHTributaryLinkWizard.GeneralInfoStep - Class in com.neotropic.kuwaiba.modules.commercial.sdh.wizard
- SDHTributaryLinkWizard.GeneralInfoStep.ConnectionType - Class in com.neotropic.kuwaiba.modules.commercial.sdh.wizard
- SDHTributaryLinkWizard.SelectLinkEndpointsStep - Class in com.neotropic.kuwaiba.modules.commercial.sdh.wizard
-
Step to select the endpoints
- SDHTributaryLinkWizard.SelectServiceStep - Class in com.neotropic.kuwaiba.modules.commercial.sdh.wizard
-
Step to select the endpoints
- SdhView - Class in com.neotropic.kuwaiba.modules.commercial.sdh
-
Custom view implementation for sdh view module with a mxgraph component as canvas.
- SdhView(MetadataEntityManager, ApplicationEntityManager, BusinessEntityManager, TranslationService, ResourceFactory) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.SdhView
- searchForContacts(String, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Searches in all the properties of a contact for a given string
- searchForContacts(String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- searchForContacts(String, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Searches for contacts given a search string, This string will be searched in the attribute values of all contacts
- searchForContacts(String, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- select(BusinessObjectViewEdge...) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsEdgeSelectionManager
- select(BusinessObjectViewNode...) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsNodeSelectionManager
- select(T...) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapSelectionManager
-
Performs the necessary actions to select a item in the map.
- SELECT_ITEMS_LABEL - Static variable in class org.neotropic.util.visual.properties.ObjectMultipleProperty
- selectButtons() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowMidSpanAccess
- SelectContainerEndpointsStep(Properties, BusinessEntityManager, ApplicationEntityManager, MetadataEntityManager, PhysicalConnectionsService, ResourceFactory) - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.actions.NewPhysicalConnectionWizard.SelectContainerEndpointsStep
- SelectContainerEndpointsStep(Properties, BusinessEntityManager, ApplicationEntityManager, MetadataEntityManager, PhysicalConnectionsService, ResourceFactory) - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.NewPhysicalConnectionWizard.SelectContainerEndpointsStep
- SELECTED_ROW - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property
- SELECTED_ROW - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property
- SELECTED_ROWS - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property
- SELECTED_ROWS - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property
- SelectedObjectChangeEvent(CellPortSelector, BusinessObjectLight, List<BusinessObjectLight>, boolean) - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.CellPortSelector.SelectedObjectChangeEvent
- SelectedObjectChangeEvent(BusinessObjectSelector, BusinessObjectLight, List<BusinessObjectLight>, boolean) - Constructor for class org.neotropic.util.visual.selectors.BusinessObjectSelector.SelectedObjectChangeEvent
- SELECTION_ANY_OBJECTS - Static variable in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualInventoryAction
- SELECTION_MODE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- SELECTION_MODE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- SELECTION_MODE_MULTI - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- SELECTION_MODE_NONE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- SELECTION_MODE_SINGLE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- SELECTION_NO_OBJECTS - Static variable in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualInventoryAction
- selectionCompleted(Object, O...) - Method in interface org.neotropic.kuwaiba.core.apis.integration.dashboards.SelectionListener
-
Callback method invoked when the selection event occurs.
- SelectionListener<O> - Interface in org.neotropic.kuwaiba.core.apis.integration.dashboards
-
Implementors of this interface listen for selection events on lists, views and explorers
- SelectLinkActionBuilder(ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractConnectivityActionBuilder.SelectLinkActionBuilder
- SelectLinkEndpointsStep(Properties) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTransportLinkWizard.SelectLinkEndpointsStep
- SelectLinkEndpointsStep(Properties) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.SelectLinkEndpointsStep
- SelectLinkEndpointsStep(Properties, BusinessEntityManager, ApplicationEntityManager, MetadataEntityManager, PhysicalConnectionsService, ResourceFactory) - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.actions.NewPhysicalConnectionWizard.SelectLinkEndpointsStep
- SelectLinkEndpointsStep(Properties, BusinessEntityManager, ApplicationEntityManager, MetadataEntityManager, PhysicalConnectionsService, ResourceFactory) - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.NewPhysicalConnectionWizard.SelectLinkEndpointsStep
- SelectObjectEvent(DialogIpamSearch, boolean, BusinessObjectLight) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.explorers.DialogIpamSearch.SelectObjectEvent
- SelectObjectEvent(MplsTools, boolean, BusinessObjectLight) - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools.SelectObjectEvent
- SelectObjectEvent(PaperDialogSearchObject, boolean, BusinessObjectLight) - Constructor for class com.neotropic.kuwaiba.modules.commercial.mpls.tools.PaperDialogSearchObject.SelectObjectEvent
- SelectObjectEvent(PaperDialogSearchObject, boolean, BusinessObjectLight) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.tools.PaperDialogSearchObject.SelectObjectEvent
- SelectObjectEvent(SdhTools, boolean, BusinessObjectLight) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools.SelectObjectEvent
- SelectObjectEvent(DialogNavigationSearch, boolean, BusinessObjectLight) - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.explorers.DialogNavigationSearch.SelectObjectEvent
- SelectObjectEvent(DialogNavigationSearch, boolean, BusinessObjectLight) - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.explorers.DialogServiceManagerSearch.SelectObjectEvent
- SelectObjectEvent(PaperDialogSearchObject, boolean, BusinessObjectLight) - Constructor for class org.neotropic.util.visual.paperdialog.PaperDialogSearchObject.SelectObjectEvent
- SelectorsUtils - Class in org.neotropic.util.visual.selectors
-
Set of methods to use in selectors.
- SelectorsUtils() - Constructor for class org.neotropic.util.visual.selectors.SelectorsUtils
- SelectServiceStep(Properties) - Constructor for class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.SelectServiceStep
- ServerSideException - Exception in org.neotropic.kuwaiba.northbound.ws
-
Generic exception to encapsulate any expected or unexpected error.
- ServerSideException(String) - Constructor for exception org.neotropic.kuwaiba.northbound.ws.ServerSideException
- ServerStatus - Class in org.neotropic.kuwaiba.northbound.ws.model.application
-
It's the public server status
- ServerStatus() - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.ServerStatus
- ServerStatus(String) - Constructor for class org.neotropic.kuwaiba.northbound.ws.model.application.ServerStatus
- ServiceDashboardFactory - Class in org.neotropic.kuwaiba.modules.optional.serviceman.widgets
-
A factory class to build Service Manager dashboards as an strategy to avoid carrying around the XEMs and the translation service.
- ServiceDashboardFactory() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.widgets.ServiceDashboardFactory
- ServiceLevelCorrelatedInformation - Class in com.neotropic.kuwaiba.modules.commercial.impact
-
Groups a customer and the services associated to it that are related somehow to an interface/device provided in the
getAffectedServices
method. - ServiceLevelCorrelatedInformation(BusinessObjectLight, List<BusinessObjectLight>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.impact.ServiceLevelCorrelatedInformation
- ServiceManagerLayout - Class in org.neotropic.kuwaiba.modules.optional.serviceman
-
The layout used in this module.
- ServiceManagerLayout() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerLayout
- ServiceManagerModule - Class in org.neotropic.kuwaiba.modules.optional.serviceman
-
Manage customers, services and their relationships with network resources.
- ServiceManagerModule() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerModule
- ServiceManagerService - Class in org.neotropic.kuwaiba.modules.optional.serviceman
-
Service to manage services.
- ServiceManagerService() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
- ServiceManagerUI - Class in org.neotropic.kuwaiba.modules.optional.serviceman
-
Main for the service manager module.
- ServiceManagerUI() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerUI
- ServiceManagerUI.CustomerSearchResultCallback - Class in org.neotropic.kuwaiba.modules.optional.serviceman
- ServiceManagerUI.SearchResultCallback<T> - Interface in org.neotropic.kuwaiba.modules.optional.serviceman
-
Functional interface intended to be used to create the content that will be placed in the page when a search result is clicked.
- ServiceManagerUI.ServiceSearchResultCallback - Class in org.neotropic.kuwaiba.modules.optional.serviceman
- ServiceManTree<T> - Class in org.neotropic.kuwaiba.modules.optional.serviceman.components
-
Custom template for treegrid row
- ServiceManTree() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTree
- ServiceManTreeNode - Class in org.neotropic.kuwaiba.modules.optional.serviceman.components
-
Nodes to display the service manager tree grid explorer
- ServiceManTreeNode() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- ServiceManTreeNode(InventoryObjectPool) - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- ServiceManTreeNode(BusinessObjectLight) - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- ServiceSearchResultCallback() - Constructor for class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerUI.ServiceSearchResultCallback
- servicesInDevice(String) - Method in class com.neotropic.kuwaiba.modules.commercial.impact.ImpactAnalysisService
- servicesInPorts(List<BusinessObject>) - Method in class com.neotropic.kuwaiba.modules.commercial.impact.ImpactAnalysisService
- servicesInSlotOrBoard(String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.impact.ImpactAnalysisService
- Session - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
Represents a single user session
- Session(UserProfile, String, int) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.Session
- SessionManagerLayout - Class in org.neotropic.kuwaiba.core.sessman
-
General layout for this module.
- SessionManagerLayout() - Constructor for class org.neotropic.kuwaiba.core.sessman.SessionManagerLayout
- SessionManagerModule - Class in org.neotropic.kuwaiba.core.sessman
-
List, lock-out and kill sessions and send broadcast messages between them.
- SessionManagerModule() - Constructor for class org.neotropic.kuwaiba.core.sessman.SessionManagerModule
- SessionManagerUI - Class in org.neotropic.kuwaiba.core.sessman
-
Session manager UI entry point.
- SessionManagerUI() - Constructor for class org.neotropic.kuwaiba.core.sessman.SessionManagerUI
- setAbstract(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- setAbstract(Boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- setAccept(Button) - Method in class org.neotropic.util.visual.properties.AdvancedEditorDialog
- setAccessLevel(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Privilege
- setAccessLevel(int) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.PrivilegeInfo
- setAction(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Kpi
- setAction(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpi
- setAction(AbstractConnectivityAction) - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.Connection
- setActionCompletedListener(ActionCompletedListener) - Method in class org.neotropic.kuwaiba.modules.core.navigation.dialogs.WindowNewObject
- setActionDescription(String) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncResult
- setActionDescription(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncResult
- setActionResponse(ActionResponse) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionCompletedListener.ActionCompletedEvent
- setActions(List<AbstractVisualAction>) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.ModuleActionGroup
- setActiveContent(AbstractDashboardWidget.ActiveContent) - Method in class org.neotropic.util.visual.widgets.AbstractDashboardWidget
- setActiveProgressBarColor(String) - Method in class org.neotropic.util.visual.slider.PaperSlider
- setActor(Actor) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinition
- setActor(RemoteActor) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- setAdministrative(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- setAdministrative(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- setAdministrative(Boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- setAffectedProperties(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.ChangeDescriptor
- setAffectedProperty(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- setAlignment(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- setAlignment(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- setAllowConcurrence(boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBackgroundJob
- setApplicationNotes(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.HistorycEntry
- setApplicationProperties(Properties) - Method in class org.neotropic.kuwaiba.core.persistence.PersistenceService
- setAppliesTo(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
- setAppliesTo(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRule
- setArea(List<Integer>) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- setArea(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- setArfifact(ArtifactDefinition) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
- setArfifact(RemoteArtifactDefinition) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- setArtifactsContent(byte[]) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessInstance
- setAttributeDisplayNames(String[]) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- setAttributeNames(ArrayList<String>) - Method in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- setAttributeNames(List<String>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- setAttributeProperties(long, long, HashMap<String, Object>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Changes an attribute definition belonging to a class metadata using the class id as key
- setAttributeProperties(long, long, HashMap<String, Object>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- setAttributeProperties(String, long, String, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates a class attribute taking its name as key to find it.
- setAttributeProperties(String, long, String, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- setAttributeProperties(String, long, HashMap<String, Object>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Changes an attribute definition belonging to a class metadata use the class name as id
- setAttributeProperties(String, long, HashMap<String, Object>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- setAttributeProperties(Node, long, HashMap<String, Object>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- setAttributePropertiesForClassWithId(long, long, String, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates a class attribute taking its id as key to find it.
- setAttributePropertiesForClassWithId(long, long, String, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- setAttributes(HashMap<String, Object>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObject
- setAttributes(HashMap<String, String[]>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl.AttributeDefinitionSet
- setAttributes(HashMap<String, String>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.TemplateObject
- setAttributes(HashMap<String, String>) - Method in class org.neotropic.util.visual.grids.BusinessObjectLightGridFilter
- setAttributes(List<AttributeMetadata>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadata
- setAttributes(List<StringPair>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObject
- setAttributesIds(long[]) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- setAttributesMandatories(boolean[]) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- setAttributesMultiples(boolean[]) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- setAttributesNames(String[]) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- setAttributesNoCopies(boolean[]) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- setAttributesOrders(Integer[]) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- setAttributesTypes(String[]) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- setAttributesUniques(boolean[]) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- setAttributesVisibles(boolean[]) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- setAttributeValues(ArrayList<String>) - Method in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- setAttributeValues(List<String>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- setAuthor(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.InventoryReport
- setAutomated(boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationProvider
- setBackground(byte[]) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ViewObject
- setBackground(byte[]) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteViewObject
- setBarColor(String) - Method in class org.neotropic.util.visual.slider.PaperSlider
- setBinaryMask(List<List<String>>) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.SubnetDetail
- setBroadCastIpAddr(String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.SubnetDetail
- setBtnNewView(Button) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools
- setBtnNewView(Button) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools
- setBtnOpenView(Button) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools
- setBtnOpenView(Button) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools
- setBtnRemoveView(Button) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools
- setBtnRemoveView(Button) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools
- setBusinessObject(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2ENode
- setBusinessObject(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.ObjectOptionsWindow
- setBusinessObject(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion.BusinessObjectPropertySheet
- setBusinessObject(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.visualization.mxgraph.MxBusinessObjectEdge
- setBusinessObject(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.visualization.mxgraph.MxBusinessObjectNode
- setBusinessObjectName(String) - Method in class org.neotropic.util.visual.grids.BusinessObjectLightGridFilter
- setBusinessProperties(Properties) - Method in class org.neotropic.kuwaiba.core.persistence.PersistenceService
- setButtonOkEnabled(boolean) - Method in class org.neotropic.util.visual.window.ObjectSelectorWindow
- setButtonTitle(Button, String) - Static method in class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools
-
Set the title/tool tip for the given button
- setButtonTitle(Button, String) - Static method in class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools
-
Set the title/tool tip for the given button
- setButtonTitle(Button, String) - Static method in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
-
Set the title/tool tip for the given button
- setButtonTitle(Button, String) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.ObjectViewWidget
-
Set the title/tool tip for the given button
- setButtonTitle(Button, String) - Static method in class org.neotropic.kuwaiba.modules.optional.topoman.widgets.TopologyManagerDashboard
-
Set the title/tool tip for the given button
- setCacheSlots(HashMap<String, CacheSlot>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
- setCallback(String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheSlot
- setCallback(AbstractAction.ModuleActionCallback) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
- setCallbackPathSelectionComplete(BiConsumer<List<BusinessObjectViewEdge>, Runnable>) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.PathSelectionHelper
- setCancel(Button) - Method in class org.neotropic.util.visual.properties.AdvancedEditorDialog
- setCanvas(MxGraph) - Method in class org.neotropic.util.visual.slider.SliderMxGraphZoom
- setCaption(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementButton
- setCaption(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementColumn
- setCaption(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementUpload
- setCellVisible(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- setCenter(GeoCoordinate) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Set map center
- setCenter(GeoCoordinate) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- setChildrenActions(List<AbstractAction>) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
- setChildrens(List<ObjectMxNode>) - Method in class org.neotropic.kuwaiba.modules.core.queries.nodes.ObjectMxNodeMap
- setCidr(String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.SubnetDetail
- setClassDisplayName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLight
- setClassName(String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamTreeNode
- setClassName(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementMiniApplication
- setClassName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- setClassName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.InventoryObjectPool
- setClassName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.TemplateObjectLight
- setClassName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLight
- setClassName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.GenericObjectList
- setClassName(String) - Method in class org.neotropic.kuwaiba.modules.core.navigation.navtree.NavResultGrid
- setClassName(String) - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.ListTypeFilter
- setClassName(String) - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.ParentFilter
- setClassName(String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- setClassName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.ObjectList
- setClassName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemotePool
- setClassName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- setClassName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- setClassName(String) - Method in class org.neotropic.util.visual.grids.BusinessObjectLightGridFilter
- setClassName(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementMiniApplication
- setClassNodes(Map<String, Node>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherQueryBuilder
- setClassPackage(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementMiniApplication
- setClassPackage(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementMiniApplication
- setClassProperties(long, String, String, String, byte[], byte[], int, Boolean, Boolean, Boolean, Boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates a class metadata properties.
- setClassProperties(long, String, String, String, byte[], byte[], int, Boolean, Boolean, Boolean, Boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- setClassProperties(long, HashMap<String, Object>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Changes a class metadata definition.
- setClassProperties(long, HashMap<String, Object>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- setClassToBeApplied(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FilterDefinition
- setClassToBeApplied(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ValidatorDefinition
- setClassToBeApplied(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteValidatorDefinition
- setCleanable(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementField
- setClickableEdge(boolean) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
Sets if the edge can receives mouse events.
- setClickableEdge(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- setClickableNode(boolean) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapNode
-
Sets if the node can receives mouse events.
- setClickableNode(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode
- setColor(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- setColor(int) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- setColor(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
- setColor(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- setColorList() - Method in class org.neotropic.util.visual.colorpicker.ColorPicker
- setColors(String[]) - Method in class org.neotropic.kuwaiba.modules.optional.reports.javascript.DataTable
- setColspan(String) - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLColumn
- setColumnHeaders(String[]) - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLTable
- setColumns(int) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGridLayout
- setColumns(List<ElementColumn>) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- setColumns(HTMLColumn[]) - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLRow
- setCommandClose(Command) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.AssociateObjectToProjectVisualAction
- setCommandClose(Command) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectActivityVisualAction
- setCommandClose(Command) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectsPoolVisualAction
- setCommandClose(Command) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.DeleteProjectVisualAction
- setCommandClose(Command) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectsPoolVisualAction
- setCommandClose(Command) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.ReleaseObjectFromProjectVisualAction
- setCommandClose(Command) - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.DeleteSparePoolVisualAction
- setCommandClose(Command) - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.DeleteWarehouseVisualAction
- setCommandClose(Command) - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewSparePartVisulaAction
- setCommandClose(Command) - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewSparePoolVisualAction
- setCommandClose(Command) - Method in class com.neotropic.kuwaiba.modules.commercial.whman.actions.NewWarehouseVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.AssociateObjectToProxyVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.AssociateProjectVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.DeleteProxiesPoolVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.DeleteProxyVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.NewProxiesPoolVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.ReleaseObjectVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.actions.ReleaseProjectVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.core.configuration.validators.actions.DeleteValidatorDefinitionVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariablesPoolVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.DeleteConfigurationVariableVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.core.configuration.variables.actions.NewConfigurationVariablesPoolVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.DeleteContractsPoolVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.DeleteContractVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.actions.NewContractsPoolVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.DeleteSyncDataSourceConfigurationVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.DeleteSynchronizationGroupVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.NewSyncDataSourceConfigurationVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.NewSynchronizationGroupVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.actions.ReleaseSyncDataSourceConfigurationVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.modules.core.favorites.actions.DeleteFavoriteVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.modules.core.favorites.actions.NewFavoriteVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateItemVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateSubItemVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.DeleteTemplateVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewBulkTemplateItemVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewBulkTemplateSpecialItemVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateItemVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateSpecialItemVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.modules.core.templateman.actions.NewTemplateVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.modules.optional.contactman.actions.DeleteContactVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.actions.DeleteCustomerPoolVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskParameterVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskUserVisualAction
- setCommandClose(Command) - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.DeleteTaskVisualAction
- setCommandRefresh(Command) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.actions.NewProjectActivityVisualAction
- setCommitDate(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Artifact
- setCommitDate(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifact
- setCommitOnExecute(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Task
- setCommitOnExecute(boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTask
- setComObjectDeleted(Command) - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
- setComObjectSelected(Command) - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
- setComObjectUnselected(Command) - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
- setComplianceLevel(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.KpiResult
- setComplianceLevel(int) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpiResult
- setComponentHeight(String) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalPathView
- setComponentRenderer(ComponentRenderer) - Method in class org.neotropic.util.visual.properties.ObjectMultipleProperty
- setComponents(List<HTMLComponent>) - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLReport
- setComponentWidth(String) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalPathView
- setComputeEdgesLength(boolean) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Sets if compute edges length.
- setComputeEdgesLength(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- setConditions(ArrayList<Integer>) - Method in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- setConditions(List<Integer>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- setConfiguration(Properties) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.AbstractEntityManager
-
Configuration variables (usually, yet not necessarily read from a config file) that will be used to process some calls (for example file paths or constants).
- setConfiguration(Properties) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.ConnectionManager
-
Sets the properties necessary to establish and manage the connection with the database (login, passwd, hostname, etc).
- setConfiguration(Properties) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- setConfiguration(Properties) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- setConfiguration(Properties) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ConnectionManagerImpl
- setConfiguration(Properties) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- setConfirm(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
- setConfirm(boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- setConnectionObject(BusinessObject) - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.GenericConnectionDefinition
- setConnectionObject(BusinessObject) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.model.MplsConnectionDefinition
- setConnectionObject(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.ObjectLinkObjectDefinition
- setConnectionObject(RemoteObject) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteLogicalConnectionDetails
- setConnectionObject(RemoteObject) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteMPLSConnectionDetails
- setConnectionObject(RemoteObject) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLinkObject
- setConnectionObject(RemoteObject) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemotePhysicalConnectionDetails
- setConnectionProperties(Properties) - Method in class org.neotropic.kuwaiba.core.persistence.PersistenceService
- setConstraints(List<BusinessRuleConstraint>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
- setConstraints(List<RemoteBusinessRuleConstraint>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRule
- setContainer(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.AbstractPosition
- setContainerColor(String) - Method in class org.neotropic.util.visual.slider.PaperSlider
- setContainerName(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.SdhContainerLinkDefinition
- setContainerName(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.SdhTributaryLinkDefinition
- setContainerName(RemoteObjectLight) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh.RemoteSDHContainerLinkDefinition
- setContent(byte[]) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
- setContent(byte[]) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Artifact
- setContent(byte[]) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.Query
- setContent(byte[]) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifact
- setContent(byte[]) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteQuery
- setContent(Object) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheSlot
- setContent(Object) - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLColumn
- setContent(String) - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLHx
- setContentComponent(Component) - Method in class org.neotropic.util.visual.widgets.AbstractDashboardWidget
- setContentSizeFull() - Method in class org.neotropic.util.visual.dialog.ConfirmDialog
- setContentType(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Artifact
- setContentType(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifact
- setControlPoints(List<GeoCoordinate>) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
Sets the edge control points.
- setControlPoints(List<GeoCoordinate>) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- setCountable(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadata
- setCountable(Boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- setCoverComponent(Div) - Method in class org.neotropic.util.visual.widgets.AbstractDashboardWidget
- setCreationDate(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FileObjectLight
- setCreationDate(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.GroupProfileLight
- setCreationDate(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.HistorycEntry
- setCreationDate(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.MethodsGroup
- setCreationDate(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Artifact
- setCreationDate(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinition
- setCreationDate(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- setCreationDate(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- setCreationDate(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadata
- setCreationDate(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.GroupInfoLight
- setCreationDate(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifact
- setCreationDate(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessDefinition
- setCreationDate(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteUserInfoLight
- setCreationDate(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObjectLight
- setCreationDate(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- setCreationTime(long) - Method in class org.neotropic.kuwaiba.core.services.threading.ManagedJobDescriptor
- setCriteria(AbstractFilter.Criteria) - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter
- setCssClass(String) - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
- setCurrent(String) - Method in class org.neotropic.util.visual.grids.BusinessObjectLightGridFilter
- setCurrentActivity(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessInstance
- setCurrentActivity(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessInstance
- setCurrentlanguage(String) - Method in class org.neotropic.kuwaiba.core.i18n.TranslationService
-
Sets the current language through a locale.
- setCurrentLanguage(Language) - Method in class org.neotropic.kuwaiba.core.i18n.session.I18nManagerService
- setCurrentProvider(AbstractSyncProvider) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SynchronizationGroup
- setCurrentView(ViewObject) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.widgets.MplsDashboard
- setCurrentView(ViewObject) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.widgets.SdhDashboard
- setCurrentView(ViewObject) - Method in class org.neotropic.kuwaiba.modules.optional.topoman.widgets.TopologyManagerDashboard
- setCustom(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- setCustom(Boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- setCustomer(boolean) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- setCustomer(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.impact.ServiceLevelCorrelatedInformation
- setCustomer(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.Contact
- setCustomer(RemoteObjectLight) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteContact
- setCustomer(RemoteObjectLight) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteServiceLevelCorrelatedInformation
- setCustomNotes(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.HistorycEntry
- setCutFiber(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.OspLocationView
- setDataSource(Object) - Method in class org.neotropic.util.visual.exporters.grid.GridExporter
- setDataSourceId(long) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncFinding
- setDataSourceId(long) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncResult
- setDataSourceId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncFinding
- setDataSourceId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncResult
- setDataType(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementField
- setDebug(boolean) - Method in interface com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ScriptQueryExecutor
-
Sets debug equal true to show the error messages
- setDecription(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Kpi
- setDecription(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpi
- setDefaultParent(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion.ViewPropertySheet
- setDefaultsForClassMetadatas(ClassMetadata) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
-
Creates a ClassMetadata with default values
- setDefaultValue(Object) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQueryParameter
- setDefinition(byte[]) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- setDefinition(byte[]) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- setDefinition(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRuleConstraint
- setDefinition(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRuleConstraint
- setDependsOf(long[]) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.MethodsGroup
- setDescription(String) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
- setDescription(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
- setDescription(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
- setDescription(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ConfigurationVariable
- setDescription(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FilterDefinition
- setDescription(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.GroupProfileLight
- setDescription(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Pool
- setDescription(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
- setDescription(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- setDescription(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.KpiAction
- setDescription(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinition
- setDescription(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessInstance
- setDescription(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.ReportMetadataLight
- setDescription(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQuery
- setDescription(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQueryParameter
- setDescription(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Task
- setDescription(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ValidatorDefinition
- setDescription(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ViewObjectLight
- setDescription(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- setDescription(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadata
- setDescription(String) - Method in class org.neotropic.kuwaiba.core.services.threading.ManagedJobDescriptor
- setDescription(String) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncFinding
- setDescription(String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- setDescription(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.GroupInfoLight
- setDescription(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.Query
- setDescription(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- setDescription(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- setDescription(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRule
- setDescription(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConfigurationVariable
- setDescription(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpiAction
- setDescription(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemotePool
- setDescription(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessDefinition
- setDescription(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessInstance
- setDescription(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteQueryLight
- setDescription(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadataLight
- setDescription(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncFinding
- setDescription(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTask
- setDescription(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteValidatorDefinition
- setDescription(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteViewObjectLight
- setDescription(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- setDescription(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- setDescription(String) - Method in class org.neotropic.util.visual.properties.AbstractProperty
- setDetails(String) - Method in class org.neotropic.util.visual.notifications.AbstractNotification
- setDeviceA(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.ObjectLinkObjectDefinition
- setDeviceA(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.model.MplsConnectionDefinition
- setDeviceA(RemoteObjectLight) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteMPLSConnectionDetails
- setDeviceA(RemoteObjectLight) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLinkObject
- setDeviceB(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.ObjectLinkObjectDefinition
- setDeviceB(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.model.MplsConnectionDefinition
- setDeviceB(RemoteObjectLight) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteMPLSConnectionDetails
- setDeviceB(RemoteObjectLight) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLinkObject
- setDisplayname(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.Query
- setDisplayName(String) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
- setDisplayName(String) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.ModuleActionGroup
- setDisplayName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- setDisplayName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- setDisplayName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.GenericObjectList
- setDisplayName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.ObjectList
- setDisplayName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationProvider
- setDisplayName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- setDisplayName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- setDisplayName(String) - Method in class org.neotropic.util.visual.properties.AbstractProperty
- setDisplayName(String) - Method in class org.neotropic.util.visual.tree.nodes.AbstractNode
- setDissipateOnZoom(boolean) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.Heatmap
-
Sets if heatmaps dissipate on zoom.
- setDissipateOnZoom(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.ViewHeatmap
- setDissipateOnZoom(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsHeatmapLayer
- setDpConfigurableFilter(ConfigurableFilterDataProvider<T, Void, BusinessObjectLightGridFilter>) - Method in class org.neotropic.kuwaiba.modules.core.navigation.navtree.NavResultGrid
- setDraggableNode(boolean) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapNode
-
Sets if the node can be dragged.
- setDraggableNode(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode
- setDrawingEdgeMode(BiConsumer<HashMap<String, Object>, Runnable>) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Sets the drawing mode to edge.
- setDrawingEdgeMode(BiConsumer<HashMap<String, Object>, Runnable>) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- setDrawingMarkerMode(Consumer<GeoCoordinate>) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Sets the drawing mode to marker.
- setDrawingMarkerMode(Consumer<GeoCoordinate>) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- setEdge(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2EEdge
- setEdgeLabel(String) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
Sets the edge label.
- setEdgeLabel(String) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- setEdges(HashMap<E, MxGraphEdge>) - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
- setEdgeVisible(boolean) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
If true, the edge is visible.
- setEdgeVisible(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- setEditableEdge(boolean) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
Sets if the edge can be edited.
- setEditableEdge(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- setElementEventListener(ElementEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- setEmail(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.TaskNotificationDescriptor
- setEmail(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- setEmail(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskNotificationDescriptor
- setEmail(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteUserInfoLight
- setEmbeddedJavascript(List<String>) - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLReport
- setEmbeddedStyleSheet(String) - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLReport
- setEnabled(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- setEnabled(boolean) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule
- setEnabled(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FilterDefinition
- setEnabled(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinition
- setEnabled(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQuery
- setEnabled(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Task
- setEnabled(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- setEnabled(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ValidatorDefinition
- setEnabled(boolean) - Method in class org.neotropic.kuwaiba.modules.optional.topoman.widgets.TopologyViewSearch
- setEnabled(boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessDefinition
- setEnabled(boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTask
- setEnabled(boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteUserInfoLight
- setEnabled(boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteValidatorDefinition
- setEnabled(boolean) - Method in class org.neotropic.util.visual.paperdialog.PaperDialogAddObject
- setEnabled(Boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.ReportMetadataLight
- setEnabled(Boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadataLight
- setEnabled(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- setEnablePadding(boolean) - Method in class org.neotropic.util.visual.general.FormattedObjectDisplayNameSpan
- setEndpointA(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.GenericConnectionDefinition
- setEndpointA(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.model.MplsConnectionDefinition
- setEndpointA(RemoteObjectLight) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteLogicalConnectionDetails
- setEndpointA(RemoteObjectLight) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteMPLSConnectionDetails
- setEndpointB(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.GenericConnectionDefinition
- setEndpointB(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.model.MplsConnectionDefinition
- setEndpointB(RemoteObjectLight) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteLogicalConnectionDetails
- setEndpointB(RemoteObjectLight) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteMPLSConnectionDetails
- setEndTime(long) - Method in class org.neotropic.kuwaiba.core.services.threading.ManagedJobDescriptor
- setEndTime(Date) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBackgroundJob
- setEventName(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.EventDescriptor
- setEvents(HashMap<String, LinkedHashMap<String, List<String>>>) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- setEvents(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- setEventType(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.HistorycEntry
- setEveryXMinutes(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.TaskScheduleDescriptor
- setEveryXMinutes(int) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskScheduleDescriptor
- setExecutionType(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.TaskScheduleDescriptor
- setExecutionType(int) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskScheduleDescriptor
- setExternalScripts(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- setExternalScripts(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- setExtraColumns(List<String>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ResultRecord
- setExtraInformation(String) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncFinding
- setExtraInformation(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncFinding
- setFavicon(String) - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLReport
- setFeatureToken(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Privilege
- setFeatureToken(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.PrivilegeInfo
- setFiber(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.PortNode
- setFile(byte[]) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FileObject
- setFile(byte[]) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObject
- setFileOjectId(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FileObjectLight
- setFileOjectId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObjectLight
- setFilter(Filter) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FilterDefinition
- setFilterEnable(String) - Method in class org.neotropic.kuwaiba.core.configuration.filters.FiltersDefinitionUI.FilterForFilterDefinition
- setFinding(SyncFinding) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncAction
- setFinding(RemoteSyncFinding) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncAction
- setFirstColumn(Grid.Column<T>) - Method in class org.neotropic.kuwaiba.modules.core.navigation.navtree.NavResultGrid
- setFirstName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- setFirstName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSession
- setFirstName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteUserInfoLight
- setFitlerName(String) - Method in class org.neotropic.kuwaiba.core.configuration.filters.FiltersDefinitionUI.FilterForFilterDefinition
- setFormatOptions(Properties) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
- setFormId(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementForm
- setFormStructure(FormStructure) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- setFunctionName(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FunctionRunner
- setFunctionName(String) - Method in class org.neotropic.kuwaiba.modules.optional.reports.javascript.JavaScriptFunction
- setGeneralProperties(Properties) - Method in class org.neotropic.kuwaiba.core.persistence.PersistenceService
- setGeneralToolsEnabled(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools
-
Function that enables/disables main functionality buttons
- setGeneralToolsEnabled(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools
-
Function that enables/disables main functionality buttons
- setGeometry(double, double, double, double) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayout
- setGeometry(int, int, int, int) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayout
- setGroupProperties(long, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Set the attributes of a group
- setGroupProperties(long, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- setGroupProperties(long, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Sets the properties for an existing group
- setGroupProperties(long, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- setHandMode() - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Set the map hand mode.
- setHandMode() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- setHasBinder(boolean) - Method in class org.neotropic.util.visual.properties.AbstractProperty
- setHasChildren(boolean) - Method in class org.neotropic.util.visual.tree.nodes.AbstractNode
- setHeader(String) - Method in class org.neotropic.util.visual.dialog.ConfirmDialog
- setHeight(Integer) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.ObjectView
- setHeight(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement.AbstractUiElement
-
Sets the UI element height.
- setHeight(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- setHeight(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentButton
- setHeight(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentCheckBox
- setHeight(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentComboBox
- setHeight(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentDateField
- setHeight(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentHorizontalLayout
- setHeight(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentImage
- setHeight(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentLabel
- setHeight(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentListSelectFilter
- setHeight(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentTextArea
- setHeight(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentTextField
- setHeight(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentUpload
- setHeight(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentVerticalLayout
- setHeight(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- setHidden(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- setHidden(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- setIcon(byte[]) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadata
- setIcon(byte[]) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata
- setIcon(Icon) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
- setIcon(Icon) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
- setIcon(Icon) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- setIconUrl(String) - Method in class org.neotropic.util.visual.tree.nodes.AbstractNode
- setId(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- setId(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ConfigurationVariable
- setId(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FavoritesFolder
- setId(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FilterDefinition
- setId(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.GroupProfileLight
- setId(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.MethodsGroup
- setId(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
- setId(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Actor
- setId(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- setId(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinition
- setId(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessInstance
- setId(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.ReportMetadataLight
- setId(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Task
- setId(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- setId(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ValidatorDefinition
- setId(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- setId(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- setId(long) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncDataSourceConfiguration
- setId(long) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SynchronizationGroup
- setId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.GroupInfoLight
- setId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.Query
- setId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- setId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActor
- setId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- setId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBackgroundJob
- setId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConfigurationVariable
- setId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteFavoritesFolder
- setId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessDefinition
- setId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessInstance
- setId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadataLight
- setId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationConfiguration
- setId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationGroup
- setId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTask
- setId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteUserInfoLight
- setId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteValidatorDefinition
- setId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteViewObjectLight
- setId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- setId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- setId(Integer) - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.Connection
- setId(Long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
- setId(Long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ViewObjectLight
- setId(String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamTreeNode
- setId(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement.AbstractUiElement
-
Sets the UI element id.
- setId(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- setId(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentButton
- setId(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentCheckBox
- setId(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentComboBox
- setId(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentDateField
- setId(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentHorizontalLayout
- setId(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentImage
- setId(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentLabel
- setId(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentListSelectFilter
- setId(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentTextArea
- setId(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentTextField
- setId(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentUpload
- setId(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentVerticalLayout
- setId(String) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
- setId(String) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.ModuleActionGroup
- setId(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Pool
- setId(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Artifact
- setId(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQuery
- setId(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQueryParameter
- setId(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.TemplateObjectLight
- setId(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLight
- setId(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.GenericObjectList
- setId(String) - Method in class org.neotropic.kuwaiba.modules.core.queries.nodes.ObjectMxNode
- setId(String) - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLDiv
- setId(String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- setId(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifact
- setId(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemotePool
- setId(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationProvider
- setId(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- setIdling(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
- setIdling(boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- setIgnoreFillColor(boolean) - Method in class org.neotropic.util.visual.general.FormattedObjectDisplayNameSpan
- setIgnoreTextColor(boolean) - Method in class org.neotropic.util.visual.general.FormattedObjectDisplayNameSpan
- setImage(Image) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- setIncludeClassName(boolean) - Method in class org.neotropic.util.visual.general.FormattedObjectDisplayNameSpan
- setIncomingSequenceFlowId(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ParallelActivityDefinition
- setIncomingSequenceFlowId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteParallelActivityDefinition
- setInDesign(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- setInDesign(Boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- setInformationArfifact(ArtifactDefinition) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ConditionalActivityDefinition
- setInformationArtifact(RemoteArtifactDefinition) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConditionalActivityDefinition
- setInputParameters(Properties) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementMiniApplication
- setInternationalizationCode(String) - Method in class org.neotropic.kuwaiba.core.i18n.session.Language
- setInventoryObjects(List<BusinessObject>) - Method in class com.neotropic.kuwaiba.modules.commercial.impact.AssetLevelCorrelatedInformation
- setInventoryObjects(List<RemoteObject>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteAssetLevelCorrelatedInformation
- setIpAddr(String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.DivIpAddr
- setIpAddress(String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.SubnetDetail
- setIpAddress(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Session
- setIpAddress(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSession
- setIpAddrId(String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.DivIpAddr
- setIpAddrV(int) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.SubnetDetail
- setIsLeaf(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- setIsPublic(boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteQueryLight
- setIsPublic(Boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
- setItems(List) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementSelector
- setItems(List) - Method in class org.neotropic.util.visual.properties.ObjectProperty
- setItems(List<ClassMetadataLight>) - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.ParentFilter
- setJavaScriptFunctionParameters(List<String>) - Method in class org.neotropic.kuwaiba.modules.optional.reports.javascript.JavaScriptFunction
- setJobResult(Object) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBackgroundJob
- setJobTag(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBackgroundJob
- setJoin(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- setJoin(boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- setJoins(ArrayList<TransientQuery>) - Method in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- setJoins(List<ExtendedQuery>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- setJoins(List<ObjectMxNodeMap>) - Method in class org.neotropic.kuwaiba.modules.core.queries.nodes.ObjectMxNodeMap
- setKey(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.util.StringPair
- setKnobColor(String) - Method in class org.neotropic.util.visual.slider.PaperSlider
- setKpiActions(List<KpiAction>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinition
- setKpiActions(List<KpiAction>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinition
- setKpiActions(List<RemoteKpiAction>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- setKpiActions(List<RemoteKpiAction>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessDefinition
- setKpis(List<Kpi>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinition
- setKpis(List<Kpi>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinition
- setKpis(List<RemoteKpi>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- setKpis(List<RemoteKpi>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessDefinition
- setLabels(String[]) - Method in class org.neotropic.kuwaiba.modules.optional.reports.javascript.DataTable
- setLang(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementI18N
- setLastName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- setLastName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSession
- setLastName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteUserInfoLight
- setLastSelectedProviders(List<AbstractSyncProvider>) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SynchronizationGroup
- setLastSelectedProviders(List<RemoteSynchronizationProvider>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationGroup
- setLastUpdate(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheSlot
- setLatitude(double) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.GeoCoordinate
- setLength(Double) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
Sets the edge length.
- setLength(Double) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- setLifeExpectancy(long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheSlot
- setLimit(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- setLimit(int) - Method in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- setLinkClass(String) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.SdhPosition
- setLinkClass(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh.RemoteSDHPosition
- setLinkedJavascriptFiles(List<String>) - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLReport
- setLinkedStyleSheets(List<String>) - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLReport
- setLinkId(String) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.SdhPosition
- setLinkId(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh.RemoteSDHPosition
- setList(HashMap<String, String>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.ObjectList
- setList(List<BusinessObjectLight>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLightList
- setList(List<BusinessObjectLight>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.GenericObjectList
- setList(List<RemoteObjectLight>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLightList
- setListType(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- setListType(Boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- setListTypeItemRelatedLayout(String, String, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Relate a list type item with a view.
- setListTypeItemRelatedLayout(String, String, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- setListTypes(List) - Method in class org.neotropic.util.visual.properties.ObjectMultipleProperty
- setLocalizationCode(String) - Method in class org.neotropic.kuwaiba.core.i18n.session.Language
- setLocked(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- setLocked(Boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- setLogicalConnector(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- setLogicalConnector(int) - Method in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- setLogicalEndpointObjectA(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.ObjectLinkObjectDefinition
- setLogicalEndpointObjectA(RemoteObjectLight) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLinkObject
- setLogicalEndpointObjectB(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.ObjectLinkObjectDefinition
- setLogicalEndpointObjectB(RemoteObjectLight) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLinkObject
- setLoginTime(Date) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Session
- setLongitude(double) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.GeoCoordinate
- setLytButtons(HorizontalLayout) - Method in class org.neotropic.util.visual.wizard.Wizard
- setLytDetails(VerticalLayout) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamSelectedItem
- setLytHeader(IpamExplorerRow) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamSelectedItem
- setLytMainContent(Div) - Method in class org.neotropic.util.visual.wizard.Wizard
- setMainComponentEditor(AbstractField) - Method in class org.neotropic.util.visual.properties.AdvancedEditorDialog
- setMandatory(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementField
- setMandatory(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQueryParameter
- setMandatory(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- setMandatory(boolean) - Method in class org.neotropic.util.visual.properties.AbstractProperty
- setMandatory(Boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- setMapChildrensCache(HashMap<BusinessObjectLight, List<BusinessObjectLight>>) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- setMapNamedObjects(HashMap<BusinessObjectLight, MxGraphNode>) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- setMapPathCircuit(LinkedHashMap<BusinessObjectLight, BusinessObjectLight>) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.PhysicalPathView
- setMapTypeId(String) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Sets the map type id.
- setMapTypeId(String) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- setMask(List<String>) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.SubnetDetail
- setMaskBits(int) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.SubnetDetail
- setMasked(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ConfigurationVariable
- setMasked(boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConfigurationVariable
- setMax(double) - Method in class org.neotropic.util.visual.slider.PaperSlider
- setMenuVisible(boolean) - Method in class org.neotropic.util.visual.togglemenubutton.ToogleMenuButton
- setMessage(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ValidatorRunner
- setMessage(String) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionCompletedListener.ActionCompletedEvent
- setMessage(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ResultMessage
- setMessage(String) - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLMessage
- setMessage(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteResultMessage
- setMessages(List<ResultMessage>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.TaskResult
- setMessages(List<RemoteResultMessage>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskResult
- setMessageType(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ResultMessage
- setMessageType(int) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteResultMessage
- setMetadataProperties(Properties) - Method in class org.neotropic.kuwaiba.core.persistence.PersistenceService
- setMethods(String[]) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.MethodsGroup
- setMin(double) - Method in class org.neotropic.util.visual.slider.PaperSlider
- setMinZoomForLabels(double) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Sets the minimum zoom level for the map when displaying labels.
- setMinZoomForLabels(double) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- setMode(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementMiniApplication
- setMode(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementMiniApplication
- setModuleId(String) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
- setMplsTools(MplsTools) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.widgets.MplsDashboard
- setMultiple(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- setMultiple(Boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- setMxGraph(MxGraph) - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
- setMxgraphCanvas(MxGraphCanvas<BusinessObjectLight, BusinessObjectLight>) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsView
- setMxgraphCanvas(MxGraphCanvas<BusinessObjectLight, BusinessObjectLight>) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhView
- setMxgraphCanvas(MxGraphCanvas<BusinessObjectLight, BusinessObjectLight>) - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyView
- setMxGraphCanvas(MxGraphCanvas<BusinessObjectLight, BusinessObjectLight>) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.ObjectView
- setName(String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamExplorerRow
- setName(String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamTreeNode
- setName(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FileInformation
- setName(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ScriptQueryRunner
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.integration.external.services.AbstractExternalService
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.integration.external.services.ExternalServiceProvider
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.ModuleActionParameter
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRuleConstraint
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ConfigurationVariable
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FavoritesFolder
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FileObjectLight
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FilterDefinition
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.GroupProfileLight
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.MethodsGroup
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Pool
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Actor
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Artifact
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Kpi
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.KpiAction
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinition
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessInstance
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.ReportMetadataLight
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQuery
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQueryParameter
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Task
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.TemplateObjectLight
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Validator
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ValidatorDefinition
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ViewObjectLight
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLight
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- setName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- setName(String) - Method in class org.neotropic.kuwaiba.core.i18n.session.Language
- setName(String) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractDataEntity
- setName(String) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncDataSourceConfiguration
- setName(String) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SynchronizationGroup
- setName(String) - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractLinkConnectivityAction
- setName(String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.GroupInfoLight
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.Query
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActor
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifact
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRule
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRuleConstraint
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConfigurationVariable
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteFavoritesFolder
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpi
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpiAction
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemotePool
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessDefinition
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessInstance
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteQueryLight
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadataLight
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationConfiguration
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationGroup
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTask
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteValidator
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteValidatorDefinition
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteViewObjectLight
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObjectLight
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLight
- setName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- setName(String) - Method in class org.neotropic.util.visual.properties.AbstractProperty
- setNetworkInterfaces(List<NetworkInterface>) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.entities.BridgeDomain
- setNetworkInterfaceType(int) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.entities.NetworkInterface
- setNetworkIpAddr(String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.SubnetDetail
- setNetworkIpAddr(String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.DivIpAddr
- setNewValue(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- setNewValue(T) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.EventDescriptor
- setNewValues(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.ChangeDescriptor
- setNextActivity(ActivityDefinition) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinition
- setNextActivity(RemoteActivityDefinition) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- setNextActivityIfFalse(ActivityDefinition) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ConditionalActivityDefinition
- setNextActivityIfFalse(RemoteActivityDefinition) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConditionalActivityDefinition
- setNextActivityIfTrue(ActivityDefinition) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ConditionalActivityDefinition
- setNextActivityIfTrue(RemoteActivityDefinition) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConditionalActivityDefinition
- setNoCopy(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- setNoCopy(Boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- setNodeChildren(List<TreeLayoutNode>) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- setNodeExpanded(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- setNodeHeight(double) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- setNodeLabel(String) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapNode
-
Sets the node label.
- setNodeLabel(String) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode
- setNodeLevel(int) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- setNodes(LinkedHashMap<N, MxGraphNode>) - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
- setNodeTitle(String) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapNode
-
Sets the node title.
- setNodeTitle(String) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode
- setNodeVisible(boolean) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapNode
-
If true, the node is visible.
- setNodeVisible(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- setNodeVisible(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode
- setNodeWidth(double) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- setNodeX(double) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- setNodeY(double) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- setNorthEast(GeoCoordinate) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapOverlayView
-
Sets the north.east.
- setNorthEast(GeoCoordinate) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.ViewOverlayView
- setNorthEast(GeoCoordinate) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsOverlayView
- setNotes(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- setNotes(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.ChangeDescriptor
- setNotificationType(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.TaskNotificationDescriptor
- setNotificationType(int) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskNotificationDescriptor
- setNotificationType(TaskNotificationDescriptor) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Task
- setNotificationType(RemoteTaskNotificationDescriptor) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTask
- setNoVisibleCommand(Command) - Method in class org.neotropic.util.visual.togglemenubutton.ToogleMenuButton
- setNumberOfHosts(int) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.SubnetDetail
- setObj(Object) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.CustomSpan
- setObject(Object) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamTreeNode
- setObject(Object) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- setObject(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.AnnotatedBusinessObjectLight
- setObject(AttributeMetadata) - Method in class org.neotropic.kuwaiba.modules.core.queries.nodes.ObjectMxNode
- setObject(ObjectMxNode) - Method in class org.neotropic.kuwaiba.modules.core.queries.nodes.ObjectMxNodeMap
- setObjectId(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- setObjId(String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamExplorerRow
- setObjNameField(TextField) - Method in class org.neotropic.kuwaiba.modules.core.navigation.navtree.NavResultGrid
- setObservations(List<String>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.KpiResult
- setObservations(List<String>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpiResult
- setOid(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteQueryLight
- setOldState(String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.DivIpAddr
- setOldValue(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- setOldValue(T) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.EventDescriptor
- setOldValues(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.ChangeDescriptor
- setOrder(int) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
- setOrder(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- setOrder(Integer) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- setOrderDescending(boolean) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- setOutgoingSequenceFlowId(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ParallelActivityDefinition
- setOutgoingSequenceFlowId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteParallelActivityDefinition
- setOutputParameters(Properties) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementMiniApplication
- setOwner(RemoteUserInfo) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.Query
- setOwnerId(Long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery
- setPage(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- setPage(int) - Method in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- setParameterNames(List<String>) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ScriptQueryRunner
- setParameterNames(List<String>) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ValidatorRunner
- setParameters(HashMap<String, String>) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncDataSourceConfiguration
- setParameters(List<StringPair>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.ReportMetadata
- setParameters(List<StringPair>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Task
- setParameters(List<StringPair>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadata
- setParameters(List<StringPair>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationConfiguration
- setParameters(List<StringPair>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTask
- setParametersNames(List<String>) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FunctionRunner
- setParent(ObjectMxNodeMap) - Method in class org.neotropic.kuwaiba.modules.core.queries.nodes.ObjectMxNodeMap
- setParent(TransientQuery) - Method in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- setParentClassName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- setParentClassName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- setParentNode(TreeLayoutNode) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- setPath(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FileInformation
- setPaths(List<ActivityDefinition>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ParallelActivityDefinition
- setPaths(List<RemoteActivityDefinition>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteParallelActivityDefinition
- setPathSelectionMode(BiConsumer<List<BusinessObjectViewEdge>, Runnable>) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Sets the path selection mode.
- setPathSelectionMode(BiConsumer<List<BusinessObjectViewEdge>, Runnable>) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- setPhysicalEndpointObjectA(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.ObjectLinkObjectDefinition
- setPhysicalEndpointObjectA(RemoteObjectLight) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLinkObject
- setPhysicalEndpointObjectB(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.ObjectLinkObjectDefinition
- setPhysicalEndpointObjectB(RemoteObjectLight) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLinkObject
- setPhysicalPathForBDisEndpointA(RemoteObjectRelatedObjects) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteLogicalConnectionDetails
- setPhysicalPathForBDisEndpointB(RemoteObjectRelatedObjects) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteLogicalConnectionDetails
- setPhysicalPathForEndpointA(List<BusinessObjectLight>) - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.GenericConnectionDefinition
- setPhysicalPathForEndpointA(List<RemoteObjectLight>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteLogicalConnectionDetails
- setPhysicalPathForEndpointA(List<RemoteObjectLight>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemotePhysicalConnectionDetails
- setPhysicalPathForEndpointB(List<BusinessObjectLight>) - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.GenericConnectionDefinition
- setPhysicalPathForEndpointB(List<RemoteObjectLight>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteLogicalConnectionDetails
- setPhysicalPathForEndpointB(List<RemoteObjectLight>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemotePhysicalConnectionDetails
- setPhysicalPathForVlansEndpointA(RemoteObjectRelatedObjects) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteLogicalConnectionDetails
- setPhysicalPathForVlansEndpointB(RemoteObjectRelatedObjects) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteLogicalConnectionDetails
- setPin(boolean) - Method in class org.neotropic.util.visual.slider.PaperSlider
- setPlayAnimation(boolean) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapEdge
-
Sets true to play animation.
- setPlayAnimation(boolean) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapNode
-
Sets true to play animation.
- setPlayAnimation(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge
- setPlayAnimation(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode
- setPoints(List<GeoCoordinate>) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.Heatmap
-
Sets the points to be displayed by this heatmap.
- setPoints(List<GeoCoordinate>) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.ViewHeatmap
- setPoints(List<GeoCoordinate>) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsHeatmapLayer
- setPool(boolean) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- setPoolProperties(String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates a pool.
- setPoolProperties(String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- setPoolProperties(String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates pool name and description
- setPoolProperties(String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- setPosition(int) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.AbstractPosition
- setPosition(int) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.HopDefinition
- setPosition(int) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.SdhPosition
- setPosition(int) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh.RemoteSDHPosition
- setPositions(List<SdhPosition>) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.SdhContainerLinkDefinition
- setPositions(List<SdhPosition>) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.SdhTributaryLinkDefinition
- setPositions(List<RemoteSDHPosition>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh.RemoteSDHContainerLinkDefinition
- setPostconditionsScript(byte[]) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- setPostconditionsScript(byte[]) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- setPreconditionsScript(byte[]) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- setPreconditionsScript(byte[]) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- setPrintable(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- setPrintable(boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- setPrintableTemplate(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- setPrintableTemplate(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- setPrivileges(List<Privilege>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.GroupProfile
- setPrivileges(List<Privilege>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfile
- setPrivileges(List<PrivilegeInfo>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteUserInfo
- setPrivileges(PrivilegeInfo[]) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.GroupInfo
- setPrivilegeToGroup(long, String, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Sets a privilege to a group.
- setPrivilegeToGroup(long, String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- setPrivilegeToGroup(long, String, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Sets a privilege to a group.
- setPrivilegeToGroup(long, String, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- setPrivilegeToUser(long, String, int) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Sets a privilege to a user.
- setPrivilegeToUser(long, String, int) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- setPrivilegeToUser(long, String, int, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Sets a privilege to a user.
- setPrivilegeToUser(long, String, int, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- setProcessDefinition(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessInstance
- setProcessDefinition(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessInstance
- setProcessInstance(ProcessInstance) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ProcessManagerService
- setProcessInstances(long, List<ProcessInstance>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ProcessManagerService
- setProgress(float) - Method in class org.neotropic.kuwaiba.core.services.threading.ManagedJobDescriptor
- setProgress(int) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBackgroundJob
- setProperties(List<StringPair>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteValidator
- setProperties(Map<String, Object>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.AnnotatedBusinessObjectLight
- setProperties(Properties) - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2EEdge
- setProperties(Properties) - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2ENode
- setProperties(Properties) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractViewEdge
- setProperties(Properties) - Method in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractViewNode
- setProperties(Properties) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Validator
- setProperty(AbstractProperty) - Method in class org.neotropic.util.visual.properties.AdvancedEditorDialog
- setPropertyCenterLatitude(double) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion.MapPropertySheet
- setPropertyCenterLongitude(double) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion.MapPropertySheet
- setPropertyChangeListener(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- setPropertyComputeEdgesLength(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion.MapPropertySheet
- setPropertyListener(PropertySheet.IPropertyValueChangedListener) - Method in class org.neotropic.kuwaiba.modules.core.navigation.ObjectOptionsPanel
- setPropertyMapTypeId(String) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion.MapPropertySheet
- setPropertyMapTypeIds(List<String>) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion.MapPropertySheet
- setPropertyName(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.EventDescriptor
- setPropertyUnitOfLength(UnitOfLength) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion.MapPropertySheet
- setPropertyZoom(double) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion.MapPropertySheet
- setQueryJoin(ExtendedQuery) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- setQueryName(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ScriptQueryRunner
- setReadOnly(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- setReadOnly(boolean) - Method in class org.neotropic.util.visual.properties.AbstractProperty
- setReadOnly(boolean) - Method in class org.neotropic.util.visual.properties.PropertySheet
- setReadOnly(Boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- setRepaint(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementContainer
- setResource(boolean) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- setResult(String) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncResult
- setResult(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncResult
- setRoot(boolean) - Method in class org.neotropic.kuwaiba.modules.core.containmentman.api.ClassMetadataLightCustom
- setRoots(TreeLayoutNode...) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayout
- setRows(int) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGridLayout
- setRows(List<String[]>) - Method in class org.neotropic.kuwaiba.modules.optional.reports.javascript.DataTable
- setRows(List<List<Object>>) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- setRows(List<HTMLRow>) - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLTable
- setRowspan(String) - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLColumn
- setRuleId(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
- setRuleId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRule
- setSave(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- setSave(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- setSchedule(TaskScheduleDescriptor) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Task
- setSchedule(RemoteTaskScheduleDescriptor) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTask
- setScope(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
- setScope(int) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRule
- setScript(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FunctionRunner
- setScript(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ValidatorRunner
- setScript(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FilterDefinition
- setScript(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.KpiAction
- setScript(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.ReportMetadata
- setScript(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQuery
- setScript(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Task
- setScript(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ValidatorDefinition
- setScript(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpiAction
- setScript(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadata
- setScript(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTask
- setScript(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteValidatorDefinition
- setScriptQueryExecutor(ScriptQueryExecutor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FunctionI18NRunner
- setScriptQueryExecutor(ScriptQueryExecutor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FunctionRunner
- setScriptQueryExecutor(ScriptQueryExecutor) - Method in interface com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Runner
- setScriptQueryExecutor(ScriptQueryExecutor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ScriptQueryRunner
- setScriptQueryExecutor(ScriptQueryExecutor) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ValidatorRunner
- setSdhTools(SdhTools) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.widgets.SdhDashboard
- setSearchHistory(List<BusinessObjectLightGridFilter>) - Method in class org.neotropic.util.visual.grids.BusinessObjectLightGridFilter
- setSecundaryProgressBarColor(String) - Method in class org.neotropic.util.visual.slider.PaperSlider
- setSelected(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamTreeNode
- setSelectedCellId(String) - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
- setSelectedCellType(String) - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
- setSelectedLink(Object) - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractLinkConnectivityAction
- setSelectedNode(AbstractViewNode) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowGeographicalQuery
- setSelectedObject(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.core.navigation.ObjectOptionsPanel
- setSelectedObject(BusinessObjectLight) - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.PortSelector
- setSelectedObjects(List) - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractLinkConnectivityAction
- setSelectedObjects(List<BusinessObjectLight>) - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.PortSelector
- setSelectedRow(long) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- setSelectedRows(List<Long>) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- setSelectionListener(ActionListener) - Method in class org.neotropic.kuwaiba.modules.core.navigation.ObjectOptionsPanel
- setSelectionMode(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- setSelectionMode(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- setSelectionToolsEnabled(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools
-
Function that enables/disables the buttons that depends of object selection events
- setSelectionToolsEnabled(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools
-
Function that enables/disables the buttons that depends of object selection events
- setSequenceFlow(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ParallelActivityDefinition
- setSequenceFlow(int) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteParallelActivityDefinition
- setService(boolean) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- setServices(List<ServiceLevelCorrelatedInformation>) - Method in class com.neotropic.kuwaiba.modules.commercial.impact.AssetLevelCorrelatedInformation
- setServices(List<BusinessObjectLight>) - Method in class com.neotropic.kuwaiba.modules.commercial.impact.ServiceLevelCorrelatedInformation
- setServices(List<RemoteObjectLight>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteServiceLevelCorrelatedInformation
- setServices(List<RemoteServiceLevelCorrelatedInformation>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteAssetLevelCorrelatedInformation
- setSessionId(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSession
- setSessionType(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Session
- setSessionType(int) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSession
- setShared(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementField
- setShared(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementGrid
- setSharedInformation(List<String>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- setSharedInformation(List<String>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- setSharedInformation(List<StringPair>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Artifact
- setSharedInformation(List<StringPair>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifact
- setShowContext(boolean) - Method in class org.neotropic.kuwaiba.modules.core.navigation.ObjectOptionsPanel
- setShowCoreActions(boolean) - Method in class org.neotropic.kuwaiba.modules.core.navigation.ObjectOptionsPanel
- setShowCustomActions(boolean) - Method in class org.neotropic.kuwaiba.modules.core.navigation.ObjectOptionsPanel
- setShowExplorers(boolean) - Method in class org.neotropic.kuwaiba.modules.core.navigation.ObjectOptionsPanel
- setShowHelp(boolean) - Method in class org.neotropic.kuwaiba.modules.core.navigation.ObjectOptionsPanel
- setShowLeftover(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayout
- setShowLeftoverFiber(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.OspLocationView
- setShowPropertySheet(boolean) - Method in class org.neotropic.kuwaiba.modules.core.navigation.ObjectOptionsPanel
- setShowViews(boolean) - Method in class org.neotropic.kuwaiba.modules.core.navigation.ObjectOptionsPanel
- setSmallIcon(byte[]) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- setSmallIcon(byte[]) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- setSnaps(boolean) - Method in class org.neotropic.util.visual.slider.PaperSlider
- setSource(PortSelector) - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.Connection
- setSourceEdgeNodes(HashMap<E, N>) - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
- setSouthWest(GeoCoordinate) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapOverlayView
-
Sets the south-west.
- setSouthWest(GeoCoordinate) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.ViewOverlayView
- setSouthWest(GeoCoordinate) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsOverlayView
- setSpecialRelationshipDisplayName(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.metadata.MetadataEntityManager
-
Sets the display name of a special relationship used in a model
- setSpecialRelationshipDisplayName(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.MetadataEntityManagerImpl
- setSpliceFiber(boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.OspLocationView
- setStartAction(RemoteActivityDefinition) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessDefinition
- setStartActivity(ActivityDefinition) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinition
- setStartTime(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.TaskScheduleDescriptor
- setStartTime(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskScheduleDescriptor
- setStartTime(Date) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBackgroundJob
- setState(int) - Method in class org.neotropic.kuwaiba.core.services.threading.ManagedJobDescriptor
- setState(String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.DivIpAddr
-
Removes the old state from the div amd sets the new one
- setStatus(int) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionCompletedListener.ActionCompletedEvent
- setStatus(int) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.ServerStatus
- setStatus(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBackgroundJob
- setStep(double) - Method in class org.neotropic.util.visual.slider.PaperSlider
- setStructure(byte[]) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ViewObject
- setStructure(byte[]) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteViewObject
- setStyle(String) - Method in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
- setStyleName(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- setStyleName(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- setSubnetId(String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.engine.SubnetDetail
- setSubnetId(String) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.DivIpAddr
- setSyncDataSourceConfigurations(List<SyncDataSourceConfiguration>) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SynchronizationGroup
- setTags(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FileObjectLight
- setTags(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObjectLight
- setTarget(PortSelector) - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.Connection
- setTargetEdgeNodes(HashMap<E, N>) - Method in class org.neotropic.util.visual.mxgraph.MxGraphCanvas
- setText(String) - Method in class org.neotropic.util.visual.notifications.AbstractNotification
- setThresholds(Properties) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Kpi
- setThresholds(Properties) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpi
- setTimestamp(long) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- setTitle(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementForm
- setTitle(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.InventoryReport
- setTitle(String) - Method in class org.neotropic.util.visual.notifications.AbstractNotification
- setTitle(String) - Method in class org.neotropic.util.visual.widgets.AbstractDashboardWidget
- setToken(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Session
- setToolTip(String) - Method in class org.neotropic.util.visual.button.ActionButton
- setTreeLayout(TreeLayout) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- setTxtSearch(TextField) - Method in class org.neotropic.util.visual.paperdialog.PaperDialogAddObject
- setType(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- setType(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
- setType(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ConfigurationVariable
- setType(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.InventoryObjectPool
- setType(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
- setType(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Actor
- setType(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- setType(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.KpiAction
- setType(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- setType(int) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.GenericObjectList
- setType(int) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncAction
- setType(int) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncFinding
- setType(int) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncResult
- setType(int) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.ObjectList
- setType(int) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- setType(int) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActor
- setType(int) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- setType(int) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRule
- setType(int) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConfigurationVariable
- setType(int) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpiAction
- setType(int) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncAction
- setType(int) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncFinding
- setType(int) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncResult
- setType(Integer) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.ReportMetadataLight
- setType(Integer) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadataLight
- setType(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQueryParameter
- setType(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- setType(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteViewObjectLight
- setType(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- setType(String) - Method in class org.neotropic.util.visual.properties.AbstractProperty
- setType(AbstractConnectivityActionBuilder) - Method in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.Connection
- setType(AbstractNotification.NotificationType) - Method in class org.neotropic.util.visual.notifications.AbstractNotification
- setTypes(DataTable.DataType[]) - Method in class org.neotropic.kuwaiba.modules.optional.reports.javascript.DataTable
- setUiElementEventListener(UiElementEventListener) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement.AbstractUiElement
- setUnique(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- setUnique(boolean) - Method in class org.neotropic.util.visual.properties.AbstractProperty
- setUnique(Boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- setUnitOfLength(UnitOfLength) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Sets the unit of length of map.
- setUnitOfLength(UnitOfLength) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- setUpdateTask(Command) - Method in class org.neotropic.kuwaiba.modules.optional.taskman.actions.UpdateTaskVisualAction
- setUseAdvancedSearch(boolean) - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.ListTypeFilter
- setUser(UserProfile) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Session
- setUser(UserProfileLight) - Method in class org.neotropic.kuwaiba.core.services.threading.ManagedJobDescriptor
- setUserId(long) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSession
- setUsername(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSession
- setUserName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry
- setUserName(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- setUserName(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteUserInfoLight
- setUserProperties(long, String, String, String, String, int, int, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Set the properties of a given user using the id to search for it
- setUserProperties(long, String, String, String, String, int, int, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- setUserProperties(long, String, String, String, String, int, int, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Sets the properties of a given user using the id to search for it
- setUserProperties(long, String, String, String, String, int, int, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- setUserProperties(String, String, String, String, String, int, int, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates the attributes of a user, using its username as key to find it
- setUserProperties(String, String, String, String, String, int, int, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- setUsers(List<UserProfile>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.GroupProfile
- setUsers(List<UserProfileLight>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Task
- setUsers(List<RemoteUserInfoLight>) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTask
- setUsers(RemoteUserInfo[]) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.GroupInfo
- setUui(String) - Method in class org.neotropic.util.visual.grids.BusinessObjectLightGridFilter
- setValidatorName(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ValidatorRunner
- setValidators(List<Validator>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLight
- setValue(Object) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ScriptedQueryParameter
- setValue(Object) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractDataEntity
- setValue(Object) - Method in class org.neotropic.util.visual.properties.AbstractPropertySheetField
- setValue(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.util.StringPair
- setValue(String) - Method in class org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter
- setValue(String) - Method in class org.neotropic.util.visual.colorpicker.ColorPicker
- setValue(T) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementField
- setValue(T) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.ModuleActionParameter
- setValue(T) - Method in class org.neotropic.util.visual.properties.AbstractProperty
- setValueAttributeValue(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementField
- setValueDefinition(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ConfigurationVariable
- setValueDefinition(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConfigurationVariable
- setVersion(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormStructure
- setVersion(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
- setVersion(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
- setVersion(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinition
- setVersion(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.InventoryReport
- setVersion(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition
- setVersion(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRule
- setVersion(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessDefinition
- setVersion(String) - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.ServerStatus
- setVfiA(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.model.MplsConnectionDefinition
- setVfiA(RemoteObjectLight) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteMPLSConnectionDetails
- setVfiB(BusinessObjectLight) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.model.MplsConnectionDefinition
- setVfiB(RemoteObjectLight) - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteMPLSConnectionDetails
- setView(ViewObject, boolean) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion.ViewPropertySheet
- setViewable(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- setViewable(Boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- setViewType(String) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ViewObjectLight
- setVisible(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- setVisible(Boolean) - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
- setVisibleAttributeNames(ArrayList<String>) - Method in class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- setVisibleAttributeNames(List<String>) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery
- setVisibleCommand(Command) - Method in class org.neotropic.util.visual.togglemenubutton.ToogleMenuButton
- setWidth(Integer) - Method in class org.neotropic.kuwaiba.modules.optional.physcon.views.ObjectView
- setWidth(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement.AbstractUiElement
-
Sets the UI element width.
- setWidth(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- setWidth(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentButton
- setWidth(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentCheckBox
- setWidth(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentComboBox
- setWidth(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentDateField
- setWidth(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentHorizontalLayout
- setWidth(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentImage
- setWidth(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentLabel
- setWidth(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentListSelectFilter
- setWidth(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentTextArea
- setWidth(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentTextField
- setWidth(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentUpload
- setWidth(String) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.ComponentVerticalLayout
- setWidth(XMLStreamReader) - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
- setWrite(boolean) - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.MethodsGroup
- setX(double) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.GeoPoint
- setY(double) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.api.GeoPoint
- setZoom(double) - Method in interface com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
Set the map zoom
- setZoom(double) - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsMapProvider
- SHAPE_CUSTOM - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- SHAPE_ELLIPSE - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- SHAPE_ELLIPSE - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- SHAPE_LABEL - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- SHAPE_LABEL - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- SHAPE_POLYGON - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- SHAPE_POLYGON - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- SHAPE_RECTANGLE - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- SHAPE_RECTANGLE - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- SHARED - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- SHARED - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- SHOW - org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionResponse.ActionType
- SHOW_PHYSICAL_PATH - com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowPortTools.Tool
- SHOW_PHYSICAL_TREE - com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowPortTools.Tool
- showActionCompledMessages(ActionCompletedListener.ActionCompletedEvent) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsManagerUI
- showActionCompledMessages(ActionCompletedListener.ActionCompletedEvent) - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.widgets.MplsDashboard
- showActionCompledMessages(ActionCompletedListener.ActionCompletedEvent) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhManagerUI
- showActionCompledMessages(ActionCompletedListener.ActionCompletedEvent) - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.widgets.SdhDashboard
- showActionCompledMessages(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.core.datamodelman.DataModelManagerUI
- showActionCompledMessages(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.core.ltman.ListTypeManagerUI
- showActionCompledMessages(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.core.queries.QueriesUI
- showActionCompledMessages(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.core.userman.UserManagerUI
- showActionCompledMessages(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.LayoutEditorManagerUI
- showActionCompledMessages(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- showActionCompledMessages(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.optional.pools.PoolsUI
- showActionCompledMessages(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.optional.reports.ReportsUI
- showActionCompledMessages(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyManagerUI
- showActionCompletedMessages(ActionCompletedListener.ActionCompletedEvent) - Method in class org.neotropic.kuwaiba.modules.optional.topoman.widgets.TopologyManagerDashboard
- ShowMoreInformationAction - Class in org.neotropic.kuwaiba.modules.core.navigation.actions
-
Window to show more information about an object.
- ShowMoreInformationAction() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.actions.ShowMoreInformationAction
- showNotification(String, String) - Method in interface com.neotropic.kuwaiba.modules.commercial.processman.forms.components.GUIFormNotification
- showRouterLayoutContent(HasElement) - Method in class org.neotropic.util.visual.general.ModuleLayout
- shutDown() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.ConnectionManager
-
Releases the resources associated to this ConnectionManager, assuming that closeConnection didn't do it completely.
- shutDown() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ConnectionManagerImpl
- SIMPLE - org.neotropic.kuwaiba.modules.core.containmentman.general.EContainmentOption
- SimpleNotification - Class in org.neotropic.util.visual.notifications
-
Default implementation of a notification component.
- SimpleNotification(String, String, AbstractNotification.NotificationType, TranslationService) - Constructor for class org.neotropic.util.visual.notifications.SimpleNotification
- SliderMxGraphZoom - Class in org.neotropic.util.visual.slider
-
Custom slider control for mxgraph zoom
- SliderMxGraphZoom(MxGraph) - Constructor for class org.neotropic.util.visual.slider.SliderMxGraphZoom
- SliderValueChangingEvent(PaperSlider, boolean) - Constructor for class org.neotropic.util.visual.slider.PaperSlider.SliderValueChangingEvent
- smallIcon - Variable in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
-
16x16 icon
- SORT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- SORT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- source - Variable in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowNewContainer
-
Source Location
- spawnConnection() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.ConnectionManager
-
Creates a new connection from the original one
- spawnConnection() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ConnectionManagerImpl
- SPECIAL - org.neotropic.kuwaiba.modules.core.containmentman.general.EContainmentOption
- SPECIAL_ATTR_ENDPOINT_A - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.api.OspConstants
-
Special relationship endpointA
- SPECIAL_ATTR_ENDPOINT_B - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.api.OspConstants
-
Special relationship endpointB
- SPECIAL_REL_MIRROR - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.api.OspConstants
- SPECIAL_REL_MIRROR_MULTIPLE - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.api.OspConstants
- SPECIAL_RELATIONSHIP_OSPMAN_HAS_PATH - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantService
-
Special relationship to assign a Generic Physical Container with another Generic Physical Container.
- SpecialChildrenExplorer - Class in org.neotropic.kuwaiba.modules.core.navigation.explorers
-
An explorer that allows the user to see the special children of an inventory object.
- SpecialChildrenExplorer() - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.explorers.SpecialChildrenExplorer
- splice() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.FiberNode
- SpliceBoxView - Class in org.neotropic.kuwaiba.modules.optional.physcon.views
-
View for graphic visualization of splice box equipment
- SpliceBoxView(BusinessObjectLight, BusinessEntityManager, ApplicationEntityManager, MetadataEntityManager, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.views.SpliceBoxView
- SpliceBoxViewWidget - Class in org.neotropic.kuwaiba.modules.optional.physcon.widgets
-
A tooled component tat wraps a
SpliceBoxView
. - SpliceBoxViewWidget() - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.widgets.SpliceBoxViewWidget
- SpliceBoxViewWindow - Class in org.neotropic.kuwaiba.modules.optional.physcon.windows
-
Window to wrap a
SpliceBoxView
- SpliceBoxViewWindow(BusinessObjectLight, BusinessEntityManager, ApplicationEntityManager, MetadataEntityManager, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.windows.SpliceBoxViewWindow
- spliceFiber() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.PortNode
- SplitSubnetAction - Class in com.neotropic.kuwaiba.modules.commercial.ipam.actions
-
Creates a new subnet
- SplitSubnetAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.actions.SplitSubnetAction
- SplitSubnetVisualAction - Class in com.neotropic.kuwaiba.modules.commercial.ipam.actions
-
Visual wrapper of a new business object action.
- SplitSubnetVisualAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.actions.SplitSubnetVisualAction
- SpringConfiguration - Class in org.neotropic.kuwaiba.web
-
The Spring basic automated configuration file.
- SpringConfiguration() - Constructor for class org.neotropic.kuwaiba.web.SpringConfiguration
- SRC - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- SRC - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- start() - Method in class org.neotropic.kuwaiba.core.persistence.PersistenceService
- start() - Method in interface org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheStrategy
-
Fills the cache with initial values
- startJob(ManagedJob) - Method in class org.neotropic.kuwaiba.core.services.threading.ThreadingService
-
Registers and starts a job.
- startTransaction() - Method in interface org.neotropic.kuwaiba.core.apis.persistence.ConnectionManager
-
Starts a transaction (if supported by the backend)
- startTransaction() - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ConnectionManagerImpl
- STATE_BUSY - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.DivIpAddr
-
The busy style name for the ip address
- STATE_CREATED - Static variable in class org.neotropic.kuwaiba.core.services.threading.ManagedJobDescriptor
-
The job is stopped.
- STATE_END_ERROR - Static variable in class org.neotropic.kuwaiba.core.services.threading.ManagedJobDescriptor
-
The job ended with error.
- STATE_END_KILLED - Static variable in class org.neotropic.kuwaiba.core.services.threading.ManagedJobDescriptor
-
The job stopped killed by the user.
- STATE_END_SUCCESS - Static variable in class org.neotropic.kuwaiba.core.services.threading.ManagedJobDescriptor
-
The job ended successfully.
- STATE_FREE - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.DivIpAddr
-
The free style name for the ip address
- STATE_NOT_CREATED - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.DivIpAddr
-
Possible IP address in a subnet but not yet created in kuwaiba
- STATE_RESERVED - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.DivIpAddr
-
The busy style name for the ip address
- STATE_RUNNING - Static variable in class org.neotropic.kuwaiba.core.services.threading.ManagedJobDescriptor
-
The job is in progress.
- STATE_SCHEDULED - Static variable in class org.neotropic.kuwaiba.core.services.threading.ManagedJobDescriptor
-
The job has been scheduled to start later.
- STATUS_CANCELED - Static variable in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionCompletedListener.ActionCompletedEvent
-
If the action was not completed because the user canceled it.
- STATUS_DOWN - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.ServerStatus
-
The server is down, but the webservice is up
- STATUS_ERROR - Static variable in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionCompletedListener.ActionCompletedEvent
-
If the action was not completed.
- STATUS_ERROR - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ResultMessage
-
The task resulted in error.
- STATUS_ERROR - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteResultMessage
-
The task resulted in error.
- STATUS_MAINTENANCE - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.ServerStatus
-
The server is down for maintenance
- STATUS_SLOWLESSNESS - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.ServerStatus
-
Some slowlessness detected
- STATUS_SUCCESS - Static variable in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionCompletedListener.ActionCompletedEvent
-
If the action was completed successfully.
- STATUS_SUCCESS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ResultMessage
-
The execution was successful
- STATUS_SUCCESS - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteResultMessage
-
The execution was successful
- STATUS_UP - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.ServerStatus
-
Up and running like a charm
- STATUS_WARNING - Static variable in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionCompletedListener.ActionCompletedEvent
-
If the action was completed with warnings.
- STATUS_WARNING - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ResultMessage
-
The execution had non-blocking errors.
- STATUS_WARNING - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteResultMessage
-
The execution had non-blocking errors.
- Step() - Constructor for class org.neotropic.util.visual.wizard.Wizard.Step
- stop() - Method in class org.neotropic.kuwaiba.core.persistence.PersistenceService
- STOPPED - org.neotropic.kuwaiba.core.persistence.PersistenceService.EXECUTION_STATE
- STRING - org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractDataEntity.DATA_TYPE
- STRING - org.neotropic.kuwaiba.modules.optional.reports.javascript.DataTable.DataType
- STRING - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute.DataType
- STRING - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute.DataType
- StringFilter - Class in org.neotropic.kuwaiba.modules.core.queries.filters
- StringFilter(TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.core.queries.filters.StringFilter
- StringPair - Class in org.neotropic.kuwaiba.core.apis.persistence.util
-
A StringPair mimics the behavior of a HashSet<String, String> entry, but with a webservice-friendly implementation.
- StringPair() - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.util.StringPair
-
Arg-less constructor is required
- StringPair(String, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.util.StringPair
- StringProperty - Class in org.neotropic.util.visual.properties
-
Support for String like properties
- StringProperty(String, String, String, String, TranslationService) - Constructor for class org.neotropic.util.visual.properties.StringProperty
- StringProperty(String, String, String, String, TranslationService, boolean) - Constructor for class org.neotropic.util.visual.properties.StringProperty
- StringProperty(String, String, String, String, TranslationService, boolean, boolean) - Constructor for class org.neotropic.util.visual.properties.StringProperty
- StringProperty(String, String, String, String, TranslationService, boolean, boolean, boolean) - Constructor for class org.neotropic.util.visual.properties.StringProperty
- style - Variable in class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
-
Component in-line style
- STYLE_NAME - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- STYLE_NAME - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- StyleName() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute.StyleName
- StyleName() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute.StyleName
- SUBENT - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamExplorerRow
- SUBFORM - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- SUBFORM - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- SubnetComparator() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService.SubnetComparator
- SubnetDetail - Class in com.neotropic.kuwaiba.modules.commercial.ipam.engine
-
Represents an IPv4 or IPv6 subnet it also used to holds the subnet details after subneting calculation with the ipam engine, details like range, number of hosts, etc
- SubnetDetail(String) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.engine.SubnetDetail
- SubnetDetail(String, String) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.engine.SubnetDetail
- SUBSCRIBED_TO - org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
- subscribeUserToTask(long, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Subscribes a user to a task, so it will be notified of the result of its execution
- subscribeUserToTask(long, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- subscribeUserToTask(long, long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Subscribes a user to a task, so it will be notified of the result of its execution
- subscribeUserToTask(long, long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- SUCCESS - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormNotification
- supervisedSync(List<AbstractDataEntity>) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.BridgeDomainSyncProvider
- supervisedSync(List<AbstractDataEntity>) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractSyncProvider
-
Implement this method if the supervised synchronization process won't be associated to a single object in the inventory, for example, if you want to see what virtual circuits were re-routed after switching to a backup link during a network failure
- supervisedSync(PollResult) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.BridgeDomainSyncProvider
- supervisedSync(PollResult) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractSyncProvider
-
Implement this method if the supervised synchronization process will be associated to an object in the inventory, for example, you will retrieve the hardware information about a network element and find what has changed overnight.
- supportedEdgeStyles - Static variable in class org.neotropic.kuwaiba.visualization.mxgraph.BasicStyleEditor
- supportedNodeStyles - Static variable in class org.neotropic.kuwaiba.visualization.mxgraph.BasicStyleEditor
- supportsAdvancedEditor() - Method in class org.neotropic.util.visual.properties.AbstractProperty
-
Does it support an advanced editor? If true
- supportsAdvancedEditor() - Method in class org.neotropic.util.visual.properties.BooleanProperty
- supportsAdvancedEditor() - Method in class org.neotropic.util.visual.properties.BusinessObjectProperty
- supportsAdvancedEditor() - Method in class org.neotropic.util.visual.properties.ColorProperty
- supportsAdvancedEditor() - Method in class org.neotropic.util.visual.properties.DateProperty
- supportsAdvancedEditor() - Method in class org.neotropic.util.visual.properties.DoubleProperty
- supportsAdvancedEditor() - Method in class org.neotropic.util.visual.properties.IntegerProperty
- supportsAdvancedEditor() - Method in class org.neotropic.util.visual.properties.LocalDateProperty
- supportsAdvancedEditor() - Method in class org.neotropic.util.visual.properties.LocalDateTimeProperty
- supportsAdvancedEditor() - Method in class org.neotropic.util.visual.properties.LongProperty
- supportsAdvancedEditor() - Method in class org.neotropic.util.visual.properties.ObjectMultipleProperty
- supportsAdvancedEditor() - Method in class org.neotropic.util.visual.properties.ObjectProperty
- supportsAdvancedEditor() - Method in class org.neotropic.util.visual.properties.StringProperty
- supportsInplaceEditor() - Method in class org.neotropic.util.visual.properties.AbstractProperty
-
Does it support in place editor? If true
- supportsInplaceEditor() - Method in class org.neotropic.util.visual.properties.BooleanProperty
- supportsInplaceEditor() - Method in class org.neotropic.util.visual.properties.BusinessObjectProperty
- supportsInplaceEditor() - Method in class org.neotropic.util.visual.properties.ColorProperty
- supportsInplaceEditor() - Method in class org.neotropic.util.visual.properties.DateProperty
- supportsInplaceEditor() - Method in class org.neotropic.util.visual.properties.DoubleProperty
- supportsInplaceEditor() - Method in class org.neotropic.util.visual.properties.IntegerProperty
- supportsInplaceEditor() - Method in class org.neotropic.util.visual.properties.LocalDateProperty
- supportsInplaceEditor() - Method in class org.neotropic.util.visual.properties.LocalDateTimeProperty
- supportsInplaceEditor() - Method in class org.neotropic.util.visual.properties.LongProperty
- supportsInplaceEditor() - Method in class org.neotropic.util.visual.properties.ObjectMultipleProperty
- supportsInplaceEditor() - Method in class org.neotropic.util.visual.properties.ObjectProperty
- supportsInplaceEditor() - Method in class org.neotropic.util.visual.properties.StringProperty
- SyncAction - Class in org.neotropic.kuwaiba.modules.commercial.sync.model
-
An instance of this class define an action to be performed upon a sync finding
- SyncAction() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncAction
- SyncAction(SyncFinding, int) - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncAction
- SyncDataSourceConfiguration - Class in org.neotropic.kuwaiba.modules.commercial.sync.model
-
Basically a hash-map that stores a set of configuration parameters that will be used by the sync provider
- SyncDataSourceConfiguration(long, String, HashMap<String, String>) - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncDataSourceConfiguration
- SyncDataSourceConfigurationPropertySheet - Class in org.neotropic.kuwaiba.modules.commercial.sync.components
-
A class that build property sets given sync data source configurations.
- SyncDataSourceConfigurationPropertySheet() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.components.SyncDataSourceConfigurationPropertySheet
- SyncFinding - Class in org.neotropic.kuwaiba.modules.commercial.sync.model
-
This class represents a single result from comparing the info from a sync data source and the corresponding information in the inventory database
- SyncFinding() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncFinding
- SyncFinding(long, int, String, String) - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncFinding
- SyncGroupDialog - Class in org.neotropic.kuwaiba.modules.commercial.sync.components
-
Visual wrapper of synchronization group action.
- SyncGroupDialog() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.components.SyncGroupDialog
- SyncGroupPropertySheet - Class in org.neotropic.kuwaiba.modules.commercial.sync.components
-
A class that build property sets given sync groups.
- SyncGroupPropertySheet() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.components.SyncGroupPropertySheet
- SynchronizationGroup - Class in org.neotropic.kuwaiba.modules.commercial.sync.model
-
Creates a Synchronization Group.
- SynchronizationGroup(long, String, List<SyncDataSourceConfiguration>) - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.model.SynchronizationGroup
- SynchronizationLayout - Class in org.neotropic.kuwaiba.modules.commercial.sync
-
The definition of the Synchronization layout.
- SynchronizationLayout() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationLayout
- SynchronizationModule - Class in org.neotropic.kuwaiba.modules.commercial.sync
-
Keep you inventory up-to-date by fetching information from live sources like devices and NMS, finding differences and dealing with them.
- SynchronizationModule() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationModule
- SynchronizationService - Class in org.neotropic.kuwaiba.modules.commercial.sync
-
The service corresponding to the Synchronization module.
- SynchronizationService() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationService
- SynchronizationUI - Class in org.neotropic.kuwaiba.modules.commercial.sync
-
Main for the Synchronization Module.
- SynchronizationUI() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationUI
- SyncResult - Class in org.neotropic.kuwaiba.modules.commercial.sync.model
-
Instances of this class are intended to inform about the results of a synchronization process.
- SyncResult() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncResult
- SyncResult(long, int, String, String) - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncResult
- SyncUtil - Class in org.neotropic.kuwaiba.core.persistence.reference.extras.sync
- SyncUtil - Class in org.neotropic.kuwaiba.modules.commercial.sync.model
- SyncUtil() - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.extras.sync.SyncUtil
- SyncUtil() - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncUtil
- syncViewMap() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsView
-
The view map is created originally by calling the
#buildWithSavedView(byte[])
method, but it can change due to user interactions, so it's necessary to update it in order to export it in other formats. - syncViewMap() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhView
-
The view map is created originally by calling the
#buildWithSavedView(byte[])
method, but it can change due to user interactions, so it's necessary to update it in order to export it in other formats. - syncViewMap() - Method in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyView
-
The view map is created originally by calling the
#buildWithSavedView(byte[])
method, but it can change due to user interactions, so it's necessary to update it in order to export it in other formats.
T
- TABLE - org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractDataEntity.DATA_TYPE
- TABLE_SIZE - Static variable in class org.neotropic.kuwaiba.core.services.threading.ThreadingService
-
Max number of jobs that can be managed by the threading service at once.
- TableData - Class in org.neotropic.kuwaiba.modules.commercial.sync.model
-
Represents a simple table
- TableData(String, Object) - Constructor for class org.neotropic.kuwaiba.modules.commercial.sync.model.TableData
- Tag - Interface in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
Interface that implement all the
elements
. - Tag() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- Tag() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- TAG_BUTTON - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- TAG_CHECK_BOX - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- TAG_COMBO_BOX - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- TAG_DATE_FIELD - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- TAG_FORM - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- TAG_GRID - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- TAG_GRID_LAYOUT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- TAG_HORIZONTAL_LAYOUT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- TAG_I18N - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- TAG_IMAGE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- TAG_LABEL - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- TAG_LIST_SELECT_FILTER - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- TAG_MINI_APPLICATION - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- TAG_ROOT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- TAG_SCRIPT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- TAG_SUBFORM - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- TAG_TEXT_AREA - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- TAG_TEXT_FIELD - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- TAG_TREE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- TAG_UPLOAD - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- TAG_VERTICAL_LAYOUT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormDefinitionLoader
- tags - Variable in class org.neotropic.kuwaiba.core.apis.persistence.application.FileObjectLight
-
Tags associated to the binary file that can be used to index it or find it in searches
- tags - Variable in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObjectLight
-
Tags associated to the binary file that can be used to index it or find it in searches
- target - Variable in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowNewContainer
-
Target Location
- Task - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
Remote representation of a task
- Task(long, String, String, boolean, boolean, String, List<StringPair>, TaskScheduleDescriptor, TaskNotificationDescriptor, List<UserProfileLight>) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.Task
- taskExecutor() - Method in class org.neotropic.kuwaiba.web.SpringConfiguration
-
Configures the default threading behavior through an Executor instance.
- TaskManagerExecutionType - Class in org.neotropic.kuwaiba.modules.optional.taskman.tools
-
Dummy class to be used in the scheduling properties for execution type combo box
- TaskManagerExecutionType(String, int) - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.tools.TaskManagerExecutionType
- TaskManagerLayout - Class in org.neotropic.kuwaiba.modules.optional.taskman
-
The definition of the Task Manager layout.
- TaskManagerLayout() - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.TaskManagerLayout
- TaskManagerModule - Class in org.neotropic.kuwaiba.modules.optional.taskman
-
The definition of the Task Manager module.
- TaskManagerModule() - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.TaskManagerModule
- TaskManagerNotificationType - Class in org.neotropic.kuwaiba.modules.optional.taskman.tools
-
Dummy class to be used in the notification type properties for notification type combo box
- TaskManagerNotificationType(String, int) - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.tools.TaskManagerNotificationType
- TaskManagerRenderingTools - Class in org.neotropic.kuwaiba.modules.optional.taskman.tools
-
This class help another classes to create complex components it will show in front end components
- TaskManagerRenderingTools() - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.tools.TaskManagerRenderingTools
- TaskManagerUI - Class in org.neotropic.kuwaiba.modules.optional.taskman
-
Main for the Task Manager module.
- TaskManagerUI() - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.TaskManagerUI
- TaskNotificationDescriptor - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
Describes how the results of a task should be notified to the users associated to it.
- TaskNotificationDescriptor() - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.TaskNotificationDescriptor
- TaskNotificationDescriptor(String, int) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.TaskNotificationDescriptor
- TaskNotificationDialog - Class in org.neotropic.kuwaiba.modules.optional.taskman.components
-
Visual wrapper of show a task notification.
- TaskNotificationDialog() - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.components.TaskNotificationDialog
- TaskParametersManagerDialog - Class in org.neotropic.kuwaiba.modules.optional.taskman.components
-
Visual wrapper of task parameters.
- TaskParametersManagerDialog() - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.components.TaskParametersManagerDialog
- TaskResult - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
The result of a task execution
- TaskResult() - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.TaskResult
- TaskResult(List<ResultMessage>) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.TaskResult
- TaskScheduleDescriptor - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
Describes when a task should be scheduled and executed.
- TaskScheduleDescriptor() - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.TaskScheduleDescriptor
- TaskScheduleDescriptor(long, int, int) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.TaskScheduleDescriptor
- TaskUserManagerDialog - Class in org.neotropic.kuwaiba.modules.optional.taskman.components
-
Visual wrapper of task users.
- TaskUserManagerDialog() - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.components.TaskUserManagerDialog
- TemplateComponent - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
-
A template as a component shows the template name and template class.
- TemplateComponent(BusinessObjectLight, String, List<TemplateObjectLight>, TemplateObjectLight, MetadataEntityManager, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.TemplateComponent
- TemplateManagerLayout - Class in org.neotropic.kuwaiba.modules.core.templateman
-
Template layout, display main page in four resizable vertical segments.
- TemplateManagerLayout() - Constructor for class org.neotropic.kuwaiba.modules.core.templateman.TemplateManagerLayout
- TemplateManagerModule - Class in org.neotropic.kuwaiba.modules.core.templateman
-
Manage pre-defined, reusable containment structures.
- TemplateManagerModule() - Constructor for class org.neotropic.kuwaiba.modules.core.templateman.TemplateManagerModule
- TemplateManagerUI - Class in org.neotropic.kuwaiba.modules.core.templateman
-
Main UI for template manager module, initialize all display elements and business logic.
- TemplateManagerUI() - Constructor for class org.neotropic.kuwaiba.modules.core.templateman.TemplateManagerUI
- TemplateObject - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
Instances of this class represent an inventory object defined within a template.
- TemplateObject(String, String, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.TemplateObject
- TemplateObject(String, String, String, HashMap<String, String>) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.TemplateObject
- TemplateObjectLight - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
Instances of this class represent a simplified representation of an inventory object defined within a template.
- TemplateObjectLight(String, String, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.TemplateObjectLight
-
Default constructor
- TerminateSessionAction - Class in org.neotropic.kuwaiba.core.sessman.actions
-
Terminates a session.
- TerminateSessionAction() - Constructor for class org.neotropic.kuwaiba.core.sessman.actions.TerminateSessionAction
- TerminateSessionVisualAction - Class in org.neotropic.kuwaiba.core.sessman.actions
-
A frontend to
TerminateSessionAction
- TerminateSessionVisualAction() - Constructor for class org.neotropic.kuwaiba.core.sessman.actions.TerminateSessionVisualAction
- text - Variable in class org.neotropic.util.visual.notifications.AbstractNotification
-
Short descriptive text.
- TEXT_AREA - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- TEXT_AREA - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- TEXT_FIELD - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- TEXT_FIELD - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- ThreadingService - Class in org.neotropic.kuwaiba.core.services.threading
-
A service that manages long-lived jobs, such as synchronization providers execution, view rendering or management tasks execution.
- ThreadingService() - Constructor for class org.neotropic.kuwaiba.core.services.threading.ThreadingService
- TIMEOFDAY - org.neotropic.kuwaiba.modules.optional.reports.javascript.DataTable.DataType
- title - Variable in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.InventoryReport
-
Report title.
- title - Variable in class org.neotropic.util.visual.notifications.AbstractNotification
-
Notification title.
- title - Variable in class org.neotropic.util.visual.widgets.AbstractDashboardWidget
-
Dashboard widget title
- TITLE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- TITLE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- TITLE - Static variable in class org.neotropic.util.visual.slider.SliderMxGraphZoom
- toArray(List<SynchronizationGroup>) - Static method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationGroup
- toHexString(Color) - Static method in class org.neotropic.util.visual.views.util.UtilHtml
-
Converts a Java Color instance into an hexadecimal string that can be used to format HTML components.
- toMeters(Double, UnitOfLength) - Static method in enum com.neotropic.kuwaiba.modules.commercial.ospman.api.UnitOfLength
-
Converts a given value of another unit to meters.
- toogleMenu() - Method in class org.neotropic.util.visual.menu.MenuLayout
- toogleMenu() - Method in class org.neotropic.util.visual.togglemenubutton.ToogleMenuButton
- ToogleMenuButton - Class in org.neotropic.util.visual.togglemenubutton
-
Custom button that allows toggle a given section or component in the page
- ToogleMenuButton(String, String) - Constructor for class org.neotropic.util.visual.togglemenubutton.ToogleMenuButton
- ToogleMenuButton(String, String, Command, Command) - Constructor for class org.neotropic.util.visual.togglemenubutton.ToogleMenuButton
- TOP_CENTER - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property.Alignment
- TOP_CENTER - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property.Alignment
- TOP_LEFT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property.Alignment
- TOP_LEFT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property.Alignment
- TOP_RIGHT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property.Alignment
- TOP_RIGHT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property.Alignment
- TopologyManagerDashboard - Class in org.neotropic.kuwaiba.modules.optional.topoman.widgets
-
Topology designer Main Dashboard.
- TopologyManagerDashboard(TranslationService, MetadataEntityManager, ApplicationEntityManager, BusinessEntityManager, ResourceFactory, NewTopologyViewVisualAction, DeleteTopologyViewVisualAction) - Constructor for class org.neotropic.kuwaiba.modules.optional.topoman.widgets.TopologyManagerDashboard
- TopologyManagerLayout - Class in org.neotropic.kuwaiba.modules.optional.topoman
-
The general layout to be used in the Topology module.
- TopologyManagerLayout() - Constructor for class org.neotropic.kuwaiba.modules.optional.topoman.TopologyManagerLayout
- TopologyManagerModule - Class in org.neotropic.kuwaiba.modules.optional.topoman
-
This class implements the functionality corresponding to the Topology module
- TopologyManagerModule() - Constructor for class org.neotropic.kuwaiba.modules.optional.topoman.TopologyManagerModule
- TopologyManagerUI - Class in org.neotropic.kuwaiba.modules.optional.topoman
-
Main for the Topology Manager module.
- TopologyManagerUI() - Constructor for class org.neotropic.kuwaiba.modules.optional.topoman.TopologyManagerUI
- TopologySearch - Class in org.neotropic.kuwaiba.modules.optional.topoman.tools
-
Custom search component for the topology manager
- TopologySearch(TranslationService, BusinessEntityManager, List<BusinessObjectLight>, List<BusinessObjectLight>) - Constructor for class org.neotropic.kuwaiba.modules.optional.topoman.tools.TopologySearch
- TopologySearch.NewObjectEvent - Class in org.neotropic.kuwaiba.modules.optional.topoman.tools
- TopologyView - Class in org.neotropic.kuwaiba.modules.optional.topoman
-
Custom view implementation for Topology view module with a mxgraph component as canvas.
- TopologyView(MetadataEntityManager, ApplicationEntityManager, BusinessEntityManager, TranslationService, ResourceFactory) - Constructor for class org.neotropic.kuwaiba.modules.optional.topoman.TopologyView
- TopologyViewSearch - Class in org.neotropic.kuwaiba.modules.optional.topoman.widgets
- TopologyViewSearch(TranslationService, BusinessEntityManager, List<BusinessObjectLight>, List<BusinessObjectLight>) - Constructor for class org.neotropic.kuwaiba.modules.optional.topoman.widgets.TopologyViewSearch
- TopologyViewSearch.NewObjectEvent - Class in org.neotropic.kuwaiba.modules.optional.topoman.widgets
- toRemoteAttributeList(List<AttributeMetadata>) - Static method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata
-
Converts a list of AttributeMetadata instances (as in the Persistence Service layer) to a list of RemoteAttributeMetadata instances
- toRemoteObjectArray(List<BusinessObject>) - Static method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObject
- toRemoteObjectLightArray(List<BusinessObjectLight>) - Static method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLight
- toRemotePoolArray(List<RemotePool>) - Static method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemotePool
- toString() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamTreeNode
- toString() - Method in enum com.neotropic.kuwaiba.modules.commercial.ospman.api.UnitOfLength
- toString() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementColumn
- toString() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FileInformation
- toString() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.NullObject
- toString() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.AbstractPosition
- toString() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.AvailableContainerLinkPosition
- toString() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.AvailableTransportLinkPosition
- toString() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.HopDefinition
- toString() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.api.Route
- toString() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHContainerLinkWizard.GeneralInfoStep.ConnectionType
- toString() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTransportLinkWizard.GeneralInfoStep.ConnectionType
- toString() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.GeneralInfoStep.ConnectionType
- toString() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualInventoryAction
- toString() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.FilterDefinition
- toString() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.GroupProfileLight
- toString() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Pool
- toString() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.ReportMetadataLight
- toString() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.Session
- toString() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.TemplateObjectLight
- toString() - Method in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- toString() - Method in class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLight
-
Returns the name
- toString() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata
- toString() - Method in class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight
- toString() - Method in class org.neotropic.kuwaiba.core.services.threading.ManagedJobDescriptor
- toString() - Method in class org.neotropic.kuwaiba.modules.core.containmentman.api.ClassMetadataLightCustom
- toString() - Method in class org.neotropic.kuwaiba.modules.core.navigation.explorers.nodes.RelationshipExplorerNode
- toString() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.NewPhysicalConnectionWizard.GeneralInfoStep.ConnectionType
- toString() - Method in class org.neotropic.kuwaiba.modules.optional.physcon.widgets.RackViewWidget.ConnectionType
- toString() - Method in class org.neotropic.kuwaiba.modules.optional.reports.javascript.JavaScriptFunction
- toString() - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTreeNode
- toString() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.tools.TaskManagerExecutionType
- toString() - Method in class org.neotropic.kuwaiba.modules.optional.taskman.tools.TaskManagerNotificationType
- toString() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition
- toString() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActor
- toString() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemotePool
- toString() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationProvider
- toString() - Method in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteViewObjectLight
- toString() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObject
- toString() - Method in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLight
- toString() - Method in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- toString() - Method in class org.neotropic.kuwaiba.visualization.api.BusinessObjectViewEdge
- toString() - Method in class org.neotropic.kuwaiba.visualization.api.BusinessObjectViewNode
- toString() - Method in class org.neotropic.util.visual.properties.AbstractProperty
- toString() - Method in class org.neotropic.util.visual.tree.nodes.AbstractNode
- TransientQuery - Class in org.neotropic.kuwaiba.northbound.ws.todeserialize
-
This is a representation in a code friendly flavor of a complex query.
- TransientQuery() - Constructor for class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- TransientQuery(String, int, ArrayList<String>, ArrayList<String>, ArrayList<String>, ArrayList<Integer>, ArrayList<TransientQuery>) - Constructor for class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery
- TranslationService - Class in org.neotropic.kuwaiba.core.i18n
-
This service provides I18N support for the application
- TranslationService() - Constructor for class org.neotropic.kuwaiba.core.i18n.TranslationService
- TREE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- TREE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- TreeLayout - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Parent of
TreeLayoutNode
used to execute a tree layout - TreeLayout(MxGraph, double) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayout
- TreeLayout.CollapseEvent - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
- TreeLayout.ExpandEvent - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
- TreeLayoutNode - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
A node that can be used in a tree layout
- TreeLayoutNode(BusinessObjectLight) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode
- ts - Variable in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowNewContainer
-
Reference to the Translation Service
- ts - Variable in class org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter
- ts - Variable in class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.AbstractConnectivityActionBuilder
- ts - Variable in class org.neotropic.util.visual.general.ModuleLayout
-
Reference to the translation service.
- ts - Variable in class org.neotropic.util.visual.notifications.AbstractNotification
-
Reference to the translation service.
- ts - Variable in class org.neotropic.util.visual.widgets.AbstractDashboardWidget
-
Reference to the translation service.
- ts - Variable in class org.neotropic.util.visual.wizard.Wizard
- type - Variable in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
-
What is the expected behavior of the action.
- type - Variable in class org.neotropic.util.visual.notifications.AbstractNotification
-
What kind of information is intended to be displayed.
- Type() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Function.Type
- Type() - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Function.Type
- TYPE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- TYPE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- TYPE_ACTIVITY - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.KpiAction
- TYPE_ARRAY - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ConfigurationVariable
-
The variable is a unidimensional array.
- TYPE_ARRAY - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConfigurationVariable
-
The variable is a unidimensional array.
- TYPE_ATTACHMENT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
-
The activity only requires the user to submits a file
- TYPE_BDI - Static variable in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.entities.NetworkInterface
-
If the interface is a bridge domain interface
- TYPE_BOOLEAN - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ConfigurationVariable
-
The variable is a boolean
- TYPE_BOOLEAN - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConfigurationVariable
-
The variable is a boolean
- TYPE_CANCEL - Static variable in class org.neotropic.util.visual.wizard.Wizard.WizardEvent
-
The user hit "Cancel"
- TYPE_CLICK - org.neotropic.kuwaiba.core.apis.integration.views.ViewEventListener.EventType
-
A simple click event (selection).
- TYPE_CLIENT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.TaskNotificationDescriptor
-
Execute once, on system start-up.
- TYPE_CLIENT - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskNotificationDescriptor
-
Execute once, on system start-up.
- TYPE_CONDITIONAL - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
-
A conditional (a logical branch)
- TYPE_CONDITIONAL - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
-
The type used for the TYPE_CONTIDIONAL activities, and simply asks a question expecting a yes/no answer
- TYPE_CSV - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.ReportMetadataLight
-
The output is a CSV text file
- TYPE_CSV - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadataLight
-
The output is a CSV text file
- TYPE_DESKTOP - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.Session
-
Identifies a session opened from a desktop client
- TYPE_DESKTOP - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSession
-
Identifies a session opened from a desktop client
- TYPE_EMAIL - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.TaskNotificationDescriptor
-
Execute once, on user's log in
- TYPE_EMAIL - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskNotificationDescriptor
-
Execute once, on user's log in
- TYPE_EMBEDDED - org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction.VisualActionType
-
The action builds an embeddable component that will replace the current contents of the window (a Div or a Layout).
- TYPE_END - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
-
An end event.
- TYPE_ERROR - Static variable in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncResult
-
An unexpected error was found while execute the sync action
- TYPE_ERROR - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncResult
-
An unexpected error was found while execute the sync action
- TYPE_EXTERNAL - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Actor
-
The actor is an external agent (a customer, provider, etc)
- TYPE_FINAL_STEP - Static variable in class org.neotropic.util.visual.wizard.Wizard.WizardEvent
-
When the wizard ends and the user hits Finish
- TYPE_FLOAT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ConfigurationVariable
-
The variable is an float
- TYPE_FOLDER - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.GridSubnets
-
if the grid creation is requesting by a folder parent
- TYPE_FORM - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ArtifactDefinition
-
The artifact is a form that should be filled in and submitted by the user
- TYPE_FREEWARE - org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule.ModuleType
- TYPE_FREEWARE - org.neotropic.kuwaiba.core.apis.integration.modules.actions.GenericCommercialModule.ModuleType
- TYPE_GENERIC_SUBINTERFACE - Static variable in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.entities.NetworkInterface
-
If the interface is a generic subinterface (mapped as a VirtualPort)
- TYPE_GROUP - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Actor
-
The actor is a local group
- TYPE_HTML - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.ReportMetadataLight
-
The output is an HTML text file
- TYPE_HTML - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadataLight
-
The output is an HTML text file
- TYPE_INFORMATION - Static variable in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncResult
-
The sync action was executed and an information message was generated
- TYPE_INFORMATION - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncResult
-
The sync action was executed and an information message was generated
- TYPE_INTEGER - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ConfigurationVariable
-
The variable is an integer
- TYPE_LOGIN - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.TaskScheduleDescriptor
-
Execute once, on user's log in
- TYPE_LOGIN - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskScheduleDescriptor
-
Execute once, on user's log in
- TYPE_LOOP - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.TaskScheduleDescriptor
-
Execute periodically, based on the execution time
- TYPE_LOOP - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskScheduleDescriptor
-
Execute periodically, based on the execution time
- TYPE_MATRIX - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ConfigurationVariable
-
The variable is a bidimensional array.
- TYPE_MATRIX - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConfigurationVariable
-
The variable is a bidimensional array.
- TYPE_MOBILE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.Session
-
Identifies a session opened from a mobile client (a mobile application)
- TYPE_MOBILE - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSession
-
Identifies a session opened from a mobile client (a mobile application)
- TYPE_NEXT_STEP - Static variable in class org.neotropic.util.visual.wizard.Wizard.WizardEvent
-
When passing from one step to the next
- TYPE_NORMAL - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
-
An activity that represents a step in the process.
- TYPE_NUMBER - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConfigurationVariable
-
The variable is a number
- TYPE_OPEN_SOURCE - org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule.ModuleType
- TYPE_OTHER - org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule.ModuleType
- TYPE_OTHER - org.neotropic.kuwaiba.core.apis.integration.modules.actions.GenericCommercialModule.ModuleType
- TYPE_PARALLEL - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
-
Activity with parallel paths
- TYPE_PDF - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.ReportMetadataLight
-
The output is a PDF file
- TYPE_PDF - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadataLight
-
The output is a PDF file
- TYPE_PERPETUAL_LICENSE - org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule.ModuleType
- TYPE_PERPETUAL_LICENSE - org.neotropic.kuwaiba.core.apis.integration.modules.actions.GenericCommercialModule.ModuleType
- TYPE_PROCESS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.KpiAction
- TYPE_REDIRECTION - org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction.VisualActionType
-
The action redirects to another page.
- TYPE_RELATIONSHIP_BY_ATTRIBUTE_VALUE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
-
Object of class #{appliesTo} can only be related to object B if ObjectA.attributeA = Z and ObjectB.attributeB = Y
- TYPE_RELATIONSHIP_BY_CLASS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
-
Object of class #{appliesTo} can't be related to object of class B
- TYPE_RELATIONSHIP_BY_RELATIONSHIP_NAME - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
-
Object of class #{appliesTo} can only be related to object B with this set of relationship names (defined in the rule constraints)
- TYPE_RIGHTCLICK - org.neotropic.kuwaiba.core.apis.integration.views.ViewEventListener.EventType
-
A simple right-click event (to be used to display context actions, mostly).
- TYPE_SERVICE_INSTANCE - Static variable in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.entities.NetworkInterface
-
If the interface is a service instance
- TYPE_SPECIAL_CONTAINMENT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
-
Object of class #{appliesTo} can only be special child of Object B if Object B has its attribute C set to X (as defined by a rule constraint)
- TYPE_STANDARD_CONTAINMENT - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.BusinessRule
-
Object of class #{appliesTo} can only be child of Object B if Object B has its attribute C set to X (as defined by a rule constraint)
- TYPE_START - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ActivityDefinitionLight
-
A start event.
- TYPE_STARTUP - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.TaskScheduleDescriptor
-
Execute once, on system start-up.
- TYPE_STARTUP - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskScheduleDescriptor
-
Execute once, on system start-up.
- TYPE_STEP_REJECTED - Static variable in class org.neotropic.util.visual.wizard.Wizard.WizardEvent
-
If passing from one step to the next is rejected by the validate() method
- TYPE_STRING - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.ConfigurationVariable
-
The variable is a string
- TYPE_STRING - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConfigurationVariable
-
The variable is a string
- TYPE_SUBNET - Static variable in class com.neotropic.kuwaiba.modules.commercial.ipam.visual.GridSubnets
-
if the grid creation is requesting by a subnet parent
- TYPE_SUCCESS - Static variable in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncResult
-
The sync action was executed successfully
- TYPE_SUCCESS - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncResult
-
The sync action was executed successfully
- TYPE_TEMPORARY_LICENSE - org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule.ModuleType
- TYPE_TEMPORARY_LICENSE - org.neotropic.kuwaiba.core.apis.integration.modules.actions.GenericCommercialModule.ModuleType
- TYPE_TRIAL - org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule.ModuleType
- TYPE_TRIAL - org.neotropic.kuwaiba.core.apis.integration.modules.actions.GenericCommercialModule.ModuleType
- TYPE_UNKNOWN - Static variable in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.entities.NetworkInterface
-
If it's not possible to determine the type of interface associated to the bridge domain
- TYPE_USER - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.processman.Actor
-
The actor is a local user
- TYPE_VFI - Static variable in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.entities.NetworkInterface
-
If the interface is a VFI
- TYPE_WARNING - Static variable in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncResult
-
The sync action was executed with warnings
- TYPE_WARNING - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSyncResult
-
The sync action was executed with warnings
- TYPE_WEB - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.Session
-
Identifies a session opened from a web client
- TYPE_WEB - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSession
-
Identifies a session opened from a web client
- TYPE_WINDOW - org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction.VisualActionType
-
The action opens a new window (a Vaadin Dialog).
- TYPE_WS - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.Session
-
Identifies a session opened from a web service client
- TYPE_WS - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSession
-
Identifies a session opened from a web service client
- TYPE_XLSX - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.ReportMetadataLight
-
The output is a XLSX spreadsheet
- TYPE_XLSX - Static variable in class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadataLight
-
The output is a XLSX spreadsheet
U
- udc_enabled - Static variable in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ConnectionManagerImpl
-
Custom configuration entry to disable the N4J's Usage Data Collector.
- UiElementContainer - Interface in com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement
-
A UI element container is a UI element that contains UI elements.
- UiElementEventListener - Interface in com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement
- UiElementFactory<T> - Interface in com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement
- undoLastEdit() - Method in class org.neotropic.util.visual.properties.PropertySheet
- UNIT_HEIGHT - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- UNIT_HEIGHT - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- UNIT_WIDTH - Static variable in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- UNIT_WIDTH - Static variable in class org.neotropic.kuwaiba.modules.optional.physcon.views.RackView
- UnitOfLength - Enum in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Set of units of length supported
- unmappedPoll(SynchronizationGroup) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.BridgeDomainSyncProvider
- unmappedPoll(SynchronizationGroup) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractSyncProvider
-
Some synchronization processes are related to a specific inventory object (for example when syncing the hardware of a given device).
- unregisterListener(ActionCompletedListener) - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
- unsubscribeUserFromTask(long, long) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Unsubscribes a user from a task, so it will no longer be notified about the result of its execution
- unsubscribeUserFromTask(long, long) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- unsubscribeUserFromTask(long, long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Unsubscribes a user from a task, so it will no longer be notified about the result of its execution
- unsubscribeUserFromTask(long, long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- UnsupportedPropertyException - Exception in org.neotropic.kuwaiba.core.apis.persistence.exceptions
-
Thrown when a certain property (usually an attribute of an application or inventory object) is not known or currently supported.
- UnsupportedPropertyException(String) - Constructor for exception org.neotropic.kuwaiba.core.apis.persistence.exceptions.UnsupportedPropertyException
-
Use this constructor when referring to an attribute of an application object.
- UnsupportedPropertyException(String, String) - Constructor for exception org.neotropic.kuwaiba.core.apis.persistence.exceptions.UnsupportedPropertyException
-
Use this constructor when referring to an attribute of an inventory object.
- update(MxGraphCell) - Method in class org.neotropic.kuwaiba.visualization.mxgraph.BasicStyleEditor
- update(MxGraphCell) - Method in class org.neotropic.kuwaiba.visualization.mxgraph.MxGraphGeometryEditor
- UPDATE - org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionResponse.ActionType
- updateActivity(long, long, Artifact) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates the artifact generated once an activity has been completed (for example, the user filled in a form).
- updateActivity(long, long, Artifact) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ProcessManagerService
- updateActivity(long, long, Artifact) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- updateConfigurationVariable(String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates the value of a configuration variable.
- updateConfigurationVariable(String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- updateConfigurationVariable(String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates the value of a configuration variable.
- updateConfigurationVariable(String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- updateConfigurationVariablesPool(String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates an attribute of a given config variables pool
- updateConfigurationVariablesPool(String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- updateConfigurationVariablesPool(String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates an attribute of a given configuration variables pool.
- updateConfigurationVariablesPool(String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- updateContact(String, String, List<StringPair>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Updates a contact's information
- updateContact(String, String, List<StringPair>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- updateContact(String, String, List<StringPair>, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates a set of properties of a contact
- updateContact(String, String, List<StringPair>, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- updateContainers() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowAddContainers
- updateControlsVisibility(MxGraphCell) - Method in class org.neotropic.kuwaiba.visualization.mxgraph.BasicStyleEditor
- updateControlsVisibility(MxGraphCell) - Method in class org.neotropic.kuwaiba.visualization.mxgraph.MxGraphGeometryEditor
- updateCustomer(String, String, HashMap<String, String>, String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Updates a customer.
- updateCustomerPool(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Updates a customer pool.
- updateFavoritesFolder(long, long, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates a favorites folder
- updateFavoritesFolder(long, long, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- updateFavoritesFolder(long, String, long, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates a favorites folder
- updateFavoritesFolder(long, String, long, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- updateFileProperties(long, List<StringPair>, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates the properties of a file list type item (name or tags)
- updateFileProperties(long, List<StringPair>, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Updates the properties of a file object (name or tags)
- updateFileProperties(long, List<StringPair>, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- updateFileProperties(long, List<StringPair>, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- updateFileProperties(long, List<StringPair>, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates the properties of a file object (name or tags)
- updateFileProperties(long, List<StringPair>, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- updateFilterDefinition(long, String, String, String, String, Boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
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 null
- updateFilterDefinition(long, String, String, String, String, Boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- UpdateFilterDefinitionAction - Class in org.neotropic.kuwaiba.core.configuration.filters.actions
-
Delete a filter definition.
- UpdateFilterDefinitionAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.filters.actions.UpdateFilterDefinitionAction
- UpdateFilterDefinitionVisualAction - Class in org.neotropic.kuwaiba.core.configuration.filters.actions
-
Visual wrapper of create a new filter definition action.
- UpdateFilterDefinitionVisualAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.filters.actions.UpdateFilterDefinitionVisualAction
- updateFilterInFilterDefinition(String, FilterDefinition) - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.caching.CacheManager
-
Updates or replaces the Filter of an entry in the filter definitions index.
- updateGeneralView(long, String, String, byte[], byte[]) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Saves a view not related to a particular object.
- updateGeneralView(long, String, String, byte[], byte[]) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- updateGeneralView(long, String, String, byte[], byte[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates a general view (a view that is not linked to any particular object)
- updateGeneralView(long, String, String, byte[], byte[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- UpdateIpAddrAction - Class in com.neotropic.kuwaiba.modules.commercial.ipam.actions
-
updates the state or description of an IP address
- UpdateIpAddrAction() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ipam.actions.UpdateIpAddrAction
- updateIpAdress(String, HashMap<String, String>) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamService
-
Updates some attributes of the ip address, description, state are the only editable attributes of an ip address
- updateLabel(String, Anchor, Label) - Method in class org.neotropic.util.visual.properties.PropertySheet
-
Updates the anchor link for URL string properties
- updateLayout(long, String, String, byte[], byte[]) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates a layout view.
- updateLayout(long, String, String, byte[], byte[]) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- updateListTypeItem(String, String, HashMap<String, String>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates a list type item.Formerly this functionality was provided by
BusinessEntityManager
updateObject
, but the implementation was split in two methods. - updateListTypeItem(String, String, HashMap<String, String>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- updateListTypeItem(String, String, List<StringPair>, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates a list type item.
- updateListTypeItem(String, String, List<StringPair>, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- updateListTypeItemRelatedLayout(String, String, long, String, String, byte[], byte[]) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates a view for a given list type item.
- updateListTypeItemRelatedLayout(String, String, long, String, String, byte[], byte[]) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- updateListTypeItemRelatedView(String, String, long, String, String, byte[], byte[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates a view for a given list type item.
- updateListTypeItemRelatedView(String, String, long, String, String, byte[], byte[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- updateObject(String, String, HashMap<String, String>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Updates an object attributes.
- updateObject(String, String, HashMap<String, String>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- updateObject(String, String, List<StringPair>, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates attributes of a given object
- updateObject(String, String, List<StringPair>, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- updateObject(String, ClassMetadata, HashMap<String, String>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.ObjectGraphMappingService
- updateObjectRelatedView(String, String, long, String, String, byte[], byte[]) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates a view for a given object.
- updateObjectRelatedView(String, String, long, String, String, byte[], byte[]) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- updateObjectRelatedView(String, String, long, String, String, byte[], byte[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates an object view (a view that is linked to a particular object)
- updateObjectRelatedView(String, String, long, String, String, byte[], byte[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- updateOSPView(long, String, String, byte[]) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates an existing OSP view
- updateOSPView(long, String, String, byte[]) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- updateOSPView(long, String, String, byte[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates an existing OSP view
- updateOSPView(long, String, String, byte[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- updateProcessDefinition(long, List<StringPair>, byte[]) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates a process definition, either its standard properties or its structure
- updateProcessDefinition(long, List<StringPair>, byte[]) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- updateProcessDefinition(long, List<StringPair>, byte[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates a process definition, either its standard properties or its structure
- updateProcessDefinition(long, List<StringPair>, byte[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- updateProcessDefinitions() - Method in class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ProcessManagerService
- updateProject(String, String, HashMap<String, String>) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsService
-
Updates one or many project attributes.
- updateProjectPool(String, String, String) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsService
-
Updates an attribute of a project pool.
- updatePropertyChanged(AbstractProperty) - Method in class org.neotropic.kuwaiba.modules.core.ltman.ListTypeManagerUI
- updatePropertyChanged(AbstractProperty) - Method in class org.neotropic.kuwaiba.modules.core.templateman.TemplateManagerUI
- updatePropertyChanged(AbstractProperty) - Method in class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard
- updatePropertyChanged(AbstractProperty) - Method in class org.neotropic.kuwaiba.modules.optional.topoman.widgets.TopologyManagerDashboard
- updatePropertyChanged(AbstractProperty<? extends Object>) - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamUI
- updatePropertyChanged(AbstractProperty<? extends Object>) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.components.ProjectActivityDialog
- updatePropertyChanged(AbstractProperty<? extends Object>) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.components.ProjectPoolDialog
- updatePropertyChanged(AbstractProperty<? extends Object>) - Method in class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsUI
-
Update project properties.
- updatePropertyChanged(AbstractProperty<? extends Object>) - Method in class com.neotropic.kuwaiba.modules.commercial.whman.WarehousesManagerUI
- updatePropertyChanged(AbstractProperty<? extends Object>) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.components.PoolProxiesDialog
- updatePropertyChanged(AbstractProperty<? extends Object>) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerUI
-
Update properties for proxies.
- updatePropertyChanged(AbstractProperty<? extends Object>) - Method in class org.neotropic.kuwaiba.core.configuration.variables.components.PoolConfigurationDialog
- updatePropertyChanged(AbstractProperty<? extends Object>) - Method in class org.neotropic.kuwaiba.core.configuration.variables.ConfigurationVariablesUI
- updatePropertyChanged(AbstractProperty<? extends Object>) - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.components.PoolContractDialog
- updatePropertyChanged(AbstractProperty<? extends Object>) - Method in class org.neotropic.kuwaiba.modules.commercial.contractman.ContractManagerUI
-
Update properties for contracts.
- updatePropertyChanged(AbstractProperty<? extends Object>) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.components.SyncGroupDialog
- updatePropertyChanged(AbstractProperty<? extends Object>) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationUI
- updatePropertyChanged(AbstractProperty<? extends Object>) - Method in class org.neotropic.kuwaiba.modules.optional.contactman.ContactManagerUI
- updatePropertyChanged(AbstractProperty<? extends Object>) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerUI
- updatePropertyChanged(AbstractProperty<? extends Object>) - Method in interface org.neotropic.util.visual.properties.PropertySheet.IPropertyValueChangedListener
- updateProxy(String, String, HashMap<String, String>) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerService
-
Updates one or many proxy attributes.
- updateProxy(String, String, List<StringPair>, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates one or many proxy attributes.
- updateProxy(String, String, List<StringPair>, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- updateProxyPool(String, String, String) - Method in class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerService
-
Updates an attribute of a proxy pool.
- updateProxyPool(String, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates an attribute of a proxy pool.
- updateProxyPool(String, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- updateReport(long, String, String, Boolean, Integer, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Updates the properties of an existing class level report.
- updateReport(long, String, String, Boolean, Integer, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- updateReport(long, String, String, Boolean, Integer, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates the properties of an existing class level report.
- updateReport(long, String, String, Boolean, Integer, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- updateReportParameters(long, List<StringPair>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.business.BusinessEntityManager
-
Updates the parameters of a report
- updateReportParameters(long, List<StringPair>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl
- updateReportParameters(long, List<StringPair>, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates the value of any of the parameters of a given report.
- updateReportParameters(long, List<StringPair>, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- updateScriptedQueriesPool(String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates a scripted queries pool.
- updateScriptedQueriesPool(String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- updateScriptedQuery(String, String, String, String, boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates a scripted query given its id
- updateScriptedQuery(String, String, String, String, boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- updateScriptedQueryParameter(String, String, String, String, boolean, Object) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates a scripted query parameter.
- updateScriptedQueryParameter(String, String, String, String, boolean, Object) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- updateService(String, String, HashMap<String, String>, String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Updates a service.
- updateServicePool(String, String, String, String, String) - Method in class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerService
-
Updates a service pool.
- updateSyncDataSourceConfig(long, List<StringPair>) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationService
-
Updates a synchronization data source
- updateSyncDataSourceConfiguration(long, List<StringPair>, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates a sync data source configuration
- updateSyncDataSourceConfiguration(long, List<StringPair>, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- updateSyncGroup(long, List<StringPair>) - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationService
-
Updates the data source configurations associated to a given sync group
- updateSynchronizationGroup(long, List<StringPair>, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Creates a Synchronization Group.
- updateSynchronizationGroup(long, List<StringPair>, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- UpdateTaskAction - Class in org.neotropic.kuwaiba.modules.optional.taskman.actions
-
Updates a task.
- UpdateTaskAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.actions.UpdateTaskAction
- updateTaskNotificationType(long, TaskNotificationDescriptor) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates a task notification type
- updateTaskNotificationType(long, TaskNotificationDescriptor) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- updateTaskNotificationType(long, RemoteTaskNotificationDescriptor, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates a task notification type
- updateTaskNotificationType(long, RemoteTaskNotificationDescriptor, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- UpdateTaskParameterAction - Class in org.neotropic.kuwaiba.modules.optional.taskman.actions
-
Update a task parameter.
- UpdateTaskParameterAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.actions.UpdateTaskParameterAction
- updateTaskParameters(long, List<StringPair>) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates the parameters of a task.
- updateTaskParameters(long, List<StringPair>) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- updateTaskParameters(long, List<StringPair>, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates the parameters of a task.
- updateTaskParameters(long, List<StringPair>, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- UpdateTaskParameterVisualAction - Class in org.neotropic.kuwaiba.modules.optional.taskman.actions
-
Visual wrapper of update a task parameter action.
- UpdateTaskParameterVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.actions.UpdateTaskParameterVisualAction
- updateTaskProperties(long, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates any of these properties from a task: name, description, enabled and script
- updateTaskProperties(long, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- updateTaskProperties(long, String, String, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates any of these properties from a task: name, description, enabled and script
- updateTaskProperties(long, String, String, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- updateTaskSchedule(long, TaskScheduleDescriptor) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates a task schedule
- updateTaskSchedule(long, TaskScheduleDescriptor) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- updateTaskSchedule(long, RemoteTaskScheduleDescriptor, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates a task schedule
- updateTaskSchedule(long, RemoteTaskScheduleDescriptor, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- UpdateTaskVisualAction - Class in org.neotropic.kuwaiba.modules.optional.taskman.actions
-
Visual wrapper of update a task action.
- UpdateTaskVisualAction() - Constructor for class org.neotropic.kuwaiba.modules.optional.taskman.actions.UpdateTaskVisualAction
- updateTemplateElement(String, String, String[], String[]) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates the value of an attribute of a template element.
- updateTemplateElement(String, String, String[], String[]) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- updateTemplateElement(String, String, String[], String[], String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates the value of an attribute of a template element.
- updateTemplateElement(String, String, String[], String[], String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- updateValidatorDefinition(long, String, String, String, String, Boolean) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Updates the properties of a validator.
- updateValidatorDefinition(long, String, String, String, String, Boolean) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- updateValidatorDefinition(long, String, String, String, String, Boolean, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Updates the properties of a validator.
- updateValidatorDefinition(long, String, String, String, String, Boolean, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- UpdateValidatorDefinitionAction - Class in org.neotropic.kuwaiba.core.configuration.validators.actions
-
Update validator definition.
- UpdateValidatorDefinitionAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.validators.actions.UpdateValidatorDefinitionAction
- UpdateValidatorDefinitionVisualAction - Class in org.neotropic.kuwaiba.core.configuration.validators.actions
-
Visual wrapper of update a validator definition action.
- UpdateValidatorDefinitionVisualAction() - Constructor for class org.neotropic.kuwaiba.core.configuration.validators.actions.UpdateValidatorDefinitionVisualAction
- updateView(byte[], BusinessObjectLight, int) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.extras.sync.SyncUtil
-
Updates the MPLS view after sync
- updateView(byte[], BusinessObjectLight, int) - Static method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncUtil
-
Updates the MPLS view after sync
- UPLOAD - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- UPLOAD - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- URL_IMG_CLOUD - Static variable in class org.neotropic.kuwaiba.modules.optional.topoman.TopologyView
- USE_PAGINATION - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- USE_PAGINATION - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- USER_TYPE_GUI - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
-
Users that will access the system via desktop client or web interface
- USER_TYPE_SOUTHBOUND - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
-
Users that will access the system via automated interfaces, such as southbound interfaces or scheduled tasks
- USER_TYPE_SYSTEM - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
-
"Hard-coded" users that should not be deleted or modified in any way (nor can they log in).
- USER_TYPE_WEB_SERVICE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
-
Users that will access the system via web service
- UserManagerLayout - Class in org.neotropic.kuwaiba.modules.core.userman
-
The standard layout to be applied in this module.
- UserManagerLayout() - Constructor for class org.neotropic.kuwaiba.modules.core.userman.UserManagerLayout
- UserManagerModule - Class in org.neotropic.kuwaiba.modules.core.userman
-
The definition of the User Manager module
- UserManagerModule() - Constructor for class org.neotropic.kuwaiba.modules.core.userman.UserManagerModule
- UserManagerUI - Class in org.neotropic.kuwaiba.modules.core.userman
-
Main for User Manager.
- UserManagerUI() - Constructor for class org.neotropic.kuwaiba.modules.core.userman.UserManagerUI
- UserNode - Class in org.neotropic.kuwaiba.modules.core.userman.nodes
-
Represents a node in the main tree.
- UserNode(UserProfile, String) - Constructor for class org.neotropic.kuwaiba.modules.core.userman.nodes.UserNode
- UserProfile - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
Represents the privileges a user profile
- UserProfile(long, String, String, String, boolean, long, int, String, List<Privilege>) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfile
- UserProfileLight - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
Base class of all classes representing application users
- UserProfileLight(long, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- UserProfileLight(long, String, String, String, boolean, long, int, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.UserProfileLight
- users - Variable in class org.neotropic.kuwaiba.northbound.ws.model.application.GroupInfo
-
Membres of the group;
- Util - Class in org.neotropic.kuwaiba.core.persistence.reference.neo4j.util
-
Utility class containing misc methods to perform common tasks
- Util - Class in org.neotropic.kuwaiba.modules.optional.reports.defaults
-
Utility methods for building reports
- Util() - Constructor for class org.neotropic.kuwaiba.core.persistence.reference.neo4j.util.Util
- Util() - Constructor for class org.neotropic.kuwaiba.modules.optional.reports.defaults.Util
- UtilHtml - Class in org.neotropic.util.visual.views.util
-
A collection of commonly used methods to generate HTML-related content.
- UtilHtml() - Constructor for class org.neotropic.util.visual.views.util.UtilHtml
V
- validate() - Method in class com.neotropic.kuwaiba.modules.commercial.ipam.IpamModule
- validate() - Method in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsModule
- validate() - Method in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantManagerModule
- validate() - Method in class com.neotropic.kuwaiba.modules.commercial.processman.ProcessManagerModule
- validate() - Method in class com.neotropic.kuwaiba.modules.commercial.sdh.SdhModule
- validate() - Method in class org.neotropic.kuwaiba.core.apis.integration.modules.AbstractCommercialModule
-
Says if the module can be used or not (for example, if the license has expired or not) or if there are unmet dependencies.
- validate() - Method in class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationModule
- VALIDATE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Function
- VALIDATE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Function
- validateCall(String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Checks if a call to a single method can be made by a particular user.
- validateCall(String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- validateCall(String, String, String) - Method in interface org.neotropic.kuwaiba.core.apis.persistence.application.ApplicationEntityManager
-
Validates if a user is allowed to call a given a northbound interface method
- validateCall(String, String, String) - Method in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.ApplicationEntityManagerImpl
- validateSavedE2EView(List<String>, List<String>, ViewObject) - Method in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2EViewProvider
-
/** validates a saved end to end view
- validateSavedE2EView(List<String>, List<String>, RemoteViewObject, String) - Method in interface org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebService
-
Validates a saved structure of a end to end view.
- validateSavedE2EView(List<String>, List<String>, RemoteViewObject, String) - Method in class org.neotropic.kuwaiba.northbound.ws.KuwaibaSoapWebServiceImpl
- Validator - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
Validators are flags indicating things about objects.
- Validator(String, Properties) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.Validator
- VALIDATOR - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Function.Type
- VALIDATOR - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Function.Type
- VALIDATOR_PHYSICAL_NODE - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Name of the validator to indicate if a given class is the endpoint to a connection
- ValidatorDefinition - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
Represents the configuration of a validator.
- ValidatorDefinition(long, String, String, String, String, boolean) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.ValidatorDefinition
- ValidatorDefinitionModule - Class in org.neotropic.kuwaiba.core.configuration.validators
-
The definition of the Validator Definition module.
- ValidatorDefinitionModule() - Constructor for class org.neotropic.kuwaiba.core.configuration.validators.ValidatorDefinitionModule
- ValidatorDefinitionUI - Class in org.neotropic.kuwaiba.core.configuration.validators
-
Main for the Validator Definition module.
- ValidatorDefinitionUI() - Constructor for class org.neotropic.kuwaiba.core.configuration.validators.ValidatorDefinitionUI
- ValidatorRunner - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
- ValidatorRunner(String, String, String, String) - Constructor for class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ValidatorRunner
- validators - Variable in class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLight
-
Misc flags used to give more information about the object (i.e.
- value - Variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElementField
-
Value of the attribute value in the element field.
- value - Variable in class org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractDataEntity
-
The actual value.
- value - Variable in class org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter
- VALUE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- VALUE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property
- VALUE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- VALUE - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property
- valueOf(String) - Static method in enum com.neotropic.kuwaiba.modules.commercial.ospman.api.UnitOfLength
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowDeviceTools.Tool
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowFiberTools.Tool
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowPortTools.Tool
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule.ModuleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractRelationshipManagementAction.RelationshipCardinality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction.VisualActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionResponse.ActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neotropic.kuwaiba.core.apis.integration.modules.actions.GenericCommercialModule.ModuleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neotropic.kuwaiba.core.apis.integration.views.ViewEventListener.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neotropic.kuwaiba.core.persistence.PersistenceService.EXECUTION_STATE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractDataEntity.DATA_TYPE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neotropic.kuwaiba.modules.core.containmentman.general.EContainmentOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neotropic.kuwaiba.modules.core.navigation.explorers.nodes.RelationshipExplorerNode.RelationshipExplorerNodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter.Criteria
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neotropic.kuwaiba.modules.optional.reports.javascript.DataTable.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neotropic.kuwaiba.modules.optional.reports.plugins.gcharts.GChartsFactory.ChartType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neotropic.util.visual.notifications.AbstractNotification.NotificationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neotropic.util.visual.widgets.AbstractDashboardWidget.ActiveContent
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.neotropic.kuwaiba.modules.commercial.ospman.api.UnitOfLength
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowDeviceTools.Tool
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowFiberTools.Tool
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowPortTools.Tool
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.neotropic.kuwaiba.core.apis.integration.modules.AbstractModule.ModuleType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractRelationshipManagementAction.RelationshipCardinality
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction.VisualActionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionResponse.ActionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.neotropic.kuwaiba.core.apis.integration.modules.actions.GenericCommercialModule.ModuleType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.neotropic.kuwaiba.core.apis.integration.views.ViewEventListener.EventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.neotropic.kuwaiba.core.persistence.PersistenceService.EXECUTION_STATE
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.neotropic.kuwaiba.core.persistence.reference.neo4j.RelTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractDataEntity.DATA_TYPE
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.neotropic.kuwaiba.modules.core.containmentman.general.EContainmentOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.neotropic.kuwaiba.modules.core.navigation.explorers.nodes.RelationshipExplorerNode.RelationshipExplorerNodeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.neotropic.kuwaiba.modules.core.queries.filters.AbstractFilter.Criteria
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.neotropic.kuwaiba.modules.optional.reports.javascript.DataTable.DataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.neotropic.kuwaiba.modules.optional.reports.plugins.gcharts.GChartsFactory.ChartType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.neotropic.util.visual.notifications.AbstractNotification.NotificationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.neotropic.util.visual.widgets.AbstractDashboardWidget.ActiveContent
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VENDOR - Static variable in class org.neotropic.kuwaiba.modules.core.favorites.FavoritesModule
-
Vendor
- version - Variable in class org.neotropic.kuwaiba.core.apis.persistence.application.reporting.InventoryReport
-
Version of the report.
- VERSION - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
- VERSION - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Attribute
- VERSION - Static variable in class org.neotropic.kuwaiba.modules.core.favorites.FavoritesModule
-
Version
- VERTICAL_LAYOUT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Tag
- VERTICAL_LAYOUT - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Tag
- VIEW_CLASS - Static variable in class com.neotropic.kuwaiba.modules.commercial.business.analytics.views.E2EViewProvider
- VIEW_CLASS - Static variable in class com.neotropic.kuwaiba.modules.commercial.mpls.MplsService
-
Class to identify all views made using the MPLS module
- VIEW_FORMAT_VERSION - Static variable in class org.neotropic.kuwaiba.core.apis.persistence.util.Constants
-
Version for the XML document to save views (see http://neotropic.co/kuwaiba/wiki/index.php?title=XML_Documents#To_Save_Object_Views for details)
- VIEW_VERSION - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantService
-
The version of the XML document generated by the as
- viewable - Variable in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
- ViewEventListener - Interface in org.neotropic.kuwaiba.core.apis.integration.views
-
Interface to be implemented by those interested in receiving notifications about events related to views.
- ViewEventListener.EventType - Enum in org.neotropic.kuwaiba.core.apis.integration.views
- ViewHeatmap - Class in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Represents a heatmap on the View.
- ViewHeatmap() - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.api.ViewHeatmap
- ViewHeatmap(List<GeoCoordinate>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.api.ViewHeatmap
- viewMap - Variable in class org.neotropic.kuwaiba.core.apis.integration.views.AbstractView
-
The default view map.
- ViewMap - Class in org.neotropic.kuwaiba.core.apis.integration.views
-
A representation of a view (which in turn a graphical representation of an inventory object or a function in the domain of the inventory system) as a set of java objects.
- ViewMap() - Constructor for class org.neotropic.kuwaiba.core.apis.integration.views.ViewMap
- ViewNodeIconGenerator - Class in org.neotropic.kuwaiba.visualization.api
-
Generates icons to the business object view nodes
- ViewNodeIconGenerator(AbstractResourceFactory) - Constructor for class org.neotropic.kuwaiba.visualization.api.ViewNodeIconGenerator
- ViewObject - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
Represents a view.
- ViewObject(long, String, String, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.ViewObject
- ViewObjectLight - Class in org.neotropic.kuwaiba.core.apis.persistence.application
-
The light version of a ViewObject
- ViewObjectLight(long, String, String, String) - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.ViewObjectLight
- ViewOverlayView - Class in com.neotropic.kuwaiba.modules.commercial.ospman.api
-
Represents a overlay view on the view
- ViewOverlayView(GeoCoordinate, GeoCoordinate) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.api.ViewOverlayView
- ViewPropertySheet(ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion.ViewPropertySheet
- ViewWidgetRegistry - Class in org.neotropic.kuwaiba.core.apis.integration.views
-
Widgets with object-related views exposed by modules are to be registered here, so they can be embedded or added to context menus at will.
- ViewWidgetRegistry() - Constructor for class org.neotropic.kuwaiba.core.apis.integration.views.ViewWidgetRegistry
- ViewWindow - Class in org.neotropic.util.visual.window
-
Window with a title, content, and a button to close it
- ViewWindow(String, TranslationService) - Constructor for class org.neotropic.util.visual.window.ViewWindow
- visibleAttributes - Variable in class org.neotropic.kuwaiba.core.persistence.reference.neo4j.CypherQueryBuilder
-
attributes selected
W
- WarehouseManagerNode - Class in com.neotropic.kuwaiba.modules.commercial.whman.nodes
-
Represents a node in the pool items tree.
- WarehouseManagerNode(BusinessObjectLight) - Constructor for class com.neotropic.kuwaiba.modules.commercial.whman.nodes.WarehouseManagerNode
- WarehouseManagerNode(BusinessObjectLight, String) - Constructor for class com.neotropic.kuwaiba.modules.commercial.whman.nodes.WarehouseManagerNode
- WarehouseManagerSearchQuery - Class in org.neotropic.kuwaiba.core.apis.persistence.application.queries
-
Temporary class that implements the search in the Warehouse module that shows suggestions in the search text field
- WarehouseManagerSearchQuery() - Constructor for class org.neotropic.kuwaiba.core.apis.persistence.application.queries.WarehouseManagerSearchQuery
- WarehousesManagerLayout - Class in com.neotropic.kuwaiba.modules.commercial.whman
-
The definition of the Warehouse manager layout.
- WarehousesManagerLayout() - Constructor for class com.neotropic.kuwaiba.modules.commercial.whman.WarehousesManagerLayout
- WarehousesManagerModule - Class in com.neotropic.kuwaiba.modules.commercial.whman
-
Manages warehouses, spare parts and the workflows associated to them.
- WarehousesManagerModule() - Constructor for class com.neotropic.kuwaiba.modules.commercial.whman.WarehousesManagerModule
- WarehousesManagerUI - Class in com.neotropic.kuwaiba.modules.commercial.whman
-
Main for the Warehouses Module.
- WarehousesManagerUI() - Constructor for class com.neotropic.kuwaiba.modules.commercial.whman.WarehousesManagerUI
- WarehousesService - Class in com.neotropic.kuwaiba.modules.commercial.whman.persistence
-
Service to manage warehouses
- WarehousesService() - Constructor for class com.neotropic.kuwaiba.modules.commercial.whman.persistence.WarehousesService
- WARNING - org.neotropic.util.visual.notifications.AbstractNotification.NotificationType
-
A warning message.
- WARNING - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FormNotification
- WIDTH - Static variable in class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.PortNode
- WIDTH - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property
- WIDTH - Static variable in class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property
- WindowAddContainers - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Window to add containers in the Outside Plant View
- WindowAddContainers(List<AbstractViewNode>, List<AbstractViewEdge>, BusinessEntityManager, MetadataEntityManager, TranslationService, Consumer<WindowAddContainers>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowAddContainers
- WindowAddNodes - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Window to select a set of objects to add like a node to the Outside Plant View
- WindowAddNodes(List<AbstractViewNode>, BusinessEntityManager, TranslationService, Consumer<Boolean>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowAddNodes
- WindowConnectivityManager - Class in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
-
Window to manage connections.
- WindowConnectivityManager(ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService, NewBusinessObjectVisualAction, NewBusinessObjectFromTemplateVisualAction, NewMultipleBusinessObjectsVisualAction, PhysicalConnectionsService, TemplateManagerModule, NavigationModule, OutsidePlantService) - Constructor for class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.WindowConnectivityManager
- WindowContainers - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Dialog to select the parents to the wire path
- WindowContainers(List<BusinessObjectViewEdge>, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService, Runnable, boolean) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowContainers
- WindowContainerSelector - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Window to select a container that must be a special child of one of the container endpoints of a given location.
- WindowContainerSelector(BusinessObjectLight, BusinessEntityManager, MetadataEntityManager, TranslationService, Consumer<BusinessObjectLight>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowContainerSelector
- WindowDeleteOspView - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Dialog to confirm the delete of an outside plant view
- WindowDeleteOspView(long, TranslationService, ApplicationEntityManager, OutsidePlantView) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowDeleteOspView
- WindowDeviceTools - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Set of tools to devices
- WindowDeviceTools(BusinessObjectLight, TranslationService, ManagePortMirroringVisualAction) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowDeviceTools
- WindowDeviceTools.Tool - Enum in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
- WindowEdge - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Dialog to the edge tool set
- WindowEdge(AbstractViewEdge<BusinessObjectLight>, TranslationService, Command) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowEdge
- WindowExternalServices - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Window to show the external services for a business object.
- WindowExternalServices(BusinessObjectLight, OutsidePlantExternalServicesProvider, MetadataEntityManager, TranslationService, MapProvider) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowExternalServices
- WindowFavoritesManager - Class in org.neotropic.kuwaiba.modules.core.favorites.actions
-
Window to manage favorites folder.
- WindowFavoritesManager(TranslationService, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, CoreActionsRegistry, AdvancedActionsRegistry, ViewWidgetRegistry, ExplorerWidgetRegistry, NewBusinessObjectVisualAction, NewBusinessObjectFromTemplateVisualAction, NewMultipleBusinessObjectsVisualAction, DeleteBusinessObjectVisualAction, CopyBusinessObjectVisualAction, MoveBusinessObjectVisualAction, ShowMoreInformationAction, NewFavoriteVisualAction, DeleteFavoriteVisualAction, ResourceFactory) - Constructor for class org.neotropic.kuwaiba.modules.core.favorites.actions.WindowFavoritesManager
- WindowFiberTools - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Window to show the set of fiber tools.
- WindowFiberTools(BusinessObjectLight, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService, PhysicalConnectionsService, Consumer<BusinessObjectLight>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowFiberTools
- WindowFiberTools.Tool - Enum in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
- WindowFilters - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Widows to set the Outside Plant View filters.
- WindowFilters(HashMap<BusinessObjectViewNode, MapNode>, HashMap<BusinessObjectViewEdge, MapEdge>, MetadataEntityManager, TranslationService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowFilters
- WindowGeographicalQueries - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Shows the set of geographical queries.
- WindowGeographicalQueries(UnitOfLength, Double, Double, List<AbstractViewNode>, CoreActionsRegistry, AdvancedActionsRegistry, ViewWidgetRegistry, ExplorerWidgetRegistry, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, PhysicalConnectionsService, TranslationService, Consumer<BusinessObjectLight>, MapProvider) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowGeographicalQueries
- WindowGeographicalQueries(UnitOfLength, AbstractViewNode<BusinessObjectLight>, Double, Double, List<AbstractViewNode>, CoreActionsRegistry, AdvancedActionsRegistry, ViewWidgetRegistry, ExplorerWidgetRegistry, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, PhysicalConnectionsService, TranslationService, Consumer<BusinessObjectLight>, MapProvider) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowGeographicalQueries
- WindowGeographicalQuery - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Window to execute a geographical query.
- WindowGeographicalQuery(ScriptedQuery, Double, Double, List<AbstractViewNode>, UnitOfLength, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService, PhysicalConnectionsService, Consumer<BusinessObjectLight>, CoreActionsRegistry, AdvancedActionsRegistry, ViewWidgetRegistry, ExplorerWidgetRegistry, MapProvider) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowGeographicalQuery
- WindowManagePortMirroring - Class in org.neotropic.kuwaiba.modules.optional.physcon.actions
-
Window to manage port mirroring
- WindowManagePortMirroring(BusinessObjectLight, BusinessEntityManager, MetadataEntityManager, TranslationService, NewBusinessObjectVisualAction, NewBusinessObjectFromTemplateVisualAction, NewMultipleBusinessObjectsVisualAction, ManagePortMirroringVisualAction) - Constructor for class org.neotropic.kuwaiba.modules.optional.physcon.actions.WindowManagePortMirroring
- WindowMap - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Window Map Tool Set
- WindowMap(UnitOfLength, Double, Double, List<AbstractViewNode>, CoreActionsRegistry, AdvancedActionsRegistry, ViewWidgetRegistry, ExplorerWidgetRegistry, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, PhysicalConnectionsService, TranslationService, Consumer<BusinessObjectLight>, MapProvider) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowMap
- WindowMidSpanAccess - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Window to manage mid-span access and splice of links
- WindowMidSpanAccess(BusinessObjectLight, List<BusinessObjectLight>, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService, NewBusinessObjectVisualAction, NewBusinessObjectFromTemplateVisualAction, NewMultipleBusinessObjectsVisualAction, ManagePortMirroringVisualAction, PhysicalConnectionsService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowMidSpanAccess
- WindowNewContainer - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Dialog to create a new container connection.
- WindowNewContainer(BusinessObjectLight, BusinessObjectLight, TranslationService, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, PhysicalConnectionsService, Consumer<BusinessObjectLight>, Runnable) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowNewContainer
- WindowNewNode - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Window to create new node
- WindowNewNode(BusinessObjectLight, TemplateObjectLight, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService, ResourceFactory, CoreActionsRegistry, AdvancedActionsRegistry, ViewWidgetRegistry, ExplorerWidgetRegistry, Consumer<BusinessObjectLight>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowNewNode
- WindowNewObject - Class in org.neotropic.kuwaiba.modules.core.navigation.dialogs
-
Window to show the actions to create an object.
- WindowNewObject(BusinessObjectLight, NewBusinessObjectVisualAction, NewBusinessObjectFromTemplateVisualAction, NewMultipleBusinessObjectsVisualAction, TranslationService) - Constructor for class org.neotropic.kuwaiba.modules.core.navigation.dialogs.WindowNewObject
- WindowNode - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Dialog to the node tool set
- WindowNode(UnitOfLength, AbstractViewNode<BusinessObjectLight>, List<AbstractViewNode>, CoreActionsRegistry, AdvancedActionsRegistry, ViewWidgetRegistry, ExplorerWidgetRegistry, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService, PhysicalConnectionsService, NewBusinessObjectVisualAction, NewBusinessObjectFromTemplateVisualAction, NewMultipleBusinessObjectsVisualAction, ManagePortMirroringVisualAction, Command, Consumer<BusinessObjectLight>, MapProvider, OutsidePlantExternalServicesProvider) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowNode
- WindowObjectProperties - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Window to show an object property sheet
- WindowObjectProperties(BusinessObjectLight, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService, Consumer<BusinessObjectLight>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowObjectProperties
- WindowPortTools - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Set of tools to manage ports.
- WindowPortTools(BusinessObjectLight, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService, PhysicalConnectionsService, ManagePortMirroringVisualAction, BiConsumer<List<BusinessObjectLight>, String>, Consumer<BusinessObjectLight>) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowPortTools
- WindowPortTools.Tool - Enum in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
- WindowViewContent - Class in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Dialog to show the views that can get an object
- WindowViewContent(BusinessObjectLight, ApplicationEntityManager, BusinessEntityManager, MetadataEntityManager, TranslationService, PhysicalConnectionsService) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowViewContent
- Wizard - Class in org.neotropic.util.visual.wizard
-
A simple, general purpose wizard implementation that can be easily embedded in miniapplications and dashboard widgets
- Wizard(TranslationService) - Constructor for class org.neotropic.util.visual.wizard.Wizard
- Wizard.Step - Class in org.neotropic.util.visual.wizard
-
Interface implemented by all the steps in the wizard
- Wizard.WizardEvent - Class in org.neotropic.util.visual.wizard
- Wizard.WizardEventListener - Interface in org.neotropic.util.visual.wizard
-
Interface to be implemented by all components interested in listening to the events fired by a
Wizard
- WizardEvent(int, Properties) - Constructor for class org.neotropic.util.visual.wizard.Wizard.WizardEvent
- wrapPortName(BusinessObject) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.extras.sync.SyncUtil
-
Checks if the object is a port an wraps the name into a standardized name
- wrapPortName(BusinessObject) - Static method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncUtil
-
Checks if the object is a port an wraps the name into a standardized name
- wrapPortName(BusinessObjectLight) - Static method in class org.neotropic.kuwaiba.core.persistence.reference.extras.sync.SyncUtil
-
Checks if the object is a port an wraps the name into a standardized name
- wrapPortName(BusinessObjectLight) - Static method in class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncUtil
-
Checks if the object is a port an wraps the name into a standardized name
- WrongMappingException - Exception in org.neotropic.kuwaiba.core.apis.persistence.exceptions
-
This exception is raised when a pair attribute type - attribute value is not valid (i.e.
- WrongMappingException(String, String, String, String) - Constructor for exception org.neotropic.kuwaiba.core.apis.persistence.exceptions.WrongMappingException
X
- XMLExportter - Class in org.neotropic.util.visual.exporters
-
Implements the logic necessary to export to XML
- XMLExportter(TranslationService) - Constructor for class org.neotropic.util.visual.exporters.XMLExportter
- XMLProcessDefinitionException(String) - Constructor for exception org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinitionLoader.XMLProcessDefinitionException
- XMLUtil - Class in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
Y
- YD - com.neotropic.kuwaiba.modules.commercial.ospman.api.UnitOfLength
Z
- ZoomChangedEvent(MapProvider.ZoomChangedEvent.ZoomChangedEventListener) - Constructor for class com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider.ZoomChangedEvent
_
- _abstract - Variable in class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight
All Classes All Packages