Serialized Form
-
Package com.neotropic.kuwaiba.modules.commercial.impact
-
Class com.neotropic.kuwaiba.modules.commercial.impact.ServiceLevelCorrelatedInformation extends Object implements Serializable
-
Serialized Fields
-
customer
BusinessObjectLight customer
The customer all the services belong to -
services
List<BusinessObjectLight> services
The services related to the interface/device provided
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.ipam
-
Class com.neotropic.kuwaiba.modules.commercial.ipam.IpamLayout extends ModuleLayout implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.ipam.IpamUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
actAddIpAddr
AddIpAddrToSubnetAction actAddIpAddr
Reference to the action that creates an ip address -
actAddIpAddrToFolder
AddIpAddrToFolderVisualAction actAddIpAddrToFolder
Reference to the action that allows the creation of a single ip addr without a subnet in a folder -
actAddIpAddrVisual
AddIpAddrToSubnetVisualAction actAddIpAddrVisual
Reference to the action that add an IP address to a subnet -
actDeleteIpAddrFromFolder
DeleteIpAddrFromFolderVisualAction actDeleteIpAddrFromFolder
Reference to the action that deletes an IP address from a subnet -
actDelFolder
DeleteFolderVisualAction actDelFolder
Reference to the action that deletes folder -
actDelSubnet
DeleteSubnetVisualAction actDelSubnet
Reference to the action that deletes a subnet -
actionAffectedNode
List<IpamTreeNode> actionAffectedNode
to keep record of the item who launch an action -
actNewFolder
NewFolderVisualAction actNewFolder
Reference to the action that creates a new folder -
actNewSubnet
NewSubnetVisualAction actNewSubnet
Reference to the action that creates a new subnet -
actSplitSubnet
SplitSubnetVisualAction actSplitSubnet
Allows to split a subnet in several subnets graphically -
actUpdateIpAddr
UpdateIpAddrAction actUpdateIpAddr
Reference to the action that updates an ip address -
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
btnIpv4
com.vaadin.flow.component.button.Button btnIpv4
Button to navigate IP address root IPv4 -
btnIpv6
com.vaadin.flow.component.button.Button btnIpv6
Button to navigate to IP address root IPv6 -
currentSelectedNode
IpamTreeNode currentSelectedNode
current selected node -
currentTreeData
List<IpamTreeNode> currentTreeData
Current Tree data in the navigation tree -
grid
com.vaadin.flow.component.grid.Grid<IpamTreeNode> grid
the grid in the left side,that shows the current search -
gridIpAddrs
GridIpAddresses gridIpAddrs
Show the ip address for folder or subnets -
ipamService
IpamService ipamService
Reference to ip address manager service -
lastSearch
String lastSearch
We keep the last search -
lastSearchResults
List<IpamTreeNode> lastSearchResults
Current search results -
lblIAddrsTittle
com.vaadin.flow.component.html.Label lblIAddrsTittle
title for ip address table -
lblNoChildren
com.vaadin.flow.component.html.Label lblNoChildren
Message under the nav tree to display no children -
lblRightTitle
com.vaadin.flow.component.html.Label lblRightTitle
Title on the right side, contains the name of the selected item -
lytCenter
com.vaadin.flow.component.orderedlayout.VerticalLayout lytCenter
The right side contains the details of a selected subnet -
lytContent
com.vaadin.flow.component.orderedlayout.VerticalLayout lytContent
The actual content. -
lytDetails
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytDetails
The right top layout that contains the properties and chart -
lytDivsAddrs
com.vaadin.flow.component.orderedlayout.FlexLayout lytDivsAddrs
bottom table that contains the a visual representation of the ip addresses in a subnet -
lytHeader
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytHeader
The page header contains the subnet selector and a search box -
lytLeftSide
com.vaadin.flow.component.orderedlayout.VerticalLayout lytLeftSide
Panel left -
lytProperties
com.vaadin.flow.component.orderedlayout.VerticalLayout lytProperties
bottom table that contains actual content. Initially it is just a search box then it can become a page displaying the service/customer details. -
lytRight
com.vaadin.flow.component.orderedlayout.VerticalLayout lytRight
The right side contains the details of a selected subnet -
lytRightTitle
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytRightTitle
Right header contains the title -
lytSearchResults
com.vaadin.flow.component.orderedlayout.VerticalLayout lytSearchResults
The left side contains a tree with the subnets and folders of the selected kind o subnets -
lytSubnetUsageChart
com.vaadin.flow.component.orderedlayout.VerticalLayout lytSubnetUsageChart
The current selected item (a folder or subnet) -
lytTableGridIpAddrs
com.vaadin.flow.component.orderedlayout.VerticalLayout lytTableGridIpAddrs
table for created/used/reserved ip addresses in a subnet or folder -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
navTree
com.vaadin.flow.component.treegrid.TreeGrid<IpamTreeNode> navTree
explorer tree for the current selected object -
propertySheetPool
PropertySheet propertySheetPool
Property sheet -
searchDialog
DialogIpamSearch searchDialog
search text field for subnets grid -
seletedIpv
int seletedIpv
The current selected ip address version 4 or 6 -
ts
TranslationService ts
Reference to the translation service.
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.ipam.explorers
-
Class com.neotropic.kuwaiba.modules.commercial.ipam.explorers.DialogIpamSearch extends com.vaadin.flow.component.html.Div implements Serializable
-
Serialized Fields
-
paperDialog
com.neotropic.flow.component.paper.dialog.PaperDialog paperDialog
-
results
List<IpamTreeNode> results
-
txtSearch
com.vaadin.flow.component.textfield.TextField txtSearch
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ipam.explorers.DialogIpamSearch.SelectObjectEvent extends com.vaadin.flow.component.ComponentEvent<DialogIpamSearch> implements Serializable
-
Serialized Fields
-
object
BusinessObjectLight object
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.ipam.visual
-
Class com.neotropic.kuwaiba.modules.commercial.ipam.visual.ChartSubnetUsage extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
ts
TranslationService ts
Reference to the i18n service
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ipam.visual.CustomSpan extends com.vaadin.flow.component.html.Span implements Serializable
-
Serialized Fields
-
obj
Object obj
it could be a folder or a subnet
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ipam.visual.DivIpAddr extends com.vaadin.flow.component.html.Div implements Serializable
-
Serialized Fields
-
className
String className
Class name of the subnet -
ipAddr
String ipAddr
The last segment of the subnet (when the subnet has only 254 hosts) -
ipAddrId
String ipAddrId
The IP address id if it was created in kuwaiba -
mask
String mask
Subnet mask -
networkIpAddr
String networkIpAddr
Subnet's network IP address -
oldState
String oldState
The last added state to the div ip -
state
String state
The divIp style -
subnetId
String subnetId
The parent subnet id of the IP address -
subnetSegment
String subnetSegment
Common subnet segment
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ipam.visual.GridFolders extends com.vaadin.flow.component.grid.Grid<InventoryObjectPool> implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
Reference to the business entity manager service -
ipamService
IpamService ipamService
Reference to the ipam service module -
ts
TranslationService ts
Reference to the i18n service
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ipam.visual.GridIpAddresses extends com.vaadin.flow.component.grid.Grid<BusinessObjectLight> implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
Reference to the business entity manager service -
currentDevice
BusinessObjectLight currentDevice
-
currentPort
BusinessObjectLight currentPort
-
ipamService
IpamService ipamService
Reference to the ipam service module -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
parentsLocation
List<BusinessObjectLight> parentsLocation
-
ts
TranslationService ts
Reference to the i18n service
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ipam.visual.GridSubnets extends com.vaadin.flow.component.grid.Grid<BusinessObject> implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
Reference to the business entity manager service -
ipamService
IpamService ipamService
Reference to the ipam service module -
ts
TranslationService ts
Reference to the i18n service
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IconLabelCellGrid extends com.vaadin.flow.component.orderedlayout.HorizontalLayout implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamExplorerRow extends com.vaadin.flow.component.orderedlayout.HorizontalLayout implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.ipam.visual.IpamSelectedItem extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
lytDetails
com.vaadin.flow.component.orderedlayout.VerticalLayout lytDetails
-
lytHeader
IpamExplorerRow lytHeader
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.mpls
-
Class com.neotropic.kuwaiba.modules.commercial.mpls.MplsLayout extends ModuleLayout implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.mpls.MplsManagerUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
dashboard
MplsDashboard dashboard
-
deleteMPLSViewVisualAction
DeleteMplsViewVisualAction deleteMPLSViewVisualAction
-
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
mplsService
MplsService mplsService
-
newMPLSViewVisualAction
NewMplsViewVisualAction newMPLSViewVisualAction
-
resourceFactory
ResourceFactory resourceFactory
-
ts
TranslationService ts
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.mpls.tools
-
Class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools extends com.vaadin.flow.component.orderedlayout.HorizontalLayout implements Serializable
-
Serialized Fields
-
btnAddObject
com.vaadin.flow.component.button.Button btnAddObject
-
btnDetectConnections
com.vaadin.flow.component.button.Button btnDetectConnections
-
btnNewConnection
com.vaadin.flow.component.button.Button btnNewConnection
-
btnNewView
com.vaadin.flow.component.button.Button btnNewView
-
btnOpenView
com.vaadin.flow.component.button.Button btnOpenView
-
btnRemoveFromDatabase
com.vaadin.flow.component.button.Button btnRemoveFromDatabase
-
btnRemoveFromView
com.vaadin.flow.component.button.Button btnRemoveFromView
-
btnRemoveView
com.vaadin.flow.component.button.Button btnRemoveView
-
btnSaveView
com.vaadin.flow.component.button.Button btnSaveView
-
dlgAddobject
ConfirmDialog dlgAddobject
-
mplsAddObject
PaperDialogAddObject mplsAddObject
-
mplsSearchObject
PaperDialogSearchObject mplsSearchObject
-
mxGraphCanvas
MxGraphCanvas mxGraphCanvas
-
ts
TranslationService ts
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools.AddExistingConnectionEvent extends com.vaadin.flow.component.ComponentEvent<MplsTools> implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools.DeleteObjectEvent extends com.vaadin.flow.component.ComponentEvent<MplsTools> implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools.DeleteObjectPermanentlyEvent extends com.vaadin.flow.component.ComponentEvent<MplsTools> implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools.DetectConnectionsEvent extends com.vaadin.flow.component.ComponentEvent<MplsTools> implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools.NewConnectionEvent extends com.vaadin.flow.component.ComponentEvent<MplsTools> implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools.NewObjectEvent extends com.vaadin.flow.component.ComponentEvent<MplsTools> implements Serializable
-
Serialized Fields
-
object
BusinessObjectLight object
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools.SaveViewEvent extends com.vaadin.flow.component.ComponentEvent<MplsTools> implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.mpls.tools.MplsTools.SelectObjectEvent extends com.vaadin.flow.component.ComponentEvent<MplsTools> implements Serializable
-
Serialized Fields
-
object
BusinessObjectLight object
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.mpls.tools.PaperDialogAddObject extends com.vaadin.flow.component.html.Div implements Serializable
-
Serialized Fields
-
ts
TranslationService ts
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.mpls.tools.PaperDialogAddObject.NewObjectEvent extends com.vaadin.flow.component.ComponentEvent<PaperDialogAddObject> implements Serializable
-
Serialized Fields
-
object
BusinessObjectLight object
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.mpls.tools.PaperDialogSearchObject extends com.vaadin.flow.component.html.Div implements Serializable
-
Serialized Fields
-
ts
TranslationService ts
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.mpls.tools.PaperDialogSearchObject.SelectObjectEvent extends com.vaadin.flow.component.ComponentEvent<PaperDialogSearchObject> implements Serializable
-
Serialized Fields
-
object
BusinessObjectLight object
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.mpls.widgets
-
Class com.neotropic.kuwaiba.modules.commercial.mpls.widgets.MplsDashboard extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
currentView
ViewObject currentView
current view in the canvas -
deleteMPLSViewVisualAction
DeleteMplsViewVisualAction deleteMPLSViewVisualAction
reference of the visual action to remove a mpls view -
listenerDeleteAction
ActionCompletedListener listenerDeleteAction
listener to remove mpls view action -
listenerNewViewAction
ActionCompletedListener listenerNewViewAction
listener to add new view Action -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
mplsService
MplsService mplsService
service to persistence actions -
mplsTools
MplsTools mplsTools
canvas toolbar -
mplsView
MplsView mplsView
Instance of the main canvas view -
mplsViews
List<ViewObjectLight> mplsViews
list of mpls views -
newMPLSViewVisualAction
NewMplsViewVisualAction newMPLSViewVisualAction
reference of the visual action to add a mpls view -
openningView
boolean openningView
-
propSheetMPLS
PropertySheet propSheetMPLS
main property sheet instance for mpls properties -
propSheetObjects
PropertySheet propSheetObjects
property sheet instance for canvas objects -
resourceFactory
ResourceFactory resourceFactory
factory to instance object icons -
selectedEndPointA
BusinessObjectLight selectedEndPointA
source end point in create new connection dialog -
selectedEndPointB
BusinessObjectLight selectedEndPointB
target End point in create new connection dialog -
selectedObject
BusinessObjectLight selectedObject
reference to the current selected object in the canvas -
selectedSourceEquipment
BusinessObjectLight selectedSourceEquipment
source Equipment in create new connection dialog -
selectedTargetEquipment
BusinessObjectLight selectedTargetEquipment
target Equipment in create new connection dialog -
tblViews
com.vaadin.flow.component.grid.Grid<ViewObjectLight> tblViews
Reference to the grid that shows the mpls views -
ts
TranslationService ts
-
wdwMPLSViews
com.vaadin.flow.component.dialog.Dialog wdwMPLSViews
Dialog that lists the whole list of the views
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.ospman
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantManagerLayout extends ModuleLayout implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantManagerUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
advancedActionsRegistry
AdvancedActionsRegistry advancedActionsRegistry
Reference to the module actions registry. -
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
coreActionsRegistry
CoreActionsRegistry coreActionsRegistry
Reference to the core actions registry. -
dashboard
OutsidePlantManagerDashboard dashboard
The main dashboard. -
explorerWidgetRegistry
ExplorerWidgetRegistry explorerWidgetRegistry
Reference to ht explorer widget registry. -
managePortMirroringVisualAction
ManagePortMirroringVisualAction managePortMirroringVisualAction
Reference to action to manage port mirroring. -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
newBusinessObjectFromTemplateVisualAction
NewBusinessObjectFromTemplateVisualAction newBusinessObjectFromTemplateVisualAction
Reference to the New Business Object From Template Visual Action. -
newBusinessObjectVisualAction
NewBusinessObjectVisualAction newBusinessObjectVisualAction
Reference to the New Business Object Action. -
newMultipleBusinessObjectsVisualAction
NewMultipleBusinessObjectsVisualAction newMultipleBusinessObjectsVisualAction
Reference to the New Multiple Business Objects Visual Action. -
ospExternalServicesProvider
OutsidePlantExternalServicesProvider ospExternalServicesProvider
Reference to the Outside Plant External Services Provider. -
physicalConnectionService
PhysicalConnectionsService physicalConnectionService
Reference to the Physical Connection Service. -
resourceFactory
ResourceFactory resourceFactory
Factory to build resources from data source. -
ts
TranslationService ts
Reference to the translation service. -
viewWidgetRegistry
ViewWidgetRegistry viewWidgetRegistry
Reference to the view widget registry.
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.CableNode extends TreeLayoutNode implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
-
bem
BusinessEntityManager bem
-
cableObject
BusinessObjectLight cableObject
-
cableStyle
LinkedHashMap<String,String> cableStyle
-
children
List<TreeLayoutNode> children
-
consumerObjectChange
Consumer<BusinessObjectLight> consumerObjectChange
-
mem
MetadataEntityManager mem
-
physicalConnectionsService
PhysicalConnectionsService physicalConnectionsService
-
treeLayout
TreeLayout treeLayout
-
ts
TranslationService ts
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.DeviceNode extends MxBusinessObjectNode implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
-
bem
BusinessEntityManager bem
-
graph
com.neotropic.flow.component.mxgraph.MxGraph graph
-
MARGIN
int MARGIN
-
mem
MetadataEntityManager mem
-
physicalPorts
List<BusinessObjectLight> physicalPorts
-
portCallback
Consumer<BusinessObjectLight> portCallback
-
ports
LinkedHashMap<BusinessObjectLight,List<BusinessObjectLight>> ports
-
SPACING
int SPACING
-
styleCell
LinkedHashMap<String,String> styleCell
-
ts
TranslationService ts
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.DeviceSelectorWindow extends ObjectSelectorWindow implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.DialogOspViews extends com.neotropic.flow.component.paper.dialog.PaperDialog implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
-
consumerSelectedView
Consumer<ViewObject> consumerSelectedView
-
positionTarget
com.vaadin.flow.component.Component positionTarget
-
ts
TranslationService ts
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.DialogOspViewSearch extends com.neotropic.flow.component.paper.dialog.PaperDialog implements Serializable
-
Serialized Fields
-
MIN_FILTER_LENGTH
int MIN_FILTER_LENGTH
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.FiberEdge extends MxBusinessObjectEdge implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.FiberNode extends TreeLayoutNode implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
-
fiberColor
String fiberColor
-
fiberObject
BusinessObjectLight fiberObject
-
fiberStyle
LinkedHashMap<String,String> fiberStyle
-
leftover
boolean leftover
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.ObjectOptionsWindow extends ConfirmDialog implements Serializable
-
Serialized Fields
-
advancedActionsRegistry
AdvancedActionsRegistry advancedActionsRegistry
-
aem
ApplicationEntityManager aem
-
bem
BusinessEntityManager bem
-
businessObject
BusinessObjectLight businessObject
-
coreActionsRegistry
CoreActionsRegistry coreActionsRegistry
-
explorerWidgetRegistry
ExplorerWidgetRegistry explorerWidgetRegistry
-
mem
MetadataEntityManager mem
-
ts
TranslationService ts
-
viewWidgetRegistry
ViewWidgetRegistry viewWidgetRegistry
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.OspLocationView extends com.neotropic.flow.component.mxgraph.MxGraph implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager -
consumerReleaseFiber
BiConsumer<List<BusinessObjectLight>,String> consumerReleaseFiber
-
cutFiber
boolean cutFiber
-
deviceNode
DeviceNode deviceNode
-
EDGE_STYLE
LinkedHashMap<String,String> EDGE_STYLE
-
location
BusinessObjectLight location
-
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager -
showLeftoverFiber
boolean showLeftoverFiber
-
spliceFiber
boolean spliceFiber
-
treeLayout
TreeLayout treeLayout
-
ts
TranslationService ts
Reference to the Translation Service
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.PortNode extends MxBusinessObjectNode implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager -
CHARACTER_LIMIT
int CHARACTER_LIMIT
-
fiber
BusinessObjectLight fiber
The fiber spliced to the port -
fiberColor
String fiberColor
-
FOLDABLE
String FOLDABLE
-
FONT_COLOR
String FONT_COLOR
-
FONT_SIZE
int FONT_SIZE
-
graph
com.neotropic.flow.component.mxgraph.MxGraph graph
-
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager -
PORT_STYLE
LinkedHashMap<String,String> PORT_STYLE
-
portStyle
LinkedHashMap<String,String> portStyle
-
SPACING_LEFT
int SPACING_LEFT
-
ts
TranslationService ts
Translation Service
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayout extends com.neotropic.flow.component.mxgraph.MxGraphNode implements Serializable
-
Serialized Fields
-
graph
com.neotropic.flow.component.mxgraph.MxGraph graph
-
height
double height
-
roots
TreeLayoutNode[] roots
-
showLeftover
boolean showLeftover
-
spacingBottom
double spacingBottom
-
treeLayoutStyle
LinkedHashMap<String,String> treeLayoutStyle
-
width
double width
-
x
double x
-
y
double y
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayout.CollapseEvent extends com.vaadin.flow.component.ComponentEvent<TreeLayoutNode> implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayout.ExpandEvent extends com.vaadin.flow.component.ComponentEvent<TreeLayoutNode> implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.TreeLayoutNode extends MxBusinessObjectNode implements Serializable
-
Serialized Fields
-
angleDown
String angleDown
-
angleRight
String angleRight
-
btnExpandId
String btnExpandId
-
expanded
boolean expanded
-
height
double height
-
isCellVisible
boolean isCellVisible
-
isLeaf
boolean isLeaf
-
isNodeVisible
boolean isNodeVisible
-
level
int level
-
nodeChildren
List<TreeLayoutNode> nodeChildren
-
parentNode
TreeLayoutNode parentNode
-
treeLayout
TreeLayout treeLayout
-
width
double width
-
x
double x
-
y
double y
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowAddContainers extends ConfirmDialog implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
-
cmdSetItems
com.vaadin.flow.server.Command cmdSetItems
-
consumerAddContainer
Consumer<WindowAddContainers> consumerAddContainer
-
container
BusinessObjectLight container
-
mem
MetadataEntityManager mem
-
source
BusinessObjectLight source
-
target
BusinessObjectLight target
-
ts
TranslationService ts
-
viewEdges
List<AbstractViewEdge> viewEdges
-
viewNodes
List<AbstractViewNode> viewNodes
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowAddNodes extends ConfirmDialog implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
-
consumerAddedNode
Consumer<BusinessObjectLight> consumerAddedNode
-
consumerDrawingNode
Consumer<Boolean> consumerDrawingNode
-
supplierNode
Supplier<BusinessObjectLight> supplierNode
-
ts
TranslationService ts
-
viewNodes
List<AbstractViewNode> viewNodes
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowContainers extends ConfirmDialog implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
-
ATTR_COLOR
String ATTR_COLOR
-
ATTR_VALUE
String ATTR_VALUE
-
bem
BusinessEntityManager bem
-
callbackPathSelectionCancel
Runnable callbackPathSelectionCancel
-
checkBoxes
HashMap<BusinessObjectLight,List<com.vaadin.flow.component.checkbox.Checkbox>> checkBoxes
-
children
HashMap<BusinessObjectLight,List<BusinessObjectLight>> children
-
containerClass
ClassMetadataLight containerClass
-
containerName
String containerName
-
containers
List<BusinessObjectLight> containers
-
containerTemplate
TemplateObjectLight containerTemplate
-
endpointsA
HashMap<BusinessObjectLight,BusinessObjectLight> endpointsA
-
endpointsB
HashMap<BusinessObjectLight,BusinessObjectLight> endpointsB
-
isContainer
boolean isContainer
-
mem
MetadataEntityManager mem
-
parents
HashMap<BusinessObjectLight,List<BusinessObjectLight>> parents
-
rootContainers
List<BusinessObjectLight> rootContainers
-
ts
TranslationService ts
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowContainerSelector extends ObjectSelectorWindow implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
-
location
BusinessObjectLight location
-
ts
TranslationService ts
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowDeleteOspView extends ConfirmDialog implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowDeviceTools extends ConfirmDialog implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowEdge extends ConfirmDialog implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowExternalServices extends ConfirmDialog implements Serializable
-
Serialized Fields
-
businessObject
BusinessObjectLight businessObject
-
mapProvider
MapProvider mapProvider
-
mem
MetadataEntityManager mem
-
ospExternalServicesProvider
OutsidePlantExternalServicesProvider ospExternalServicesProvider
-
ts
TranslationService ts
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowFiberTools extends ConfirmDialog implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
-
bem
BusinessEntityManager bem
-
consumerObjectChange
Consumer<BusinessObjectLight> consumerObjectChange
-
fiber
BusinessObjectLight fiber
-
mem
MetadataEntityManager mem
-
physicalConnectionsService
PhysicalConnectionsService physicalConnectionsService
-
ts
TranslationService ts
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowFilters extends ConfirmDialog implements Serializable
-
Serialized Fields
-
edges
HashMap<BusinessObjectViewEdge,MapEdge> edges
-
mem
MetadataEntityManager mem
-
nodes
HashMap<BusinessObjectViewNode,MapNode> nodes
-
ts
TranslationService ts
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowGeographicalQueries extends ConfirmDialog implements Serializable
-
Serialized Fields
-
advancedActionsRegistry
AdvancedActionsRegistry advancedActionsRegistry
-
aem
ApplicationEntityManager aem
-
bem
BusinessEntityManager bem
-
consumerLocateNode
Consumer<BusinessObjectLight> consumerLocateNode
-
coreActionsRegistry
CoreActionsRegistry coreActionsRegistry
-
explorerWidgetRegistry
ExplorerWidgetRegistry explorerWidgetRegistry
-
lat
Double lat
-
lng
Double lng
-
mapProvider
MapProvider mapProvider
-
mem
MetadataEntityManager mem
-
physicalConnectionsService
PhysicalConnectionsService physicalConnectionsService
-
POOL_NAME
String POOL_NAME
-
selectedNode
AbstractViewNode<BusinessObjectLight> selectedNode
-
ts
TranslationService ts
-
unitOfLength
UnitOfLength unitOfLength
-
viewNodes
List<AbstractViewNode> viewNodes
-
viewWidgetRegistry
ViewWidgetRegistry viewWidgetRegistry
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowGeographicalQuery extends ConfirmDialog implements Serializable
-
Serialized Fields
-
advancedActionsRegistry
AdvancedActionsRegistry advancedActionsRegistry
-
aem
ApplicationEntityManager aem
-
bem
BusinessEntityManager bem
-
consumerLocateNode
Consumer<BusinessObjectLight> consumerLocateNode
-
coreActionsRegistry
CoreActionsRegistry coreActionsRegistry
-
explorerWidgetRegistry
ExplorerWidgetRegistry explorerWidgetRegistry
-
heatmap
Heatmap heatmap
-
lat
Double lat
-
lng
Double lng
-
mapProvider
MapProvider mapProvider
-
mem
MetadataEntityManager mem
-
physicalConnectionsService
PhysicalConnectionsService physicalConnectionsService
-
scriptedQuery
ScriptedQuery scriptedQuery
-
selectedNode
AbstractViewNode selectedNode
-
tblResult
com.vaadin.flow.component.grid.Grid<List> tblResult
-
ts
TranslationService ts
-
unitOfLength
UnitOfLength unitOfLength
-
viewHeatmap
ViewHeatmap viewHeatmap
-
viewNodes
List<AbstractViewNode> viewNodes
-
viewWidgetRegistry
ViewWidgetRegistry viewWidgetRegistry
-
wdwObjectOptions
ObjectOptionsWindow wdwObjectOptions
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowMap extends ConfirmDialog implements Serializable
-
Serialized Fields
-
advancedActionsRegistry
AdvancedActionsRegistry advancedActionsRegistry
-
aem
ApplicationEntityManager aem
-
bem
BusinessEntityManager bem
-
consumerLocateNode
Consumer<BusinessObjectLight> consumerLocateNode
-
coreActionsRegistry
CoreActionsRegistry coreActionsRegistry
-
explorerWidgetRegistry
ExplorerWidgetRegistry explorerWidgetRegistry
-
lat
Double lat
-
lng
Double lng
-
mapProvider
MapProvider mapProvider
-
mem
MetadataEntityManager mem
-
physicalConnectionsService
PhysicalConnectionsService physicalConnectionsService
-
ts
TranslationService ts
-
unitOfLength
UnitOfLength unitOfLength
-
viewNodes
List<AbstractViewNode> viewNodes
-
viewWidgetRegistry
ViewWidgetRegistry viewWidgetRegistry
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowMidSpanAccess extends ConfirmDialog implements Serializable
-
Serialized Fields
-
accordionMenu
boolean accordionMenu
-
aem
ApplicationEntityManager aem
-
bem
BusinessEntityManager bem
-
btnAccordionMenu
com.vaadin.flow.component.button.Button btnAccordionMenu
-
btnCutFiber
com.vaadin.flow.component.button.Button btnCutFiber
-
btnExchange
com.vaadin.flow.component.button.Button btnExchange
-
btnShowLeftoverFiber
com.vaadin.flow.component.button.Button btnShowLeftoverFiber
-
btnSpliceFiber
com.vaadin.flow.component.button.Button btnSpliceFiber
-
cableObject
BusinessObjectLight cableObject
-
cutFiber
boolean cutFiber
-
deviceObject
BusinessObjectLight deviceObject
-
divLocation
com.vaadin.flow.component.html.Div divLocation
-
exchange
boolean exchange
-
managePortMirroringVisualAction
ManagePortMirroringVisualAction managePortMirroringVisualAction
-
mem
MetadataEntityManager mem
-
newBusinessObjectFromTemplateVisualAction
NewBusinessObjectFromTemplateVisualAction newBusinessObjectFromTemplateVisualAction
-
newBusinessObjectVisualAction
NewBusinessObjectVisualAction newBusinessObjectVisualAction
-
newMultipleBusinessObjectsVisualAction
NewMultipleBusinessObjectsVisualAction newMultipleBusinessObjectsVisualAction
-
node
BusinessObjectLight node
-
nodes
List<BusinessObjectLight> nodes
-
ospLocationView
OspLocationView ospLocationView
-
physicalConnectionsService
PhysicalConnectionsService physicalConnectionsService
-
selectedNode
BusinessObjectLight selectedNode
-
showLeftoverFiber
boolean showLeftoverFiber
-
spliceFiber
boolean spliceFiber
-
toolButtons
List<com.vaadin.flow.component.button.Button> toolButtons
-
ts
TranslationService ts
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowNewContainer extends ConfirmDialog implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
Reference to the Business Entity Manager -
callbackCancel
Runnable callbackCancel
Callback to execute to cancel new container. -
source
BusinessObjectLight source
Source Location -
target
BusinessObjectLight target
Target Location -
ts
TranslationService ts
Reference to the Translation Service
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowNewNode extends ConfirmDialog implements Serializable
-
Serialized Fields
-
advancedActionsRegistry
AdvancedActionsRegistry advancedActionsRegistry
-
aem
ApplicationEntityManager aem
-
bem
BusinessEntityManager bem
-
consumerNewNode
Consumer<BusinessObjectLight> consumerNewNode
-
coreActionsRegistry
CoreActionsRegistry coreActionsRegistry
-
explorerWidgetRegistry
ExplorerWidgetRegistry explorerWidgetRegistry
-
mem
MetadataEntityManager mem
-
newNode
BusinessObjectLight newNode
-
newNodeParent
BusinessObjectLight newNodeParent
-
newNodeTemplate
TemplateObjectLight newNodeTemplate
-
newNodeTemplateClassName
String newNodeTemplateClassName
-
resourceFactory
ResourceFactory resourceFactory
-
tmpNewNodeParent
BusinessObjectLight tmpNewNodeParent
-
ts
TranslationService ts
-
viewWidgetRegistry
ViewWidgetRegistry viewWidgetRegistry
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowNode extends ConfirmDialog implements Serializable
-
Serialized Fields
-
mem
MetadataEntityManager mem
-
node
AbstractViewNode<BusinessObjectLight> node
-
ospExternalServicesProvider
OutsidePlantExternalServicesProvider ospExternalServicesProvider
-
ts
TranslationService ts
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowObjectProperties extends ConfirmDialog implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
-
bem
BusinessEntityManager bem
-
consumerObjectChange
Consumer<BusinessObjectLight> consumerObjectChange
-
mem
MetadataEntityManager mem
-
objectLight
BusinessObjectLight objectLight
-
propertySheet
PropertySheet propertySheet
-
ts
TranslationService ts
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowPortTools extends ConfirmDialog implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowViewContent extends ConfirmDialog implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
-
bem
BusinessEntityManager bem
-
mem
MetadataEntityManager mem
-
object
BusinessObjectLight object
-
physicalConnectionsService
PhysicalConnectionsService physicalConnectionsService
-
ts
TranslationService ts
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.ospman.providers.google
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapEdge extends com.neotropic.flow.component.googlemap.GoogleMapPolyline implements Serializable
-
Serialized Fields
-
clickable
boolean clickable
-
clickEventListeners
List<ClickEvent.ClickEventListener> clickEventListeners
-
length
Double length
-
mapProvider
MapProvider mapProvider
-
pathChangedEventListeners
List<PathChangedEvent.PathChangedEventListener> pathChangedEventListeners
-
rightClickEventListeners
List<RightClickEvent.RightClickEventListener> rightClickEventListeners
-
ts
TranslationService ts
-
viewEdge
BusinessObjectViewEdge viewEdge
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapNode extends com.neotropic.flow.component.googlemap.GoogleMapMarker implements Serializable
-
Serialized Fields
-
clickable
boolean clickable
-
clickEventListeners
List<ClickEvent.ClickEventListener> clickEventListeners
-
positionChangedEventListeners
List<PositionChangedEvent.PositionChangedEventListener> positionChangedEventListeners
-
rightClickEventListeners
List<RightClickEvent.RightClickEventListener> rightClickEventListeners
-
viewNode
BusinessObjectViewNode viewNode
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsHeatmapLayer extends com.neotropic.flow.component.googlemap.HeatmapLayer implements Serializable
-
Serialized Fields
-
dissipating
boolean dissipating
-
points
List<GeoCoordinate> points
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsOverlayView extends com.neotropic.flow.component.googlemap.OverlayView implements Serializable
-
Serialized Fields
-
northEast
GeoCoordinate northEast
-
southWest
GeoCoordinate southWest
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.ospman.widgets
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.AllBuildingsMapWidget extends AbstractDashboardWidget implements Serializable
-
Serialized Fields
-
resourceFactory
ResourceFactory resourceFactory
Reference to the Resource Factory
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
accordion
com.vaadin.flow.component.accordion.Accordion accordion
-
newNodePanelContent
OutsidePlantAccordion.NewNodePanelContent newNodePanelContent
-
propertySheetBusinessObject
OutsidePlantAccordion.BusinessObjectPropertySheet propertySheetBusinessObject
-
propertySheetMap
OutsidePlantAccordion.MapPropertySheet propertySheetMap
-
propertySheetView
OutsidePlantAccordion.ViewPropertySheet propertySheetView
-
ts
TranslationService ts
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion.BusinessObjectPropertySheet extends PropertySheet implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
-
bem
BusinessEntityManager bem
-
businessObject
BusinessObjectLight businessObject
-
mem
MetadataEntityManager mem
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion.MapPropertySheet extends PropertySheet implements Serializable
-
Serialized Fields
-
propertyCenterLatitude
DoubleProperty propertyCenterLatitude
-
propertyCenterLongitude
DoubleProperty propertyCenterLongitude
-
propertyComputeEdgesLength
BooleanProperty propertyComputeEdgesLength
-
propertyMapTypeId
ObjectProperty propertyMapTypeId
-
propertyUnitOfLength
ObjectProperty propertyUnitOfLength
-
propertyZoom
IntegerProperty propertyZoom
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion.NewNodePanelContent extends com.vaadin.flow.component.orderedlayout.Scroller implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
-
cmbNewNodeClass
com.vaadin.flow.component.combobox.ComboBox<ClassMetadataLight> cmbNewNodeClass
-
lblHelp
com.vaadin.flow.component.html.Label lblHelp
-
mem
MetadataEntityManager mem
-
tblNodeTemplate
com.vaadin.flow.component.grid.Grid<TemplateObjectLight> tblNodeTemplate
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantAccordion.ViewPropertySheet extends PropertySheet implements Serializable
-
Serialized Fields
-
defaultParent
BusinessObjectLight defaultParent
-
propertyDefaultParent
BusinessObjectProperty propertyDefaultParent
-
propertyDescription
StringProperty propertyDescription
-
propertyEnableUpdateObjectPosition
BooleanProperty propertyEnableUpdateObjectPosition
-
propertyName
StringProperty propertyName
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.ospman.widgets.OutsidePlantManagerDashboard extends com.vaadin.flow.component.orderedlayout.HorizontalLayout implements Serializable
-
Serialized Fields
-
advancedActionsRegistry
AdvancedActionsRegistry advancedActionsRegistry
Reference to the module actions registry. -
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
coreActionsRegistry
CoreActionsRegistry coreActionsRegistry
Reference to the core action registry. -
explorerWidgetRegistry
ExplorerWidgetRegistry explorerWidgetRegistry
Reference to ht explorer widget registry. -
managePortMirroringVisualAction
ManagePortMirroringVisualAction managePortMirroringVisualAction
Reference to action to manage port mirroring. -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
newBusinessObjectFromTemplateVisualAction
NewBusinessObjectFromTemplateVisualAction newBusinessObjectFromTemplateVisualAction
Reference to the New Business Object From Template Visual Action. -
newBusinessObjectVisualAction
NewBusinessObjectVisualAction newBusinessObjectVisualAction
Reference to the new business object visual action. -
newMultipleBusinessObjectsVisualAction
NewMultipleBusinessObjectsVisualAction newMultipleBusinessObjectsVisualAction
Reference to the New Multiple Business Objects Visual Action. -
ospExternalServicesProvider
OutsidePlantExternalServicesProvider ospExternalServicesProvider
Reference to the Outside Plant External Services Provider. -
physicalConnectionService
PhysicalConnectionsService physicalConnectionService
Reference to the Physical Connection Service. -
resourceFactory
ResourceFactory resourceFactory
Factory to build resources from data source. -
ts
TranslationService ts
Reference to the translation service. -
viewWidgetRegistry
ViewWidgetRegistry viewWidgetRegistry
Reference to the view widget registry.
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.planning.projects
-
Class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsLayout extends ModuleLayout implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.planning.projects.ProjectsUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
allProjects
InventoryObjectPool allProjects
Object to add a new Pool -
associateObjectToProjectVisualAction
AssociateObjectToProjectVisualAction associateObjectToProjectVisualAction
The visual action to associate objects of a project -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager . -
btnAddProject
ActionButton btnAddProject
Button used to create a new project -
btnDeleteProject
ActionButton btnDeleteProject
-
btnInfo
ActionButton btnInfo
Object used to show more information about a project -
btnManageActivities
ActionButton btnManageActivities
Button used to manage activities -
btnProjectReports
ActionButton btnProjectReports
Button used to show project reports -
cmbFilterPoolName
com.vaadin.flow.component.combobox.ComboBox<InventoryObjectPool> cmbFilterPoolName
Object to filter for pool name -
currentPool
InventoryObjectPool currentPool
Object to save the selected pool -
currentProject
Project currentProject
Object to save the selected project -
deleteProjectVisualAction
DeleteProjectVisualAction deleteProjectVisualAction
The visual action to delete a project -
gridObjects
com.vaadin.flow.component.grid.Grid<BusinessObjectLight> gridObjects
The grid with the list objects -
gridProjects
com.vaadin.flow.component.grid.Grid<Project> gridProjects
The grid with the list projects -
launchClassLevelReportAction
LaunchClassLevelReportAction launchClassLevelReportAction
Launches class level reports given a selected object. -
lblProjectName
com.vaadin.flow.component.html.Label lblProjectName
Object to show info of projects -
listPool
List<InventoryObjectPool> listPool
Object to save the pool list -
lytFilterName
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytFilterName
Filter name layout -
lytLeftSide
com.vaadin.flow.component.orderedlayout.VerticalLayout lytLeftSide
Left side layout -
lytObjects
com.vaadin.flow.component.orderedlayout.VerticalLayout lytObjects
Layout of objects associated with a project -
lytProjects
com.vaadin.flow.component.orderedlayout.VerticalLayout lytProjects
Layout of projects -
lytPropertySheet
com.vaadin.flow.component.orderedlayout.VerticalLayout lytPropertySheet
Layout of property sheet -
lytRightActionButtons
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytRightActionButtons
Right action buttons layout -
lytRightHeader
com.vaadin.flow.component.orderedlayout.VerticalLayout lytRightHeader
Contains the right header -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
newProjectVisualAction
NewProjectVisualAction newProjectVisualAction
The visual action to create a new project -
projectActivityDialog
ProjectActivityDialog projectActivityDialog
The visual action for activity management -
projectPoolDialog
ProjectPoolDialog projectPoolDialog
The visual action for pool management -
propertySheet
PropertySheet propertySheet
Property sheet -
ps
ProjectsService ps
Reference to the Project Service -
releaseObjectVisualAction
ReleaseObjectFromProjectVisualAction releaseObjectVisualAction
The visual action to release a business object of a project -
splitLayout
com.vaadin.flow.component.splitlayout.SplitLayout splitLayout
Split the content -
ts
TranslationService ts
Reference to the Translation Service -
windowMoreInformation
ShowMoreInformationAction windowMoreInformation
The window to show more information about an object.
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.processman
-
Class com.neotropic.kuwaiba.modules.commercial.processman.ProcessManagerLayout extends ModuleLayout implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.processman.ProcessManagerUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
actorAuthorizationManager
ActorAuthorizationManager actorAuthorizationManager
Reference to the actor authorization manager. -
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
persistenceService
PersistenceService persistenceService
Reference to the Persistence Service. -
processManagerService
ProcessManagerService processManagerService
Reference to the process manager service. -
ts
TranslationService ts
Reference to the Translation Service.
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.processman.diagram
-
Class com.neotropic.kuwaiba.modules.commercial.processman.diagram.ProcessInstanceDiagram extends com.vaadin.flow.component.html.Div implements Serializable
-
Serialized Fields
-
processDefintion
ProcessDefinition processDefintion
-
processInstance
ProcessInstance processInstance
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.processman.diagram.ProcessInstanceDiagramWindow extends ConfirmDialog implements Serializable
-
Serialized Fields
-
processDefinition
ProcessDefinition processDefinition
-
processInstance
ProcessInstance processInstance
-
ts
TranslationService ts
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin
-
Class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.FormRenderer extends com.vaadin.flow.component.html.Div implements Serializable
-
Serialized Fields
-
componentFactory
ComponentFactory componentFactory
-
components
HashMap<com.vaadin.flow.component.Component,AbstractUiElement<? extends AbstractElement,? extends com.vaadin.flow.component.Component>> components
-
content
com.vaadin.flow.component.orderedlayout.VerticalLayout content
-
formLoader
FormDefinitionLoader formLoader
-
processInstance
ProcessInstance processInstance
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.processman.wdw
-
Class com.neotropic.kuwaiba.modules.commercial.processman.wdw.ArtifactComponent extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
artifact
Artifact artifact
-
artifactDefinition
ArtifactDefinition artifactDefinition
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.processman.wdw.NewProcessInstanceWindow extends ConfirmDialog implements Serializable
-
Serialized Fields
-
actorAuthorizationManager
ActorAuthorizationManager actorAuthorizationManager
-
aem
ApplicationEntityManager aem
-
processDefinition
ProcessDefinition processDefinition
-
ts
TranslationService ts
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.processman.wdw.ProcessInstanceWindow extends ConfirmDialog implements Serializable
-
Serialized Fields
-
actorAuthorizationManager
ActorAuthorizationManager actorAuthorizationManager
-
aem
ApplicationEntityManager aem
-
processDefinition
ProcessDefinition processDefinition
-
processEnginePath
String processEnginePath
-
processInstance
ProcessInstance processInstance
-
ts
TranslationService ts
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.sdh
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.SdhLayout extends ModuleLayout implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.SdhManagerUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
dashboard
SdhDashboard dashboard
-
deleteSdhViewVisualAction
DeleteSdhViewVisualAction deleteSdhViewVisualAction
-
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
newSdhViewVisualAction
NewSdhViewVisualAction newSdhViewVisualAction
-
resourceFactory
ResourceFactory resourceFactory
-
sdhService
SdhService sdhService
-
ts
TranslationService ts
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.sdh.api
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.api.SdhPosition extends Object implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.api.SdhTributaryLinkDefinition extends Object implements Serializable
-
Serialized Fields
-
link
BusinessObjectLight link
Link object -
positions
List<SdhPosition> positions
The positions used by the container
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.sdh.tools
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.tools.PaperDialogAddObject extends com.vaadin.flow.component.html.Div implements Serializable
-
Serialized Fields
-
ts
TranslationService ts
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.tools.PaperDialogAddObject.NewObjectEvent extends com.vaadin.flow.component.ComponentEvent<PaperDialogAddObject> implements Serializable
-
Serialized Fields
-
object
BusinessObjectLight object
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.tools.PaperDialogSearchObject extends com.vaadin.flow.component.html.Div implements Serializable
-
Serialized Fields
-
ts
TranslationService ts
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.tools.PaperDialogSearchObject.SelectObjectEvent extends com.vaadin.flow.component.ComponentEvent<PaperDialogSearchObject> implements Serializable
-
Serialized Fields
-
object
BusinessObjectLight object
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools extends com.vaadin.flow.component.orderedlayout.HorizontalLayout implements Serializable
-
Serialized Fields
-
btnAddObject
com.vaadin.flow.component.button.Button btnAddObject
-
btnDetectConnections
com.vaadin.flow.component.button.Button btnDetectConnections
-
btnNewView
com.vaadin.flow.component.button.Button btnNewView
-
btnOpenView
com.vaadin.flow.component.button.Button btnOpenView
-
btnRemoveFromDatabase
com.vaadin.flow.component.button.Button btnRemoveFromDatabase
-
btnRemoveFromView
com.vaadin.flow.component.button.Button btnRemoveFromView
-
btnRemoveView
com.vaadin.flow.component.button.Button btnRemoveView
-
btnSaveView
com.vaadin.flow.component.button.Button btnSaveView
-
dlgAddobject
com.vaadin.flow.component.dialog.Dialog dlgAddobject
-
mxGraphCanvas
MxGraphCanvas mxGraphCanvas
-
sdhAddObject
PaperDialogAddObject sdhAddObject
-
sdhSearchObject
PaperDialogSearchObject sdhSearchObject
-
ts
TranslationService ts
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools.AddExistingConnectionEvent extends com.vaadin.flow.component.ComponentEvent<SdhTools> implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools.DeleteObjectEvent extends com.vaadin.flow.component.ComponentEvent<SdhTools> implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools.DeleteObjectPermanentlyEvent extends com.vaadin.flow.component.ComponentEvent<SdhTools> implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools.DetectConnectionsEvent extends com.vaadin.flow.component.ComponentEvent<SdhTools> implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools.NewConnectionEvent extends com.vaadin.flow.component.ComponentEvent<SdhTools> implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools.NewObjectEvent extends com.vaadin.flow.component.ComponentEvent<SdhTools> implements Serializable
-
Serialized Fields
-
object
BusinessObjectLight object
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools.SaveViewEvent extends com.vaadin.flow.component.ComponentEvent<SdhTools> implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools.SelectObjectEvent extends com.vaadin.flow.component.ComponentEvent<SdhTools> implements Serializable
-
Serialized Fields
-
object
BusinessObjectLight object
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.sdh.widgets
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.widgets.SdhDashboard extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
CONNECTION_CONTAINERLINK
String CONNECTION_CONTAINERLINK
-
CONNECTION_TRANSPORTLINK
String CONNECTION_TRANSPORTLINK
-
CONNECTION_TRIBUTARYLINK
String CONNECTION_TRIBUTARYLINK
-
currentView
ViewObject currentView
current view in the canvas -
deleteSdhViewVisualAction
DeleteSdhViewVisualAction deleteSdhViewVisualAction
reference of the visual action to remove a Sdh view -
listenerDeleteAction
ActionCompletedListener listenerDeleteAction
listener to remove Sdh view action -
listenerNewViewAction
ActionCompletedListener listenerNewViewAction
listener to add new view Action -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
newSdhViewVisualAction
NewSdhViewVisualAction newSdhViewVisualAction
reference of the visual action to add a Sdh view -
openningView
boolean openningView
-
propSheetObjects
PropertySheet propSheetObjects
property sheet instance for canvas objects -
propSheetSdh
PropertySheet propSheetSdh
main property sheet instance for sdh properties -
resourceFactory
ResourceFactory resourceFactory
factory to instance object icons -
sdhService
SdhService sdhService
service to persistence actions -
sdhTools
SdhTools sdhTools
canvas toolbar -
sdhView
SdhView sdhView
Instance of the main canvas view -
sdhViews
List<ViewObjectLight> sdhViews
list of sdh views -
selectedObject
BusinessObjectLight selectedObject
reference to the current selected object in the canvas -
selectedSourceEquipment
BusinessObjectLight selectedSourceEquipment
source Equipment in create new connection dialog -
selectedTargetEquipment
BusinessObjectLight selectedTargetEquipment
target Equipment in create new connection dialog -
tblViews
com.vaadin.flow.component.grid.Grid<ViewObjectLight> tblViews
Reference to the grid that shows the sdh views -
ts
TranslationService ts
-
wdwSdhViews
com.vaadin.flow.component.dialog.Dialog wdwSdhViews
Dialog that lists the whole list of the views
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.sdh.wizard
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHContainerLinkWizard extends Wizard implements Serializable
-
Serialized Fields
-
equipmentA
BusinessObjectLight equipmentA
-
equipmentB
BusinessObjectLight equipmentB
-
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager -
rs
ResourceFactory rs
-
sdhService
SdhService sdhService
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHContainerLinkWizard.ChooseContainerLinkResourcesStep extends Wizard.Step implements Serializable
-
Serialized Fields
-
lstHopDefinitions
List<HopDefinition> lstHopDefinitions
-
properties
Properties properties
Own properties -
route
Route route
The connection type (the class the new connection will be spawned from)
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHContainerLinkWizard.ChooseRouteStep extends Wizard.Step implements Serializable
-
Serialized Fields
-
cmbRoutes
com.vaadin.flow.component.combobox.ComboBox<Route> cmbRoutes
The connection type (the class the new connection will be spawned from) -
properties
Properties properties
Own properties
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHContainerLinkWizard.GeneralInfoStep extends Wizard.Step implements Serializable
-
Serialized Fields
-
cmbConnectionClass
com.vaadin.flow.component.combobox.ComboBox<ClassMetadataLight> cmbConnectionClass
The connection type (the class the new connection will be spawned from) -
properties
Properties properties
Own properties -
txtName
com.vaadin.flow.component.textfield.TextField txtName
The name of the new connection
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTransportLinkWizard extends Wizard implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
Reference to the Business Entity Manager -
equipmentA
BusinessObjectLight equipmentA
-
equipmentB
BusinessObjectLight equipmentB
-
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager -
rs
ResourceFactory rs
-
sdhService
SdhService sdhService
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTransportLinkWizard.GeneralInfoStep extends Wizard.Step implements Serializable
-
Serialized Fields
-
cmbConnectionClass
com.vaadin.flow.component.combobox.ComboBox<ClassMetadataLight> cmbConnectionClass
The connection type (the class the new connection will be spawned from) -
properties
Properties properties
Own properties -
txtName
com.vaadin.flow.component.textfield.TextField txtName
The name of the new connection
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTransportLinkWizard.SelectLinkEndpointsStep extends Wizard.Step implements Serializable
-
Serialized Fields
-
aSideTree
com.vaadin.flow.component.treegrid.TreeGrid<InventoryObjectNode> aSideTree
The tree on the left side of the wizard -
bSideTree
com.vaadin.flow.component.treegrid.TreeGrid<InventoryObjectNode> bSideTree
The tree on the right side of the wizard -
properties
Properties properties
Own properties -
selectedEndPointA
BusinessObjectLight selectedEndPointA
-
selectedEndPointB
BusinessObjectLight selectedEndPointB
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard extends Wizard implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
Reference to the Business Entity Manager -
equipmentA
BusinessObjectLight equipmentA
-
equipmentB
BusinessObjectLight equipmentB
-
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager -
rs
ResourceFactory rs
-
sdhService
SdhService sdhService
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.ChooseRouteStep extends Wizard.Step implements Serializable
-
Serialized Fields
-
cmbRoutes
com.vaadin.flow.component.combobox.ComboBox<Route> cmbRoutes
The connection type (the class the new connection will be spawned from) -
properties
Properties properties
Own properties
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.ChooseTributaryLinkResourcesStep extends Wizard.Step implements Serializable
-
Serialized Fields
-
lstHopDefinitions
List<HopDefinition> lstHopDefinitions
-
properties
Properties properties
Own properties -
route
Route route
The connection type (the class the new connection will be spawned from)
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.GeneralInfoStep extends Wizard.Step implements Serializable
-
Serialized Fields
-
cmbConnectionClass
com.vaadin.flow.component.combobox.ComboBox<ClassMetadataLight> cmbConnectionClass
The connection type (the class the new connection will be spawned from) -
properties
Properties properties
Own properties -
txtName
com.vaadin.flow.component.textfield.TextField txtName
The name of the new connection
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.SelectLinkEndpointsStep extends Wizard.Step implements Serializable
-
Serialized Fields
-
aSideTree
com.vaadin.flow.component.treegrid.TreeGrid<InventoryObjectNode> aSideTree
The tree on the left side of the wizard -
bSideTree
com.vaadin.flow.component.treegrid.TreeGrid<InventoryObjectNode> bSideTree
The tree on the right side of the wizard -
properties
Properties properties
Own properties -
selectedEndPointA
BusinessObjectLight selectedEndPointA
-
selectedEndPointB
BusinessObjectLight selectedEndPointB
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.SDHTributaryLinkWizard.SelectServiceStep extends Wizard.Step implements Serializable
-
Serialized Fields
-
properties
Properties properties
Own properties -
selectedService
BusinessObjectLight selectedService
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.whman
-
Class com.neotropic.kuwaiba.modules.commercial.whman.WarehousesManagerLayout extends ModuleLayout implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.whman.WarehousesManagerUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
actCopyObj
CopyBusinessObjectVisualAction actCopyObj
Reference to the action that copies a business object to another business object. -
actDeleteObj
DeleteBusinessObjectVisualAction actDeleteObj
Reference to the action that deletes a Business Object. -
actMoveObj
MoveBusinessObjectVisualAction actMoveObj
Reference to the action that moves a business object to another business object. -
actNewMultipleObj
NewMultipleBusinessObjectsVisualAction actNewMultipleObj
Reference to the action that creates a multiple new Business Object from a pattern. -
actNewObj
NewBusinessObjectVisualAction actNewObj
Reference to the action that creates a new Business Object. -
actNewObjFromTemplate
NewBusinessObjectFromTemplateVisualAction actNewObjFromTemplate
Reference to the action that creates a new Business Object from a template. -
advancedActionsRegistry
AdvancedActionsRegistry advancedActionsRegistry
Reference to the action registry. -
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager -
btnDeleteSparePool
com.vaadin.flow.component.button.Button btnDeleteSparePool
Button used to delete a spare pool -
btnDeleteWarehouse
com.vaadin.flow.component.button.Button btnDeleteWarehouse
Button used to delete a warehouse -
btnEditSparePool
com.vaadin.flow.component.button.Button btnEditSparePool
Button used to update a spare pool -
btnNewSparePart
com.vaadin.flow.component.button.Button btnNewSparePart
Button used to create a new object in spare pool -
btnNewSparePool
com.vaadin.flow.component.button.Button btnNewSparePool
Button used to create a new spare pool -
btnNewWarehouse
com.vaadin.flow.component.button.Button btnNewWarehouse
Button used to create a new warehouse -
coreActionRegistry
CoreActionsRegistry coreActionRegistry
Reference to the action registry. -
currentObject
BusinessObjectLight currentObject
Object to save the selected object -
currentRootPool
InventoryObjectPool currentRootPool
Object to save the selected root pool -
currentSparePool
InventoryObjectPool currentSparePool
Object to save the selected pool -
currentWarehouse
BusinessObjectLight currentWarehouse
Object to save the selected warehouse -
deleteSparePoolVisualAction
DeleteSparePoolVisualAction deleteSparePoolVisualAction
The visual action to delete a spare pool -
deleteWarehouseVisualAction
DeleteWarehouseVisualAction deleteWarehouseVisualAction
The visual action to delete a warehouse -
explorerWidgetRegistry
ExplorerWidgetRegistry explorerWidgetRegistry
All the registered explorers. -
iconGenerator
ClassNameIconGenerator iconGenerator
An icon generator for create icons -
isCoreAction
Boolean isCoreAction
Boolean used to validate actions -
lblInfo
com.vaadin.flow.component.html.Label lblInfo
Object to show info of warehouses -
lytDetailsPanel
com.vaadin.flow.component.orderedlayout.VerticalLayout lytDetailsPanel
-
lytMain
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytMain
Layouts -
lytObjectPropertySheet
com.vaadin.flow.component.orderedlayout.VerticalLayout lytObjectPropertySheet
-
lytObjects
com.vaadin.flow.component.orderedlayout.VerticalLayout lytObjects
-
lytSparePools
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytSparePools
-
lytTabs
com.vaadin.flow.component.orderedlayout.VerticalLayout lytTabs
-
lytWarehousePropertySheet
com.vaadin.flow.component.orderedlayout.VerticalLayout lytWarehousePropertySheet
-
lytWarehousesPools
com.vaadin.flow.component.orderedlayout.VerticalLayout lytWarehousesPools
-
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
newSparePartVisulaAction
NewSparePartVisulaAction newSparePartVisulaAction
The visual action to create a new object in spare pool -
newSparePoolVisualAction
NewSparePoolVisualAction newSparePoolVisualAction
The visual action to create a new spare pool -
newWarehouseVisualAction
NewWarehouseVisualAction newWarehouseVisualAction
The visual action to create a new warehouse -
propertysheetWarehouse
PropertySheet propertysheetWarehouse
Property sheet -
resourceFactory
ResourceFactory resourceFactory
Factory to build resources from data source. -
tabsRootPool
com.vaadin.flow.component.tabs.Tabs tabsRootPool
Object to save the navigation tabs -
tblObjects
com.vaadin.flow.component.treegrid.TreeGrid<WarehouseManagerNode> tblObjects
The grid with the list objects -
tblWarehouses
com.vaadin.flow.component.grid.Grid<BusinessObjectLight> tblWarehouses
The grid with the list warehouses -
ts
TranslationService ts
Reference to the Translation Service -
viewWidgetRegistry
ViewWidgetRegistry viewWidgetRegistry
All the object-related views exposed by other modules. -
windowMoreInformation
ShowMoreInformationAction windowMoreInformation
The window to show more information about an object. -
ws
WarehousesService ws
Reference to the Warehouses Services
-
-
-
-
Package org.neotropic.kuwaiba.core.apis.integration.modules
-
Class org.neotropic.kuwaiba.core.apis.integration.modules.ModuleActionException extends Exception implements Serializable
-
Class org.neotropic.kuwaiba.core.apis.integration.modules.ModuleActionParameterSet extends HashMap<String,Object> implements Serializable
-
-
Package org.neotropic.kuwaiba.core.apis.integration.modules.actions
-
Class org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionResponse extends Properties implements Serializable
-
-
Package org.neotropic.kuwaiba.core.apis.persistence.application
-
Class org.neotropic.kuwaiba.core.apis.persistence.application.ActivityLogEntry extends Object implements Serializable
-
Serialized Fields
-
affectedProperty
String affectedProperty
Property/field that was modified, if any -
id
long id
Entry id -
newValue
String newValue
New value of the modified property, if any -
notes
String notes
Additional notes to this action, if any -
objectId
long objectId
The id of the object related to the action -
oldValue
String oldValue
Old value of the modified property, if any -
timestamp
long timestamp
Entry timestamp -
type
int type
Entry type (see possible values below) -
userName
String userName
Who performed the action
-
-
-
Class org.neotropic.kuwaiba.core.apis.persistence.application.CompactQuery extends Object implements Serializable
-
Class org.neotropic.kuwaiba.core.apis.persistence.application.ExtendedQuery extends Object implements Serializable
-
Serialized Fields
-
attributeNames
List<String> attributeNames
Attributes that will be used to build the criteria -
attributeValues
List<String> attributeValues
-
className
String className
Instances of this class will be searched -
conditions
List<Integer> conditions
Equal to, less than, like, etc -
join
boolean join
Indicates if the current LocalQuery object is a join or the master query. It will be used later to determine if -
joins
List<ExtendedQuery> joins
As stated before, joins will be treated like simple subqueries -
limit
int limit
Results limit. Not used if @isJoin is true. Default value is 10 -
logicalConnector
int logicalConnector
-
page
int page
Current result page. If its value is less than 1, means that no pagination should be used -
queryJoin
ExtendedQuery queryJoin
-
visibleAttributeNames
List<String> visibleAttributeNames
Attributes to be shown in the final result (read this as "SELECT visibleAttributesNames" FROM...). If this is the master query(see @join) and the it's empty or null, all attributes will be shown; if this is a join, none will be shown
-
-
-
Class org.neotropic.kuwaiba.core.apis.persistence.application.InventoryProxy extends BusinessObject implements Serializable
-
Class org.neotropic.kuwaiba.core.apis.persistence.application.Project extends BusinessObject implements Serializable
-
Class org.neotropic.kuwaiba.core.apis.persistence.application.ResultMessage extends Object implements Serializable
-
Serialized Fields
-
message
String message
The list of messages showing the results of the task -
messageType
int messageType
-
-
-
Class org.neotropic.kuwaiba.core.apis.persistence.application.ResultRecord extends BusinessObjectLight implements Serializable
-
Class org.neotropic.kuwaiba.core.apis.persistence.application.Session extends Object implements Serializable
-
Serialized Fields
-
ipAddress
String ipAddress
IP Address where this session was established from -
loginTime
Date loginTime
Login timestamp -
sessionType
int sessionType
What type of session depending of the type of client. Only one session per session type is allowed. See Session.TYPE_XXX for possible values -
token
String token
Session token -
user
UserProfile user
User associated to this session
-
-
-
Class org.neotropic.kuwaiba.core.apis.persistence.application.TaskResult extends Object implements Serializable
-
Serialized Fields
-
messages
List<ResultMessage> messages
The list of messages showing the results of the task
-
-
-
Class org.neotropic.kuwaiba.core.apis.persistence.application.ViewObject extends ViewObjectLight implements Serializable
-
Serialized Fields
-
backgroundPath
byte[] backgroundPath
Background image -
structure
byte[] structure
Structure as an XML document
-
-
-
Class org.neotropic.kuwaiba.core.apis.persistence.application.ViewObjectLight extends Object implements Serializable
-
-
Package org.neotropic.kuwaiba.core.apis.persistence.application.processman
-
Class org.neotropic.kuwaiba.core.apis.persistence.application.processman.ProcessDefinitionLoader.XMLProcessDefinitionException extends Exception implements Serializable
-
-
Package org.neotropic.kuwaiba.core.apis.persistence.business
-
Class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObject extends BusinessObjectLight implements Serializable
-
Class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLight extends Object implements Serializable
-
Serialized Fields
-
classDisplayName
String classDisplayName
The display name of the class associated to the instance. This was added in the Persistence API 2.1 to avoid dealing with the class metadata cache every time the display name of the class was needed. This field will likely be null unless the display name is different from the real name. -
className
String className
Class this object is instance of. -
id
String id
Object's id. -
name
String name
Object's name. -
validators
List<Validator> validators
The result of evaluating all the validators associated to the instance
-
-
-
Class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLightList extends Object implements Serializable
-
Serialized Fields
-
list
List<BusinessObjectLight> list
-
-
-
Class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectList extends Object implements Serializable
-
Serialized Fields
-
list
List<BusinessObject> list
-
-
-
Class org.neotropic.kuwaiba.core.apis.persistence.business.Contact extends BusinessObject implements Serializable
-
Serialized Fields
-
customer
BusinessObjectLight customer
-
-
-
-
Package org.neotropic.kuwaiba.core.apis.persistence.exceptions
-
Class org.neotropic.kuwaiba.core.apis.persistence.exceptions.ApplicationObjectNotFoundException extends InventoryException implements Serializable
-
Class org.neotropic.kuwaiba.core.apis.persistence.exceptions.ArraySizeMismatchException extends InventoryException implements Serializable
-
Class org.neotropic.kuwaiba.core.apis.persistence.exceptions.BusinessObjectNotFoundException extends InventoryException implements Serializable
-
Class org.neotropic.kuwaiba.core.apis.persistence.exceptions.BusinessRuleException extends InventoryException implements Serializable
-
Class org.neotropic.kuwaiba.core.apis.persistence.exceptions.ConnectionException extends InventoryException implements Serializable
-
Class org.neotropic.kuwaiba.core.apis.persistence.exceptions.DatabaseException extends InventoryException implements Serializable
-
Class org.neotropic.kuwaiba.core.apis.persistence.exceptions.ExecutionException extends InventoryException implements Serializable
-
Class org.neotropic.kuwaiba.core.apis.persistence.exceptions.InvalidArgumentException extends InventoryException implements Serializable
-
Class org.neotropic.kuwaiba.core.apis.persistence.exceptions.InventoryException extends Exception implements Serializable
-
Class org.neotropic.kuwaiba.core.apis.persistence.exceptions.MetadataObjectNotFoundException extends InventoryException implements Serializable
-
Class org.neotropic.kuwaiba.core.apis.persistence.exceptions.NoCommercialModuleFoundException extends InventoryException implements Serializable
-
Class org.neotropic.kuwaiba.core.apis.persistence.exceptions.NotAuthorizedException extends InventoryException implements Serializable
-
Class org.neotropic.kuwaiba.core.apis.persistence.exceptions.OperationNotPermittedException extends InventoryException implements Serializable
-
Class org.neotropic.kuwaiba.core.apis.persistence.exceptions.ScriptNotCompiledException extends InventoryException implements Serializable
-
Class org.neotropic.kuwaiba.core.apis.persistence.exceptions.UnsupportedPropertyException extends InventoryException implements Serializable
-
Class org.neotropic.kuwaiba.core.apis.persistence.exceptions.WrongMappingException extends InventoryException implements Serializable
-
-
Package org.neotropic.kuwaiba.core.apis.persistence.metadata
-
Class org.neotropic.kuwaiba.core.apis.persistence.metadata.AttributeMetadata extends Object implements Serializable
-
Serialized Fields
-
administrative
boolean administrative
Flag to mark an attribute to be used for administrative purposes (beyond the operational inventory) -
creationDate
long creationDate
Attribute's creation Date -
description
String description
Attribute's short description -
displayName
String displayName
Attribute's display name -
id
long id
Attribute's id -
locked
boolean locked
A locked attribute can not be changed or deleted -
mandatory
boolean mandatory
Marks the attribute as mandatory -
multiple
boolean multiple
Attributes marked with this flag are basically list types of multiple selection, thus this flag only makes sense for list type attributes and should not be set for primitive type (if so, it will be ignored) -
name
String name
Attribute's name -
noCopy
boolean noCopy
Indicates if an attribute could be copy in the copy/paste operation -
order
int order
Tells the system how to sort the attributes. A call to any method that returns the attributes of a class will return them sorted by order. This is useful to show the attributes in property sheets in order of importance, for example. The default value is 1000 -
readOnly
boolean readOnly
Marks the attribute as read only -
type
String type
Attribute's type -
unique
boolean unique
Marks the attribute as unique -
visible
boolean visible
Should this be shown or hidden
-
-
-
Class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadata extends ClassMetadataLight implements Serializable
-
Serialized Fields
-
attributes
List<AttributeMetadata> attributes
Classmetada's attributes -
countable
boolean countable
Indicates if the instances of this class are physical assets (in other words, if it's meaningful to have a count on them) Classes marked with the annotation NoCount (Slot, Port and the like) have this attribute set as false -
creationDate
long creationDate
ClassMetada's creationDate -
description
String description
ClassMetada's description -
icon
byte[] icon
Icon to show in views
-
-
-
Class org.neotropic.kuwaiba.core.apis.persistence.metadata.ClassMetadataLight extends Object implements Serializable
-
Serialized Fields
-
_abstract
boolean _abstract
Indicates if a class can have instances by itself (All GenericXXX classes and others in package entity.core are used to take advantage of OOP) -
administrative
boolean administrative
Is this attribute going to be used for administrative purposes? -
color
int color
Color assigned to the instances when displayed -
custom
boolean custom
Shows if this is a core class (the ones provided in the official release) or a custom one -
displayName
String displayName
Classmetada's displayName -
id
long id
ClassMetada's Id -
inDesign
boolean inDesign
Class metadata state default false operational or in design true -
listType
boolean listType
Is this class a list type (Vendor, LocationOwner, OpticalLinkType, etc) -
name
String name
ClassMetada's Name -
parentClassName
String parentClassName
Parent ClassMetada name -
smallIcon
byte[] smallIcon
Icon to show in trees and lists -
viewable
boolean viewable
Instances of this class can have views associated (this going to be "true" for all subclasses of ViewableObject)
-
-
-
-
Package org.neotropic.kuwaiba.core.apis.persistence.util
-
Class org.neotropic.kuwaiba.core.apis.persistence.util.StringPair extends Object implements Serializable
-
-
Package org.neotropic.kuwaiba.core.authentication
-
Class org.neotropic.kuwaiba.core.authentication.AuthenticationException extends Exception implements Serializable
-
-
Package org.neotropic.kuwaiba.core.configuration
-
Class org.neotropic.kuwaiba.core.configuration.ConfigurationManagerLayout extends ModuleLayout implements Serializable
-
-
Package org.neotropic.kuwaiba.core.configuration.filters
-
Class org.neotropic.kuwaiba.core.configuration.filters.FiltersDefinitionUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aceEditorScript
com.neotropic.flow.component.aceeditor.AceEditor aceEditorScript
Component to edit the script -
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
btnAddNewFilter
ActionButton btnAddNewFilter
Buttons in the third line of the right side to manage filters -
btnDeleteFilter
ActionButton btnDeleteFilter
Deletes the filter -
btnEditFilterDefinition
ActionButton btnEditFilterDefinition
Saves the changes in the name field -
btnEnableFilter
com.neotropic.flow.component.paper.toggle.PaperToggleButton btnEnableFilter
Enables/disables the filter -
btnSaveScriptChanges
ActionButton btnSaveScriptChanges
Saves/compiles the script -
classes
List<ClassMetadataLight> classes
Keeps the list of all classes -
cmbClasses
com.vaadin.flow.component.combobox.ComboBox<ClassMetadataLight> cmbClasses
Combo box classes -
deleteFilterDefinitionVisualAction
DeleteFilterDefinitionVisualAction deleteFilterDefinitionVisualAction
The visual action to delete a filter definition -
dpConfigurableFilter
com.vaadin.flow.data.provider.ConfigurableFilterDataProvider<FilterDefinition,Void,FiltersDefinitionUI.FilterForFilterDefinition> dpConfigurableFilter
To use the filter and the provider in the grid -
filterDefinitionNameToFilter
FiltersDefinitionUI.FilterForFilterDefinition filterDefinitionNameToFilter
Wrappers a String to be sent as name filter to search Filters Definitions Grid -
grdFilters
com.vaadin.flow.component.grid.Grid<FilterDefinition> grdFilters
Grid filters of a given class metadata -
lastFilterSelected
FilterDefinition lastFilterSelected
To keep track of the selected filter in the filters grid -
lblFilter
com.vaadin.flow.component.html.Label lblFilter
Static for label Filter: -
lblFilterName
com.vaadin.flow.component.html.Label lblFilterName
Title in the first line of the right side -
lytClasses
com.vaadin.flow.component.orderedlayout.VerticalLayout lytClasses
Contains the classes grid in the upper left side -
lytFiltersGrid
com.vaadin.flow.component.orderedlayout.VerticalLayout lytFiltersGrid
Contains the filters grid in the bottom left side -
lytScriptControls
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytScriptControls
above the script editor -
lytScriptEditor
com.vaadin.flow.component.orderedlayout.VerticalLayout lytScriptEditor
Contains the script editor in the right side, bottom -
mem
MetadataEntityManager mem
Reference to the Application Entity Manager. -
newFilterDefinitionVisualAction
NewFilterDefinitionVisualAction newFilterDefinitionVisualAction
The visual action to create a filter definition -
provider
com.vaadin.flow.data.provider.CallbackDataProvider<FilterDefinition,FiltersDefinitionUI.FilterForFilterDefinition> provider
The grid provider -
resourceFactory
ResourceFactory resourceFactory
Factory to build resources from data source -
splitLayout
com.vaadin.flow.component.splitlayout.SplitLayout splitLayout
Split the content -
ts
TranslationService ts
Reference o the Translation Service -
txtSearchFitlerByName
com.vaadin.flow.component.textfield.TextField txtSearchFitlerByName
input text box in the filters grid to search by filter definition name -
updateFilterDefinitionAction
UpdateFilterDefinitionAction updateFilterDefinitionAction
The action to update a filter definition -
updateFilterDefinitionVisualAction
UpdateFilterDefinitionVisualAction updateFilterDefinitionVisualAction
The visual action to update the filter action
-
-
-
-
Package org.neotropic.kuwaiba.core.configuration.proxies
-
Class org.neotropic.kuwaiba.core.configuration.proxies.ProxyManagerUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
allProxies
InventoryObjectPool allProxies
Object to add a new Pool and get all proxies -
associateObjectToProxyVisualAction
AssociateObjectToProxyVisualAction associateObjectToProxyVisualAction
The visual action to associate objects of a proxy -
associateProjectVisualAction
AssociateProjectVisualAction associateProjectVisualAction
The visual action to associate projects of a proxy -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager . -
btnAddProxy
ActionButton btnAddProxy
Object used to create a new proxy -
btnAssociate
ActionButton btnAssociate
Object used to open window to associate object to proxy -
btnDeleteProxy
ActionButton btnDeleteProxy
Object used to delete a proxy preselected -
cmbFilterPoolName
com.vaadin.flow.component.combobox.ComboBox<InventoryObjectPool> cmbFilterPoolName
Object to filter for pool name -
currentPool
InventoryObjectPool currentPool
Object to save the selected pool -
currentProxy
BusinessObjectLight currentProxy
Object to save the selected proxy -
dataProvider
com.vaadin.flow.data.provider.ListDataProvider<InventoryProxy> dataProvider
Proxies data provider -
deleteProxyVisualAction
DeleteProxyVisualAction deleteProxyVisualAction
The visual action to delete a proxy preselected -
gridObjects
com.vaadin.flow.component.grid.Grid<BusinessObjectLight> gridObjects
The grid with the list objects -
gridProjects
com.vaadin.flow.component.grid.Grid<BusinessObjectLight> gridProjects
The grid with the list projects -
gridProxies
com.vaadin.flow.component.grid.Grid<InventoryProxy> gridProxies
The grid with the list proxies -
lblProxyName
com.vaadin.flow.component.html.Label lblProxyName
Proxy selected name -
listPools
List<InventoryObjectPool> listPools
Object to save the pool list -
lytFilterName
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytFilterName
Contains proxy selected name -
lytLeftSide
com.vaadin.flow.component.orderedlayout.VerticalLayout lytLeftSide
Left Main layout -
lytObjects
com.vaadin.flow.component.orderedlayout.VerticalLayout lytObjects
-
lytProjects
com.vaadin.flow.component.orderedlayout.VerticalLayout lytProjects
Layout of projects/objects associated with a proxy -
lytPropertySheet
com.vaadin.flow.component.orderedlayout.VerticalLayout lytPropertySheet
Layout of property sheet -
lytProxies
com.vaadin.flow.component.orderedlayout.VerticalLayout lytProxies
Layout for proxies grid -
lytRightActionButtons
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytRightActionButtons
Layout for actions of proxy definition -
lytRightHeader
com.vaadin.flow.component.orderedlayout.VerticalLayout lytRightHeader
Contains the right header -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager . -
newProxyVisualAction
NewProxyVisualAction newProxyVisualAction
The visual action to create a new proxy -
pms
ProxyManagerService pms
Reference to the Proxy Manager Service -
poolProxiesDialog
PoolProxiesDialog poolProxiesDialog
The visual action to create a new proxy pool -
propertysheet
PropertySheet propertysheet
Property sheet -
RELATIONSHIP_NAME
String RELATIONSHIP_NAME
Relationship Name -
releaseObjectVisualAction
ReleaseObjectVisualAction releaseObjectVisualAction
The visual action to release a project of a proxy -
releaseProjectVisualAction
ReleaseProjectVisualAction releaseProjectVisualAction
The visual action to release a project of a proxy -
splitLayout
com.vaadin.flow.component.splitlayout.SplitLayout splitLayout
Split the content -
ts
TranslationService ts
Reference o the Translation Service
-
-
-
-
Package org.neotropic.kuwaiba.core.configuration.validators
-
Class org.neotropic.kuwaiba.core.configuration.validators.ValidatorDefinitionUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aceEditorScript
com.neotropic.flow.component.aceeditor.AceEditor aceEditorScript
Component to edit the script -
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
allValidators
ClassMetadataLight allValidators
Object to add a new Class -
btnAddNewValidator
ActionButton btnAddNewValidator
Button used to create new Validator -
btnDeleteValidator
ActionButton btnDeleteValidator
Button used to delete a validator definition -
btnEditValidator
ActionButton btnEditValidator
Button used to update validator definition properties -
btnEnableValidator
com.neotropic.flow.component.paper.toggle.PaperToggleButton btnEnableValidator
Enables/disables the vaslidator -
btnSavesScriptChanges
ActionButton btnSavesScriptChanges
Button used to save changes of a validator definition -
cmbValidatorClass
com.vaadin.flow.component.combobox.ComboBox<ClassMetadataLight> cmbValidatorClass
Combo filter for classes -
currentClass
ClassMetadataLight currentClass
Current selected class -
currentFilter
String currentFilter
Current selected filter -
currentValidator
ValidatorDefinition currentValidator
Current selected validator -
dataProvider
com.vaadin.flow.data.provider.ListDataProvider<ValidatorDefinition> dataProvider
The grid provider -
deleteValidatorDefinitionVisualAction
DeleteValidatorDefinitionVisualAction deleteValidatorDefinitionVisualAction
The visual action to delete a validator definition -
gridValidators
com.vaadin.flow.component.grid.Grid<ValidatorDefinition> gridValidators
The grid with the validators -
lblInfo
com.vaadin.flow.component.html.Label lblInfo
Object to show info -
lblValidatorName
com.vaadin.flow.component.html.Label lblValidatorName
validator name -
lytFilterName
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytFilterName
Contains validator selected name -
lytLeftSide
com.vaadin.flow.component.orderedlayout.VerticalLayout lytLeftSide
Main layout -
lytRightActionButtons
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytRightActionButtons
Layout for actions of validator definition -
lytScriptControls
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytScriptControls
Layout for actions buttons over script editor -
lytScriptEditor
com.vaadin.flow.component.orderedlayout.VerticalLayout lytScriptEditor
Contains the script editor in the right side, bottom -
lytScriptHeader
com.vaadin.flow.component.orderedlayout.VerticalLayout lytScriptHeader
Contains the script editor header -
lytValidatorDefinition
com.vaadin.flow.component.orderedlayout.VerticalLayout lytValidatorDefinition
Layout of validator definition form -
lytValidatorsGrid
com.vaadin.flow.component.orderedlayout.VerticalLayout lytValidatorsGrid
Layout of validator definition -
mem
MetadataEntityManager mem
Reference to the Application Entity Manager. -
newValidatorDefinitionVisualAction
NewValidatorDefinitionVisualAction newValidatorDefinitionVisualAction
The visual action to create a validator definition -
splitLayout
com.vaadin.flow.component.splitlayout.SplitLayout splitLayout
Split the content -
ts
TranslationService ts
Reference o the Translation Service -
updateValidatorDefinitionAction
UpdateValidatorDefinitionAction updateValidatorDefinitionAction
action to update the validator -
updateValidatorDefinitionVisualAction
UpdateValidatorDefinitionVisualAction updateValidatorDefinitionVisualAction
Visual action to update the validator
-
-
-
-
Package org.neotropic.kuwaiba.core.configuration.variables
-
Class org.neotropic.kuwaiba.core.configuration.variables.ConfigurationVariablesUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
allVariables
InventoryObjectPool allVariables
Object to add a new Pool to filter -
btnAddConfigurationVariable
ActionButton btnAddConfigurationVariable
Object to create a new configuration variable -
btnDeleteConfigurationVariable
ActionButton btnDeleteConfigurationVariable
Object to delete the selected configuration variable -
cmbFilterPoolName
com.vaadin.flow.component.combobox.ComboBox<InventoryObjectPool> cmbFilterPoolName
Object to filter for pool name -
currentConfigVariable
ConfigurationVariable currentConfigVariable
Object to save the selected configuration variable -
currentConfigVariablesPool
InventoryObjectPool currentConfigVariablesPool
Object to save the selected configuration variables pool -
dataProvider
com.vaadin.flow.data.provider.ListDataProvider<ConfigurationVariable> dataProvider
main grid data provider -
deleteConfigurationVariableVisualAction
DeleteConfigurationVariableVisualAction deleteConfigurationVariableVisualAction
The visual action to delete a configuration variable -
grdVariables
com.vaadin.flow.component.grid.Grid<ConfigurationVariable> grdVariables
The grid with the configuration variables -
lblValidatorName
com.vaadin.flow.component.html.Label lblValidatorName
validator selected name -
listPools
List<InventoryObjectPool> listPools
Object to save the pool list -
lytFilterName
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytFilterName
Contains validator selected name -
lytLeftSide
com.vaadin.flow.component.orderedlayout.VerticalLayout lytLeftSide
Main layout -
lytPropertySheet
com.vaadin.flow.component.orderedlayout.VerticalLayout lytPropertySheet
Layout of property sheet -
lytRightActionButtons
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytRightActionButtons
Layout for actions of validator definition -
lytScriptHeader
com.vaadin.flow.component.orderedlayout.VerticalLayout lytScriptHeader
Contains the script editor header -
lytVariables
com.vaadin.flow.component.orderedlayout.VerticalLayout lytVariables
Layout for configuration variables grid -
newConfigurationVariableVisualAction
NewConfigurationVariableVisualAction newConfigurationVariableVisualAction
The visual action to create a new configuration variable -
poolConfigurationDialog
PoolConfigurationDialog poolConfigurationDialog
The visual action for pool management -
propertysheet
PropertySheet propertysheet
Property sheet -
splitLayout
com.vaadin.flow.component.splitlayout.SplitLayout splitLayout
Split the content -
ts
TranslationService ts
Reference to the Translation Service
-
-
-
-
Package org.neotropic.kuwaiba.core.persistence.reference.neo4j
-
Class org.neotropic.kuwaiba.core.persistence.reference.neo4j.BusinessEntityManagerImpl.AttributeDefinitionSet extends Object implements Serializable
-
-
Package org.neotropic.kuwaiba.core.sessman
-
Class org.neotropic.kuwaiba.core.sessman.SessionManagerLayout extends ModuleLayout implements Serializable
-
Class org.neotropic.kuwaiba.core.sessman.SessionManagerUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
tblSessions
com.vaadin.flow.component.grid.Grid<Session> tblSessions
A table with the active sessions. -
terminateSessionVisualAction
TerminateSessionVisualAction terminateSessionVisualAction
Terminates a user session. -
ts
TranslationService ts
Reference to the translation service.
-
-
-
-
Package org.neotropic.kuwaiba.modules.commercial.contractman
-
Class org.neotropic.kuwaiba.modules.commercial.contractman.ContractManagerLayout extends ModuleLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.commercial.contractman.ContractManagerUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
allContracts
InventoryObjectPool allContracts
Object to add a new Pool -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager . -
btnAddContract
ActionButton btnAddContract
Object used to create a new contract -
btnDeleteContract
ActionButton btnDeleteContract
Object used to delete a contract -
btnInfo
ActionButton btnInfo
Object used to show more information about a contract -
cmbFilterPoolName
com.vaadin.flow.component.combobox.ComboBox<InventoryObjectPool> cmbFilterPoolName
Object to filter for pool name -
currentContract
BusinessObjectLight currentContract
Object to save the selected contract -
currentPool
InventoryObjectPool currentPool
Object to save the selected pool -
deleteContractVisualAction
DeleteContractVisualAction deleteContractVisualAction
The visual action to delete a contract -
gridContracts
com.vaadin.flow.component.grid.Grid<BusinessObjectLight> gridContracts
The grid with the contract list -
lblContractName
com.vaadin.flow.component.html.Label lblContractName
Contract name -
listPool
List<InventoryObjectPool> listPool
Object to save the pool list -
lytContracts
com.vaadin.flow.component.orderedlayout.VerticalLayout lytContracts
Layout of contracts -
lytFilterName
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytFilterName
Filter name layout -
lytLeftSide
com.vaadin.flow.component.orderedlayout.VerticalLayout lytLeftSide
Left side layout -
lytPropertySheet
com.vaadin.flow.component.orderedlayout.VerticalLayout lytPropertySheet
Layout of property sheet -
lytRightActionButtons
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytRightActionButtons
Right action buttons layout -
lytRightHeader
com.vaadin.flow.component.orderedlayout.VerticalLayout lytRightHeader
Contains the right header -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
newContractVisualAction
NewContractVisualAction newContractVisualAction
The visual action to delete a contract -
poolContractDialog
PoolContractDialog poolContractDialog
The visual action for pool management -
propertysheet
PropertySheet propertysheet
Property sheet -
splitLayout
com.vaadin.flow.component.splitlayout.SplitLayout splitLayout
Split the content -
ts
TranslationService ts
Reference to the Translation Service -
windowMoreInformation
ShowMoreInformationAction windowMoreInformation
The window to show more information about an object.
-
-
-
-
Package org.neotropic.kuwaiba.modules.commercial.sync
-
Class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationLayout extends ModuleLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.commercial.sync.SynchronizationUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
Reference to the Business Entity Manager -
btnDeleteSyncConfigurations
ActionButton btnDeleteSyncConfigurations
Object used to delete a sync data source configuration -
btnReleaseSyncConfigurations
ActionButton btnReleaseSyncConfigurations
Object used to release a sync data source configuration -
cmbFilterGroupName
com.vaadin.flow.component.combobox.ComboBox<SynchronizationGroup> cmbFilterGroupName
Object to filter for pool name -
currentConfiguration
SyncDataSourceConfiguration currentConfiguration
Object to save the selected sync data source configuration -
currentGroup
SynchronizationGroup currentGroup
Object to save the selected sync group -
deleteSyncDataSourceConfigurationVisualAction
DeleteSyncDataSourceConfigurationVisualAction deleteSyncDataSourceConfigurationVisualAction
The visual action for delete Sync Data Source Configuration -
gridSourceConfigurations
com.vaadin.flow.component.grid.Grid<SyncDataSourceConfiguration> gridSourceConfigurations
The grid with sync data source configurations list -
lblConfigurationName
com.vaadin.flow.component.html.Label lblConfigurationName
Configuration name -
lytFilterName
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytFilterName
-
lytLeftSide
com.vaadin.flow.component.orderedlayout.VerticalLayout lytLeftSide
Layouts -
lytPropertySheet
com.vaadin.flow.component.orderedlayout.VerticalLayout lytPropertySheet
-
lytRightActionButtons
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytRightActionButtons
-
lytRightHeader
com.vaadin.flow.component.orderedlayout.VerticalLayout lytRightHeader
-
lytSyncConfigurations
com.vaadin.flow.component.orderedlayout.VerticalLayout lytSyncConfigurations
-
propertysheet
PropertySheet propertysheet
Property sheet -
releaseSyncDataSourceConfigurationVisualAction
ReleaseSyncDataSourceConfigurationVisualAction releaseSyncDataSourceConfigurationVisualAction
The visual action for release Sync Data Source Configuration -
splitLayout
com.vaadin.flow.component.splitlayout.SplitLayout splitLayout
Split the content -
ss
SynchronizationService ss
Reference to the Synchronization Service -
synchronizationGroupDialog
SyncGroupDialog synchronizationGroupDialog
The visual action for group management -
ts
TranslationService ts
Reference to the Translation Service
-
-
-
-
Package org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi
-
Class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.BridgeDomainSyncProvider extends AbstractSyncProvider implements Serializable
-
-
Package org.neotropic.kuwaiba.modules.commercial.sync.model
-
Class org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractSyncProvider extends Object implements Serializable
-
Class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncDataSourceConfiguration extends Object implements Serializable
-
Class org.neotropic.kuwaiba.modules.commercial.sync.model.SynchronizationGroup extends Object implements Serializable
-
Serialized Fields
-
currentProvider
AbstractSyncProvider currentProvider
Running provider -
id
long id
Group id -
lastSelectedProviders
List<AbstractSyncProvider> lastSelectedProviders
Group provider -
name
String name
Group name -
syncDataSourceConfigurations
List<SyncDataSourceConfiguration> syncDataSourceConfigurations
The configurations to be processed
-
-
-
-
Package org.neotropic.kuwaiba.modules.core.audittrail
-
Class org.neotropic.kuwaiba.modules.core.audittrail.AuditTrailLayout extends ModuleLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.core.audittrail.AuditTrailUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
cmbType
com.vaadin.flow.component.combobox.ComboBox<org.neotropic.kuwaiba.modules.core.audittrail.AuditTrailUI.AuditTrailType> cmbType
-
cmbUser
com.vaadin.flow.component.combobox.ComboBox<UserProfile> cmbUser
-
filters
HashMap<String,Object> filters
Save filter values -
listType
List<org.neotropic.kuwaiba.modules.core.audittrail.AuditTrailUI.AuditTrailType> listType
-
tblAuditTrail
com.vaadin.flow.component.grid.Grid<ActivityLogEntry> tblAuditTrail
The grid with the list audit trail -
ts
TranslationService ts
Reference to the Translation Service -
types
HashMap<Integer,String> types
Save activity type to display later in readable format
-
-
-
-
Package org.neotropic.kuwaiba.modules.core.audittrail.widgets
-
Class org.neotropic.kuwaiba.modules.core.audittrail.widgets.ObjectAuditTrailWidget extends AbstractDashboardWidget implements Serializable
-
Serialized Fields
-
businessObject
BusinessObjectLight businessObject
The main business object -
tblObjectAuditTrail
com.vaadin.flow.component.grid.Grid<ActivityLogEntry> tblObjectAuditTrail
The grid with the audit trail of an object -
timeStamp
Date timeStamp
Save time stamp activity to display later in readable format -
types
HashMap<Integer,String> types
Save activity type to display later in readable format
-
-
-
-
Package org.neotropic.kuwaiba.modules.core.containmentman
-
Class org.neotropic.kuwaiba.modules.core.containmentman.ContainmentManagerLayout extends ModuleLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.core.containmentman.ContainmentManagerUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
cmbFilterClassNameField
com.vaadin.flow.component.combobox.ComboBox<ClassMetadataLight> cmbFilterClassNameField
Object to filter for class name -
containmentHierarchyType
boolean containmentHierarchyType
Objects to validate hierarchy type true for Standard hierarchy false for Special hierarchy -
deselectAbstractClass
boolean deselectAbstractClass
To keep track of subclasses to be deselected -
divPossibleChildren
com.vaadin.flow.component.html.Div divPossibleChildren
Zone to show the possible children of the selected class -
exFromAdd
boolean exFromAdd
to keep track of exceptions when a child is added -
exFromRemove
boolean exFromRemove
to keep track of exceptions when a child is removed -
listChildren
List<ClassMetadataLight> listChildren
Object to save list children Classes -
listClasses
List<ClassMetadataLight> listClasses
Object to save list Classes -
lytClasses
com.vaadin.flow.component.orderedlayout.VerticalLayout lytClasses
Layout of classes -
mem
MetadataEntityManager mem
Reference to the Application Entity Manager. -
reselectSubClassOfAbstract
boolean reselectSubClassOfAbstract
To keep track of subclasses to be reselected if are sub classes of an abstract -
tabContainmentHierarchyType
com.vaadin.flow.component.tabs.Tabs tabContainmentHierarchyType
To switch from normal hierarchy to special hierarchy -
tblClasses
com.vaadin.flow.component.grid.Grid<ClassMetadataLight> tblClasses
The grid with the classes -
ts
TranslationService ts
Reference to the Translation Service
-
-
-
Class org.neotropic.kuwaiba.modules.core.containmentman.PossibleChildComponent extends com.vaadin.flow.component.orderedlayout.HorizontalLayout implements Serializable
-
Serialized Fields
-
classMetadataLight
ClassMetadataLight classMetadataLight
Class metadata represented by the component -
icnRemove
com.vaadin.flow.component.icon.Icon icnRemove
To remove the possible children from the possible children zone -
subClasses
List<ClassMetadataLight> subClasses
The list ob subclasses displayed in the component
-
-
-
-
Package org.neotropic.kuwaiba.modules.core.datamodelman
-
Class org.neotropic.kuwaiba.modules.core.datamodelman.DataModelManagerLayout extends ModuleLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.core.datamodelman.DataModelManagerUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
btnDeleteAttribute
com.vaadin.flow.component.button.Button btnDeleteAttribute
-
btnDeleteClass
com.vaadin.flow.component.button.Button btnDeleteClass
-
cbxFilterInventoryTree
com.vaadin.flow.component.combobox.ComboBox<ClassMetadataLight> cbxFilterInventoryTree
combo filter for inventory tree -
cbxFilterListTypeTree
com.vaadin.flow.component.combobox.ComboBox<ClassMetadataLight> cbxFilterListTypeTree
combo filter for list type tree -
deleteAttributeVisualAction
DeleteAttributeVisualAction deleteAttributeVisualAction
the visual action to delete attribute -
deleteClassVisualAction
DeleteClassVisualAction deleteClassVisualAction
the visual action to delete a class -
genericObjectListTree
com.vaadin.flow.component.treegrid.TreeGrid<DataModelNode> genericObjectListTree
factory to build resources from data source -
iconImage
com.vaadin.flow.component.html.Image iconImage
icon class image -
inventoryObjectClassSelected
boolean inventoryObjectClassSelected
-
inventoryObjectTree
com.vaadin.flow.component.treegrid.TreeGrid<DataModelNode> inventoryObjectTree
factory to build resources from data source -
lblClassName
BoldLabel lblClassName
-
listenerAttributeActions
ActionCompletedListener listenerAttributeActions
listener to attribute actions -
listenerDeleteClassAction
ActionCompletedListener listenerDeleteClassAction
listener to delete class action -
listenerNewClassAction
ActionCompletedListener listenerNewClassAction
listener to new class action -
lytBreadCumb
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytBreadCumb
-
lytIcons
com.vaadin.flow.component.orderedlayout.VerticalLayout lytIcons
contains class icons -
lytPropSheetClassAttributes
com.vaadin.flow.component.orderedlayout.VerticalLayout lytPropSheetClassAttributes
layout to show class attributes property sheet -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
newAttributeVisualAction
NewAttributeVisualAction newAttributeVisualAction
the visual action to create a new attribute -
newClassVisualAction
NewClassVisualAction newClassVisualAction
the visual action to create a new class -
propsheetClassAttributes
PropertySheet propsheetClassAttributes
sheet for class Attributes properties -
propsheetGeneralAttributes
PropertySheet propsheetGeneralAttributes
sheet for general Attributes -
resourceFactory
ResourceFactory resourceFactory
factory to build resources from data source -
selectedAttribute
AttributeMetadata selectedAttribute
current selected class attribute -
selectedClass
ClassMetadataLight selectedClass
current selected class -
selectedTreeNode
DataModelNode selectedTreeNode
-
smallIconImage
com.vaadin.flow.component.html.Image smallIconImage
upload control to small class icon -
tblClassAttributes
com.vaadin.flow.component.grid.Grid<AttributeMetadata> tblClassAttributes
grid to list class attributes -
ts
TranslationService ts
Reference to the translation service. -
uploadIcon
com.vaadin.flow.component.upload.Upload uploadIcon
upload control to class icon -
uploadSmallIcon
com.vaadin.flow.component.upload.Upload uploadSmallIcon
upload control to small class icon
-
-
-
-
Package org.neotropic.kuwaiba.modules.core.favorites.actions
-
Class org.neotropic.kuwaiba.modules.core.favorites.actions.WindowFavoritesManager extends ConfirmDialog implements Serializable
-
Serialized Fields
-
advancedActionsRegistry
AdvancedActionsRegistry advancedActionsRegistry
Reference to the action registry. -
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
btnDeleteFolder
com.vaadin.flow.component.button.Button btnDeleteFolder
Object to delete the selected folder -
btnEditFolder
com.vaadin.flow.component.button.Button btnEditFolder
Object to edit the selected folder -
copyBusinessObjectVisualAction
CopyBusinessObjectVisualAction copyBusinessObjectVisualAction
Reference to the action that copies a business object to another business object. -
coreActionsRegistry
CoreActionsRegistry coreActionsRegistry
Reference to the action registry. -
currentFolder
FavoritesFolder currentFolder
Object to save the selected folder -
currentObject
BusinessObjectLight currentObject
Object to save the selected object -
deleteBusinessObjectVisualAction
DeleteBusinessObjectVisualAction deleteBusinessObjectVisualAction
Reference to the action that deletes a Business Object. -
deleteFavoriteVisualAction
DeleteFavoriteVisualAction deleteFavoriteVisualAction
The visual action to delete a favorite folder -
explorerWidgetRegistry
ExplorerWidgetRegistry explorerWidgetRegistry
All the registered explorers. -
iconGenerator
ClassNameIconGenerator iconGenerator
An icon generator for create icons -
isFolder
Boolean isFolder
Boolean used to validate actions -
lytContent
com.vaadin.flow.component.orderedlayout.VerticalLayout lytContent
Layouts -
lytDetailsPanel
com.vaadin.flow.component.orderedlayout.VerticalLayout lytDetailsPanel
-
lytFolder
com.vaadin.flow.component.orderedlayout.VerticalLayout lytFolder
-
lytFolderActions
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytFolderActions
-
lytObjects
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytObjects
-
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
moveBusinessObjectVisualAction
MoveBusinessObjectVisualAction moveBusinessObjectVisualAction
Reference to the action that moves a business object to another business object. -
newBusinessObjectFromTemplateVisualAction
NewBusinessObjectFromTemplateVisualAction newBusinessObjectFromTemplateVisualAction
Reference to the action that creates a new Business Object from a template. -
newBusinessObjectVisualAction
NewBusinessObjectVisualAction newBusinessObjectVisualAction
Reference to the action that creates a new Business Object. -
newFavoriteVisualAction
NewFavoriteVisualAction newFavoriteVisualAction
The visual action to create a new favorite folder -
newMultipleBusinessObjectsVisualAction
NewMultipleBusinessObjectsVisualAction newMultipleBusinessObjectsVisualAction
Reference to the action that creates a multiple new Business Object from a pattern. -
resourceFactory
ResourceFactory resourceFactory
Factory to build resources from data source. -
tblObjects
com.vaadin.flow.component.treegrid.TreeGrid<FavoritesManagerNode> tblObjects
The grid with the list objects -
ts
TranslationService ts
Reference to the Translation Service. -
viewWidgetRegistry
ViewWidgetRegistry viewWidgetRegistry
All the object-related views exposed by other modules. -
windowMoreInformation
ShowMoreInformationAction windowMoreInformation
The window to show more information about an object.
-
-
-
-
Package org.neotropic.kuwaiba.modules.core.ltman
-
Class org.neotropic.kuwaiba.modules.core.ltman.ListTypeManagerLayout extends ModuleLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.core.ltman.ListTypeManagerUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
currentListType
ClassMetadataLight currentListType
object to save the selected list type -
currentListTypeItem
BusinessObjectLight currentListTypeItem
object to save the selected list type item -
deleteListTypeItemVisualAction
DeleteListTypeItemVisualAction deleteListTypeItemVisualAction
-
grdFiles
com.vaadin.flow.component.grid.Grid<FileObjectLight> grdFiles
The grid with the attached files -
listenerDeleteLTIAction
ActionCompletedListener listenerDeleteLTIAction
listener to remove lti action -
listenerNewLTIAction
ActionCompletedListener listenerNewLTIAction
listener to new lti action -
lytButton
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytButton
the top horizontal layout left side holds the new list type item -
lytCurrentSelectedTitle
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytCurrentSelectedTitle
the top horizontal layout center side holds the current selected list type item -
lytListTypeItems
com.vaadin.flow.component.orderedlayout.VerticalLayout lytListTypeItems
Second column the list of list type items -
lytListTypes
com.vaadin.flow.component.orderedlayout.VerticalLayout lytListTypes
first column the list types -
lytPropertiesTitle
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytPropertiesTitle
the top horizontal layout right side holds the current selected list type item -
lytPropertySheet
com.vaadin.flow.component.orderedlayout.VerticalLayout lytPropertySheet
the visual action to delete a list type item -
lytTabs
com.vaadin.flow.component.orderedlayout.VerticalLayout lytTabs
third column details of the list type item -
lytTop
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytTop
the top horizontal layout -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
newListTypeItemVisualAction
NewListTypeItemVisualAction newListTypeItemVisualAction
the visual action to create a new list type item -
propertysheet
PropertySheet propertysheet
-
tblListTypeItems
com.vaadin.flow.component.grid.Grid<BusinessObjectLight> tblListTypeItems
The grid with the list Type items -
tblListTypes
com.vaadin.flow.component.grid.Grid<ClassMetadataLight> tblListTypes
The grid with the list Types -
ts
TranslationService ts
-
windowMoreInformation
ShowMoreInformationAction windowMoreInformation
The window to show more information about an object.
-
-
-
-
Package org.neotropic.kuwaiba.modules.core.navigation
-
Class org.neotropic.kuwaiba.modules.core.navigation.NavigationLayout extends ModuleLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.core.navigation.NavigationUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
actCopyObj
CopyBusinessObjectVisualAction actCopyObj
Reference to the action that copies a business object to another business object. -
actDeleteObj
DeleteBusinessObjectVisualAction actDeleteObj
Reference to the action that deletes a Business Object. -
actionRegistry
CoreActionsRegistry actionRegistry
Reference to the action registry. -
actMoveObj
MoveBusinessObjectVisualAction actMoveObj
Reference to the action that moves a business object to another business object. -
actNewMultipleObj
NewMultipleBusinessObjectsVisualAction actNewMultipleObj
Reference to the action that creates a multiple new Business Object from a pattern. -
actNewObj
NewBusinessObjectVisualAction actNewObj
Reference to the action that creates a new Business Object. -
actNewObjFromTemplate
NewBusinessObjectFromTemplateVisualAction actNewObjFromTemplate
Reference to the action that creates a new Business Object from a template. -
advancedActionsRegistry
AdvancedActionsRegistry advancedActionsRegistry
Reference to the action registry. -
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
btnBack
com.vaadin.flow.component.button.Button btnBack
-
btnExploreFromDummyRoot
com.vaadin.flow.component.button.Button btnExploreFromDummyRoot
Button to star exploring from dummy root -
btnNext
com.vaadin.flow.component.button.Button btnNext
-
currentCount
int currentCount
-
currentGridResults
HashMap<String,NavResultGrid> currentGridResults
To keep track of the grids that are been shown after a search -
currentLimit
int currentLimit
-
currentSearchedResults
HashMap<String,List<BusinessObjectLight>> currentSearchedResults
Last set of results after a search, result grouped by class name -
currentSkip
int currentSkip
Pagination controls -
dpConfigurableFilter
com.vaadin.flow.data.provider.ConfigurableFilterDataProvider<InventoryObjectNode,Void,BusinessObjectLightGridFilter> dpConfigurableFilter
Filter for the header of nav tree when the show only ports is active -
explorerWidgetRegistry
ExplorerWidgetRegistry explorerWidgetRegistry
All the registered explorers. -
iconGenerator
ClassNameIconGenerator iconGenerator
An icon generator for create icons -
lastSearchText
String lastSearchText
The last searched text, it is used to update -
lblPage
com.vaadin.flow.component.html.Span lblPage
-
lytContent
com.vaadin.flow.component.orderedlayout.VerticalLayout lytContent
The actual content. Initially it is just a search box then it can become a page displaying the service/customer details. -
lytDetailsPanel
com.vaadin.flow.component.orderedlayout.VerticalLayout lytDetailsPanel
The right-side panel displaying the property sheet of the selected object plus some other options. -
lytHeaderNetwork
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytHeaderNetwork
Holds the name of the selected object and the option: show only ports -
lytHeaderViews
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytHeaderViews
Header to display a title and a close button for the layout views -
lytLocation
com.vaadin.flow.component.orderedlayout.VerticalLayout lytLocation
RigthColumn -
lytNav
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytNav
Contains the three columns -
lytNetwork
com.vaadin.flow.component.orderedlayout.VerticalLayout lytNetwork
Center column -
lytPagination
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytPagination
-
lytParents
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytParents
Holds both the Locations parents and the device parent -
lytParentsDevice
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytParentsDevice
The bread scrums in device -
lytParentsLocation
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytParentsLocation
The bread scrums for location -
lytSearch
com.vaadin.flow.component.orderedlayout.VerticalLayout lytSearch
The search bar in the header -
lytViews
com.vaadin.flow.component.orderedlayout.VerticalLayout lytViews
Layout at the bottom of the page to show the views -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
navTree
com.vaadin.flow.component.treegrid.TreeGrid<InventoryObjectNode> navTree
Navigation tree in the central column -
resourceFactory
ResourceFactory resourceFactory
Factory to build resources from data source. -
searchDialog
DialogNavigationSearch searchDialog
the component to show the results of a search -
treeGridFilter
BusinessObjectLightGridFilter treeGridFilter
filter for the nav tree (the TreeGrid) only uses name to filter -
ts
TranslationService ts
Reference to the translation service. -
viewWidgetRegistry
ViewWidgetRegistry viewWidgetRegistry
All the object-related views exposed by other modules. -
windowMoreInformation
ShowMoreInformationAction windowMoreInformation
The window to show more information about an object.
-
-
-
Class org.neotropic.kuwaiba.modules.core.navigation.ObjectDashboard extends com.vaadin.flow.component.orderedlayout.HorizontalLayout implements Serializable
-
Serialized Fields
-
actionRegistry
CoreActionsRegistry actionRegistry
Reference to the action registry. -
advancedActionsRegistry
AdvancedActionsRegistry advancedActionsRegistry
Reference to the action registry. -
aem
ApplicationEntityManager aem
Reference to the application entity manager. -
bem
BusinessEntityManager bem
Reference to the business entity manager. -
explorerWidgetRegistry
ExplorerWidgetRegistry explorerWidgetRegistry
All the registered object explorers. -
mem
MetadataEntityManager mem
Reference to the metadata entity manager. -
selectedObject
BusinessObjectLight selectedObject
Reference to the object being edited/explored currently. -
ts
TranslationService ts
Reference to the translation service. -
viewWidgetRegistry
ViewWidgetRegistry viewWidgetRegistry
All the object-related views exposed by other modules. -
windowMoreInformation
ShowMoreInformationAction windowMoreInformation
The window to show more information about an object.
-
-
-
-
Package org.neotropic.kuwaiba.modules.core.navigation.dialogs
-
Class org.neotropic.kuwaiba.modules.core.navigation.dialogs.WindowNewObject extends ConfirmDialog implements Serializable
-
Serialized Fields
-
actionCompletedListener
ActionCompletedListener actionCompletedListener
-
businessObject
BusinessObjectLight businessObject
-
newBusinessObjectFromTemplateVisualAction
NewBusinessObjectFromTemplateVisualAction newBusinessObjectFromTemplateVisualAction
-
newBusinessObjectVisualAction
NewBusinessObjectVisualAction newBusinessObjectVisualAction
-
newMultipleBusinessObjectsVisualAction
NewMultipleBusinessObjectsVisualAction newMultipleBusinessObjectsVisualAction
-
ts
TranslationService ts
-
-
-
-
Package org.neotropic.kuwaiba.modules.core.navigation.explorers
-
Class org.neotropic.kuwaiba.modules.core.navigation.explorers.DialogNavigationSearch extends com.vaadin.flow.component.html.Div implements Serializable
-
Serialized Fields
-
paperDialog
com.neotropic.flow.component.paper.dialog.PaperDialog paperDialog
-
txtSearch
com.vaadin.flow.component.textfield.TextField txtSearch
-
-
-
Class org.neotropic.kuwaiba.modules.core.navigation.explorers.DialogNavigationSearch.SelectObjectEvent extends com.vaadin.flow.component.ComponentEvent<DialogNavigationSearch> implements Serializable
-
Serialized Fields
-
object
BusinessObjectLight object
-
-
-
-
Package org.neotropic.kuwaiba.modules.core.navigation.explorers.grids
-
Class org.neotropic.kuwaiba.modules.core.navigation.explorers.grids.IconRelationshipCellGrid extends com.vaadin.flow.component.orderedlayout.HorizontalLayout implements Serializable
-
-
Package org.neotropic.kuwaiba.modules.core.navigation.navtree
-
Class org.neotropic.kuwaiba.modules.core.navigation.navtree.NavigationTree extends com.vaadin.flow.component.treegrid.TreeGrid<T extends InventoryObjectNode> implements Serializable
-
Class org.neotropic.kuwaiba.modules.core.navigation.navtree.NavResultGrid extends com.vaadin.flow.component.grid.Grid<T> implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
Reference to the business entity manager -
className
String className
The class name of the objects in the grid -
dpConfigurableFilter
com.vaadin.flow.data.provider.ConfigurableFilterDataProvider<T,Void,BusinessObjectLightGridFilter> dpConfigurableFilter
To use the filter and the provider in the grid -
firstColumn
com.vaadin.flow.component.grid.Grid.Column<T> firstColumn
The first column of the grid for filter the name -
gridFilter
BusinessObjectLightGridFilter gridFilter
filter for the grid only use name to filter -
initialResults
List<T> initialResults
The initial results when the grid results are showed for first time before using the filters -
provider
com.vaadin.flow.data.provider.CallbackDataProvider<T,BusinessObjectLightGridFilter> provider
The grid provider -
searchedText
String searchedText
The searched text is added to the filter -
txtFilterField
com.vaadin.flow.component.textfield.TextField txtFilterField
-
-
-
-
Package org.neotropic.kuwaiba.modules.core.queries
-
Class org.neotropic.kuwaiba.modules.core.queries.QueriesLayout extends ModuleLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.core.queries.QueriesUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
attributeHeight
int attributeHeight
-
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
btnDeletePool
com.vaadin.flow.component.button.Button btnDeletePool
Button instance to execute the delete script action -
btnDeleteScript
com.vaadin.flow.component.button.Button btnDeleteScript
Button instance to execute the delete script action -
btnExecQuery
com.vaadin.flow.component.button.Button btnExecQuery
-
btnRunscript
com.vaadin.flow.component.button.Button btnRunscript
Button instance to execute the run script action -
btnSave
com.vaadin.flow.component.button.Button btnSave
Button instance to execute the save script action -
cbxFilterClassQuery
com.vaadin.flow.component.combobox.ComboBox<ClassMetadataLight> cbxFilterClassQuery
combo filter for inventory tree -
deleteBusinessObjectVisualAction
DeleteBusinessObjectVisualAction deleteBusinessObjectVisualAction
reference of the visual action to add a topology view -
deleteScriptedQueryPoolVisualAction
DeleteScriptedQueryPoolVisualAction deleteScriptedQueryPoolVisualAction
-
deleteScriptVisualAction
DeleteScriptVisualAction deleteScriptVisualAction
-
dlgEditPoolProperties
ConfirmDialog dlgEditPoolProperties
Dialog for pool PS -
dlgEditScriptProperties
ConfirmDialog dlgEditScriptProperties
Dialog for script PS -
editorScript
com.neotropic.flow.component.aceeditor.AceEditor editorScript
AceEditor instance to edit the script -
lblScriptName
com.vaadin.flow.component.html.H4 lblScriptName
-
listenerDeleteBusinessObjectAction
ActionCompletedListener listenerDeleteBusinessObjectAction
listener to remove object action -
listenerDeletePoolAction
ActionCompletedListener listenerDeletePoolAction
-
listenerDeleteScriptAction
ActionCompletedListener listenerDeleteScriptAction
-
listenerNewPoolAction
ActionCompletedListener listenerNewPoolAction
-
listenerNewScriptAction
ActionCompletedListener listenerNewScriptAction
-
lytScriptContent
com.vaadin.flow.component.orderedlayout.VerticalLayout lytScriptContent
-
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
mxGraphCanvas
MxGraphCanvas<ObjectMxNode,String> mxGraphCanvas
-
newScriptedQueryPoolVisualAction
NewScriptedQueryPoolVisualAction newScriptedQueryPoolVisualAction
-
newScriptedQueryVisualAction
NewScriptedQueryVisualAction newScriptedQueryVisualAction
-
objectMxNodeMap
ObjectMxNodeMap objectMxNodeMap
-
propSheetPools
PropertySheet propSheetPools
Prop Sheet for pool properties -
propSheetScripts
PropertySheet propSheetScripts
Prop Sheet for script properties -
query
ExtendedQuery query
-
rdioConnector
com.vaadin.flow.component.radiobutton.RadioButtonGroup rdioConnector
-
selectedClass
ClassMetadataLight selectedClass
-
selectedPool
ScriptedQueriesPool selectedPool
-
selectedScript
ScriptedQuery selectedScript
-
treeScriptedQueries
com.vaadin.flow.component.treegrid.TreeGrid<AbstractNode> treeScriptedQueries
-
ts
TranslationService ts
-
txtLimit
com.vaadin.flow.component.textfield.NumberField txtLimit
-
-
-
-
Package org.neotropic.kuwaiba.modules.core.templateman
-
Class org.neotropic.kuwaiba.modules.core.templateman.TemplateManagerLayout extends ModuleLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.core.templateman.TemplateManagerUI extends com.vaadin.flow.component.orderedlayout.FlexLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
btnAddChild
ActionButton btnAddChild
Object to create new template child -
btnAddSpecialChild
ActionButton btnAddSpecialChild
Object to create new template special child -
btnAddTemplate
ActionButton btnAddTemplate
Object to create new template -
btnRemoveTemplate
ActionButton btnRemoveTemplate
-
childsTemplateDataProvider
com.vaadin.flow.data.provider.hierarchy.HierarchicalDataProvider childsTemplateDataProvider
Data provider use for lazy loading and filtering, belongs to gridChildsTemplate -
cmbAllClasess
com.vaadin.flow.component.combobox.ComboBox<ClassMetadataLight> cmbAllClasess
combo box to list class attributes -
deleteTemplateItemVisualAction
DeleteTemplateItemVisualAction deleteTemplateItemVisualAction
Delete a template visual action -
deleteTemplateSubItemVisualAction
DeleteTemplateSubItemVisualAction deleteTemplateSubItemVisualAction
Delete a template visual action -
deleteTemplateVisualAction
DeleteTemplateVisualAction deleteTemplateVisualAction
Delete a template visual action -
editChild
boolean editChild
Property to edit is for child -
gridChildsTemplate
com.vaadin.flow.component.treegrid.TreeGrid<TemplateObjectLight> gridChildsTemplate
Grid to list class attributes -
gridTemplates
com.vaadin.flow.component.grid.Grid<TemplateObjectLight> gridTemplates
grid to list class attributes -
headerPropertySheet
com.vaadin.flow.component.html.H4 headerPropertySheet
Properties header by element selected -
lytvChildTemplate
com.vaadin.flow.component.orderedlayout.VerticalLayout lytvChildTemplate
Grid for gridChildsTemplate and it options -
lytvMainSearchClasses
com.vaadin.flow.component.orderedlayout.VerticalLayout lytvMainSearchClasses
the visual action to delete a list type item -
lytvPropertySheet
com.vaadin.flow.component.orderedlayout.VerticalLayout lytvPropertySheet
the visual action to delete a list type item -
mem
MetadataEntityManager mem
Reference to the Application Entity Manager. -
mnuAddChildsTemplateItem
com.vaadin.flow.component.contextmenu.MenuItem mnuAddChildsTemplateItem
Sub menu of mnuAddChildTemplateItems, option for add item and multiple item -
mnuAddChildTemplateItems
com.vaadin.flow.component.menubar.MenuBar mnuAddChildTemplateItems
Menu for gridChildsTemplate in case need add new item or special item -
mnuAddSpecialChildsTemplateItem
com.vaadin.flow.component.contextmenu.MenuItem mnuAddSpecialChildsTemplateItem
Sub menu of mnuAddChildTemplateItems, option for add special item and multiple special item -
newBulkTemplateItemVisualAction
NewBulkTemplateItemVisualAction newBulkTemplateItemVisualAction
Create bulk Templates -
newBulkTemplateSpecialItemVisualAction
NewBulkTemplateSpecialItemVisualAction newBulkTemplateSpecialItemVisualAction
Create a new Template visual -
newTemplateItemVisualAction
NewTemplateItemVisualAction newTemplateItemVisualAction
Create a new Template visual -
newTemplateSpecialItemVisualAction
NewTemplateSpecialItemVisualAction newTemplateSpecialItemVisualAction
Create a new Template visual -
newTemplateVisualAction
NewTemplateVisualAction newTemplateVisualAction
Create a new Template visual -
propertysheet
PropertySheet propertysheet
Properties by any element selected -
refreshChildAction
com.vaadin.flow.server.Command refreshChildAction
refresh template child grid action -
refreshTemplateAction
com.vaadin.flow.server.Command refreshTemplateAction
refresh template grid action -
selectedClass
ClassMetadataLight selectedClass
Class selected -
selectedTemplate
TemplateObjectLight selectedTemplate
Template selected -
selectedTemplateItem
TemplateObjectLight selectedTemplateItem
Template item selected -
templatesDataProvider
com.vaadin.flow.data.provider.ListDataProvider<TemplateObjectLight> templatesDataProvider
data provider use for lazy loading and filtering, belongs to gridTemplates -
ts
TranslationService ts
translation service
-
-
-
-
Package org.neotropic.kuwaiba.modules.core.userman
-
Class org.neotropic.kuwaiba.modules.core.userman.UserManagerLayout extends ModuleLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.core.userman.UserManagerUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
btnDeleteGroup
com.vaadin.flow.component.button.Button btnDeleteGroup
-
cbxType
com.vaadin.flow.component.combobox.ComboBox<Integer> cbxType
-
chkEnabled
com.vaadin.flow.component.checkbox.Checkbox chkEnabled
-
deleteGroupVisualAction
DeleteGroupVisualAction deleteGroupVisualAction
-
deleteUserVisualAction
DeleteUserVisualAction deleteUserVisualAction
-
listenerDeleteGroupAction
ActionCompletedListener listenerDeleteGroupAction
listener to remove object action -
listenerDeleteUserAction
ActionCompletedListener listenerDeleteUserAction
listener to remove object action -
listenerNewGroupAction
ActionCompletedListener listenerNewGroupAction
listener to remove object action -
listenerNewUserAction
ActionCompletedListener listenerNewUserAction
listener to remove object action -
lstCurrentPrivileges
List<Privilege> lstCurrentPrivileges
-
lytContent
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytContent
-
lytPrivileges
com.vaadin.flow.component.orderedlayout.VerticalLayout lytPrivileges
-
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
moduleRegistry
ModuleRegistry moduleRegistry
Reference to the module registry. -
newGroupVisualAction
NewGroupVisualAction newGroupVisualAction
-
newUserVisualAction
NewUserVisualAction newUserVisualAction
-
selectedUser
UserProfile selectedUser
-
seleGroupProfile
GroupProfile seleGroupProfile
-
treeUsers
com.vaadin.flow.component.treegrid.TreeGrid<AbstractNode> treeUsers
-
ts
TranslationService ts
-
txtEmail
com.vaadin.flow.component.textfield.TextField txtEmail
-
txtFirstName
com.vaadin.flow.component.textfield.TextField txtFirstName
-
txtLastName
com.vaadin.flow.component.textfield.TextField txtLastName
-
txtPassword
com.vaadin.flow.component.textfield.PasswordField txtPassword
-
txtUserName
com.vaadin.flow.component.textfield.TextField txtUserName
-
-
-
-
Package org.neotropic.kuwaiba.modules.optional.connectivityman.actions
-
Class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.CellPortSelector extends com.vaadin.flow.component.orderedlayout.FlexLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
-
bem
BusinessEntityManager bem
-
cmbObjectSelectors
List<com.vaadin.flow.component.combobox.ComboBox<BusinessObjectLight>> cmbObjectSelectors
-
mem
MetadataEntityManager mem
-
placeholder
String placeholder
-
rows
List<com.vaadin.flow.component.orderedlayout.HorizontalLayout> rows
-
selectedObject
BusinessObjectLight selectedObject
-
ts
TranslationService ts
-
valueChangeListener
com.vaadin.flow.component.HasValue.ValueChangeListener<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<com.vaadin.flow.component.combobox.ComboBox<BusinessObjectLight>,BusinessObjectLight>> valueChangeListener
-
-
-
Class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.CellPortSelector.SelectedObjectChangeEvent extends com.vaadin.flow.component.ComponentEvent<CellPortSelector> implements Serializable
-
Serialized Fields
-
selectedObject
BusinessObjectLight selectedObject
-
selectedObjects
List<BusinessObjectLight> selectedObjects
-
-
-
Class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.NewLinkCellComponent extends com.vaadin.flow.component.orderedlayout.FlexLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.ObjectCellComponent extends com.vaadin.flow.component.orderedlayout.FlexLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.ObjectComponent extends com.vaadin.flow.component.orderedlayout.FlexLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.ObjectRenderer extends com.vaadin.flow.data.renderer.ComponentRenderer<ObjectComponent,BusinessObjectLight> implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.TemplateComponent extends com.vaadin.flow.component.orderedlayout.FlexLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.WindowConnectivityManager extends ConfirmDialog implements Serializable
-
Serialized Fields
-
actions
List<AbstractConnectivityActionBuilder> actions
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
navigationModule
NavigationModule navigationModule
Reference to Navigation Module. -
newBusinessObjectFromTemplateVisualAction
NewBusinessObjectFromTemplateVisualAction newBusinessObjectFromTemplateVisualAction
Reference to the new business object from template visual action. -
newBusinessObjectVisualAction
NewBusinessObjectVisualAction newBusinessObjectVisualAction
Reference to the new business object visual action. -
newMultipleBusinessObjectsVisualAction
NewMultipleBusinessObjectsVisualAction newMultipleBusinessObjectsVisualAction
Reference to the new multiple business object visual action. -
outsidePlantService
OutsidePlantService outsidePlantService
-
physicalConnectionsService
PhysicalConnectionsService physicalConnectionsService
Reference to the Physical Connections Service. -
templateManagerModule
TemplateManagerModule templateManagerModule
Reference to the template manager module. -
ts
TranslationService ts
Reference to the Translation Service.
-
-
-
-
Package org.neotropic.kuwaiba.modules.optional.contactman
-
Class org.neotropic.kuwaiba.modules.optional.contactman.ContactManagerLayout extends ModuleLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.contactman.ContactManagerUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to Application Entity Manager -
bem
BusinessEntityManager bem
Reference to Business Entity Manager -
btnDeleteContact
com.vaadin.flow.component.button.Button btnDeleteContact
Object to delete contact -
btnUpdateContact
com.vaadin.flow.component.button.Button btnUpdateContact
Object to update contact -
cmbCustomer
com.vaadin.flow.component.combobox.ComboBox<BusinessObjectLight> cmbCustomer
-
cmbType
com.vaadin.flow.component.combobox.ComboBox<ClassMetadataLight> cmbType
-
currentContact
Contact currentContact
Object to save current contact -
deleteContactVisualAction
DeleteContactVisualAction deleteContactVisualAction
The visual action to delete a contact preselect -
filters
HashMap<String,Object> filters
Objects to save filter values -
LIMIT
int LIMIT
Limit of objects. -1 get all. -
mem
MetadataEntityManager mem
Reference to Metadata Entity Manager -
newContactVisualAction
NewContactVisualAction newContactVisualAction
The visual action to create a new contact -
propertySheet
PropertySheet propertySheet
Property sheet -
tblContacts
com.vaadin.flow.component.grid.Grid<Contact> tblContacts
The grid with the contacts -
ts
TranslationService ts
Reference to translation service -
txtEmail1
com.vaadin.flow.component.textfield.TextField txtEmail1
-
txtEmail2
com.vaadin.flow.component.textfield.TextField txtEmail2
-
txtName
com.vaadin.flow.component.textfield.TextField txtName
-
-
-
-
Package org.neotropic.kuwaiba.modules.optional.layouteditor
-
Class org.neotropic.kuwaiba.modules.optional.layouteditor.LayoutEditorLayout extends ModuleLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.layouteditor.LayoutEditorManagerUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
dashboard
LayoutEditorDashboard dashboard
-
deleteLayoutViewVisualAction
DeleteLayoutViewVisualAction deleteLayoutViewVisualAction
-
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
newLayoutViewVisualAction
NewLayoutViewVisualAction newLayoutViewVisualAction
-
resourceFactory
ResourceFactory resourceFactory
-
ts
TranslationService ts
-
-
-
-
Package org.neotropic.kuwaiba.modules.optional.layouteditor.tools
-
Class org.neotropic.kuwaiba.modules.optional.layouteditor.tools.LayoutEditorSearch extends com.vaadin.flow.component.html.Div implements Serializable
-
Serialized Fields
-
ts
TranslationService ts
-
-
-
Class org.neotropic.kuwaiba.modules.optional.layouteditor.tools.LayoutEditorSearch.NewObjectEvent extends com.vaadin.flow.component.ComponentEvent<LayoutEditorSearch> implements Serializable
-
Serialized Fields
-
object
BusinessObjectLight object
-
-
-
-
Package org.neotropic.kuwaiba.modules.optional.layouteditor.widgets
-
Class org.neotropic.kuwaiba.modules.optional.layouteditor.widgets.LayoutEditorDashboard extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
accordionProperties
com.vaadin.flow.component.accordion.Accordion accordionProperties
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
btnAddEllipseShape
com.vaadin.flow.component.button.Button btnAddEllipseShape
-
btnAddLabel
com.vaadin.flow.component.button.Button btnAddLabel
-
btnAddRectShape
com.vaadin.flow.component.button.Button btnAddRectShape
-
btnCopyShape
com.vaadin.flow.component.button.Button btnCopyShape
-
btnCopyView
com.vaadin.flow.component.button.Button btnCopyView
-
btnExportLayout
com.vaadin.flow.component.button.Button btnExportLayout
-
btnRemoveObjectFromView
com.vaadin.flow.component.button.Button btnRemoveObjectFromView
-
btnRemoveView
com.vaadin.flow.component.button.Button btnRemoveView
-
btnSaveView
com.vaadin.flow.component.button.Button btnSaveView
-
chkIsSlot
com.vaadin.flow.component.checkbox.Checkbox chkIsSlot
-
connectionsService
PhysicalConnectionsService connectionsService
-
currentListTypeItem
BusinessObjectLight currentListTypeItem
-
currentView
ViewObject currentView
current view in the canvas -
customShapes
List<BusinessObjectLight> customShapes
list of custom shapes -
deleteLayoutViewVisualAction
DeleteLayoutViewVisualAction deleteLayoutViewVisualAction
reference of the visual action to remove a layout view -
deviceLayouts
List<ViewObjectLight> deviceLayouts
list of views -
editingLayoutView
boolean editingLayoutView
-
geometryEditor
MxGraphGeometryEditor geometryEditor
-
layoutDevices
HashMap<BusinessObjectLight,byte[]> layoutDevices
-
lblListTypeItem
com.vaadin.flow.component.html.Label lblListTypeItem
reference to label that shows the name of the related list type -
listenerDeleteAction
ActionCompletedListener listenerDeleteAction
listener to remove layout view action -
listenerNewViewAction
ActionCompletedListener listenerNewViewAction
listener to add new layout view Action -
lstListTypeItems
List<ViewObjectLight> lstListTypeItems
list of views -
lytGeneralInfo
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytGeneralInfo
-
lytObjectProperties
com.vaadin.flow.component.orderedlayout.VerticalLayout lytObjectProperties
-
lytRelatedListType
com.vaadin.flow.component.orderedlayout.VerticalLayout lytRelatedListType
reference to layout that shows the view related list type -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
mxGraphCanvas
MxGraphCanvas<BusinessObjectLight,BusinessObjectLight> mxGraphCanvas
-
newLayoutViewVisualAction
NewLayoutViewVisualAction newLayoutViewVisualAction
reference of the visual action to create a new layout view -
propSheetLayoutView
PropertySheet propSheetLayoutView
Prop Sheet for view properties -
resourceFactory
ResourceFactory resourceFactory
factory to instance object icons -
selectedObject
BusinessObjectLight selectedObject
reference to the current selected object in the canvas -
selectedSourceEquipment
BusinessObjectLight selectedSourceEquipment
source Equipment in create new connection dialog -
selectedTargetEquipment
BusinessObjectLight selectedTargetEquipment
target Equipment in create new connection dialog -
styleEditor
BasicStyleEditor styleEditor
-
tblCustomShapes
com.vaadin.flow.component.grid.Grid<BusinessObjectLight> tblCustomShapes
Reference to the grid that shows the custom layouts to be added in a device layout -
tblEditCustomShapes
com.vaadin.flow.component.grid.Grid<BusinessObjectLight> tblEditCustomShapes
Reference to the grid that opens the custom layouts -
tblViews
com.vaadin.flow.component.grid.Grid<ViewObjectLight> tblViews
Reference to the grid that shows the layout views -
ts
TranslationService ts
-
txtShapeName
com.vaadin.flow.component.textfield.TextField txtShapeName
-
viewExport
com.vaadin.flow.component.html.Anchor viewExport
-
wdwLayoutViews
ConfirmDialog wdwLayoutViews
Dialog that lists the whole list of the views
-
-
-
-
Package org.neotropic.kuwaiba.modules.optional.physcon
-
Class org.neotropic.kuwaiba.modules.optional.physcon.NewPhysicalConnectionWizard extends Wizard implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
-
bem
BusinessEntityManager bem
-
mem
MetadataEntityManager mem
-
physicalConnectionsService
PhysicalConnectionsService physicalConnectionsService
-
rs
ResourceFactory rs
-
ts
TranslationService ts
-
-
-
Class org.neotropic.kuwaiba.modules.optional.physcon.NewPhysicalConnectionWizard.GeneralInfoStep extends Wizard.Step implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager -
chkHasTemplate
com.vaadin.flow.component.checkbox.Checkbox chkHasTemplate
Should the connection be created from a template -
cmbConnectionClass
com.vaadin.flow.component.combobox.ComboBox<ClassMetadataLight> cmbConnectionClass
The connection type (the class the new connection will be spawned from) -
cmbConnectionType
com.vaadin.flow.component.combobox.ComboBox<NewPhysicalConnectionWizard.GeneralInfoStep.ConnectionType> cmbConnectionType
If the connection is a container or a link -
cmbTemplates
com.vaadin.flow.component.combobox.ComboBox<TemplateObjectLight> cmbTemplates
The list of available templates -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager -
physicalConnectionsService
PhysicalConnectionsService physicalConnectionsService
-
properties
Properties properties
Own properties -
rs
ResourceFactory rs
-
ts
TranslationService ts
-
txtName
com.vaadin.flow.component.textfield.TextField txtName
The name of the new connection
-
-
-
Class org.neotropic.kuwaiba.modules.optional.physcon.NewPhysicalConnectionWizard.SelectContainerEndpointsStep extends Wizard.Step implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
-
aSideTree
com.vaadin.flow.component.treegrid.TreeGrid<InventoryObjectNode> aSideTree
The tree on the left side of the wizard -
bem
BusinessEntityManager bem
-
bSideTree
com.vaadin.flow.component.treegrid.TreeGrid<InventoryObjectNode> bSideTree
The tree on the right side of the wizard -
mem
MetadataEntityManager mem
-
physicalConnectionsService
PhysicalConnectionsService physicalConnectionsService
-
properties
Properties properties
Own properties -
rs
ResourceFactory rs
-
selectedEndPointA
BusinessObjectLight selectedEndPointA
-
selectedEndPointB
BusinessObjectLight selectedEndPointB
-
-
-
Class org.neotropic.kuwaiba.modules.optional.physcon.NewPhysicalConnectionWizard.SelectLinkEndpointsStep extends Wizard.Step implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
-
aSideTree
com.vaadin.flow.component.treegrid.TreeGrid<InventoryObjectNode> aSideTree
The tree on the left side of the wizard -
bem
BusinessEntityManager bem
-
bSideTree
com.vaadin.flow.component.treegrid.TreeGrid<InventoryObjectNode> bSideTree
The tree on the right side of the wizard -
mem
MetadataEntityManager mem
-
physicalConnectionsService
PhysicalConnectionsService physicalConnectionsService
-
properties
Properties properties
Own properties -
rs
ResourceFactory rs
-
selectedEndPointA
BusinessObjectLight selectedEndPointA
-
selectedEndPointB
BusinessObjectLight selectedEndPointB
-
-
-
-
Package org.neotropic.kuwaiba.modules.optional.physcon.actions
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.NewPhysicalConnectionWizard extends Wizard implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
-
bem
BusinessEntityManager bem
-
mem
MetadataEntityManager mem
-
physicalConnectionsService
PhysicalConnectionsService physicalConnectionsService
-
rs
ResourceFactory rs
-
ts
TranslationService ts
-
-
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.NewPhysicalConnectionWizard.GeneralInfoStep extends Wizard.Step implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager -
chkHasTemplate
com.vaadin.flow.component.checkbox.Checkbox chkHasTemplate
Should the connection be created from a template -
cmbConnectionClass
com.vaadin.flow.component.combobox.ComboBox<ClassMetadataLight> cmbConnectionClass
The connection type (the class the new connection will be spawned from) -
cmbConnectionType
com.vaadin.flow.component.combobox.ComboBox<org.neotropic.kuwaiba.modules.optional.physcon.actions.NewPhysicalConnectionWizard.GeneralInfoStep.ConnectionType> cmbConnectionType
If the connection is a container or a link -
cmbTemplates
com.vaadin.flow.component.combobox.ComboBox<TemplateObjectLight> cmbTemplates
The list of available templates -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager -
physicalConnectionsService
PhysicalConnectionsService physicalConnectionsService
-
properties
Properties properties
Own properties -
rs
ResourceFactory rs
-
ts
TranslationService ts
-
txtName
com.vaadin.flow.component.textfield.TextField txtName
The name of the new connection
-
-
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.NewPhysicalConnectionWizard.SelectContainerEndpointsStep extends Wizard.Step implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
-
aSideTree
com.vaadin.flow.component.treegrid.TreeGrid<InventoryObjectNode> aSideTree
The tree on the left side of the wizard -
bem
BusinessEntityManager bem
-
bSideTree
com.vaadin.flow.component.treegrid.TreeGrid<InventoryObjectNode> bSideTree
The tree on the right side of the wizard -
mem
MetadataEntityManager mem
-
physicalConnectionsService
PhysicalConnectionsService physicalConnectionsService
-
properties
Properties properties
Own properties -
rs
ResourceFactory rs
-
selectedEndPointA
BusinessObjectLight selectedEndPointA
-
selectedEndPointB
BusinessObjectLight selectedEndPointB
-
-
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.NewPhysicalConnectionWizard.SelectLinkEndpointsStep extends Wizard.Step implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
-
aSideTree
com.vaadin.flow.component.treegrid.TreeGrid<InventoryObjectNode> aSideTree
The tree on the left side of the wizard -
bem
BusinessEntityManager bem
-
bSideTree
com.vaadin.flow.component.treegrid.TreeGrid<InventoryObjectNode> bSideTree
The tree on the right side of the wizard -
mem
MetadataEntityManager mem
-
physicalConnectionsService
PhysicalConnectionsService physicalConnectionsService
-
properties
Properties properties
Own properties -
rs
ResourceFactory rs
-
selectedEndPointA
BusinessObjectLight selectedEndPointA
-
selectedEndPointB
BusinessObjectLight selectedEndPointB
-
-
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.WindowManagePortMirroring extends ConfirmDialog implements Serializable
-
Serialized Fields
-
actionCompletedListener
ActionCompletedListener actionCompletedListener
-
bem
BusinessEntityManager bem
Reference to the business entity manager. -
clickOtherButton
boolean clickOtherButton
-
divMirrorManager
com.vaadin.flow.component.html.Div divMirrorManager
-
divPortSelector
com.vaadin.flow.component.html.Div divPortSelector
-
errorMessage
String errorMessage
-
filterMirrorType
org.neotropic.kuwaiba.modules.optional.physcon.actions.WindowManagePortMirroring.MirrorType filterMirrorType
-
filterOtherPort
String filterOtherPort
-
filterPort
String filterPort
-
initPortParent
BusinessObjectLight initPortParent
-
managePortMirroringVisualAction
ManagePortMirroringVisualAction managePortMirroringVisualAction
-
mem
MetadataEntityManager mem
Reference to the metadata entity manager. -
mirrorTypeValue
org.neotropic.kuwaiba.modules.optional.physcon.actions.WindowManagePortMirroring.MirrorType mirrorTypeValue
Field values. -
newBusinessObjectFromTemplateVisualAction
NewBusinessObjectFromTemplateVisualAction newBusinessObjectFromTemplateVisualAction
-
newBusinessObjectVisualAction
NewBusinessObjectVisualAction newBusinessObjectVisualAction
-
newMultipleBusinessObjectsVisualAction
NewMultipleBusinessObjectsVisualAction newMultipleBusinessObjectsVisualAction
-
open
boolean open
-
otherPort
BusinessObjectLight otherPort
-
otherPortParent
BusinessObjectLight otherPortParent
-
port
BusinessObjectLight port
-
portParent
BusinessObjectLight portParent
-
searchPortValue
String searchPortValue
-
selectedOtherPort
BusinessObjectLight selectedOtherPort
-
selectedPort
BusinessObjectLight selectedPort
Selected ports -
ts
TranslationService ts
Reference to the translation service.
-
-
-
-
Package org.neotropic.kuwaiba.modules.optional.physcon.windows
-
Class org.neotropic.kuwaiba.modules.optional.physcon.windows.FiberSplitterViewWindow extends ViewWindow implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.physcon.windows.PhysicalPathViewWindow extends ViewWindow implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.physcon.windows.PhysicalTreeViewWindow extends ViewWindow implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.physcon.windows.SpliceBoxViewWindow extends ViewWindow implements Serializable
-
-
Package org.neotropic.kuwaiba.modules.optional.pools
-
Class org.neotropic.kuwaiba.modules.optional.pools.PoolsLayout extends ModuleLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.pools.PoolsUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
actDeleteObj
DeleteBusinessObjectVisualAction actDeleteObj
Reference to the action that deletes a Business Object. -
actionRegistry
CoreActionsRegistry actionRegistry
Reference to the action registry. -
actNewMultipleObj
NewMultipleBusinessObjectsVisualAction actNewMultipleObj
Reference to the action that creates a multiple new Business Object from a pattern. -
actNewObj
NewBusinessObjectVisualAction actNewObj
Reference to the action that creates a new Business Object. -
actNewObjFromTemplate
NewBusinessObjectFromTemplateVisualAction actNewObjFromTemplate
Reference to the action that creates a new Business Object from a template. -
advancedActionsRegistry
AdvancedActionsRegistry advancedActionsRegistry
Reference to the action registry. -
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
btnDeletePool
com.vaadin.flow.component.button.Button btnDeletePool
Button instance to execute the delete pool action -
btnNewPoolItem
com.vaadin.flow.component.button.Button btnNewPoolItem
Button instance to execute the new pool action -
cbxFilterPools
com.vaadin.flow.component.combobox.ComboBox<InventoryObjectPool> cbxFilterPools
combo filter for pools grid -
deletePoolVisualAction
DeletePoolVisualAction deletePoolVisualAction
the visual action to delete a class -
explorerWidgetRegistry
ExplorerWidgetRegistry explorerWidgetRegistry
All the registered explorers. -
lblPoolNameTitle
com.vaadin.flow.component.html.H4 lblPoolNameTitle
-
listenerDeletePoolAction
ActionCompletedListener listenerDeletePoolAction
listener to delete pool action -
listenerNewPoolAction
ActionCompletedListener listenerNewPoolAction
listener to new class action -
listenerNewPoolItemAction
ActionCompletedListener listenerNewPoolItemAction
listener to new class action -
lytDetails
com.vaadin.flow.component.orderedlayout.VerticalLayout lytDetails
-
lytPoolContent
com.vaadin.flow.component.orderedlayout.VerticalLayout lytPoolContent
Layout enclosing the pool content -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
newPoolItemVisualAction
NewPoolItemVisualAction newPoolItemVisualAction
the visual action to create a new pool item -
newPoolVisualAction
NewPoolVisualAction newPoolVisualAction
the visual action to create a new pool -
poolObjectsTree
com.vaadin.flow.component.treegrid.TreeGrid<PoolObjectNode> poolObjectsTree
factory to build resources from data source -
resourceFactory
ResourceFactory resourceFactory
factory to build resources from data source -
selectedPool
InventoryObjectPool selectedPool
Reference to the selected pool -
tblPools
com.vaadin.flow.component.grid.Grid<InventoryObjectPool> tblPools
factory to build resources from data source -
ts
TranslationService ts
-
viewWidgetRegistry
ViewWidgetRegistry viewWidgetRegistry
All the object-related views exposed by other modules.
-
-
-
-
Package org.neotropic.kuwaiba.modules.optional.reports
-
Class org.neotropic.kuwaiba.modules.optional.reports.ReportsLayout extends ModuleLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.reports.ReportsUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
btnDeleteReport
com.vaadin.flow.component.button.Button btnDeleteReport
Button instance to execute the delete report action -
btnRunReport
com.vaadin.flow.component.button.Button btnRunReport
Button instance to execute the run report action -
btnSaveReport
com.vaadin.flow.component.button.Button btnSaveReport
Button instance to execute the save report action -
cbxFilterClassReports
com.vaadin.flow.component.combobox.ComboBox<ClassMetadataLight> cbxFilterClassReports
combo filter for inventory tree -
cbxFilterInventoryReports
com.vaadin.flow.component.combobox.ComboBox<ReportMetadataLight> cbxFilterInventoryReports
combo filter for list type tree -
chckEnabled
com.vaadin.flow.component.checkbox.Checkbox chckEnabled
check to set enable/disable the report -
currentParameter
StringPair currentParameter
Object to save the select task parameter -
deleteParameterVisualAction
DeleteParameterVisualAction deleteParameterVisualAction
the visual action to delete attribute -
deleteReportVisualAction
DeleteReportVisualAction deleteReportVisualAction
the visual action to delete a class -
editorScript
com.neotropic.flow.component.aceeditor.AceEditor editorScript
AceEditor instance to edit the script -
isClassLevelCurrentReport
boolean isClassLevelCurrentReport
boolean to know the type of the selected report -
lblReportClass
com.vaadin.flow.component.html.Label lblReportClass
-
lblReportNameTitle
com.vaadin.flow.component.html.H4 lblReportNameTitle
-
listenerDeleteParameterAction
ActionCompletedListener listenerDeleteParameterAction
listener to new class action -
listenerDeleteReportAction
ActionCompletedListener listenerDeleteReportAction
listener to delete report action -
listenerNewClassReportAction
ActionCompletedListener listenerNewClassReportAction
listener to new class action -
listenerNewInventoryReportAction
ActionCompletedListener listenerNewInventoryReportAction
listener to new class action -
listenerNewParameterAction
ActionCompletedListener listenerNewParameterAction
listener to new class action -
lytParameters
com.vaadin.flow.component.orderedlayout.VerticalLayout lytParameters
layout enclosing the parameter report actions and data grid -
lytReportContent
com.vaadin.flow.component.orderedlayout.VerticalLayout lytReportContent
Layout enclosing the report content -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
newClassReportVisualAction
NewClassReportVisualAction newClassReportVisualAction
the visual action to create a new class -
newInventoryReportVisualAction
NewInventoryReportVisualAction newInventoryReportVisualAction
the visual action to create a new class -
newParameterVisualAction
NewParameterVisualAction newParameterVisualAction
the visual action to create a new attribute -
resourceFactory
ResourceFactory resourceFactory
factory to build resources from data source -
selectedClass
ClassMetadataLight selectedClass
-
selectedReport
ReportMetadataLight selectedReport
Reference to the selected report -
tblClassLevelReports
com.vaadin.flow.component.grid.Grid<ReportMetadataLight> tblClassLevelReports
factory to build resources from data source -
tblInventoryReports
com.vaadin.flow.component.grid.Grid<ReportMetadataLight> tblInventoryReports
factory to build resources from data source -
tblParameters
com.vaadin.flow.component.grid.Grid<StringPair> tblParameters
The grid with the list task parameters -
ts
TranslationService ts
-
txtDescription
com.vaadin.flow.component.textfield.TextArea txtDescription
Field to edit the report description -
txtName
com.vaadin.flow.component.textfield.TextField txtName
Field to edit the report name
-
-
-
-
Package org.neotropic.kuwaiba.modules.optional.serviceman
-
Class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerLayout extends ModuleLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
actionRegistry
CoreActionsRegistry actionRegistry
Reference to the action registry. -
advancedActionsRegistry
AdvancedActionsRegistry advancedActionsRegistry
Reference to the action registry. -
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
btnAddLeftItem
com.vaadin.flow.component.contextmenu.MenuItem btnAddLeftItem
left actions -
btnExploreFromDummyRoot
ActionButton btnExploreFromDummyRoot
Button to star exploring from dummy root -
currentService
BusinessObjectLight currentService
Object to save the current service -
deleteCustomerPoolVisualAction
DeleteCustomerPoolVisualAction deleteCustomerPoolVisualAction
Reference to the action that deletes customer pools. -
deleteCustomerVisualAction
DeleteCustomerVisualAction deleteCustomerVisualAction
Reference to the action that deletes customers. -
deleteServicePoolVisualAction
DeleteServicePoolVisualAction deleteServicePoolVisualAction
Reference to the action that deletes service pools. -
deleteServiceVisualAction
DeleteServiceVisualAction deleteServiceVisualAction
Reference to the action that deletes services. -
explorerWidgetRegistry
ExplorerWidgetRegistry explorerWidgetRegistry
All the registered explorers. -
gridCenterNav
ServiceManTree<ServiceManTreeNode> gridCenterNav
Navigation tree in the central column -
gridLeftNav
com.vaadin.flow.component.grid.Grid<ServiceManTreeNode> gridLeftNav
left grid with search results -
iconGenerator
ClassNameIconGenerator iconGenerator
An icon generator for create icons -
lytCenter
com.vaadin.flow.component.orderedlayout.VerticalLayout lytCenter
Center column -
lytContent
com.vaadin.flow.component.orderedlayout.VerticalLayout lytContent
The actual content. Initially it is just a search box then it can become a page displaying the service/customer details. -
lytDetailsPanel
com.vaadin.flow.component.orderedlayout.VerticalLayout lytDetailsPanel
The right-side panel displaying the property sheet of the selected object plus some other options. -
lytHeaderNetwork
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytHeaderNetwork
Holds the name of the selected object and the option: show only ports -
lytHeaderViews
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytHeaderViews
Header to display a title and a close button for the layout views -
lytLeftSide
com.vaadin.flow.component.orderedlayout.VerticalLayout lytLeftSide
RigthColumn -
lytMainNav
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytMainNav
Contains the three columns -
lytParents
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytParents
Holds both the Locations parents and the device parent -
lytParentsDevice
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytParentsDevice
The bread scrums in device -
lytParentsLocation
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytParentsLocation
The bread scrums for location -
lytQuickActions
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytQuickActions
Sub-header with shortcut to common actions such as creating a service or a customer. -
lytSearch
com.vaadin.flow.component.orderedlayout.VerticalLayout lytSearch
The search bar in the header -
lytViews
com.vaadin.flow.component.orderedlayout.VerticalLayout lytViews
Layout at the bottom of the page to show the views -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
newCustomerPoolVisualAction
NewCustomerPoolVisualAction newCustomerPoolVisualAction
Reference to the action that creates customer pools. -
newCustomerVisualAction
NewCustomerVisualAction newCustomerVisualAction
Reference to the action that creates customers. -
newServicePoolVisualAction
NewServicePoolVisualAction newServicePoolVisualAction
Reference to the action that creates service pools. -
newServiceVisualAction
NewServiceVisualAction newServiceVisualAction
Reference to the action that creates services. -
nodeSelected
ServiceManTreeNode nodeSelected
node selected in any grid -
propertySheetPool
PropertySheet propertySheetPool
Pool property sheet -
releaseObjectFromServiceVisualAction
ReleaseObjectFromServiceVisualAction releaseObjectFromServiceVisualAction
Reference to the action that releases business objects from services. -
resourceFactory
ResourceFactory resourceFactory
Factory to build resources from data source. -
searchDialog
DialogServiceManagerSearch searchDialog
the component to show the results of a search -
serviceDashboardFactory
ServiceDashboardFactory serviceDashboardFactory
Reference to the Service Dashboard Factory -
sms
ServiceManagerService sms
Reference to the Service Manager Service -
ts
TranslationService ts
Reference to the translation service. -
viewWidgetRegistry
ViewWidgetRegistry viewWidgetRegistry
All the object-related views exposed by other modules. -
windowMoreInformation
ShowMoreInformationAction windowMoreInformation
The window to show more information about an object.
-
-
-
-
Package org.neotropic.kuwaiba.modules.optional.serviceman.components
-
Class org.neotropic.kuwaiba.modules.optional.serviceman.components.ServiceManTree extends com.vaadin.flow.component.treegrid.TreeGrid<T> implements Serializable
-
-
Package org.neotropic.kuwaiba.modules.optional.serviceman.explorers
-
Class org.neotropic.kuwaiba.modules.optional.serviceman.explorers.DialogServiceManagerSearch extends com.vaadin.flow.component.html.Div implements Serializable
-
Serialized Fields
-
iconGenerator
IconGenerator iconGenerator
-
paperDialog
com.neotropic.flow.component.paper.dialog.PaperDialog paperDialog
-
txtSearch
com.vaadin.flow.component.textfield.TextField txtSearch
-
-
-
Class org.neotropic.kuwaiba.modules.optional.serviceman.explorers.DialogServiceManagerSearch.SelectObjectEvent extends com.vaadin.flow.component.ComponentEvent<DialogNavigationSearch> implements Serializable
-
Serialized Fields
-
object
BusinessObjectLight object
-
-
-
-
Package org.neotropic.kuwaiba.modules.optional.serviceman.widgets
-
Class org.neotropic.kuwaiba.modules.optional.serviceman.widgets.CustomerDashboard extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.serviceman.widgets.NetworkResourcesWidget extends AbstractDashboardWidget implements Serializable
-
Serialized Fields
-
service
BusinessObjectLight service
The service the network resources belong to.
-
-
-
Class org.neotropic.kuwaiba.modules.optional.serviceman.widgets.PoolDashboard extends com.vaadin.flow.component.orderedlayout.HorizontalLayout implements Serializable
-
-
Package org.neotropic.kuwaiba.modules.optional.taskman
-
Class org.neotropic.kuwaiba.modules.optional.taskman.TaskManagerLayout extends ModuleLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.taskman.TaskManagerUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
btnAddTask
ActionButton btnAddTask
Button used to create a new task -
btnCommit
com.neotropic.flow.component.paper.toggle.PaperToggleButton btnCommit
Button to save the value of commit on execute -
btnDeleteTask
ActionButton btnDeleteTask
Button used to delete task preselected -
currentTask
Task currentTask
Object to save the selected task -
deleteTaskVisualAction
DeleteTaskVisualAction deleteTaskVisualAction
The visual action to delete a task -
editorScript
com.neotropic.flow.component.aceeditor.AceEditor editorScript
Task AceEditor -
gridTask
com.vaadin.flow.component.grid.Grid<Task> gridTask
The grid with the list task -
lblTaskName
com.vaadin.flow.component.html.Label lblTaskName
Task name -
lytFilterName
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytFilterName
-
lytLeftSide
com.vaadin.flow.component.orderedlayout.VerticalLayout lytLeftSide
-
lytListTask
com.vaadin.flow.component.orderedlayout.VerticalLayout lytListTask
Content layouts -
lytRightActionButtons
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytRightActionButtons
-
lytRightHeader
com.vaadin.flow.component.orderedlayout.VerticalLayout lytRightHeader
-
lytScript
com.vaadin.flow.component.orderedlayout.VerticalLayout lytScript
-
newTaskVisualAction
NewTaskVisualAction newTaskVisualAction
The visual action to create a task -
splitLayout
com.vaadin.flow.component.splitlayout.SplitLayout splitLayout
Split the content -
taskNotificationDialog
TaskNotificationDialog taskNotificationDialog
The visual action to show task result notification -
taskParametersManagerDialog
TaskParametersManagerDialog taskParametersManagerDialog
The visual action to manage task parameters -
taskUserManagerDialog
TaskUserManagerDialog taskUserManagerDialog
The visual action to manage task users -
ts
TranslationService ts
Reference to the Translation Service -
updateTaskVisualAction
UpdateTaskVisualAction updateTaskVisualAction
The visual action to update a task
-
-
-
-
Package org.neotropic.kuwaiba.modules.optional.topoman
-
Class org.neotropic.kuwaiba.modules.optional.topoman.TopologyManagerLayout extends ModuleLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.topoman.TopologyManagerUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
dashboard
TopologyManagerDashboard dashboard
-
deleteTopologyViewVisualAction
DeleteTopologyViewVisualAction deleteTopologyViewVisualAction
-
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
newTopologyViewVisualAction
NewTopologyViewVisualAction newTopologyViewVisualAction
-
resourceFactory
ResourceFactory resourceFactory
-
ts
TranslationService ts
-
-
-
-
Package org.neotropic.kuwaiba.modules.optional.topoman.tools
-
Class org.neotropic.kuwaiba.modules.optional.topoman.tools.TopologySearch extends com.vaadin.flow.component.html.Div implements Serializable
-
Serialized Fields
-
ts
TranslationService ts
-
-
-
Class org.neotropic.kuwaiba.modules.optional.topoman.tools.TopologySearch.NewObjectEvent extends com.vaadin.flow.component.ComponentEvent<TopologySearch> implements Serializable
-
Serialized Fields
-
object
BusinessObjectLight object
-
-
-
-
Package org.neotropic.kuwaiba.modules.optional.topoman.widgets
-
Class org.neotropic.kuwaiba.modules.optional.topoman.widgets.TopologyManagerDashboard extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
accordionProperties
com.vaadin.flow.component.accordion.Accordion accordionProperties
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
btnAddCloud
com.vaadin.flow.component.button.Button btnAddCloud
-
btnAddEllipseShape
com.vaadin.flow.component.button.Button btnAddEllipseShape
-
btnAddLabel
com.vaadin.flow.component.button.Button btnAddLabel
-
btnAddObject
com.vaadin.flow.component.button.Button btnAddObject
-
btnAddRectShape
com.vaadin.flow.component.button.Button btnAddRectShape
-
btnCopyView
com.vaadin.flow.component.button.Button btnCopyView
-
btnRemoveObjectFromView
com.vaadin.flow.component.button.Button btnRemoveObjectFromView
-
btnRemoveView
com.vaadin.flow.component.button.Button btnRemoveView
button to remove views -
btnSetBGImage
com.vaadin.flow.component.button.Button btnSetBGImage
-
currentView
ViewObject currentView
current view in the canvas -
deleteTopologyViewVisualAction
DeleteTopologyViewVisualAction deleteTopologyViewVisualAction
reference of the visual action to remove a topology view -
dlgAddobject
ConfirmDialog dlgAddobject
-
listenerDeleteAction
ActionCompletedListener listenerDeleteAction
listener to remove topology view action -
listenerNewViewAction
ActionCompletedListener listenerNewViewAction
listener to add new topology view Action -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
newTopologyViewVisualAction
NewTopologyViewVisualAction newTopologyViewVisualAction
reference of the visual action to add a topology view -
openningView
boolean openningView
-
propSheetObjects
PropertySheet propSheetObjects
main property sheet instance -
propSheetTopoView
PropertySheet propSheetTopoView
Prop Sheet for view properties -
resourceFactory
ResourceFactory resourceFactory
factory to instance object icons -
selectedObject
BusinessObjectLight selectedObject
reference to the current selected object in the canvas -
styleEditor
BasicStyleEditor styleEditor
-
tblViews
com.vaadin.flow.component.grid.Grid<ViewObjectLight> tblViews
Reference to the grid that shows the topology views -
topologyView
TopologyView topologyView
Instance of the main canvas view -
topologyViews
List<ViewObjectLight> topologyViews
list of topology views -
topomanAddObject
PaperDialogAddObject topomanAddObject
-
topomanSearchObject
PaperDialogSearchObject topomanSearchObject
-
ts
TranslationService ts
-
wdwTopologyViews
com.vaadin.flow.component.dialog.Dialog wdwTopologyViews
Dialog that lists the whole list of the views
-
-
-
Class org.neotropic.kuwaiba.modules.optional.topoman.widgets.TopologyViewSearch extends com.vaadin.flow.component.html.Div implements Serializable
-
Serialized Fields
-
ts
TranslationService ts
-
txtSearch
com.vaadin.flow.component.textfield.TextField txtSearch
-
-
-
Class org.neotropic.kuwaiba.modules.optional.topoman.widgets.TopologyViewSearch.NewObjectEvent extends com.vaadin.flow.component.ComponentEvent<TopologyViewSearch> implements Serializable
-
Serialized Fields
-
object
BusinessObjectLight object
-
-
-
-
Package org.neotropic.kuwaiba.northbound.ws
-
Class org.neotropic.kuwaiba.northbound.ws.ServerSideException extends Exception implements Serializable
-
-
Package org.neotropic.kuwaiba.northbound.ws.model.application
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.ApplicationLogEntry extends Object implements Serializable
-
Serialized Fields
-
affectedProperty
String affectedProperty
Property/field that was modified, if any -
id
long id
Entry id -
newValue
String newValue
New value of the modified property, if any -
notes
String notes
Additional notes to this action, if any -
objectId
long objectId
Id of the object related to the given action -
oldValue
String oldValue
Old value of the modified property, if any -
timestamp
long timestamp
Entry timestamp -
type
int type
Entry type (see possible values below) -
userName
String userName
Who performed the action
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.GroupInfo extends GroupInfoLight implements Serializable
-
Serialized Fields
-
privileges
PrivilegeInfo[] privileges
Group's privileges -
users
RemoteUserInfo[] users
Membres of the group;
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.GroupInfoLight extends Object implements Serializable
-
Serialized Fields
-
creationDate
long creationDate
Object's creation date. Since there's no a seamless map for java.util.Date (xsd:date has less information than Date, so it's mapped into Calendar), we use a long instead (a timestamp) -
description
String description
UserGroup's description -
id
long id
Object id -
name
String name
UserGroup's name
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.ObjectList extends Object implements Serializable
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.PrivilegeInfo extends Object implements Serializable
-
Serialized Fields
-
accessLevel
int accessLevel
Access level. See ACCESS_LEVEL* for possible values -
featureToken
String featureToken
The unique id of the feature (for example, a web service method or a simple string with the name of the module)
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.Query extends Object implements Serializable
-
Serialized Fields
-
content
byte[] content
-
description
String description
-
displayname
String displayname
-
id
long id
-
name
String name
-
owner
RemoteUserInfo owner
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActivityDefinition extends Object implements Serializable
-
Serialized Fields
-
actor
RemoteActor actor
The actor responsible to execute this activity -
arfifact
RemoteArtifactDefinition arfifact
Artifact associated to the activity definition -
color
String color
Define the activity color -
confirm
boolean confirm
Define if is necessary Confirm before commit the Activity -
description
String description
Activity definition description -
id
long id
Activity definition id -
idling
boolean idling
Define if an Activity can be mark as idle activity -
kpiActions
List<RemoteKpiAction> kpiActions
List of Key Performance Indicator Actions -
kpis
List<RemoteKpi> kpis
List of Key Performance Indicators -
name
String name
Activity definition name -
nextActivity
RemoteActivityDefinition nextActivity
The next activity according to the flow defined in the process definition -
type
int type
Activity type. See TYPE_* for valid values
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteActor extends Object implements Serializable
-
Serialized Fields
-
id
long id
The id of the actor. If it is an external agent, this value will be -1 -
name
String name
Alias used to identify the actor. Most of the times, it will be the name of the user/group -
type
int type
Actor type. See Actor.TYPE_* for valid values
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifact extends Object implements Serializable
-
Serialized Fields
-
commitDate
long commitDate
The artifact commit date -
content
byte[] content
An XML document that contains the actual artifact. It may be a form already filled in, or an XML with CDATA section containing a binary file -
contentType
String contentType
What kind of artifact is it. This value helps a process renderer to know how to interpret the content -
creationDate
long creationDate
The artifact creation date -
id
String id
Artifact id -
name
String name
The name of the artifact -
sharedInformation
List<StringPair> sharedInformation
In the current process. Information which can be shared between an activity instance and to other activity instances or the process instance.
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteArtifactDefinition extends Object implements Serializable
-
Serialized Fields
-
definition
byte[] definition
The actual definition. It's an XML document -
description
String description
Artifact description -
externalScripts
String externalScripts
List of relative path to external scripts separated by space -
id
long id
Artifact id -
name
String name
Artifact name -
postconditionsScript
byte[] postconditionsScript
Script to verify postconditions to execute the Artifact -
preconditionsScript
byte[] preconditionsScript
Script to verify preconditions to execute the Artifact -
printable
Boolean printable
Defines if the artifact can be printed -
printableTemplate
String printableTemplate
Is the template used to print the artifact -
sharedInformation
List<String> sharedInformation
In the current process. Information which can be shared between an activity instance and to other activity instances or the process instance. -
type
int type
Artifact type. See ArtifactDefinition.TYPE_* for valid values -
version
String version
The version of the artifact, expressed as a three numeric sections separated by a dot (e.g. 1.3.1)
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRule extends Object implements Serializable
-
Serialized Fields
-
appliesTo
String appliesTo
Class this rule applies to (you will need to duplicate a rule to apply it to different classes of different class hierarchy branches). Abstract classes are allowed -
constraints
List<RemoteBusinessRuleConstraint> constraints
The list of constraints that define the rule. These constrains are the actual logic that should be checked against before to perform certain action -
description
String description
Rule description -
name
String name
Rule name -
ruleId
long ruleId
Rule id -
scope
int scope
Not yet sure how this will be useful, but I'll leave it here for now. The general idea is that not all rules must be applicable globally, it may depend on some -
type
int type
Rule type. See TYPE_* for possible values -
version
String version
Rule definition may change with new versions, so we keep this value to correctly migrate instances when needed
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteBusinessRuleConstraint extends Object implements Serializable
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConditionalActivityDefinition extends RemoteActivityDefinition implements Serializable
-
Serialized Fields
-
informationArtifact
RemoteArtifactDefinition informationArtifact
Artifact of Read Only to show the information necessary which is it used by the user to take the decision of use the true or the false path. -
nextActivityIfFalse
RemoteActivityDefinition nextActivityIfFalse
Next activity for false path. -
nextActivityIfTrue
RemoteActivityDefinition nextActivityIfTrue
Next activity for true path.
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteConfigurationVariable extends Object implements Serializable
-
Serialized Fields
-
description
String description
Description of the variable -
id
long id
Variable id -
masked
boolean masked
If the value should be masked when rendered, and in the future, when stored (for security reasons, for example) -
name
String name
Variable name -
type
int type
Variable type. See TYPE_XXX for possible values; -
valueDefinition
String valueDefinition
The formatted value of the variable
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteInventoryProxy extends RemoteObject implements Serializable
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteKpi extends Object implements Serializable
-
Serialized Fields
-
action
String action
-
description
String description
-
name
String name
-
thresholds
Properties thresholds
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteParallelActivityDefinition extends RemoteActivityDefinition implements Serializable
-
Serialized Fields
-
incomingSequenceFlowId
long incomingSequenceFlowId
Incoming Sequence Flow Id (Join Parallel Activity Definition Id) -
outgoingSequenceFlowId
long outgoingSequenceFlowId
Outgoing Sequence Flow Id (Fork Parallel Activity Definition Id) -
paths
List<RemoteActivityDefinition> paths
List of paths -
sequenceFlow
int sequenceFlow
Outgoing or Incoming or Incoming/Outgoing Sequence Flows
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessDefinition extends Object implements Serializable
-
Serialized Fields
-
creationDate
long creationDate
Process creation date -
description
String description
Process description -
enabled
boolean enabled
If instances of the current process can be created or not -
id
long id
Process id -
kpiActions
List<RemoteKpiAction> kpiActions
List of Key Performance Indicator Actions to Process Definition -
kpis
List<RemoteKpi> kpis
List of Key Performance Indicators to Process Definition -
name
String name
Process name -
startActivity
RemoteActivityDefinition startActivity
Reference to the start activity (typically a TYPE_START type of activity). The rest will be linked from this one -
version
String version
Process version, expressed as a three numeric sections separated by a dot (e.g. 1.3.1)
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteProcessInstance extends Object implements Serializable
-
Serialized Fields
-
currentActivity
long currentActivity
The pointer to the current activity (that is, the las activity that was committed successfully). When a process was just created, the pointer will point to a dummy TYPE_START activity. When it's finished, will point to a dummy TYPE_END activity -
description
String description
The description of the process -
id
long id
The id of the process -
name
String name
The name of the process -
processDefinition
long processDefinition
A reference to the process definition the current process instance was spawned from
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteQuery extends RemoteQueryLight implements Serializable
-
Serialized Fields
-
content
byte[] content
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteQueryLight extends Object implements Serializable
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadata extends RemoteReportMetadataLight implements Serializable
-
Serialized Fields
-
parameters
List<StringPair> parameters
Parameters list. -
script
String script
Script text.
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteReportMetadataLight extends Object implements Serializable
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteResultMessage extends Object implements Serializable
-
Serialized Fields
-
message
String message
The list of messages showing the results of the task -
messageType
int messageType
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteResultRecord extends Object implements Serializable
-
Serialized Fields
-
extraColumns
ArrayList<String> extraColumns
The extra columns as strings. (i.e OwnerName, type, etc) -
object
RemoteObjectLight object
The main remote object light for this record
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSession extends Object implements Serializable
-
Serialized Fields
-
firstName
String firstName
The first name of the user -
ipAddress
String ipAddress
The address this session was created from -
lastName
String lastName
The last name of the user -
sessionId
String sessionId
A unique string representing the session id -
sessionType
int sessionType
What type of session depending of the type of client. Only one session per session type is allowed. See RemoteSession.TYPE_XXX for possible values -
userId
long userId
The id of the user -
username
String username
The user name
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationConfiguration extends Object implements Serializable
-
Serialized Fields
-
id
long id
Sync config id -
name
String name
Sync config name -
parameters
List<StringPair> parameters
The list of configuration parameters
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationGroup extends Object implements Serializable
-
Serialized Fields
-
id
long id
Group id -
lastSelectedProviders
List<RemoteSynchronizationProvider> lastSelectedProviders
Group provider -
name
String name
Group name
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteSynchronizationProvider extends Object implements Serializable
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTask extends Object implements Serializable
-
Serialized Fields
-
commitOnExecute
boolean commitOnExecute
Should this task commit the changes (if any) after its execution. Handle with care! -
description
String description
Task description -
enabled
boolean enabled
Id this task enabled? -
id
long id
Task id -
name
String name
Task name -
notificationType
RemoteTaskNotificationDescriptor notificationType
How the results of the task should be notified to the subscribed users -
parameters
List<StringPair> parameters
List of parameters as a set of parameter name/value pairs -
schedule
RemoteTaskScheduleDescriptor schedule
When the task should be executed -
script
String script
Task script -
users
List<RemoteUserInfoLight> users
Users subscribed to this task
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskNotificationDescriptor extends Object implements Serializable
-
Serialized Fields
-
email
String email
Email where to send the notification. Use with type TYPE_EMAIL -
notificationType
int notificationType
Type of notification. See static members of this class for possible values
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskResult extends Object implements Serializable
-
Serialized Fields
-
messages
List<RemoteResultMessage> messages
The list of messages showing the results of the task
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTaskScheduleDescriptor extends Object implements Serializable
-
Serialized Fields
-
everyXMinutes
int everyXMinutes
Execute every X minutes since startTime. Use with executionType TYPE_LOOP -
executionType
int executionType
Type of execution. See the static fields in this class for possible values -
startTime
long startTime
Start time as milliseconds from Epoch time. What time should this start start executing? Use with executionType TYPE_LOOP
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTemplateObject extends RemoteTemplateObjectLight implements Serializable
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteTemplateObjectLight extends Object implements Serializable
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteUserInfo extends RemoteUserInfoLight implements Serializable
-
Serialized Fields
-
privileges
List<PrivilegeInfo> privileges
User privileges
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteUserInfoLight extends Object implements Serializable
-
Serialized Fields
-
creationDate
long creationDate
User's creation date -
email
String email
User's email -
enabled
boolean enabled
Indicates if this account is enabled -
firstName
String firstName
User's first name -
id
long id
User id -
lastName
String lastName
User's last name -
type
int type
User type. See UserProfileLight.USER_TYPE* for possible values -
userName
String userName
User's login name
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteValidator extends Object implements Serializable
-
Serialized Fields
-
name
String name
The name of this validator -
properties
List<StringPair> properties
The properties of this validator. The idea behind this, is that a validator should contain a main value (such us "yes, the port is connected") but also extra support values relevant mostly for rendering purposes (such as "display the port name red or with a busy icon since is already connected, or display it orange if since it's not connected, but it's reserved")
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteValidatorDefinition extends Object implements Serializable
-
Serialized Fields
-
classToBeApplied
String classToBeApplied
The validators check conditions for instances of certain classes. Here you specify which one. It supports abstract superclasses -
description
String description
validator description -
enabled
boolean enabled
Is the validator be enabled for execution? -
id
long id
Id of the validator definition -
name
String name
The name of the validator -
script
String script
A Groovy script that receiving the object id and class name as parameters, performs the logic that does the validation
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteViewObject extends RemoteViewObjectLight implements Serializable
-
Serialized Fields
-
background
byte[] background
-
structure
byte[] structure
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteViewObjectLight extends Object implements Serializable
-
Class org.neotropic.kuwaiba.northbound.ws.model.application.ServerStatus extends Object implements Serializable
-
Serialized Fields
-
status
int status
Server status (see static fields for possible values) -
version
String version
Server version
-
-
-
-
Package org.neotropic.kuwaiba.northbound.ws.model.business
-
Class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteAssetLevelCorrelatedInformation extends Object implements Serializable
-
Serialized Fields
-
inventoryObjects
List<RemoteObject> inventoryObjects
The inventory object information -
services
List<RemoteServiceLevelCorrelatedInformation> services
The services and customers related to the provided inventory object
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteContact extends RemoteObject implements Serializable
-
Serialized Fields
-
customer
RemoteObjectLight customer
The company the current contact belongs to
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObject extends RemoteFileObjectLight implements Serializable
-
Serialized Fields
-
file
byte[] file
The actual file
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObjectLight extends Object implements Serializable
-
Class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteLogicalConnectionDetails extends Object implements Serializable
-
Serialized Fields
-
connectionObject
RemoteObject connectionObject
The complete information of the connection (that is, all its attributes) -
endpointA
RemoteObjectLight endpointA
One endpoint of the connection -
endpointB
RemoteObjectLight endpointB
The other endpoint of the connection -
physicalPathForBDisEndpointA
RemoteObjectRelatedObjects physicalPathForBDisEndpointA
-
physicalPathForBDisEndpointB
RemoteObjectRelatedObjects physicalPathForBDisEndpointB
-
physicalPathForEndpointA
List<RemoteObjectLight> physicalPathForEndpointA
Physical path of the connection's endpoint A (all the chain of physical elements -patches, mirror ports, etc- until reaching the next physical port) -
physicalPathForEndpointB
List<RemoteObjectLight> physicalPathForEndpointB
Physical path of the connection's endpoint B (all the chain of physical elements -patches, mirror ports, etc- until reaching the next physical port) -
physicalPathForVlansEndpointA
RemoteObjectRelatedObjects physicalPathForVlansEndpointA
Physical paths, one for every port that belongs to the same VLAN of the endpoint A -
physicalPathForVlansEndpointB
RemoteObjectRelatedObjects physicalPathForVlansEndpointB
Physical paths, one for every port that belongs to the same VLAN of the endpoint B
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObject extends RemoteObjectLight implements Serializable
-
Serialized Fields
-
attributes
List<StringPair> attributes
A key-value dictionary with the attributes and values of the current object. Take into account that if an attribute does not appear in this list, it's because it's value is null
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLight extends Object implements Serializable
-
Serialized Fields
-
className
String className
Object's class name -
id
String id
Object's oid -
name
String name
Object's name -
validators
List<RemoteValidator> validators
Misc flags used to give more information about the object (i.e. is it already connected?)
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLightList extends Object implements Serializable
-
Serialized Fields
-
list
List<RemoteObjectLight> list
The actual list. JAX-WS doesn't seem to serialize correctly classes inheriting from List, so instead of inheriting, we just use composition
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectRelatedObjects extends Object implements Serializable
-
Serialized Fields
-
objs
List<RemoteObjectLight> objs
The object -
relatedObjects
List<RemoteObjectLightList> relatedObjects
The related objects. The indexes of this list are synchronized with those in #relationships
and were separated from the original HashMap to allow an easier serialization of the data structure
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectSpecialRelationships extends Object implements Serializable
-
Serialized Fields
-
relatedObjects
List<RemoteObjectLightList> relatedObjects
The related objects. The indexes of this list are synced with those in #relationships
and were separated from the original HashMap to allow an easier serialization of the data structure -
relationships
List<String> relationships
The name of the relationships
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.business.RemotePhysicalConnectionDetails extends Object implements Serializable
-
Serialized Fields
-
connectionObject
RemoteObject connectionObject
The complete information of the connection (that is, all its attributes) -
physicalPathForEndpointA
List<RemoteObjectLight> physicalPathForEndpointA
Physical path of the connection's endpoint A (all the chain of physical elements -patches, mirror ports, etc- until reaching the next physical port) -
physicalPathForEndpointB
List<RemoteObjectLight> physicalPathForEndpointB
Physical path of the connection's endpoint B (all the chain of physical elements -patches, mirror ports, etc- until reaching the next physical port)
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteServiceLevelCorrelatedInformation extends Object implements Serializable
-
Serialized Fields
-
customer
RemoteObjectLight customer
The customer all the services belong to -
services
List<RemoteObjectLight> services
The services related to the interface/device provided
-
-
-
-
Package org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh
-
Class org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh.RemoteSDHContainerLinkDefinition extends Object implements Serializable
-
Serialized Fields
-
container
RemoteObjectLight container
Container object -
positions
List<RemoteSDHPosition> positions
The positions used by the container -
structured
boolean structured
Is this container structured?
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.business.modules.sdh.RemoteSDHPosition extends Object implements Serializable
-
-
Package org.neotropic.kuwaiba.northbound.ws.model.metadata
-
Class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteAttributeMetadata extends Object implements Serializable
-
Serialized Fields
-
administrative
Boolean administrative
Flag to mark an attribute to be used for administrative purposes (beyond the operational inventory) -
description
String description
Attribute's short description -
displayName
String displayName
Attribute's display name -
id
long id
Attribute's id -
locked
Boolean locked
Cannot change or delete a locked attribute -
mandatory
Boolean mandatory
Marks the attribute as mandatory -
multiple
Boolean multiple
If true, this attribute is a multiple-selection list type. This flag has no effect in primitive attribute types (Strings, numbers, etc) -
name
String name
Attribute's name -
noCopy
Boolean noCopy
Indicates if an attribute is copy when the copy/paste is made -
order
Integer order
Tells the system how to sort the attributes. A call to any method that returns the attributes of a class will return them sorted by order. This is useful to show the attributes in property sheets in order of importance, for example. The default value is 1000 -
readOnly
Boolean readOnly
Marks the attribute as read only -
type
String type
Attribute's type -
unique
Boolean unique
Marks the attribute as unique -
visible
Boolean visible
Attribute's visibility
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadata extends RemoteClassMetadataLight implements Serializable
-
Serialized Fields
-
attributesDescriptions
String[] attributesDescriptions
Attributes descriptions -
attributesDisplayNames
String[] attributesDisplayNames
Attribute display names -
attributesIds
long[] attributesIds
Attribute ids -
attributesMandatories
boolean[] attributesMandatories
Attributes mandatory -
attributesMultiples
boolean[] attributesMultiples
Attributes mandatory -
attributesNames
String[] attributesNames
Attribute names -
attributesNoCopies
boolean[] attributesNoCopies
If the respective attribute should be copied in a copy operation. -
attributesOrders
Integer[] attributesOrders
Attributes orders -
attributesTypes
String[] attributesTypes
Attribute types -
attributesUniques
boolean[] attributesUniques
Attributes unique -
attributesVisibles
boolean[] attributesVisibles
Attributes visibility -
countable
Boolean countable
Indicates if the instances of this class are physical assets (in other words, if it's meaningful to have a count on them) Classes marked with the annotation NoCount (Slot, Port and the like) have this attribute set as false -
creationDate
long creationDate
ClassMetada's creationDate -
description
String description
Class description -
icon
byte[] icon
32x32 icon
-
-
-
Class org.neotropic.kuwaiba.northbound.ws.model.metadata.RemoteClassMetadataLight extends Object implements Serializable
-
Serialized Fields
-
-
-
Package org.neotropic.kuwaiba.northbound.ws.todeserialize
-
Class org.neotropic.kuwaiba.northbound.ws.todeserialize.TransientQuery extends Object implements Serializable
-
Serialized Fields
-
attributeNames
ArrayList<String> attributeNames
Attributes that will be used to build the criteria -
attributeValues
ArrayList<String> attributeValues
Attributes values to be shown in the final result (read this as "SELECT visibleAttributesNames" FROM...). If this is the master query(see @isJoin) and the it's empty or null, all attributes will be shown; if this is a join, none will be shown -
className
String className
Instances of this class will be searched -
conditions
ArrayList<Integer> conditions
Equal to, less than, like, etc -
join
boolean join
Indicates if the current LocalQuery object is a join or the master query. It will be used later to determine if -
joins
ArrayList<TransientQuery> joins
As stated before, joins will be treated like simple subqueries -
limit
int limit
Results limit. Not used if @isJoin is true. Default value is 10 -
logicalConnector
int logicalConnector
-
page
int page
Current result page. If its value is less than 1, means that no pagination should be used -
parent
TransientQuery parent
As stated before, parent will be treated like simple subqueries -
visibleAttributeNames
ArrayList<String> visibleAttributeNames
Attributes to be shown in the final result (read this as "SELECT visibleAttributesNames" FROM...). If this is the master query(see @isJoin) and the it's empty or null, all attributes will be shown; if this is a join, none will be shown
-
-
-
-
Package org.neotropic.kuwaiba.visualization.mxgraph
-
Class org.neotropic.kuwaiba.visualization.mxgraph.BasicStyleEditor extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
chkNoneFillColor
com.vaadin.flow.component.checkbox.Checkbox chkNoneFillColor
-
chkRounded
com.vaadin.flow.component.checkbox.Checkbox chkRounded
-
cmbFont
com.vaadin.flow.component.combobox.ComboBox<String> cmbFont
-
cmbLineType
com.vaadin.flow.component.combobox.ComboBox<String> cmbLineType
-
currentMxGraphCell
com.neotropic.flow.component.mxgraph.MxGraphCell currentMxGraphCell
-
edgeControls
List<com.vaadin.flow.component.Component> edgeControls
-
pkrFillColor
ColorPicker pkrFillColor
-
pkrFontColor
ColorPicker pkrFontColor
-
pkrStrokeColor
ColorPicker pkrStrokeColor
-
ts
TranslationService ts
-
txtFontSize
com.vaadin.flow.component.textfield.NumberField txtFontSize
-
txtStrokeWidth
com.vaadin.flow.component.textfield.NumberField txtStrokeWidth
-
vertexControls
List<com.vaadin.flow.component.Component> vertexControls
-
-
-
Class org.neotropic.kuwaiba.visualization.mxgraph.MxBusinessObjectEdge extends com.neotropic.flow.component.mxgraph.MxGraphEdge implements Serializable
-
Serialized Fields
-
businessObject
BusinessObjectLight businessObject
-
-
-
Class org.neotropic.kuwaiba.visualization.mxgraph.MxBusinessObjectNode extends com.neotropic.flow.component.mxgraph.MxGraphNode implements Serializable
-
Serialized Fields
-
businessObject
BusinessObjectLight businessObject
-
-
-
Class org.neotropic.kuwaiba.visualization.mxgraph.MxGraphGeometryEditor extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
currentMxGraphCell
com.neotropic.flow.component.mxgraph.MxGraphCell currentMxGraphCell
-
ts
TranslationService ts
-
txtHeight
com.vaadin.flow.component.textfield.NumberField txtHeight
-
txtWidth
com.vaadin.flow.component.textfield.NumberField txtWidth
-
txtX
com.vaadin.flow.component.textfield.NumberField txtX
-
txtY
com.vaadin.flow.component.textfield.NumberField txtY
-
-
-
-
Package org.neotropic.kuwaiba.web.ui
-
Class org.neotropic.kuwaiba.web.ui.AboutUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
moduleRegistry
ModuleRegistry moduleRegistry
Reference to the module registry. The global register of all active modules. -
ts
TranslationService ts
Reference to the translation service.
-
-
-
Class org.neotropic.kuwaiba.web.ui.ErrorUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Class org.neotropic.kuwaiba.web.ui.HomeUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
resourceFactory
ResourceFactory resourceFactory
Reference to the Resource Factory. -
ts
TranslationService ts
Reference to the Translation Service.
-
-
-
Class org.neotropic.kuwaiba.web.ui.LoginUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager to authenticate the user. -
btnLogin
com.vaadin.flow.component.button.Button btnLogin
Button that uses the data filled in by the user to create a session. -
ts
TranslationService ts
Reference to the internationalization service. -
txtPassword
com.vaadin.flow.component.textfield.PasswordField txtPassword
Password text field. -
txtUsername
com.vaadin.flow.component.textfield.TextField txtUsername
User name text field.
-
-
-
Class org.neotropic.kuwaiba.web.ui.MainLayout extends ModuleLayout implements Serializable
-
-
Package org.neotropic.util.visual.button
-
Class org.neotropic.util.visual.button.ActionButton extends com.vaadin.flow.component.button.Button implements Serializable
-
-
Package org.neotropic.util.visual.colorpicker
-
Class org.neotropic.util.visual.colorpicker.ColorPicker extends com.vaadin.flow.component.AbstractSinglePropertyField<ColorPicker,String> implements Serializable
-
-
Package org.neotropic.util.visual.dialog
-
Class org.neotropic.util.visual.dialog.ConfirmDialog extends com.vaadin.componentfactory.EnhancedDialog implements Serializable
-
Serialized Fields
-
btnConfirm
com.vaadin.flow.component.button.Button btnConfirm
-
-
-
-
Package org.neotropic.util.visual.general
-
Class org.neotropic.util.visual.general.BoldLabel extends com.vaadin.flow.component.html.Label implements Serializable
-
Class org.neotropic.util.visual.general.FormattedObjectDisplayNameSpan extends com.vaadin.flow.component.html.Span implements Serializable
-
Serialized Fields
-
enablePadding
boolean enablePadding
If the span enclosing the display name should have a 5px padding. By default this is set totrue
. -
ignoreFillColor
boolean ignoreFillColor
Ignore the "fill-color" property expected in a validator. By default this is set tofalse
. -
ignoreTextColor
boolean ignoreTextColor
Ignore the "color" property expected in a validator. By default this is set tofalse
. -
includeClassName
boolean includeClassName
Should the class name be included in the displayed name? By default this is set totrue
.
-
-
-
Class org.neotropic.util.visual.general.ModuleLayout extends com.vaadin.flow.component.orderedlayout.FlexLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager so we can check if the Vaadin session is still valid. -
lytContent
com.vaadin.flow.component.orderedlayout.VerticalLayout lytContent
Content to be injected. -
lytHeader
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytHeader
Header component. -
lytMenu
MenuLayout lytMenu
The left side menu -
moduleRegistry
ModuleRegistry moduleRegistry
Reference to the module registry. -
ts
TranslationService ts
Reference to the translation service.
-
-
-
-
Package org.neotropic.util.visual.grids
-
Class org.neotropic.util.visual.grids.IconNameCellGrid extends com.vaadin.flow.component.orderedlayout.HorizontalLayout implements Serializable
-
-
Package org.neotropic.util.visual.icon
-
Class org.neotropic.util.visual.icon.ActionIcon extends com.vaadin.flow.component.icon.Icon implements Serializable
-
-
Package org.neotropic.util.visual.menu
-
Class org.neotropic.util.visual.menu.MenuButton extends com.vaadin.flow.component.button.Button implements Serializable
-
Class org.neotropic.util.visual.menu.MenuLayout extends com.vaadin.flow.component.orderedlayout.FlexLayout implements Serializable
-
Serialized Fields
-
menuDialog
com.neotropic.flow.component.paper.dialog.PaperDialog menuDialog
-
-
-
-
Package org.neotropic.util.visual.paperdialog
-
Class org.neotropic.util.visual.paperdialog.PaperDialogAddObject extends com.vaadin.flow.component.html.Div implements Serializable
-
Serialized Fields
-
ts
TranslationService ts
-
txtSearch
com.vaadin.flow.component.textfield.TextField txtSearch
-
-
-
Class org.neotropic.util.visual.paperdialog.PaperDialogAddObject.NewObjectEvent extends com.vaadin.flow.component.ComponentEvent<PaperDialogAddObject> implements Serializable
-
Serialized Fields
-
object
BusinessObjectLight object
-
-
-
Class org.neotropic.util.visual.paperdialog.PaperDialogSearchObject extends com.vaadin.flow.component.html.Div implements Serializable
-
Serialized Fields
-
ts
TranslationService ts
-
-
-
Class org.neotropic.util.visual.paperdialog.PaperDialogSearchObject.SelectObjectEvent extends com.vaadin.flow.component.ComponentEvent<PaperDialogSearchObject> implements Serializable
-
Serialized Fields
-
object
BusinessObjectLight object
-
-
-
-
Package org.neotropic.util.visual.properties
-
Class org.neotropic.util.visual.properties.AdvancedEditorDialog extends com.vaadin.flow.component.dialog.Dialog implements Serializable
-
Serialized Fields
-
accept
com.vaadin.flow.component.button.Button accept
-
cancel
com.vaadin.flow.component.button.Button cancel
-
mainComponentEditor
com.vaadin.flow.component.AbstractField mainComponentEditor
-
property
AbstractProperty property
-
-
-
Class org.neotropic.util.visual.properties.DoubleToLongConverter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.neotropic.util.visual.properties.PropertySheet extends com.vaadin.flow.component.grid.Grid<AbstractProperty> implements Serializable
-
Serialized Fields
-
comandUndoLastEdit
com.vaadin.flow.server.Command comandUndoLastEdit
-
currentBtnCancelInEditProperty
com.vaadin.flow.component.button.Button currentBtnCancelInEditProperty
-
propertyValueChangedListeners
List<PropertySheet.IPropertyValueChangedListener> propertyValueChangedListeners
-
readOnly
boolean readOnly
-
ts
TranslationService ts
-
-
-
-
Package org.neotropic.util.visual.selectors
-
Class org.neotropic.util.visual.selectors.BusinessObjectSelector extends com.vaadin.flow.component.orderedlayout.FlexLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
-
bem
BusinessEntityManager bem
-
cmbObjectSelectors
List<com.vaadin.flow.component.combobox.ComboBox<BusinessObjectLight>> cmbObjectSelectors
-
mem
MetadataEntityManager mem
-
placeholder
String placeholder
-
rows
List<com.vaadin.flow.component.orderedlayout.HorizontalLayout> rows
-
selectedObject
BusinessObjectLight selectedObject
-
ts
TranslationService ts
-
valueChangeListener
com.vaadin.flow.component.HasValue.ValueChangeListener<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<com.vaadin.flow.component.combobox.ComboBox<BusinessObjectLight>,BusinessObjectLight>> valueChangeListener
-
-
-
Class org.neotropic.util.visual.selectors.BusinessObjectSelector.SelectedObjectChangeEvent extends com.vaadin.flow.component.ComponentEvent<BusinessObjectSelector> implements Serializable
-
Serialized Fields
-
selectedObject
BusinessObjectLight selectedObject
-
selectedObjects
List<BusinessObjectLight> selectedObjects
-
-
-
-
Package org.neotropic.util.visual.slider
-
Class org.neotropic.util.visual.slider.PaperSlider extends com.vaadin.flow.component.AbstractSinglePropertyField<PaperSlider,Integer> implements Serializable
-
Class org.neotropic.util.visual.slider.PaperSlider.SliderValueChangingEvent extends com.vaadin.flow.component.ComponentEvent<PaperSlider> implements Serializable
-
Class org.neotropic.util.visual.slider.SliderMxGraphZoom extends PaperSlider implements Serializable
-
Serialized Fields
-
canvas
com.neotropic.flow.component.mxgraph.MxGraph canvas
The canvas whose zoom will be managed by this slider.
-
-
-
-
Package org.neotropic.util.visual.togglemenubutton
-
Class org.neotropic.util.visual.togglemenubutton.ToogleMenuButton extends com.vaadin.flow.component.button.Button implements Serializable
-
Serialized Fields
-
menuVisible
boolean menuVisible
-
noVisibleCommand
com.vaadin.flow.server.Command noVisibleCommand
-
visibleCommand
com.vaadin.flow.server.Command visibleCommand
-
-
-
-
Package org.neotropic.util.visual.tree
-
Class org.neotropic.util.visual.tree.BasicTree extends com.vaadin.flow.component.treegrid.TreeGrid<T extends AbstractNode> implements Serializable
-
-
Package org.neotropic.util.visual.widgets
-
Class org.neotropic.util.visual.widgets.AbstractDashboardWidget extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
activeContent
AbstractDashboardWidget.ActiveContent activeContent
The active content to be displayed (cover or content) -
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
contentComponent
com.vaadin.flow.component.Component contentComponent
The component with the detailed information (actual content) -
coverComponent
com.vaadin.flow.component.html.Div coverComponent
The component with the cover information -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
title
String title
Dashboard widget title -
ts
TranslationService ts
Reference to the translation service.
-
-
-
Class org.neotropic.util.visual.widgets.EmptyWideWidget extends AbstractDashboardWidget implements Serializable
-
-
Package org.neotropic.util.visual.window
-
Class org.neotropic.util.visual.window.ObjectSelectorWindow extends ConfirmDialog implements Serializable
-
Serialized Fields
-
btnOk
com.vaadin.flow.component.button.Button btnOk
-
buttonOkEnabled
boolean buttonOkEnabled
-
consumerSelectedObject
Consumer<BusinessObjectLight> consumerSelectedObject
Callback to execute when select device. -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
object
BusinessObjectLight object
-
ts
TranslationService ts
Reference to the Translation Service.
-
-
-
Class org.neotropic.util.visual.window.ViewWindow extends ConfirmDialog implements Serializable
-
-
Package org.neotropic.util.visual.wizard
-
Class org.neotropic.util.visual.wizard.Wizard extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
btnAction
com.vaadin.flow.component.button.Button btnAction
The next or finish action -
btnCancel
com.vaadin.flow.component.button.Button btnCancel
The cancel action -
currentStep
Wizard.Step currentStep
Reference to the current step -
listeners
List<Wizard.WizardEventListener> listeners
The event listeners -
lytButtons
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytButtons
-
lytMainContent
com.vaadin.flow.component.html.Div lytMainContent
Main panel -
ts
TranslationService ts
-
-
-
Class org.neotropic.util.visual.wizard.Wizard.Step extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-