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<IpamNode> 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 -
actReleaseIpAddrFromNetworkInterface
ReleaseIpAddrFromNetworkInterfaceAction actReleaseIpAddrFromNetworkInterface
Reference to action release an individual IP address form a networkInterface -
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
IpamNode currentSelectedNode
current selected node -
currentTreeData
List<IpamNode> currentTreeData
Current Tree data in the navigation tree -
grdSearchResults
com.vaadin.flow.component.grid.Grid<IpamNode> grdSearchResults
the grid in the left side,that shows the current search -
gridIpAddrs
GridIpAddresses gridIpAddrs
Show the IP address for folder or subnets -
gridSubnets
GridSubnets gridSubnets
Shows the subnets in a folder or subnet -
ipamService
IpamService ipamService
Reference to ip address manager service -
lastSearch
String lastSearch
We keep the last search -
lastSearchResults
List<IpamNode> 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 -
lblSubnetsTitle
com.vaadin.flow.component.html.Label lblSubnetsTitle
Title for subent's grid -
log
LoggingService log
Reference to the Kuwaiba Logging Service -
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 -
lytTableGridSubnets
com.vaadin.flow.component.orderedlayout.VerticalLayout lytTableGridSubnets
table for created/nested subnets in a subnet or folder -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
navTree
NavTreeGrid<IpamNode> 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
-
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 FormatedBusinessObjectDiv implements Serializable
-
Serialized Fields
-
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 -
parentClassName
String parentClassName
Subnet parent class name -
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
-
actReleaseIpAddrFromNetworkInterface
ReleaseIpAddrFromNetworkInterfaceAction actReleaseIpAddrFromNetworkInterface
Reference to release IP address from network interface -
bem
BusinessEntityManager bem
Reference to the business entity manager service -
currentPort
BusinessObjectLight currentPort
-
ipamService
IpamService ipamService
Reference to the ipam service module -
log
LoggingService log
Reference to the Kuwaiba Logging Service -
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
-
advancedActionsRegistry
AdvancedActionsRegistry advancedActionsRegistry
All non-general purpose actions provided by other modules than Navigation. -
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
coreActionRegistry
CoreActionsRegistry coreActionRegistry
Reference to the action registry. -
deleteMplsConnectionVisualAction
DeleteMplsConnectionVisualAction deleteMplsConnectionVisualAction
-
deleteMPLSViewVisualAction
DeleteMplsViewVisualAction deleteMPLSViewVisualAction
-
explorerRegistry
ExplorerRegistry explorerRegistry
All the registered object explorers. -
log
LoggingService log
Reference to the Kuwaiba Logging Service -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
mplsService
MplsService mplsService
-
newMPLSViewVisualAction
NewMplsViewVisualAction newMPLSViewVisualAction
-
resourceFactory
ResourceFactory resourceFactory
-
ts
TranslationService ts
Reference to the translation service. -
viewWidgetRegistry
ViewWidgetRegistry viewWidgetRegistry
All the object-related views exposed by other modules.
-
-
-
-
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
-
btnExportAsJPG
com.vaadin.flow.component.button.Button btnExportAsJPG
-
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
-
log
LoggingService log
-
mplsAddObject
PaperDialogAddObject mplsAddObject
-
mplsSearchObject
PaperDialogSearchObject mplsSearchObject
-
mxGraphCanvas
MxGraphCanvas mxGraphCanvas
-
theView
ViewObjectLight theView
-
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
-
accordionProperties
com.vaadin.flow.component.accordion.Accordion accordionProperties
-
advancedActionsRegistry
AdvancedActionsRegistry advancedActionsRegistry
All non-general purpose actions provided by other modules than Navigation. -
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
coreActionRegistry
CoreActionsRegistry coreActionRegistry
Reference to the action registry. -
currentView
ViewObject currentView
current view in the canvas -
deleteMplsConnectionVisualAction
DeleteMplsConnectionVisualAction deleteMplsConnectionVisualAction
reference of the visual action to remove a mpls connection -
deleteMPLSViewVisualAction
DeleteMplsViewVisualAction deleteMPLSViewVisualAction
reference of the visual action to remove a mpls view -
explorerRegistry
ExplorerRegistry explorerRegistry
All the registered object explorers. -
listenerDeleteAction
ActionCompletedListener listenerDeleteAction
listener to remove mpls view action -
listenerNewViewAction
ActionCompletedListener listenerNewViewAction
listener to add new view Action -
log
LoggingService log
Reference to the Kuwaiba Logging Service -
lytObjectOption
com.vaadin.flow.component.orderedlayout.VerticalLayout lytObjectOption
-
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
-
pnlOptions
ObjectOptionsPanel pnlOptions
-
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
Reference to the translation service. -
viewWidgetRegistry
ViewWidgetRegistry viewWidgetRegistry
All the object-related views exposed by other modules. -
wdwMPLSViews
ConfirmDialog 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. -
editConnectionEndPointsWidget
EditConnectionsVisualAction editConnectionEndPointsWidget
Widget that allows connect and disconnect connections endpoints. -
explorerRegistry
ExplorerRegistry explorerRegistry
Reference to ht explorer widget registry. -
log
LoggingService log
Reference to Logging Service. -
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
-
log
LoggingService log
-
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
-
log
LoggingService log
Reference to the Logging Service -
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
-
log
LoggingService log
-
-
-
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
-
explorerRegistry
ExplorerRegistry explorerRegistry
-
log
LoggingService log
-
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
-
log
LoggingService log
Reference to the Logging Service -
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
-
log
LoggingService log
Reference to the Logging Service -
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
-
editConnectionEndPointsWidget
EditConnectionsVisualAction editConnectionEndPointsWidget
-
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.WindowDrawContainerTools 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
-
log
LoggingService log
-
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
-
explorerRegistry
ExplorerRegistry explorerRegistry
-
lat
Double lat
-
lng
Double lng
-
log
LoggingService log
-
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
-
explorerRegistry
ExplorerRegistry explorerRegistry
-
heatmap
Heatmap heatmap
-
lat
Double lat
-
lng
Double lng
-
log
LoggingService log
-
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
-
explorerRegistry
ExplorerRegistry explorerRegistry
-
lat
Double lat
-
lng
Double lng
-
log
LoggingService log
-
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
-
log
LoggingService log
-
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
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager -
callbackCancel
Runnable callbackCancel
Callback to execute to cancel new container. -
containerConsumer
Consumer<BusinessObjectLight> containerConsumer
-
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager -
physicalConnectionService
PhysicalConnectionsService physicalConnectionService
-
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
-
consumerCloseWdw
Consumer<BusinessObjectLight> consumerCloseWdw
-
consumerNewNode
Consumer<BusinessObjectLight> consumerNewNode
-
coreActionsRegistry
CoreActionsRegistry coreActionsRegistry
-
explorerRegistry
ExplorerRegistry explorerRegistry
-
log
LoggingService log
-
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
-
log
LoggingService log
-
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
-
log
LoggingService log
-
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
-
log
LoggingService log
-
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
-
log
LoggingService log
-
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
-
log
LoggingService log
-
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
-
log
LoggingService log
-
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. -
editConnectionEndPointsWidget
EditConnectionsVisualAction editConnectionEndPointsWidget
Widget that allows connect and disconnect connections endpoints. -
explorerRegistry
ExplorerRegistry explorerRegistry
Reference to ht explorer widget registry. -
log
LoggingService log
Reference to the Logging Service. -
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 -
btnAddProject
ActionButton btnAddProject
Button used to create a new project -
btnCopy
ActionButton btnCopy
Button used to copy a project preselected -
btnDeleteProject
ActionButton btnDeleteProject
-
btnInfo
ActionButton btnInfo
Object used to show more information about a project -
btnManageActivities
ActionButton btnManageActivities
Button used to manage activities -
btnMove
ActionButton btnMove
Button used to move a project preselected -
btnProjectReports
ActionButton btnProjectReports
Button used to show project reports -
cmbFilterPoolName
com.vaadin.flow.component.combobox.ComboBox<InventoryObjectPool> cmbFilterPoolName
Object to filter for pool name -
copyProjectToPoolVisualAction
CopyProjectToPoolVisualAction copyProjectToPoolVisualAction
The visual action to copy a project from a project pool -
currentPool
InventoryObjectPool currentPool
Object to save the selected pool -
currentProject
BusinessObjectLight 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<BusinessObjectLight> 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 -
log
LoggingService log
Reference to the Kuwaiba Logging Service -
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. -
moveProjectToPoolVisualAction
MoveProjectToPoolVisualAction moveProjectToPoolVisualAction
The visual action to copy a project from a pool to another pool -
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 -
relateObjectToProjectVisualAction
RelateObjectToProjectVisualAction relateObjectToProjectVisualAction
The visual action to associate objects of a project -
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.ProcessDiagramUi 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. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
processEnginePath
String processEnginePath
-
processInstance
ProcessInstance processInstance
-
ts
TranslationService ts
Reference to the Translation Service. -
warehousesService
WarehousesService warehousesService
Reference to the Warehouse Service.
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.processman.ProcessEditorLayout extends ModuleLayout implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.processman.ProcessEditorUI 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. -
artifactDefinitionDialog
ArtifactDefinitionDialog artifactDefinitionDialog
Reference to the artifact definition dialog -
bpmnActivity
com.neotropic.flow.component.mxgraph.bpmn.BPMNNode bpmnActivity
Saves the activity information to relate to their artifacts. -
btnEvent
ActionButton btnEvent
-
btnGateway
ActionButton btnGateway
-
btnSaveDiagram
ActionButton btnSaveDiagram
-
btnSwimlane
ActionButton btnSwimlane
-
btnTask
ActionButton btnTask
-
btnUpdate
ActionButton btnUpdate
Actions buttons -
chxEnabled
com.vaadin.flow.component.checkbox.Checkbox chxEnabled
Action enable -
commandFormArtifact
com.vaadin.flow.server.Command commandFormArtifact
-
currentCreationDate
long currentCreationDate
-
currentDescription
String currentDescription
-
currentProcessId
String currentProcessId
-
currentProcessName
String currentProcessName
Process properties -
currentVersion
String currentVersion
-
diagram
com.neotropic.flow.component.mxgraph.bpmn.BPMNDiagram diagram
Diagram -
lastNodeAdded
com.neotropic.flow.component.mxgraph.bpmn.BPMNNode lastNodeAdded
-
lblProcessDefinition
BoldLabel lblProcessDefinition
-
listArtifact
LinkedList<ArtifactDefinition> listArtifact
-
listCurrentArtifacts
LinkedList<ArtifactDefinition> listCurrentArtifacts
-
mapActorLanes
LinkedHashMap<Actor,com.neotropic.flow.component.mxgraph.bpmn.SwimlaneNode> mapActorLanes
-
mapActors
Map<Actor,com.neotropic.flow.component.mxgraph.bpmn.SwimlaneNode> mapActors
-
mapNodes
Map<ActivityDefinition,com.neotropic.flow.component.mxgraph.bpmn.BPMNNode> mapNodes
-
newGateway
com.neotropic.flow.component.mxgraph.bpmn.SymbolNode newGateway
-
persistenceService
PersistenceService persistenceService
Reference to the Persistence Service. -
processDefPath
String processDefPath
-
processEnabled
String processEnabled
-
processManagerService
ProcessManagerService processManagerService
Reference to the process manager service. -
startNode
com.neotropic.flow.component.mxgraph.bpmn.SymbolNode startNode
-
ts
TranslationService ts
Reference to the Translation Service.
-
-
-
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. -
debugMode
boolean debugMode
-
processManagerService
ProcessManagerService processManagerService
Reference to the process manager service. -
ts
TranslationService ts
Reference to the Translation Service.
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.processman.ProcessTimelineUi extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
kpiManagerService
KpiManagerService kpiManagerService
Reference to the KPI Manager Service. -
processInstance
ProcessInstance processInstance
-
ts
TranslationService ts
Reference to the Translation Service.
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.processman.diagram
-
Class com.neotropic.kuwaiba.modules.commercial.processman.diagram.ProcessDefinitionDiagram extends com.vaadin.flow.component.html.Div implements Serializable
-
Serialized Fields
-
processDefinition
ProcessDefinition processDefinition
-
ts
TranslationService ts
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.processman.diagram.ProcessInstanceDebugWindow extends ConfirmDialog implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
-
processInstance
ProcessInstance processInstance
-
ts
TranslationService ts
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.processman.diagram.ProcessInstanceDiagram extends com.vaadin.flow.component.html.Div implements Serializable
-
Serialized Fields
-
activities
HashMap<ActivityDefinition,ActivityNode> activities
-
actorAuthorizationManager
ActorAuthorizationManager actorAuthorizationManager
-
actors
HashMap<Actor,com.neotropic.flow.component.mxgraph.bpmn.BPMNNode> actors
-
aem
ApplicationEntityManager aem
-
bem
BusinessEntityManager bem
-
btnOutline
ActionButton btnOutline
-
cmdUpdateDiagram
com.vaadin.flow.server.Command cmdUpdateDiagram
-
diagramProvider
ProcessDefinitionDiagramProvider diagramProvider
-
lastActivity
ActivityDefinition lastActivity
Deprecated.TODO: Remove once the coordinates are loaded from the xml -
mem
MetadataEntityManager mem
-
nodes
HashMap<ActivityDefinition,com.neotropic.flow.component.mxgraph.bpmn.BPMNNode> nodes
-
outline
boolean outline
-
processDefinition
ProcessDefinition processDefinition
-
processEnginePath
String processEnginePath
-
processInstance
ProcessInstance processInstance
-
ts
TranslationService ts
-
ws
WarehousesService ws
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.processman.diagram.mx
-
Class com.neotropic.kuwaiba.modules.commercial.processman.diagram.mx.MxSymbolActivityNode extends com.neotropic.flow.component.mxgraph.bpmn.SymbolNode implements Serializable
-
Serialized Fields
-
clickListeners
List<ActivityNode.ClickListener> clickListeners
-
enabled
boolean enabled
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.processman.diagram.mx.MxTaskActivityNode extends com.neotropic.flow.component.mxgraph.bpmn.TaskNode implements Serializable
-
Serialized Fields
-
clickListeners
List<ActivityNode.ClickListener> clickListeners
-
enabled
boolean enabled
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.processman.elementUi
-
Class com.neotropic.kuwaiba.modules.commercial.processman.elementUi.ButtonElementUi extends com.vaadin.flow.component.button.Button implements Serializable
-
Serialized Fields
-
elementUiCaption
String elementUiCaption
-
elementUiHeight
String elementUiHeight
-
elementUiId
String elementUiId
-
elementUiMinWidth
String elementUiMinWidth
-
elementUiOnClick
String elementUiOnClick
-
elementUiOnLoad
String elementUiOnLoad
-
elementUiOnPropertyChange
String elementUiOnPropertyChange
-
elementUiStyleName
String elementUiStyleName
-
elementUiWidth
String elementUiWidth
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.processman.elementUi.CheckBoxElementUi extends com.vaadin.flow.component.checkbox.Checkbox implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.processman.elementUi.ComboBoxElementUi extends com.vaadin.flow.component.combobox.ComboBox implements Serializable
-
Serialized Fields
-
elementUiDataType
String elementUiDataType
-
elementUiHeight
String elementUiHeight
-
elementUiId
String elementUiId
-
elementUiItems
String elementUiItems
-
elementUiMinWidth
String elementUiMinWidth
-
elementUiOnLazyLoad
String elementUiOnLazyLoad
-
elementUiOnLoad
String elementUiOnLoad
-
elementUiOnPropertyChange
String elementUiOnPropertyChange
-
elementUiPropertyChangeListener
String elementUiPropertyChangeListener
-
elementUiShared
String elementUiShared
-
elementUiValue
String elementUiValue
-
elementUiWidth
String elementUiWidth
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.processman.elementUi.GridElementUi extends com.vaadin.flow.component.grid.Grid implements Serializable
-
Serialized Fields
-
elementUiAlignment
String elementUiAlignment
-
elementUiColumns
String elementUiColumns
-
elementUiDataType
String elementUiDataType
-
elementUiHeight
String elementUiHeight
-
elementUiId
String elementUiId
-
elementUiMinWidth
String elementUiMinWidth
-
elementUiOnLoad
String elementUiOnLoad
-
elementUiRows
String elementUiRows
-
elementUiSave
String elementUiSave
-
elementUiShared
String elementUiShared
-
elementUiWidth
String elementUiWidth
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.processman.elementUi.HorizontalLayoutElementUi extends com.vaadin.flow.component.orderedlayout.HorizontalLayout implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.processman.elementUi.LabelElementUi extends com.vaadin.flow.component.html.Label implements Serializable
-
Serialized Fields
-
elementUiAlignment
String elementUiAlignment
-
elementUiHeight
String elementUiHeight
-
elementUiId
String elementUiId
-
elementUiMinWidth
String elementUiMinWidth
-
elementUiOnLoad
String elementUiOnLoad
-
elementUiOnPropertyChange
String elementUiOnPropertyChange
-
elementUiStyleName
String elementUiStyleName
-
elementUiValue
String elementUiValue
-
elementUiWidth
String elementUiWidth
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.processman.elementUi.TextFieldElementUi extends com.vaadin.flow.component.textfield.TextField implements Serializable
-
Serialized Fields
-
elementUiDataType
String elementUiDataType
-
elementUiEnabled
String elementUiEnabled
-
elementUiHeight
String elementUiHeight
-
elementUiHidden
String elementUiHidden
-
elementUiId
String elementUiId
-
elementUiMandatory
String elementUiMandatory
-
elementUiMinWidth
String elementUiMinWidth
-
elementUiOnLoad
String elementUiOnLoad
-
elementUiOnPropertyChange
String elementUiOnPropertyChange
-
elementUiValue
String elementUiValue
-
elementUiWidth
String elementUiWidth
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.processman.elementUi.VerticalLayoutElementUi extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
-
Package com.neotropic.kuwaiba.modules.commercial.processman.elementUiItem
-
Class com.neotropic.kuwaiba.modules.commercial.processman.elementUiItem.AbstractElementUiItem extends com.vaadin.flow.component.html.Label implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.processman.elementUiItem.ButtonElementUiItem extends AbstractElementUiItem implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.processman.elementUiItem.CheckBoxElementUiItem extends AbstractElementUiItem implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.processman.elementUiItem.ComboBoxElementUiItem extends AbstractElementUiItem implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.processman.elementUiItem.GridElementUiItem extends AbstractElementUiItem implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.processman.elementUiItem.HorizontalLayoutElementUiItem extends AbstractElementUiItem implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.processman.elementUiItem.LabelElementUiItem extends AbstractElementUiItem implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.processman.elementUiItem.TextFieldElementUiItem extends AbstractElementUiItem implements Serializable
-
Class com.neotropic.kuwaiba.modules.commercial.processman.elementUiItem.VerticalLayoutElementUiItem extends AbstractElementUiItem implements Serializable
-
-
Package com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
-
Class com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FunctionRunnerException extends Exception implements Serializable
-
-
Package com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.artifacts
-
Class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.artifacts.FormRender 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.forms.reference.vaadin.components
-
Class com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components.UploadAnchor extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
div
com.vaadin.flow.component.html.Div div
-
memoryBuffer
com.vaadin.flow.component.upload.receivers.MemoryBuffer memoryBuffer
-
-
-
-
Package com.neotropic.kuwaiba.modules.commercial.processman.wdw
-
Class com.neotropic.kuwaiba.modules.commercial.processman.wdw.ArtifactWindow extends ConfirmDialog implements Serializable
-
Serialized Fields
-
activityDefinition
ActivityDefinition activityDefinition
-
actorAuthorizationManager
ActorAuthorizationManager actorAuthorizationManager
-
aem
ApplicationEntityManager aem
-
artifact
Artifact artifact
-
artifactDefinition
ArtifactDefinition artifactDefinition
-
artifactRender
AbstractArtifactRender artifactRender
-
artifactRendererComponent
com.vaadin.flow.component.Component artifactRendererComponent
-
bem
BusinessEntityManager bem
-
cmdUpdateDiagram
com.vaadin.flow.server.Command cmdUpdateDiagram
-
isActivityRunningInParallel
boolean isActivityRunningInParallel
-
mem
MetadataEntityManager mem
-
processDefinition
ProcessDefinition processDefinition
-
processEnginePath
String processEnginePath
-
processInstance
ProcessInstance processInstance
-
ts
TranslationService ts
-
ws
WarehousesService ws
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.processman.wdw.NewProcessInstanceWindow extends ConfirmDialog implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
-
processDefinition
ProcessDefinition processDefinition
-
ts
TranslationService ts
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.processman.wdw.ProcessInstanceEditorWindow extends ConfirmDialog implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
-
cmdProcessInstanceUpdated
com.vaadin.flow.server.Command cmdProcessInstanceUpdated
-
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
-
advancedActionsRegistry
AdvancedActionsRegistry advancedActionsRegistry
All non-general purpose actions provided by other modules than Navigation. -
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
coreActionRegistry
CoreActionsRegistry coreActionRegistry
Reference to the action registry. -
deleteSdhContainerLinkVisualAction
DeleteSdhContainerLinkVisualAction deleteSdhContainerLinkVisualAction
-
deleteSdhTransportLinkVisualAction
DeleteSdhTransportLinkVisualAction deleteSdhTransportLinkVisualAction
-
deleteSdhTributaryLinkVisualAction
DeleteSdhTributaryLinkVisualAction deleteSdhTributaryLinkVisualAction
-
deleteSdhViewVisualAction
DeleteSdhViewVisualAction deleteSdhViewVisualAction
-
explorerRegistry
ExplorerRegistry explorerRegistry
All the registered object explorers. -
log
LoggingService log
Reference to the Kuwaiba Logging Service -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
newSdhViewVisualAction
NewSdhViewVisualAction newSdhViewVisualAction
-
resourceFactory
ResourceFactory resourceFactory
-
sdhService
SdhService sdhService
-
ts
TranslationService ts
Reference to the translation service. -
viewWidgetRegistry
ViewWidgetRegistry viewWidgetRegistry
All the object-related views exposed by other modules.
-
-
-
-
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
-
btnExportAsJPG
com.vaadin.flow.component.button.Button btnExportAsJPG
-
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
-
log
LoggingService log
-
mxGraphCanvas
MxGraphCanvas mxGraphCanvas
-
sdhAddObject
PaperDialogAddObject sdhAddObject
-
sdhSearchObject
PaperDialogSearchObject sdhSearchObject
-
theView
ViewObjectLight theView
-
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
-
accordionProperties
com.vaadin.flow.component.accordion.Accordion accordionProperties
-
advancedActionsRegistry
AdvancedActionsRegistry advancedActionsRegistry
All non-general purpose actions provided by other modules than Navigation. -
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
blankView
boolean blankView
-
CONNECTION_CONTAINERLINK
String CONNECTION_CONTAINERLINK
-
CONNECTION_TRANSPORTLINK
String CONNECTION_TRANSPORTLINK
-
CONNECTION_TRIBUTARYLINK
String CONNECTION_TRIBUTARYLINK
-
coreActionRegistry
CoreActionsRegistry coreActionRegistry
Reference to the action registry. -
currentView
ViewObject currentView
current view in the canvas -
deleteSdhContainerLinkVisualAction
DeleteSdhContainerLinkVisualAction deleteSdhContainerLinkVisualAction
reference of the visual action to remove a Sdh container link -
deleteSdhTransportLinkVisualAction
DeleteSdhTransportLinkVisualAction deleteSdhTransportLinkVisualAction
reference of the visual action to remove a Sdh transport link -
deleteSdhTributaryLinkVisualAction
DeleteSdhTributaryLinkVisualAction deleteSdhTributaryLinkVisualAction
reference of the visual action to remove a Sdh tributary link -
deleteSdhViewVisualAction
DeleteSdhViewVisualAction deleteSdhViewVisualAction
reference of the visual action to remove a Sdh view -
explorerRegistry
ExplorerRegistry explorerRegistry
All the registered object explorers. -
listenerDeleteAction
ActionCompletedListener listenerDeleteAction
listener to remove Sdh view action -
listenerNewViewAction
ActionCompletedListener listenerNewViewAction
listener to add new view Action -
log
LoggingService log
Reference to the Kuwaiba Logging Service -
lytObjectOption
com.vaadin.flow.component.orderedlayout.VerticalLayout lytObjectOption
-
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
newSdhViewVisualAction
NewSdhViewVisualAction newSdhViewVisualAction
reference of the visual action to add a Sdh view -
pnlOptions
ObjectOptionsPanel pnlOptions
-
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
Reference to the translation service. -
viewWidgetRegistry
ViewWidgetRegistry viewWidgetRegistry
All the object-related views exposed by other modules. -
wdwSdhViews
ConfirmDialog 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.NewSDHContainerLinkWizard extends Wizard implements Serializable
-
Serialized Fields
-
equipmentA
BusinessObjectLight equipmentA
source equipment -
equipmentB
BusinessObjectLight equipmentB
target equipment -
log
LoggingService log
Reference to the Kuwaiba Logging Service -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager -
rs
ResourceFactory rs
-
sdhService
SdhService sdhService
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.NewSDHContainerLinkWizard.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.NewSDHContainerLinkWizard.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.NewSDHContainerLinkWizard.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.NewSDHTransportLinkWizard extends Wizard implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
equipmentA
BusinessObjectLight equipmentA
Source equipment. -
equipmentB
BusinessObjectLight equipmentB
Target equipment. -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
rs
ResourceFactory rs
Reference to the Resource Factory. -
sdhService
SdhService sdhService
Reference to the Sdh Service.
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.NewSDHTransportLinkWizard.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.NewSDHTransportLinkWizard.SelectLinkEndpointsStep extends Wizard.Step implements Serializable
-
Serialized Fields
-
aSideTree
InventoryObjectNodeTreeGrid<InventoryObjectNode> aSideTree
The tree on the left side of the wizard. -
bSideTree
InventoryObjectNodeTreeGrid<InventoryObjectNode> bSideTree
The tree on the right side of the wizard. -
properties
Properties properties
Own properties. -
selectedEndPointA
BusinessObjectLight selectedEndPointA
Saves the selected object from aSideTree. -
selectedEndPointB
BusinessObjectLight selectedEndPointB
Saves the selected object from bSideTree.
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.NewSDHTributaryLinkWizard extends Wizard implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
Reference to the Business Entity Manager -
equipmentA
BusinessObjectLight equipmentA
Source equipment. -
equipmentB
BusinessObjectLight equipmentB
Target equipment. -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager -
rs
ResourceFactory rs
Reference to the Resource Factory. -
sdhService
SdhService sdhService
Reference to the Sdh Service.
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.NewSDHTributaryLinkWizard.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.NewSDHTributaryLinkWizard.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.NewSDHTributaryLinkWizard.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.NewSDHTributaryLinkWizard.SelectLinkEndpointsStep extends Wizard.Step implements Serializable
-
Serialized Fields
-
aSideTree
InventoryObjectNodeTreeGrid<InventoryObjectNode> aSideTree
The tree on the left side of the wizard. -
bSideTree
InventoryObjectNodeTreeGrid<InventoryObjectNode> bSideTree
The tree on the right side of the wizard. -
properties
Properties properties
Own properties. -
selectedEndPointA
BusinessObjectLight selectedEndPointA
Saves the selected object from aSideTree. -
selectedEndPointB
BusinessObjectLight selectedEndPointB
Saves the selected object from bSideTree.
-
-
-
Class com.neotropic.kuwaiba.modules.commercial.sdh.wizard.NewSDHTributaryLinkWizard.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. -
actCopyObjToWarehouse
CopyObjectToWarehouseVisualAction actCopyObjToWarehouse
Reference to the action that copy a business object to a spare pool. -
actDeleteObj
DefaultDeleteBusinessObjectVisualAction 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. -
actMoveObjToWarehouse
MoveObjectToWarehouseVisualAction actMoveObjToWarehouse
Reference to the action that move a business object to a spare pool. -
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
ActionButton btnDeleteSparePool
Button used to delete a spare pool -
btnDeleteWarehouse
com.vaadin.flow.component.button.Button btnDeleteWarehouse
Button used to delete a warehouse -
btnNewSparePart
com.vaadin.flow.component.button.Button btnNewSparePart
Button used to create a new object in spare pool -
btnNewSparePool
ActionButton btnNewSparePool
Button used to create a new spare pool -
btnNewWarehouse
com.vaadin.flow.component.button.Button btnNewWarehouse
Button used to create a new warehouse -
btnUpdateSparePool
ActionButton btnUpdateSparePool
Button used to update a spare pool -
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 -
explorerRegistry
ExplorerRegistry explorerRegistry
All the registered explorers. -
gridObjects
com.vaadin.flow.component.treegrid.TreeGrid<WarehouseManagerNode> gridObjects
The grid with the list objects -
gridWarehouses
com.vaadin.flow.component.grid.Grid<BusinessObjectLight> gridWarehouses
The grid with the list warehouses -
iconGenerator
ClassNameIconGenerator iconGenerator
An icon generator for create icons -
lblInfo
com.vaadin.flow.component.html.Label lblInfo
Object to show info of warehouses -
log
LoggingService log
Reference to the Logging Service. -
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 -
ts
TranslationService ts
Reference to the Translation Service -
updateSparePoolVisualAction
UpdateSparePoolVisualAction updateSparePoolVisualAction
The visual action to update a spare pool -
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
-
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.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
-
Serialized Fields
-
code
int code
Used as exception key and I18N key code. The exception key and I18N key has a prefix and code. Example [prefix].[code] = api.bem.error.1234 -
messageArgs
Object[] messageArgs
Set of I18N key arguments. Example api.bem.error.1234=Error %s then i18nKeyArgs=["message"] -
prefix
String prefix
Used as exception key and I18N key prefix. The exception key and I18N key has a prefix and code. Example [prefix].[code] = api.bem.error.1234
-
-
-
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.filters
-
Class org.neotropic.kuwaiba.core.configuration.filters.FilterDefinitionLayout extends ModuleLayout implements Serializable
-
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.ProxyManagerLayout extends ModuleLayout implements Serializable
-
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 to a proxy -
associateProjectVisualAction
AssociateProjectVisualAction associateProjectVisualAction
The visual action to associate projects to 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 -
btnCopy
ActionButton btnCopy
Object used to copy a proxy preselected -
btnDeleteProxy
ActionButton btnDeleteProxy
Object used to delete a proxy preselected -
btnMove
ActionButton btnMove
Object used to move a proxy preselected -
cmbFilterPoolName
com.vaadin.flow.component.combobox.ComboBox<InventoryObjectPool> cmbFilterPoolName
Object to filter for pool name -
copyProxyToPoolVisualAction
CopyProxyToPoolVisualAction copyProxyToPoolVisualAction
The visual action to copy a proxy from a pool to another pool -
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 -
log
LoggingService log
Reference to the Logging Service. -
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 . -
moveProxyToPoolVisualAction
MoveProxyToPoolVisualAction moveProxyToPoolVisualAction
The visual action to move a proxy from a pool to another pool -
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 an object from a proxy -
releaseProjectVisualAction
ReleaseProjectVisualAction releaseProjectVisualAction
The visual action to release a project from a proxy -
splitLayout
com.vaadin.flow.component.splitlayout.SplitLayout splitLayout
Split the content -
ts
TranslationService ts
Reference o the Translation Service -
windowMoreInformation
ShowMoreInformationAction windowMoreInformation
The window to show more information about an object.
-
-
-
-
Package org.neotropic.kuwaiba.core.configuration.validators
-
Class org.neotropic.kuwaiba.core.configuration.validators.ValidatorDefinitionLayout extends ModuleLayout implements Serializable
-
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 -
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.ConfigurationVariablesLayout extends ModuleLayout implements Serializable
-
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 -
lblVariableName
com.vaadin.flow.component.html.Label lblVariableName
Variable selected name -
listPools
List<InventoryObjectPool> listPools
Object to save the pool list -
lytFilterName
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytFilterName
Contains variable 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 configuration variables -
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.notifications.exceptions
-
Class org.neotropic.kuwaiba.core.notifications.exceptions.NotificationConnectionException extends NotificationException implements Serializable
-
Class org.neotropic.kuwaiba.core.notifications.exceptions.NotificationException extends Exception implements Serializable
-
Serialized Fields
-
code
int code
Used as exception key and I18N key code. The exception key and I18N key has a prefix and code. Example [prefix].[code] = api.bem.error.1234 -
messageArgs
Object[] messageArgs
Set of I18N key arguments. Example api.bem.error.1234=Error %s then i18nKeyArgs=["message"] -
prefix
String prefix
Used as exception key and I18N key prefix. The exception key and I18N key has a prefix and code. Example [prefix].[code] = api.bem.error.1234
-
-
-
Class org.neotropic.kuwaiba.core.notifications.exceptions.NotificationMessageException extends NotificationException implements Serializable
-
Class org.neotropic.kuwaiba.core.notifications.exceptions.NotificationParamsException extends NotificationException implements Serializable
-
Class org.neotropic.kuwaiba.core.notifications.exceptions.NotificationTypeException extends NotificationException implements Serializable
-
-
Package org.neotropic.kuwaiba.core.persistence.reference.extras.processman
-
Class org.neotropic.kuwaiba.core.persistence.reference.extras.processman.ProcessDefinitionLoader.XMLProcessDefinitionException extends Exception implements Serializable
-
-
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.services.scheduling
-
Class org.neotropic.kuwaiba.core.services.scheduling.SchedulingLayout extends ModuleLayout implements Serializable
-
Class org.neotropic.kuwaiba.core.services.scheduling.SchedulingUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
allScheduleJobs
InventoryObjectPool allScheduleJobs
Object to add a new Pool to filter -
btnAddScheduleJob
ActionButton btnAddScheduleJob
Button Object to create a new Schedule Job -
btnScheduleJob
ActionButton btnScheduleJob
Object to schedule the selected Job -
cmbFilterSchedulePoolName
com.vaadin.flow.component.combobox.ComboBox<InventoryObjectPool> cmbFilterSchedulePoolName
Combo box Object to select schedule job pools -
createJobAction
NewScheduleJobVisualAction createJobAction
The visual action for add jobs -
currentExecuteJob
ExecuteJob currentExecuteJob
Object to save the selected schedule job -
currentScheduleJobPool
InventoryObjectPool currentScheduleJobPool
Object to save the selected schedule job pool -
dataProvider
com.vaadin.flow.data.provider.ListDataProvider<ExecuteJob> dataProvider
main grid data provider -
deleteJobAction
DeleteScheduleJobVisualAction deleteJobAction
The visual action for delete jobs -
enableModule
boolean enableModule
flag to validate the status of the module -
grbRunningJobs
com.vaadin.flow.component.grid.Grid<ExecuteJob> grbRunningJobs
property sheet for scheduled jobs -
grbScheduleJobs
com.vaadin.flow.component.grid.Grid<ExecuteJob> grbScheduleJobs
The grid with the schedule jobs -
lblJobName
com.vaadin.flow.component.html.Label lblJobName
job selected name -
lblNoRunningJobs
com.vaadin.flow.component.html.Label lblNoRunningJobs
empty running label -
listScheduleJobsPools
List<InventoryObjectPool> listScheduleJobsPools
Object to save the schedule job pool list -
lytActionRightButtons
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytActionRightButtons
Layout for action buttons; -
lytCenter
com.vaadin.flow.component.orderedlayout.VerticalLayout lytCenter
Main Center layout -
lytHeaderRight
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytHeaderRight
Layout for header lyt; -
lytLeft
com.vaadin.flow.component.orderedlayout.VerticalLayout lytLeft
Main Left layout -
lytPropertySheet
com.vaadin.flow.component.orderedlayout.VerticalLayout lytPropertySheet
Contains the job info -
lytRight
com.vaadin.flow.component.orderedlayout.VerticalLayout lytRight
Main Right layout -
lytRunningJob
com.vaadin.flow.component.orderedlayout.VerticalLayout lytRunningJob
Layout for scheduled jobs -
lytScheduleJobs
com.vaadin.flow.component.orderedlayout.VerticalLayout lytScheduleJobs
schedule job grid layout -
lytSearchField
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytSearchField
Layout for Search Field -
propertySheetJob
PropertySheet propertySheetJob
Property sheet -
runningJobs
List<ExecuteJob> runningJobs
Object to save the scheduled jobs list -
scheduleJobAction
ScheduleJobVisualAction scheduleJobAction
The visual action for schedule jobs -
scheduleJobPoolConfigurationDialog
ScheduleJobPoolConfigurationDialog scheduleJobPoolConfigurationDialog
The visual action for pool management -
shs
SchedulingService shs
Reference to the Scheduling Service -
ts
TranslationService ts
Reference to the Translation Service
-
-
-
-
Package org.neotropic.kuwaiba.core.services.scheduling.selectors
-
Class org.neotropic.kuwaiba.core.services.scheduling.selectors.CronSelector extends com.vaadin.flow.component.orderedlayout.FlexLayout implements Serializable
-
Serialized Fields
-
dayPicker
com.vaadin.flow.component.combobox.ComboBox<Integer> dayPicker
combo to picker days -
executePicker
com.vaadin.flow.component.combobox.ComboBox<CronDefinition.CronOptions> executePicker
combo to picker frequency execution -
frequencyPicker
com.vaadin.flow.component.combobox.ComboBox<CronDefinition.CronOptions> frequencyPicker
combo to select every options -
hourPicker
com.vaadin.flow.component.timepicker.TimePicker hourPicker
combo to picker daily options -
intervalPicker
com.vaadin.flow.component.combobox.ComboBox<Integer> intervalPicker
combo to picker every options -
isValid
boolean isValid
flat to validate combo box -
lblMessages
com.vaadin.flow.component.html.Label lblMessages
Object to show errors while select the cron options -
lytCronOptions
com.vaadin.flow.component.orderedlayout.VerticalLayout lytCronOptions
combo box layout -
lytMainCron
com.vaadin.flow.component.orderedlayout.VerticalLayout lytMainCron
main layout -
ts
TranslationService ts
Reference to the translation service. -
weeklyOptions
com.vaadin.flow.component.combobox.ComboBox<CronDefinition.CronOptions> weeklyOptions
combo to select weekly options
-
-
-
Class org.neotropic.kuwaiba.core.services.scheduling.selectors.CronSelector.CronResultEvent extends com.vaadin.flow.component.ComponentEvent<CronSelector> implements Serializable
-
Serialized Fields
-
cronExpression
String cronExpression
-
-
-
-
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 -
btnAddContract
ActionButton btnAddContract
Object used to create a new contract -
btnCopy
ActionButton btnCopy
Button used to copy a contract preselected -
btnDeleteContract
ActionButton btnDeleteContract
Object used to delete a contract -
btnInfo
ActionButton btnInfo
Object used to show more information about a contract -
btnMove
ActionButton btnMove
Button used to move a contract preselected -
cmbFilterPoolName
com.vaadin.flow.component.combobox.ComboBox<InventoryObjectPool> cmbFilterPoolName
Object to filter for pool name -
cms
ContractManagerService cms
Reference to the Contract Manager Service -
copyContractToPoolVisualAction
CopyContractToPoolVisualAction copyContractToPoolVisualAction
The visual action to copy a contract from a contract pool -
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 -
gridObjects
com.vaadin.flow.component.grid.Grid<BusinessObjectLight> gridObjects
The grid with the list objects -
lblContractName
com.vaadin.flow.component.html.Label lblContractName
Contract name -
listPool
List<InventoryObjectPool> listPool
Object to save the pool list -
log
LoggingService log
Reference to the Logging Service. -
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 -
lytObjects
com.vaadin.flow.component.orderedlayout.VerticalLayout lytObjects
Layout of objects associated with a contract -
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. -
moveContractToPoolVisualAction
MoveContractToPoolVisualAction moveContractToPoolVisualAction
The visual action to copy a contract from a pool to another pool -
newContractVisualAction
NewContractVisualAction newContractVisualAction
The visual action to delete a contract -
poolContractDialog
PoolContractDialog poolContractDialog
The visual action for pool management -
propertysheet
PropertySheet propertysheet
Property sheet -
relateObjectToContractVisualAction
RelateObjectToContractVisualAction relateObjectToContractVisualAction
The visual action to relate business object to project -
releaseObjectFromContractVisualAction
ReleaseObjectFromContractVisualAction releaseObjectFromContractVisualAction
The visual action to release business object from 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 org.neotropic.kuwaiba.modules.commercial.softman
-
Class org.neotropic.kuwaiba.modules.commercial.softman.SoftwareManagerLayout extends ModuleLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.commercial.softman.SoftwareManagerUI 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 -
btnManageLicenses
ActionButton btnManageLicenses
A button to edit, add, remove and release the existing software licenses. -
currentLicense
BusinessObjectLight currentLicense
Used to save the selected license -
currentObject
BusinessObjectLight currentObject
Used to save the selected object -
gridLeftNav
com.vaadin.flow.component.grid.Grid<SoftwareObjectNode> gridLeftNav
Left grid with search results -
gridObjects
com.vaadin.flow.component.grid.Grid<BusinessObjectLight> gridObjects
The grid with the list objects -
iconGenerator
ClassNameIconGenerator iconGenerator
An icon generator for create icons -
launchClassLevelReportAction
LaunchClassLevelReportAction launchClassLevelReportAction
Launches class level reports given a selected object. -
lblLicense
com.vaadin.flow.component.html.Label lblLicense
Used to display the selected license name -
lblObjects
com.vaadin.flow.component.html.Label lblObjects
Used to display information about objects -
licenseManagerDialog
LicenseManagerVisualAction licenseManagerDialog
The visual action for license management. -
listObjects
List<BusinessObjectLight> listObjects
The list objects -
log
LoggingService log
Reference to the Logging Service. -
lytCenter
com.vaadin.flow.component.orderedlayout.VerticalLayout lytCenter
Center layout -
lytDetails
com.vaadin.flow.component.orderedlayout.VerticalLayout lytDetails
Right side layout -
lytLeftMain
com.vaadin.flow.component.orderedlayout.VerticalLayout lytLeftMain
Left side layout -
lytLeftResult
com.vaadin.flow.component.orderedlayout.VerticalLayout lytLeftResult
-
lytLeftSide
com.vaadin.flow.component.orderedlayout.VerticalLayout lytLeftSide
-
lytPropertySheet
com.vaadin.flow.component.orderedlayout.VerticalLayout lytPropertySheet
-
lytRelationship
com.vaadin.flow.component.orderedlayout.VerticalLayout lytRelationship
-
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager -
propertysheet
PropertySheet propertysheet
Property sheet -
relateToLicenseVisualAction
RelateToLicenseVisualAction relateToLicenseVisualAction
The visual action to relate an object to license. -
releaseRelationshipVisualAction
ReleaseRelationshipVisualAction releaseRelationshipVisualAction
The visual action to release a relationship. -
resourceFactory
ResourceFactory resourceFactory
Factory to build resources from data source. -
searchDialog
DialogSoftwareManagerSearch searchDialog
The component to show the results of a search -
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.softman.components
-
Class org.neotropic.kuwaiba.modules.commercial.softman.components.LicenseManagerDialog extends ConfirmDialog implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager -
deleteLicensePoolVisualAction
DeleteLicensePoolVisualAction deleteLicensePoolVisualAction
An action to delete license pools -
deleteLicenseVisualAction
DeleteLicenseVisualAction deleteLicenseVisualAction
An action to delete licenses -
iconGenerator
ClassNameIconGenerator iconGenerator
An icon generator for create icons -
lblPoolNameTitle
com.vaadin.flow.component.html.Label lblPoolNameTitle
-
lblPropertySheet
com.vaadin.flow.component.html.Label lblPropertySheet
Header property sheet -
licenses
List<BusinessObjectLight> licenses
License list inside a pool -
log
LoggingService log
Reference to the Logging Service -
lytCenter
com.vaadin.flow.component.orderedlayout.VerticalLayout lytCenter
Center column -
lytLeft
com.vaadin.flow.component.orderedlayout.VerticalLayout lytLeft
Left column -
lytPools
com.vaadin.flow.component.orderedlayout.VerticalLayout lytPools
-
lytRight
com.vaadin.flow.component.orderedlayout.VerticalLayout lytRight
Right column -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager -
newLicensePoolVisualAction
NewLicensePoolVisualAction newLicensePoolVisualAction
An action to add license pools -
newLicenseVisualAction
NewLicenseVisualAction newLicenseVisualAction
An action to add licenses -
nodeSelected
SoftwareObjectNode nodeSelected
Reference to the selected pool -
poolSelected
SoftwareObjectNode poolSelected
-
propertySheet
PropertySheet propertySheet
Property sheet license -
propertySheetPool
PropertySheet propertySheetPool
-
releaseLicenseVisualAction
ReleaseLicenseVisualAction releaseLicenseVisualAction
An action to release licenses -
resourceFactory
ResourceFactory resourceFactory
Factory to build resources from data source -
sms
SoftwareManagerService sms
Reference to the Software Manager Service -
ts
TranslationService ts
Reference to the Translation Service.
-
-
-
-
Package org.neotropic.kuwaiba.modules.commercial.softman.explorers
-
Class org.neotropic.kuwaiba.modules.commercial.softman.explorers.DialogSoftwareManagerSearch 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.commercial.softman.explorers.DialogSoftwareManagerSearch.SelectObjectEvent extends com.vaadin.flow.component.ComponentEvent<DialogNavigationSearch> implements Serializable
-
Serialized Fields
-
object
BusinessObjectLight object
-
-
-
-
Package org.neotropic.kuwaiba.modules.commercial.softman.visual
-
Class org.neotropic.kuwaiba.modules.commercial.softman.visual.IconLabelCellGrid extends com.vaadin.flow.component.orderedlayout.HorizontalLayout implements Serializable
-
-
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
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager -
associateSyncDataSourceToGroupVisualAction
AssociateSyncDataSourceToGroupVisualAction associateSyncDataSourceToGroupVisualAction
The visual action for add a new Sync Data Source Configuration to sync group -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager -
broadcaster
Broadcaster broadcaster
Vaadin thread broadcaster -
broadcasterRegistration
com.vaadin.flow.shared.Registration broadcasterRegistration
-
deleteSyncDataSourceConfigurationVisualAction
DeleteSyncDataSourceConfigurationVisualAction deleteSyncDataSourceConfigurationVisualAction
The visual action for delete Sync Data Source Configuration -
deleteSynchronizationGroupVisualAction
DeleteSynchronizationGroupVisualAction deleteSynchronizationGroupVisualAction
The visual action for delete Sync Data group -
deleteTemplateDataSourceVisualAction
DeleteTemplateDataSourceVisualAction deleteTemplateDataSourceVisualAction
The visual action for delete Sync Data Source Configuration -
log
LoggingService log
Reference to the Logging service -
mainLayout
com.vaadin.flow.component.orderedlayout.VerticalLayout mainLayout
main the content -
newSyncDataSourceConfigurationVisualAction
NewSyncDataSourceConfigurationVisualAction newSyncDataSourceConfigurationVisualAction
The visual action for add a new Sync Data Source Configuration to sync group -
newSyncGroupVisualAction
NewSyncGroupVisualAction newSyncGroupVisualAction
The visual action for release Sync Data Source Configuration -
progressBroadcaster
ProgressBroadcaster progressBroadcaster
Vaadin thread broadcaster -
progressViewDialog
ProgressViewDialog progressViewDialog
-
releaseSyncDataSourceConfigurationVisualAction
ReleaseSyncDataSourceConfigurationVisualAction releaseSyncDataSourceConfigurationVisualAction
The visual action for release Sync Data Source Configuration -
resourceFactory
ResourceFactory resourceFactory
Factory to build resources from data source. -
runSingleSynchronizationVisualAction
RunSingleSynchronizationVisualAction runSingleSynchronizationVisualAction
The visual action for run group Synchronization data source -
runSynchronizationVisualAction
RunSynchronizationVisualAction runSynchronizationVisualAction
The visual action for run group Synchronization group -
ss
SynchronizationService ss
Reference to the Synchronization Service -
ts
TranslationService ts
Reference to the Translation Service
-
-
-
-
Package org.neotropic.kuwaiba.modules.commercial.sync.components
-
Class org.neotropic.kuwaiba.modules.commercial.sync.components.DataSourceComponent extends com.vaadin.flow.component.orderedlayout.HorizontalLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.commercial.sync.components.ProgressViewDialog extends com.vaadin.flow.component.dialog.Dialog implements Serializable
-
Serialized Fields
-
analizedProgressBar
com.vaadin.flow.component.progressbar.ProgressBar analizedProgressBar
-
analizedProgressBarLabel
com.vaadin.flow.component.html.Div analizedProgressBarLabel
-
analizeMessage
com.vaadin.flow.component.html.Span analizeMessage
-
bodyDialog
com.vaadin.flow.component.orderedlayout.VerticalLayout bodyDialog
-
btnClose
com.vaadin.flow.component.button.Button btnClose
-
btnConfirm
com.vaadin.flow.component.button.Button btnConfirm
-
btnNext
com.vaadin.flow.component.button.Button btnNext
-
btnPrevious
com.vaadin.flow.component.button.Button btnPrevious
-
buttonsDiv
com.vaadin.flow.component.orderedlayout.HorizontalLayout buttonsDiv
-
currentPage
AtomicInteger currentPage
-
fetchMessage
com.vaadin.flow.component.html.Span fetchMessage
-
fetchProgressBar
com.vaadin.flow.component.progressbar.ProgressBar fetchProgressBar
-
fetchProgressBarLabel
com.vaadin.flow.component.html.Div fetchProgressBarLabel
-
grdSyncResult
com.vaadin.flow.component.grid.Grid<SyncResultItem> grdSyncResult
-
grdSyncResultList
List<SyncResultItem> grdSyncResultList
-
log
LoggingService log
-
pageSize
int pageSize
-
ts
TranslationService ts
-
-
-
Class org.neotropic.kuwaiba.modules.commercial.sync.components.SearchInventaryObject 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.commercial.sync.components.SearchInventaryObject.SelectObjectEvent extends com.vaadin.flow.component.ComponentEvent<DialogNavigationSearch> implements Serializable
-
Serialized Fields
-
object
BusinessObjectLight object
-
-
-
Class org.neotropic.kuwaiba.modules.commercial.sync.components.SyncDataSourceTab extends com.vaadin.flow.component.tabs.Tab implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager -
associateSyncDataSourceToGroupVisualAction
AssociateSyncDataSourceToGroupVisualAction associateSyncDataSourceToGroupVisualAction
The visual action for add a new Sync Data Source Configuration to sync group -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager -
binderCommonParemers
com.vaadin.flow.data.binder.Binder<ParameterItemDataSource> binderCommonParemers
-
binderSpecificParemers
com.vaadin.flow.data.binder.Binder<ParameterItemDataSource> binderSpecificParemers
-
btnSave
com.vaadin.flow.component.button.Button btnSave
-
cdpDataSource
com.vaadin.flow.data.provider.ConfigurableFilterDataProvider<SyncDataSourceConfiguration,Void,HashMap<String,String>> cdpDataSource
Selected BusinessObjectLight -
cmbTemplateDataSource
com.vaadin.flow.component.combobox.ComboBox<TemplateDataSource> cmbTemplateDataSource
The combo box with common parameters list -
deleteSyncDataSourceConfigurationVisualAction
DeleteSyncDataSourceConfigurationVisualAction deleteSyncDataSourceConfigurationVisualAction
The visual action for delete Sync Data Source Configuration -
divBusinessObjectName
com.vaadin.flow.component.html.Div divBusinessObjectName
-
grdDataSourceCommons
com.vaadin.flow.component.grid.Grid<ParameterItemDataSource> grdDataSourceCommons
-
grdDataSourceSpecific
com.vaadin.flow.component.grid.Grid<ParameterItemDataSource> grdDataSourceSpecific
-
gridSourceConfigurations
com.vaadin.flow.component.grid.Grid<SyncDataSourceConfiguration> gridSourceConfigurations
The grid with sync data source configurations list -
iconGenerator
ClassNameIconGenerator iconGenerator
An icon generator for create icons -
lytRightSide
com.vaadin.flow.component.orderedlayout.VerticalLayout lytRightSide
Layouts -
mainLayout
com.vaadin.flow.component.orderedlayout.HorizontalLayout mainLayout
Split the content -
releaseSyncDataSourceConfigurationVisualAction
ReleaseSyncDataSourceConfigurationVisualAction releaseSyncDataSourceConfigurationVisualAction
The visual action for release Sync Data Source Configuration -
resourceFactory
ResourceFactory resourceFactory
Factory to build resources from data source. -
runSingleSynchronizationVisualAction
RunSingleSynchronizationVisualAction runSingleSynchronizationVisualAction
The visual action for run Synchronization -
searchInventaryObject
SearchInventaryObject searchInventaryObject
Search inventory object -
selectedObject
BusinessObjectLight selectedObject
Selected BusinessObjectLight -
ss
SynchronizationService ss
Reference to the Synchronization Service -
tabContent
com.vaadin.flow.component.orderedlayout.VerticalLayout tabContent
-
ts
TranslationService ts
Reference to the Translation Service -
verifiedHandler
com.vaadin.flow.data.binder.BindingValidationStatus<?> verifiedHandler
-
-
-
Class org.neotropic.kuwaiba.modules.commercial.sync.components.SyncGroupTab extends com.vaadin.flow.component.tabs.Tab implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
Reference to the Business Entity Manager -
btnDeletePools
ActionButton btnDeletePools
-
btnManagePools
ActionButton btnManagePools
-
btnRunPools
ActionButton btnRunPools
-
btnSave
com.vaadin.flow.component.button.Button btnSave
-
cmbDataSources
com.vaadin.flow.component.combobox.ComboBox<SyncDataSourceConfiguration> cmbDataSources
-
cmbSynGroups
com.vaadin.flow.component.combobox.ComboBox<SynchronizationGroup> cmbSynGroups
Content elements Object to filter for pool name -
currentConfiguration
SyncDataSourceConfiguration currentConfiguration
Object to saveDataSource the selected sync data source configuration -
deleteSynchronizationGroupVisualAction
DeleteSynchronizationGroupVisualAction deleteSynchronizationGroupVisualAction
The visual action for delete Sync Data group -
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 -
lytLeftSide
com.vaadin.flow.component.orderedlayout.VerticalLayout lytLeftSide
-
lytRightSide
com.vaadin.flow.component.orderedlayout.VerticalLayout lytRightSide
Layouts -
mainLayout
com.vaadin.flow.component.orderedlayout.HorizontalLayout mainLayout
Split the content -
newSyncGroupVisualAction
NewSyncGroupVisualAction newSyncGroupVisualAction
The visual action for release Sync Data Source Configuration -
releaseSyncDataSourceConfigurationVisualAction
ReleaseSyncDataSourceConfigurationVisualAction releaseSyncDataSourceConfigurationVisualAction
The visual action for release Sync Data Source Configuration -
runSynchronizationVisualAction
RunSynchronizationVisualAction runSynchronizationVisualAction
The visual action for run Synchronization -
selectedGroup
SynchronizationGroup selectedGroup
Object to saveDataSource the selected sync group -
ss
SynchronizationService ss
Reference to the Synchronization Service -
tabContent
com.vaadin.flow.component.orderedlayout.VerticalLayout tabContent
-
ts
TranslationService ts
Reference to the Translation Service
-
-
-
Class org.neotropic.kuwaiba.modules.commercial.sync.components.TemplateDataSourceTab extends com.vaadin.flow.component.tabs.Tab implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager -
binderCommonParemers
com.vaadin.flow.data.binder.Binder<ParameterItemDataSource> binderCommonParemers
-
btnSave
com.vaadin.flow.component.button.Button btnSave
-
cdpDataSource
com.vaadin.flow.data.provider.ConfigurableFilterDataProvider<TemplateDataSource,Void,HashMap<String,String>> cdpDataSource
Selected BusinessObjectLight -
deleteTemplateDataSourceVisualAction
DeleteTemplateDataSourceVisualAction deleteTemplateDataSourceVisualAction
Reference to the template DataSource VisualAction -
divBusinessObjectName
com.vaadin.flow.component.html.Div divBusinessObjectName
-
grdTemplateDataSrc
com.vaadin.flow.component.grid.Grid<TemplateDataSource> grdTemplateDataSrc
The grid with sync data source configurations list -
lytRightSide
com.vaadin.flow.component.orderedlayout.VerticalLayout lytRightSide
Layouts -
mainLayout
com.vaadin.flow.component.orderedlayout.HorizontalLayout mainLayout
Split the content -
ss
SynchronizationService ss
Reference to the Synchronization Service -
tabContent
com.vaadin.flow.component.orderedlayout.VerticalLayout tabContent
-
ts
TranslationService ts
Reference to the Translation Service -
verifiedHandler
com.vaadin.flow.data.binder.BindingValidationStatus<?> verifiedHandler
-
-
-
Class org.neotropic.kuwaiba.modules.commercial.sync.components.ValidationMessage extends com.vaadin.flow.component.orderedlayout.HorizontalLayout implements Serializable
-
Serialized Fields
-
span
com.vaadin.flow.component.html.Span span
-
-
-
-
Package org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.bgp
-
Class org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.bgp.BgpSyncProvider extends AbstractSyncProvider implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager -
log
LoggingService log
Reference to the Logging service -
mem
MetadataEntityManager mem
Reference to the Application Entity Manager. -
ts
TranslationService ts
Reference to the Translation Service.s
-
-
-
Class org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.bgp.SnmpBgpLocalResourceDefinition extends HashMap<String,org.snmp4j.smi.OID> implements Serializable
-
Class org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.bgp.SnmpBgpResourceDefinition extends HashMap<String,org.snmp4j.smi.OID> implements Serializable
-
-
Package org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.ip
-
Class org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.ip.IPAddressesSyncProvider extends AbstractSyncProvider implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager -
ts
TranslationService ts
Reference to the Translation Service.s
-
-
-
Class org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.ip.SnmpIPResourceDefinition extends HashMap<String,org.snmp4j.smi.OID> implements Serializable
-
-
Package org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.reference
-
Class org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.reference.ReferenceSnmpEntPhysicalTableResourceDefinition extends HashMap<String,org.snmp4j.smi.OID> implements Serializable
-
Class org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.reference.ReferenceSnmpSyncProvider extends AbstractSyncProvider implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager -
log
LoggingService log
Reference to the Logging service -
mem
MetadataEntityManager mem
Reference to the Application Entity Manager. -
ts
TranslationService ts
Reference to the Translation Service.s
-
-
-
Class org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.reference.SnmpifXTableResocurceDefinition extends HashMap<String,org.snmp4j.smi.OID> implements Serializable
-
-
Package org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.vlan
-
Class org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.vlan.SnmpCiscoVlansSyncProvider extends AbstractSyncProvider implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager -
ts
TranslationService ts
Reference to the Translation Service.s
-
-
-
Class org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.vlan.SnmpVlanTrunkPortsTableResourceDefinition extends HashMap<String,org.snmp4j.smi.OID> implements Serializable
-
Class org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.vlan.SnmpvmMembershipTableResourceDefinition extends HashMap<String,org.snmp4j.smi.OID> implements Serializable
-
Class org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.vlan.SnmpVtpVlanTableResourceDefinition extends HashMap<String,org.snmp4j.smi.OID> implements Serializable
-
-
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
-
Serialized Fields
-
aem
ApplicationEntityManager aem
The Application Entity Manager instance. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager -
ts
TranslationService ts
Reference to the Translation Service.s
-
-
-
Class org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.DumbSyncProvider 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.SyncDataSourceCommonParameters extends Object implements Serializable
-
Serialized Fields
-
-
Class org.neotropic.kuwaiba.modules.commercial.sync.model.SyncDataSourceConfiguration extends Object implements Serializable
-
Serialized Fields
-
businessObjectLight
BusinessObjectLight businessObjectLight
Parent business object -
commonParameters
SyncDataSourceCommonParameters commonParameters
Common parameters used in this data source by example ip and type -
description
String description
Description about data source -
id
long id
Configuration id -
listOfParameters
List<ParameterItemDataSource> listOfParameters
Temporal parameters stored in this configuration entry -
name
String name
Configuration name -
parameters
HashMap<String,String> parameters
The parameters stored in this configuration entry -
templateDataSource
TemplateDataSource templateDataSource
Template data source used
-
-
-
Class org.neotropic.kuwaiba.modules.commercial.sync.model.SynchronizationGroup extends Object implements Serializable
-
Serialized Fields
-
currentProvider
AbstractSyncProvider currentProvider
Running provider -
description
String description
Description about data group -
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
-
-
-
Class org.neotropic.kuwaiba.modules.commercial.sync.model.TemplateDataSource extends Object implements Serializable
-
Serialized Fields
-
description
String description
Description about data source -
id
long id
Configuration id -
listOfParameters
List<ParameterItemDataSource> listOfParameters
Temporal parameters stored in this configuration entry -
name
String name
Configuration name -
parameters
HashMap<String,String> parameters
The parameters stored in this configuration entry
-
-
-
-
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<AuditTrailType> cmbType
-
cmbUser
com.vaadin.flow.component.combobox.ComboBox<UserProfile> cmbUser
-
filters
HashMap<String,Object> filters
Save filter values -
gridAuditTrail
org.vaadin.tatu.BeanTable<ActivityLogEntry> gridAuditTrail
The grid with the list audit trail -
listType
List<AuditTrailType> listType
-
lytGrid
com.vaadin.flow.component.orderedlayout.VerticalLayout lytGrid
Layout for grid data. -
lytHeader
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytHeader
Layout for header. -
lytMain
com.vaadin.flow.component.orderedlayout.VerticalLayout lytMain
Main layout -
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.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 -
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 -
isCurrentContainmentHierarchyStandard
boolean isCurrentContainmentHierarchyStandard
Objects to validate hierarchy type true for Standard hierarchy false for Special hierarchy -
listChildren
List<ClassMetadataLight> listChildren
Object to save list children Classes -
listClasses
List<ClassMetadataLight> listClasses
Object to save list Classes -
log
LoggingService log
Reference to the Logging Service. -
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
-
btnAddClass
ActionButton btnAddClass
Buttons for class actions -
btnDeleteAttribute
ActionButton btnDeleteAttribute
Buttons for attribute actions -
btnDeleteClass
ActionButton btnDeleteClass
-
classGenericObjectList
ClassMetadata classGenericObjectList
Root class for List Types -
classInventoryObject
ClassMetadata classInventoryObject
Root class for Classes -
cmbClassFilter
com.vaadin.flow.component.combobox.ComboBox<ClassMetadataLight> cmbClassFilter
Filters for class grids and list type -
cmbListTypeFilter
com.vaadin.flow.component.combobox.ComboBox<ClassMetadataLight> cmbListTypeFilter
-
deleteAttributeVisualAction
DeleteAttributeVisualAction deleteAttributeVisualAction
the visual action to delete attribute -
deleteClassVisualAction
DeleteClassVisualAction deleteClassVisualAction
the visual action to delete a class -
expandedClasses
Set<ClassMetadataLight> expandedClasses
Saves the expanded classes -
gridClasses
ClassMetadataTreeGrid<ClassMetadataLight> gridClasses
Classes grid -
gridListTypes
ClassMetadataTreeGrid<ClassMetadataLight> gridListTypes
List types grid -
iconImage
com.vaadin.flow.component.html.Image iconImage
icon class image -
lblClassName
BoldLabel lblClassName
Label class name -
log
LoggingService log
Reference to the Logging Service. -
lytAttributes
com.vaadin.flow.component.orderedlayout.VerticalLayout lytAttributes
-
lytBreadCumb
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytBreadCumb
-
lytClassActions
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytClassActions
-
lytClasses
com.vaadin.flow.component.orderedlayout.VerticalLayout lytClasses
-
lytIcons
com.vaadin.flow.component.orderedlayout.VerticalLayout lytIcons
contains class icons -
lytListTypes
com.vaadin.flow.component.orderedlayout.VerticalLayout lytListTypes
-
lytPropSheetClassAttributes
com.vaadin.flow.component.orderedlayout.VerticalLayout lytPropSheetClassAttributes
layout to show class attributes property sheet -
lytSecondary
com.vaadin.flow.component.orderedlayout.VerticalLayout lytSecondary
-
lytTabs
com.vaadin.flow.component.orderedlayout.VerticalLayout lytTabs
Main layouts -
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 -
pagClasses
com.vaadin.flow.component.html.Div pagClasses
-
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 -
selectedClassFilter
ClassMetadataLight selectedClassFilter
-
selectedListTypeFilter
ClassMetadataLight selectedListTypeFilter
-
smallIconImage
com.vaadin.flow.component.html.Image smallIconImage
upload control to small class icon -
splitLayout
com.vaadin.flow.component.splitlayout.SplitLayout splitLayout
Split layout -
tabClasses
com.vaadin.flow.component.tabs.Tab tabClasses
-
tabListTypes
com.vaadin.flow.component.tabs.Tab tabListTypes
-
tabsRoot
com.vaadin.flow.component.tabs.Tabs tabsRoot
Main tabs -
tblClassAttributes
com.vaadin.flow.component.grid.Grid<AttributeMetadata> tblClassAttributes
grid to list class attributes -
ts
TranslationService ts
Reference to the translation service.
-
-
-
-
Package org.neotropic.kuwaiba.modules.core.datamodelman.grids
-
Class org.neotropic.kuwaiba.modules.core.datamodelman.grids.ClassMetadataTreeGrid extends com.vaadin.flow.component.treegrid.TreeGrid<ClassMetadataLight> implements Serializable
-
Serialized Fields
-
provider
ClassMetadataTreeProvider provider
Provider given for inventory object node type navigation tree. -
resourceFactory
ResourceFactory resourceFactory
Factory to build resources from data source.
-
-
-
-
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
ActionButton btnDeleteFolder
Object to delete the selected folder -
btnEditFolder
ActionButton 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
DefaultDeleteBusinessObjectVisualAction deleteBusinessObjectVisualAction
Reference to the action that deletes a Business Object. -
deleteFavoriteVisualAction
DeleteFavoriteVisualAction deleteFavoriteVisualAction
The visual action to delete a favorite folder -
explorerRegistry
ExplorerRegistry explorerRegistry
All the registered explorers. -
iconGenerator
ClassNameIconGenerator iconGenerator
An icon generator for create icons -
isFolder
Boolean isFolder
Boolean used to validate actions -
log
LoggingService log
Reference to the Logging Service. -
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. -
releaseObjectFromFavoritesFolderVisualAction
ReleaseObjectFromFavoritesFolderVisualAction releaseObjectFromFavoritesFolderVisualAction
Reference to the action that releases a business object from a favorites folder. -
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 -
gridListTypeItems
org.vaadin.tatu.BeanTable<BusinessObjectLight> gridListTypeItems
The grid with the list type items. -
lblNoFiles
com.vaadin.flow.component.html.Label lblNoFiles
Label displayed when no files has been attached -
log
LoggingService log
Reference to the Logging Service. -
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 -
lytTabs
com.vaadin.flow.component.orderedlayout.VerticalLayout lytTabs
third column details of the list type item -
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
-
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. -
actCopySpecialObj
CopySpecialBusinessObjectVisualAction actCopySpecialObj
Reference to the action that copies a special business object to another business object. -
actDeleteObj
DefaultDeleteBusinessObjectVisualAction actDeleteObj
Reference to the action that deletes a Business Object. -
actionRegistry
CoreActionsRegistry actionRegistry
Reference to the action registry. -
actManAttachmentsObj
ManageAttachmentsVisualAction actManAttachmentsObj
Reference to the action that manage Attachments for an object. -
actMoveObj
MoveBusinessObjectVisualAction actMoveObj
Reference to the action that moves a business object to another business object. -
actMoveSpecialObj
MoveSpecialBusinessObjectActionVisual actMoveSpecialObj
Reference to the action that moves a special business object to another business object. -
actNewMultipleObj
NewMultipleBusinessObjectsVisualAction actNewMultipleObj
Reference to the action that creates a multiple new Business Object from a pattern. -
actNewMultipleSpecialObj
NewMultipleSpecialBusinessObjectsVisualAction actNewMultipleSpecialObj
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. -
actNewSpecialObj
NewSpecialBusinessObjectVisualAction actNewSpecialObj
Reference to the action that creates a new Special Business Object. -
actReleaseFrom
ReleaseFromVisualAction actReleaseFrom
Reference to the action that release a business object from other business object. -
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. -
btnGoToDashboard
ActionButton btnGoToDashboard
Button to go to object dashboard. -
btnInfo
ActionButton btnInfo
Button to show more information about a given business object. -
currentFilterDefinition
FilterDefinition currentFilterDefinition
Saves the currently selected filter. -
currentParentObject
BusinessObjectLight currentParentObject
Saves the currently selected business object. -
divBreadcrumbs
com.vaadin.flow.component.html.Div divBreadcrumbs
Will show the breadcrumbs. -
dlgRename
ConfirmDialog dlgRename
Dialog to update the business object name. -
explorerRegistry
ExplorerRegistry explorerRegistry
All the registered explorers. -
firstParentOfCurrentObject
BusinessObjectLight firstParentOfCurrentObject
-
gridCenter
BusinessObjectChildrenGrid gridCenter
The grid that will be displayed in the center section. -
gridLeft
BusinessObjectChildrenGrid gridLeft
The grid that will be displayed in the left section. -
iconGenerator
ClassNameIconGenerator iconGenerator
An icon generator for create icons -
log
LoggingService log
Reference to the Logging Service. -
lytBreadCrumbs
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytBreadCrumbs
Contains the breadcrumbs. -
lytCenterSide
com.vaadin.flow.component.orderedlayout.VerticalLayout lytCenterSide
Center side content. -
lytDetailsPanel
com.vaadin.flow.component.orderedlayout.VerticalLayout lytDetailsPanel
Contains the object options panel. -
lytExtraActions
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytExtraActions
Contains the extra actions for the selected business object. -
lytFilters
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytFilters
Contains business object filters. -
lytGridCenter
com.vaadin.flow.component.orderedlayout.VerticalLayout lytGridCenter
Contains the grid that will be displayed in the center section. -
lytGridLeft
com.vaadin.flow.component.orderedlayout.VerticalLayout lytGridLeft
Contains the grid that will be displayed in the left section. -
lytLeftSide
com.vaadin.flow.component.orderedlayout.VerticalLayout lytLeftSide
Left side content -
lytMainSides
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytMainSides
Main content -
lytMenuActionsCenter
com.vaadin.flow.component.orderedlayout.VerticalLayout lytMenuActionsCenter
-
lytMenuActionsLeft
com.vaadin.flow.component.orderedlayout.VerticalLayout lytMenuActionsLeft
-
lytMenuActionsRoot
com.vaadin.flow.component.orderedlayout.VerticalLayout lytMenuActionsRoot
Contains the action menu for the business objects. -
lytMenuActionsSearch
com.vaadin.flow.component.orderedlayout.VerticalLayout lytMenuActionsSearch
-
lytRoot
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytRoot
Contains the root object actions. -
lytSearch
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytSearch
Contains the search dialog. -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
resourceFactory
ResourceFactory resourceFactory
Factory to build resources from data source. -
scrollerGridCenter
com.vaadin.flow.component.orderedlayout.Scroller scrollerGridCenter
Scroller for the grid center. -
searchDialog
DialogNavigationSearch searchDialog
The component to show the results of a search -
shortcutActive
boolean shortcutActive
The evaluation of the shortcut. -
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. -
explorerRegistry
ExplorerRegistry explorerRegistry
All the registered object explorers. -
log
LoggingService log
Reference to the Logging Service. -
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.explorers.trees
-
Class org.neotropic.kuwaiba.modules.core.navigation.explorers.trees.RelationshipExplorerNodeTreeGrid extends com.vaadin.flow.component.treegrid.TreeGrid<RelationshipExplorerNode> implements Serializable
-
Serialized Fields
-
provider
RelationshipExplorerNodeTreeProvider provider
Provider given for relationship explorer node type navigation tree. -
rs
ResourceFactory rs
Factory to build resources from data source.
-
-
-
-
Package org.neotropic.kuwaiba.modules.core.navigation.navtree
-
Class org.neotropic.kuwaiba.modules.core.navigation.navtree.InventoryObjectNodeTreeGrid extends com.vaadin.flow.component.treegrid.TreeGrid<InventoryObjectNode> implements Serializable
-
Serialized Fields
-
provider
InventoryObjectNodeTreeProvider provider
Provider given for inventory object node type navigation tree. -
rs
ResourceFactory rs
Factory to build resources from data source.
-
-
-
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 -
ts
TranslationService ts
Reference to the translation service. -
txtFilterField
com.vaadin.flow.component.textfield.TextField txtFilterField
-
-
-
-
Package org.neotropic.kuwaiba.modules.core.navigation.navtree.grids
-
Class org.neotropic.kuwaiba.modules.core.navigation.navtree.grids.BusinessObjectChildrenGrid extends org.vaadin.tatu.BeanTable<BusinessObjectLight> implements Serializable
-
Serialized Fields
-
provider
BusinessObjectProvider provider
Data provider used to load data into the grid.
-
-
-
Class org.neotropic.kuwaiba.modules.core.navigation.navtree.grids.BusinessObjectResultGrid extends org.vaadin.tatu.BeanTable<BusinessObjectLight> 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. -
configurableFilterDataProvider
com.vaadin.flow.data.provider.ConfigurableFilterDataProvider<BusinessObjectLight,Void,BusinessObjectLightGridFilter> configurableFilterDataProvider
To use the filter and the provider in the grid. -
currentResults
List<BusinessObjectLight> currentResults
Saves the last loaded objects. -
gridFilter
BusinessObjectLightGridFilter gridFilter
Filter for the grid only use name to filter. -
initialResults
List<BusinessObjectLight> initialResults
The initial object list. -
searchedText
String searchedText
The current searched text. -
ts
TranslationService ts
Reference to the translation service.
-
-
-
-
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
-
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 -
createQueryVisualAction
CreateQueryVisualAction createQueryVisualAction
-
deleteBusinessObjectVisualAction
DefaultDeleteBusinessObjectVisualAction 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 -
dlgSavedQueries
ConfirmDialog dlgSavedQueries
Dialog that lists the whole list of the queries -
editorScript
com.neotropic.flow.component.aceeditor.AceEditor editorScript
AceEditor instance to edit the script -
lblScriptName
com.vaadin.flow.component.html.H4 lblScriptName
-
listenerCreateQueryAction
ActionCompletedListener listenerCreateQueryAction
-
listenerDeleteBusinessObjectAction
ActionCompletedListener listenerDeleteBusinessObjectAction
listener to remove object action -
listenerDeletePoolAction
ActionCompletedListener listenerDeletePoolAction
-
listenerDeleteScriptAction
ActionCompletedListener listenerDeleteScriptAction
-
listenerNewPoolAction
ActionCompletedListener listenerNewPoolAction
-
listenerNewScriptAction
ActionCompletedListener listenerNewScriptAction
-
log
LoggingService log
Reference to the Logging Service. -
lstQueries
List<CompactQuery> lstQueries
User Queries -
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
-
savedQuery
CompactQuery savedQuery
current reference to the saved query -
selectedClass
ClassMetadataLight selectedClass
-
selectedPool
ScriptedQueriesPool selectedPool
-
selectedScript
ScriptedQuery selectedScript
-
tblQueries
com.vaadin.flow.component.grid.Grid<CompactQuery> tblQueries
Grid for queries -
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. -
btnAddTemplate
ActionButton btnAddTemplate
Object to create new template -
cmbAllClasses
com.vaadin.flow.component.combobox.ComboBox<ClassMetadataLight> cmbAllClasses
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 -
grdTemplates
com.vaadin.flow.component.grid.Grid<TemplateObjectLight> grdTemplates
grid to list class attributes -
headerPropertySheet
com.vaadin.flow.component.html.Label headerPropertySheet
Properties header by element selected -
log
LoggingService log
Reference to the Logging Service. -
lythTemplateEditorHeader
com.vaadin.flow.component.orderedlayout.VerticalLayout lythTemplateEditorHeader
The header of the template editor holds the actions -
lytvCenterTemplateEditor
com.vaadin.flow.component.orderedlayout.VerticalLayout lytvCenterTemplateEditor
Grid for gridChildTemplate and it options -
lytvLeftSearchClasses
com.vaadin.flow.component.orderedlayout.VerticalLayout lytvLeftSearchClasses
the visual action to delete a list type item -
lytvRigthPropertySheet
com.vaadin.flow.component.orderedlayout.VerticalLayout lytvRigthPropertySheet
the visual action to delete a list type item -
lytvTemplateEditorContent
com.vaadin.flow.component.orderedlayout.VerticalLayout lytvTemplateEditorContent
The wraps the template Grid editor -
mem
MetadataEntityManager mem
Reference to the Application Entity Manager. -
navTemplate
NavTreeGrid<TemplateNode> navTemplate
Grid to list class attributes -
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 -
resourceFactory
ResourceFactory resourceFactory
Factory to build resources from data source. -
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. -
chkEnabled
com.vaadin.flow.component.checkbox.Checkbox chkEnabled
-
cmbType
com.vaadin.flow.component.combobox.ComboBox<Integer> cmbType
-
deleteGroupVisualAction
DeleteGroupVisualAction deleteGroupVisualAction
-
deleteUserVisualAction
DeleteUserVisualAction deleteUserVisualAction
-
lblUserTitle
com.vaadin.flow.component.html.Label lblUserTitle
Fields -
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 -
listenerUpdateGroupAction
ActionCompletedListener listenerUpdateGroupAction
listener to remove update action -
lstCurrentPrivileges
List<Privilege> lstCurrentPrivileges
-
lytContent
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytContent
Layout content -
lytPrivileges
com.vaadin.flow.component.orderedlayout.VerticalLayout lytPrivileges
Privileges -
moduleRegistry
ModuleRegistry moduleRegistry
Reference to the module registry. -
newGroupVisualAction
NewGroupVisualAction newGroupVisualAction
-
newUserVisualAction
NewUserVisualAction newUserVisualAction
-
resourceFactory
ResourceFactory resourceFactory
factory to build resources from data source -
savePrivilege
boolean savePrivilege
-
selectedUser
UserProfile selectedUser
Object selected -
seleGroupProfile
GroupProfile seleGroupProfile
-
treeUsers
com.vaadin.flow.component.treegrid.TreeGrid<AbstractNode> treeUsers
TreeGrid for users -
ts
TranslationService ts
Reference to the Translation Service. -
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
-
updateGroupVisualAction
UpdateGroupVisualAction updateGroupVisualAction
-
-
-
-
Package org.neotropic.kuwaiba.modules.optional.connectivityman.actions
-
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.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. -
connectivityManagerService
ConnectivityManagerService connectivityManagerService
-
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. -
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.
-
-
-
Class org.neotropic.kuwaiba.modules.optional.connectivityman.actions.WindowNewLogicalCircuit extends ConfirmDialog implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
connectivityManagerService
ConnectivityManagerService connectivityManagerService
Reference to the Outside Plant Service. -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
mplsService
MplsService mplsService
Reference to the MPLS Service. -
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 -
cmbCustomer
com.vaadin.flow.component.combobox.ComboBox<BusinessObjectLight> cmbCustomer
-
cmbType
com.vaadin.flow.component.combobox.ComboBox<ClassMetadataLight> cmbType
-
contactResourcesDialog
ContactResourcesDialog contactResourcesDialog
The visual action to manager contact resources -
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 -
relateObjectToContactVisualAction
RelateObjectToContactVisualAction relateObjectToContactVisualAction
The visual action to relate inventory objects to contacts -
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
-
updateContactAction
UpdateContactAction updateContactAction
The visual action to update a contact preselect
-
-
-
-
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
-
log
LoggingService log
Reference to the Logging Service. -
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
-
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 -
log
LoggingService log
Reference to the Logging Service. -
lytGeneralInfo
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytGeneralInfo
-
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 -
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
-
log
LoggingService log
-
mem
MetadataEntityManager mem
-
physicalConnectionsService
PhysicalConnectionsService physicalConnectionsService
-
rs
ResourceFactory rs
-
-
-
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<org.neotropic.kuwaiba.modules.optional.physcon.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
-
aSideTree
InventoryObjectNodeTreeGrid<InventoryObjectNode> aSideTree
The tree on the left side of the wizard. -
bSideTree
InventoryObjectNodeTreeGrid<InventoryObjectNode> bSideTree
The tree on the right side of the wizard. -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
physicalConnectionsService
PhysicalConnectionsService physicalConnectionsService
Reference to the Physical Connections Service. -
properties
Properties properties
Own properties. -
selectedEndPointA
BusinessObjectLight selectedEndPointA
Saves the selected object from aSideTree. -
selectedEndPointB
BusinessObjectLight selectedEndPointB
Saves the selected object from bSideTree.
-
-
-
Class org.neotropic.kuwaiba.modules.optional.physcon.NewPhysicalConnectionWizard.SelectLinkEndpointsStep extends Wizard.Step implements Serializable
-
Serialized Fields
-
aSideTree
InventoryObjectNodeTreeGrid<InventoryObjectNode> aSideTree
The tree on the left side of the wizard. -
bSideTree
InventoryObjectNodeTreeGrid<InventoryObjectNode> bSideTree
The tree on the right side of the wizard. -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
physicalConnectionsService
PhysicalConnectionsService physicalConnectionsService
Reference to the Physical Connections Service. -
properties
Properties properties
Own properties. -
selectedEndPointA
BusinessObjectLight selectedEndPointA
Saves the selected object from aSideTree. -
selectedEndPointB
BusinessObjectLight selectedEndPointB
Saves the selected object from bSideTree.
-
-
-
-
Package org.neotropic.kuwaiba.modules.optional.physcon.actions
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.ConfirmDialogEditConnections extends ConfirmDialog implements Serializable
-
Serialized Fields
-
businessObject
BusinessObjectLight businessObject
-
editConnectionsVisualAction
EditConnectionsVisualAction editConnectionsVisualAction
Reference to the edit connections visual action. -
ts
TranslationService ts
Reference to the translation service.
-
-
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.NewPhysicalConnectionWizard extends Wizard implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
-
bem
BusinessEntityManager bem
-
log
LoggingService log
-
mem
MetadataEntityManager mem
-
physicalConnectionsService
PhysicalConnectionsService physicalConnectionsService
-
rs
ResourceFactory rs
-
-
-
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 -
log
LoggingService log
-
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
-
aSideTree
InventoryObjectNodeTreeGrid<InventoryObjectNode> aSideTree
The tree on the left side of the wizard. -
bSideTree
InventoryObjectNodeTreeGrid<InventoryObjectNode> bSideTree
The tree on the right side of the wizard. -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
physicalConnectionsService
PhysicalConnectionsService physicalConnectionsService
Reference to the Physical Connections Service. -
properties
Properties properties
Own properties. -
selectedEndPointA
BusinessObjectLight selectedEndPointA
Saves the selected object from aSideTree. -
selectedEndPointB
BusinessObjectLight selectedEndPointB
Saves the selected object from bSideTree.
-
-
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.NewPhysicalConnectionWizard.SelectLinkEndpointsStep extends Wizard.Step implements Serializable
-
Serialized Fields
-
aSideTree
InventoryObjectNodeTreeGrid<InventoryObjectNode> aSideTree
The tree on the left side of the wizard. -
bSideTree
InventoryObjectNodeTreeGrid<InventoryObjectNode> bSideTree
The tree on the right side of the wizard. -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
physicalConnectionsService
PhysicalConnectionsService physicalConnectionsService
Reference to the Physical Connections Service. -
properties
Properties properties
Own properties. -
selectedEndPointA
BusinessObjectLight selectedEndPointA
Saves the selected object from aSideTree. -
selectedEndPointB
BusinessObjectLight selectedEndPointB
Saves the selected object from bSideTree.
-
-
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.WindowFreePortsMirroring extends AbstractWindowMirrorFreePorts implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
-
businessObject
BusinessObjectLight businessObject
-
cmdUpdateMirrors
com.vaadin.flow.server.Command cmdUpdateMirrors
-
ts
TranslationService ts
-
-
-
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.
-
-
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.WindowManagePortMirroring0 extends WindowManagePortMirroring implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
-
businessObject
BusinessObjectLight businessObject
-
ts
TranslationService ts
-
-
-
-
Package org.neotropic.kuwaiba.modules.optional.physcon.actions.mirrors
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.mirrors.AbstractAssignedPortsComponent extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.mirrors.AbstractFreePortsComponent extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
-
businessObject
BusinessObjectLight businessObject
-
cmdUpdateFreePorts
com.vaadin.flow.server.Command cmdUpdateFreePorts
-
lytAssignedPorts
com.vaadin.flow.component.orderedlayout.VerticalLayout lytAssignedPorts
-
lytUnassignedSourcePorts
VerticalLayoutDropTarget lytUnassignedSourcePorts
-
lytUnassignedTargetPorts
VerticalLayoutDropTarget lytUnassignedTargetPorts
-
source
PortComponent source
-
target
PortComponent target
-
ts
TranslationService ts
-
-
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.mirrors.AbstractMirrorEditor extends com.vaadin.flow.component.orderedlayout.HorizontalLayout implements Serializable
-
Serialized Fields
-
cmdUpdateFreePorts
com.vaadin.flow.server.Command cmdUpdateFreePorts
-
lytParent
com.vaadin.flow.component.orderedlayout.VerticalLayout lytParent
-
source
PortComponent source
-
target
PortComponent target
-
-
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.mirrors.AbstractMirrorManagerComponent extends com.vaadin.flow.component.orderedlayout.HorizontalLayout implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
-
businessObject
BusinessObjectLight businessObject
-
cmdUpdateFreePorts
com.vaadin.flow.server.Command cmdUpdateFreePorts
-
cmdUpdateMirrorManager
com.vaadin.flow.server.Command cmdUpdateMirrorManager
-
lytUnassignedSourcePorts
VerticalLayoutDropTarget lytUnassignedSourcePorts
-
lytUnassignedTargetPorts
VerticalLayoutDropTarget lytUnassignedTargetPorts
-
ts
TranslationService ts
-
-
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.mirrors.AbstractWindowMirrorFreePorts extends ConfirmDialog implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.mirrors.AssignedPortsComponentForMultipleMirrors extends AbstractAssignedPortsComponent implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
-
businessObject
BusinessObjectLight businessObject
-
cmdUpdateFreePorts
com.vaadin.flow.server.Command cmdUpdateFreePorts
-
ts
TranslationService ts
-
-
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.mirrors.AssignedPortsComponentForSingleMirrors extends AbstractAssignedPortsComponent implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
-
businessObject
BusinessObjectLight businessObject
-
cmdUpdateFreePorts
com.vaadin.flow.server.Command cmdUpdateFreePorts
-
ts
TranslationService ts
-
-
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.mirrors.FreePortsComponentForMultipleMirrors extends AbstractFreePortsComponent<MultipleMirrorEditor> implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.mirrors.FreePortsComponentForSingleMirrors extends AbstractFreePortsComponent<SingleMirrorEditor> implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.mirrors.MultipleMirrorEditor extends AbstractMirrorEditor implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
-
ts
TranslationService ts
-
-
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.mirrors.MultipleMirrorManagerComponent extends AbstractMirrorManagerComponent<FreePortsComponentForMultipleMirrors,AssignedPortsComponentForMultipleMirrors,WindowFreePortsMultipleMirroring> implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.mirrors.PortComponent extends com.vaadin.flow.component.orderedlayout.HorizontalLayout implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
-
dragSource
com.vaadin.flow.component.dnd.DragSource<PortComponent> dragSource
-
icon
com.vaadin.flow.component.icon.Icon icon
-
port
BusinessObjectLight port
-
selected
boolean selected
-
ts
TranslationService ts
-
-
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.mirrors.SingleMirrorEditor extends AbstractMirrorEditor implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
-
ts
TranslationService ts
-
-
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.mirrors.SingleMirrorManagerComponent extends AbstractMirrorManagerComponent<FreePortsComponentForSingleMirrors,AssignedPortsComponentForSingleMirrors,WindowFreePortsMirroring> implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.mirrors.VerticalLayoutDropTarget extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
-
dropTarget
com.vaadin.flow.component.dnd.DropTarget<VerticalLayoutDropTarget> dropTarget
-
ts
TranslationService ts
-
-
-
Class org.neotropic.kuwaiba.modules.optional.physcon.actions.mirrors.WindowFreePortsMultipleMirroring extends AbstractWindowMirrorFreePorts implements Serializable
-
Serialized Fields
-
bem
BusinessEntityManager bem
-
businessObject
BusinessObjectLight businessObject
-
cmdUpdateMirrors
com.vaadin.flow.server.Command cmdUpdateMirrors
-
ts
TranslationService ts
-
-
-
-
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
-
actCopyObj
CopyBusinessObjectVisualAction actCopyObj
Reference to the action that copies a business object to another business object. -
actCopySpecialObj
CopySpecialBusinessObjectVisualAction actCopySpecialObj
Reference to the action that copies a special business object to another business object. -
actCopyToPool
CopyBusinessObjectToPoolVisualAction actCopyToPool
Reference to the action that copies a business object to a pool. -
actDeleteObj
DefaultDeleteBusinessObjectVisualAction 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. -
actMoveSpecialObj
MoveSpecialBusinessObjectActionVisual actMoveSpecialObj
Reference to the action that moves a special business object to another business object. -
actMoveToPool
MoveBusinessObjectToPoolVisualAction actMoveToPool
Reference to the action that moves a business object to a pool. -
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. -
allPools
List<InventoryObjectPool> allPools
-
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
cmbFilterPool
com.vaadin.flow.component.combobox.ComboBox<InventoryObjectPool> cmbFilterPool
-
currentParentObject
BusinessObjectLight currentParentObject
-
currentPool
InventoryObjectPool currentPool
-
deletePoolVisualAction
DeletePoolVisualAction deletePoolVisualAction
The visual action to delete a class -
explorerRegistry
ExplorerRegistry explorerRegistry
All the registered explorers. -
gridCenter
PoolItemGrid gridCenter
-
gridLeft
PoolGrid gridLeft
-
iconGenerator
ClassNameIconGenerator iconGenerator
An icon generator for create icons. -
log
LoggingService log
Reference to the Logging Service. -
lytBreadCrumbs
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytBreadCrumbs
Contains the breadcrumbs. -
lytCenterSide
com.vaadin.flow.component.orderedlayout.VerticalLayout lytCenterSide
Center side content. -
lytGridCenter
com.vaadin.flow.component.orderedlayout.VerticalLayout lytGridCenter
-
lytGridLeft
com.vaadin.flow.component.orderedlayout.VerticalLayout lytGridLeft
-
lytGridRight
com.vaadin.flow.component.orderedlayout.VerticalLayout lytGridRight
-
lytLeftSide
com.vaadin.flow.component.orderedlayout.VerticalLayout lytLeftSide
Left side content. -
lytMainSides
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytMainSides
Main content. -
lytObjectDetailsPanel
com.vaadin.flow.component.orderedlayout.VerticalLayout lytObjectDetailsPanel
-
lytPoolDetailsPanel
com.vaadin.flow.component.orderedlayout.VerticalLayout lytPoolDetailsPanel
-
lytPoolOptions
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytPoolOptions
-
lytRightSide
com.vaadin.flow.component.orderedlayout.VerticalLayout lytRightSide
Right side 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 -
resourceFactory
ResourceFactory resourceFactory
Factory to build resources from data source. -
ts
TranslationService ts
Reference to the translation service. -
viewWidgetRegistry
ViewWidgetRegistry viewWidgetRegistry
All the object-related views exposed by other modules.
-
-
-
-
Package org.neotropic.kuwaiba.modules.optional.pools.grids
-
Class org.neotropic.kuwaiba.modules.optional.pools.grids.PoolGrid extends org.vaadin.tatu.BeanTable<InventoryObjectPool> implements Serializable
-
Serialized Fields
-
provider
PoolProvider provider
Data provider used to load data into the grid.
-
-
-
Class org.neotropic.kuwaiba.modules.optional.pools.grids.PoolItemGrid extends org.vaadin.tatu.BeanTable<BusinessObjectLight> implements Serializable
-
Serialized Fields
-
provider
PoolItemProvider provider
Data provider used to load data into the grid.
-
-
-
-
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
-
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
btnRunReport
ActionButton btnRunReport
Button instance to execute the run 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 -
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 -
gridClassLevelReports
com.vaadin.flow.component.grid.Grid<ReportMetadataLight> gridClassLevelReports
factory to build resources from data source -
gridInventoryReports
com.vaadin.flow.component.grid.Grid<ReportMetadataLight> gridInventoryReports
factory to build resources from data source -
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 -
selectedClass
ClassMetadataLight selectedClass
-
selectedReport
ReportMetadataLight selectedReport
Reference to the selected report -
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 -
btnAddCustomer
ActionButton btnAddCustomer
-
btnAddService
ActionButton btnAddService
-
btnAddServiceFromTemplate
ActionButton btnAddServiceFromTemplate
-
btnManageCustomerPools
ActionButton btnManageCustomerPools
Buttons that allow you to manage the pools and their objects -
btnManageServicePools
ActionButton btnManageServicePools
-
cmbCustomerPools
com.vaadin.flow.component.combobox.ComboBox<InventoryObjectPool> cmbCustomerPools
Combo box to customer and service pools -
cmbServicePools
com.vaadin.flow.component.combobox.ComboBox<InventoryObjectPool> cmbServicePools
-
customerSearchDialog
DialogServiceManagerSearch customerSearchDialog
The component to show the results of a search -
deleteCustomerVisualAction
DeleteCustomerVisualAction deleteCustomerVisualAction
Reference to the action that deletes customers -
deleteServiceVisualAction
DeleteServiceVisualAction deleteServiceVisualAction
Reference to the action that deletes services -
explorerRegistry
ExplorerRegistry explorerRegistry
All the registered explorers -
gridCustomers
com.vaadin.flow.component.grid.Grid<BusinessObjectLight> gridCustomers
Grids to show the customers and services -
gridServices
com.vaadin.flow.component.grid.Grid<BusinessObjectLight> gridServices
-
iconGenerator
ClassNameIconGenerator iconGenerator
An icon generator for create icons -
listCustomers
List<BusinessObjectLight> listCustomers
Saves the customer and service list -
listServices
List<BusinessObjectLight> listServices
-
log
LoggingService log
Reference to the Logging Service. -
lytCenter
com.vaadin.flow.component.orderedlayout.VerticalLayout lytCenter
Layouts shown in the center section -
lytContent
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytContent
Main layout -
lytCustomerOptions
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytCustomerOptions
-
lytCustomerPools
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytCustomerPools
-
lytDetailsPanel
com.vaadin.flow.component.orderedlayout.VerticalLayout lytDetailsPanel
-
lytLeft
com.vaadin.flow.component.orderedlayout.VerticalLayout lytLeft
Layouts shown in the left section -
lytRight
com.vaadin.flow.component.orderedlayout.VerticalLayout lytRight
Layouts shown in the right section -
lytServiceOptions
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytServiceOptions
-
lytServicePools
com.vaadin.flow.component.orderedlayout.HorizontalLayout lytServicePools
-
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager -
newCustomerVisualAction
NewCustomerVisualAction newCustomerVisualAction
Reference to the action that creates customers -
newServiceFromTemplateVisualAction
NewServiceFromTemplateVisualAction newServiceFromTemplateVisualAction
Reference to the action that creates services from template -
newServiceVisualAction
NewServiceVisualAction newServiceVisualAction
Reference to the action that creates services -
poolDashboard
PoolDashboard poolDashboard
The visual action for pool management -
relateNetworkResourceToServiceVisualAction
RelateNetworkResourceToServiceVisualAction relateNetworkResourceToServiceVisualAction
Reference to the action that relates a service to a network resource. -
resourceFactory
ResourceFactory resourceFactory
Factory to build resources from data source -
selectedCustomer
BusinessObjectLight selectedCustomer
Saves the selected customer -
selectedCustomerPool
InventoryObjectPool selectedCustomerPool
Saves the selected pool -
selectedServicePool
InventoryObjectPool selectedServicePool
-
servicesSearchDialog
DialogServiceManagerSearch servicesSearchDialog
-
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
-
paperDialog
com.neotropic.flow.component.paper.dialog.PaperDialog paperDialog
-
txtSearch
com.vaadin.flow.component.textfield.TextField txtSearch
-
-
-
-
Package org.neotropic.kuwaiba.modules.optional.serviceman.visual
-
Class org.neotropic.kuwaiba.modules.optional.serviceman.visual.IconLabelCellGrid extends com.vaadin.flow.component.orderedlayout.HorizontalLayout implements Serializable
-
-
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.
-
-
-
-
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.TopologyDesignerLayout extends ModuleLayout implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.topoman.TopologyDesignerUI extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
advancedActionsRegistry
AdvancedActionsRegistry advancedActionsRegistry
All non-general purpose actions provided by other modules than Navigation. -
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
bem
BusinessEntityManager bem
Reference to the Business Entity Manager. -
coreActionRegistry
CoreActionsRegistry coreActionRegistry
Reference to the action registry. -
deleteTopologyViewVisualAction
DeleteTopologyViewVisualAction deleteTopologyViewVisualAction
-
explorerRegistry
ExplorerRegistry explorerRegistry
All the registered object explorers. -
log
LoggingService log
Reference to the Logging Service. -
mem
MetadataEntityManager mem
Reference to the Metadata Entity Manager. -
newTopologyViewVisualAction
NewTopologyViewVisualAction newTopologyViewVisualAction
-
resourceFactory
ResourceFactory resourceFactory
-
ts
TranslationService ts
Reference to the translation service. -
viewWidgetRegistry
ViewWidgetRegistry viewWidgetRegistry
All the object-related views exposed by other modules.
-
-
-
-
Package org.neotropic.kuwaiba.modules.optional.topoman.tools
-
Class org.neotropic.kuwaiba.modules.optional.topoman.tools.AddObjectSelector extends com.vaadin.flow.component.html.Div implements Serializable
-
Serialized Fields
-
txtSearch
com.vaadin.flow.component.textfield.TextField txtSearch
-
-
-
Class org.neotropic.kuwaiba.modules.optional.topoman.tools.AddObjectSelector.NewObjectEvent extends com.vaadin.flow.component.ComponentEvent<AddObjectSelector> implements Serializable
-
Serialized Fields
-
object
BusinessObjectLight object
-
-
-
Class org.neotropic.kuwaiba.modules.optional.topoman.tools.SearchObjectSelector extends com.vaadin.flow.component.html.Div implements Serializable
-
Class org.neotropic.kuwaiba.modules.optional.topoman.tools.SearchObjectSelector.NewObjectEvent extends com.vaadin.flow.component.ComponentEvent<SearchObjectSelector> implements Serializable
-
Serialized Fields
-
object
BusinessObjectLight object
-
-
-
-
Package org.neotropic.kuwaiba.modules.optional.topoman.widgets
-
Class org.neotropic.kuwaiba.modules.optional.topoman.widgets.TopologyDesignerDashboard extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements Serializable
-
Serialized Fields
-
accordionProperties
com.vaadin.flow.component.accordion.Accordion accordionProperties
-
advancedActionsRegistry
AdvancedActionsRegistry advancedActionsRegistry
All non-general purpose actions provided by other modules than Navigation. -
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
-
btnExportAsJPG
com.vaadin.flow.component.button.Button btnExportAsJPG
-
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
-
coreActionRegistry
CoreActionsRegistry coreActionRegistry
Reference to the action registry. -
currentView
ViewObject currentView
current view in the canvas -
deleteTopologyViewVisualAction
DeleteTopologyViewVisualAction deleteTopologyViewVisualAction
reference of the visual action to remove a topology view -
dlgAddobject
ConfirmDialog dlgAddobject
-
explorerRegistry
ExplorerRegistry explorerRegistry
All the registered object explorers. -
listenerDeleteAction
ActionCompletedListener listenerDeleteAction
listener to remove topology view action -
listenerNewViewAction
ActionCompletedListener listenerNewViewAction
listener to add new topology view Action -
log
LoggingService log
-
lytObjectOption
com.vaadin.flow.component.orderedlayout.VerticalLayout lytObjectOption
-
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
-
pnlOptions
ObjectOptionsPanel pnlOptions
-
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
AddObjectSelector topomanAddObject
-
topomanSearchObject
PaperDialogSearchObject topomanSearchObject
-
ts
TranslationService ts
Reference to the translation service. -
viewWidgetRegistry
ViewWidgetRegistry viewWidgetRegistry
All the object-related views exposed by other modules. -
wdwTopologyViews
com.vaadin.flow.component.dialog.Dialog wdwTopologyViews
Dialog that lists the whole list of the views
-
-
-
-
Package org.neotropic.kuwaiba.northbound.rest.todeserialize
-
Class org.neotropic.kuwaiba.northbound.rest.todeserialize.TransientArtifact extends Object implements Serializable
-
Serialized Fields
-
commitDate
long commitDate
The artifact commit date -
content
String content
The content of the artifact as string Base64, from 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.rest.todeserialize.TransientScriptedQueryParameter extends Object implements Serializable
-
Serialized Fields
-
defaultValue
Object defaultValue
Scripted Query Parameter Default Value. -
description
String description
Scripted Query Parameter Description. -
id
String id
Scripted Query Parameter Id. -
mandatory
boolean mandatory
If the Scripted Query Parameter is Mandatory. -
name
String name
Scripted Query Parameter Name. -
type
String type
Scripted Query Parameter Type. -
value
Object value
Scripted Query Parameter Value.
-
-
-
-
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
String 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
-
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
String 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 -
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
String incomingSequenceFlowId
Incoming Sequence Flow Id (Join Parallel Activity Definition Id) -
outgoingSequenceFlowId
String 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
String 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 -
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
-
Serialized Fields
-
ts
TranslationService ts
Reference to the internationalization service.
-
-
-
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. -
log
LoggingService log
Reference to the Logging Service. -
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. -
log
LoggingService log
Reference to the logging service. -
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.
-
-
-
-
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
-
btnCancel
com.vaadin.flow.component.button.Button btnCancel
-
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.FormatedBusinessObjectDiv extends com.vaadin.flow.component.html.Div 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.layout
-
Class org.neotropic.util.visual.layout.GridLayout extends com.vaadin.flow.component.Component implements Serializable
-
Class org.neotropic.util.visual.layout.MandatoryAttributesLayout extends com.vaadin.flow.component.formlayout.FormLayout implements Serializable
-
Serialized Fields
-
aem
ApplicationEntityManager aem
Reference to the Application Entity Manager. -
attributes
HashMap<String,String> attributes
Attributes for the new business object -
log
LoggingService log
Reference to the Logging Service. -
mandatoryAttributesInSelectedClass
List<AttributeMetadata> mandatoryAttributesInSelectedClass
To keep the mandatory attributes of the selected class -
mandatoryAttrtsState
HashMap<String,Boolean> mandatoryAttrtsState
To keep track of the fulfilled mandatory attributes -
txtName
com.vaadin.flow.component.textfield.TextField txtName
The name attribute in new single business object it is optional by default, but if the name is included in the mandatory attributes we need to turn it into mandatory -
wdw
ConfirmDialog wdw
The action dialog
-
-
-
-
Package org.neotropic.util.visual.menu
-
Class org.neotropic.util.visual.menu.FloatMenu extends com.neotropic.flow.component.paper.dialog.PaperDialog implements Serializable
-
Serialized Fields
-
btnOpen
ActionButton btnOpen
-
lytMenuContent
com.vaadin.flow.component.orderedlayout.FlexLayout lytMenuContent
-
menuItems
List<com.vaadin.flow.component.orderedlayout.HorizontalLayout> menuItems
-
-
-
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
-
lastValue
Object lastValue
-
propertyName
String propertyName
-
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
-
clasessToFilter
String[] clasessToFilter
-
cmbObjectSelectors
List<com.vaadin.flow.component.combobox.ComboBox<BusinessObjectLight>> cmbObjectSelectors
-
ignoreSpecialChildren
boolean ignoreSpecialChildren
-
mem
MetadataEntityManager mem
-
placeholder
String placeholder
-
refineSearch
boolean refineSearch
-
refineSearchUntilClassname
String refineSearchUntilClassname
-
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
-
-
-
Class org.neotropic.util.visual.selectors.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.util.visual.selectors.CellPortSelector.SelectedObjectChangeEvent extends com.vaadin.flow.component.ComponentEvent<CellPortSelector> implements Serializable
-
Serialized Fields
-
selectedObject
BusinessObjectLight selectedObject
-
selectedObjects
List<BusinessObjectLight> selectedObjects
-
-
-
Class org.neotropic.util.visual.selectors.NetworkResourceChangeEvent extends com.vaadin.flow.component.ComponentEvent<NetworkResourceSelector> implements Serializable
-
Serialized Fields
-
selectedObject
BusinessObjectLight selectedObject
-
selectedObjects
List<BusinessObjectLight> selectedObjects
-
-
-
Class org.neotropic.util.visual.selectors.NetworkResourceSelector 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.ObjectCellComponent extends com.vaadin.flow.component.orderedlayout.FlexLayout implements Serializable
-
Class org.neotropic.util.visual.selectors.ObjectComponent extends com.vaadin.flow.component.orderedlayout.FlexLayout implements Serializable
-
Class org.neotropic.util.visual.selectors.ObjectRenderer extends com.vaadin.flow.data.renderer.ComponentRenderer<ObjectComponent,BusinessObjectLight> implements Serializable
-
-
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
-
Class org.neotropic.util.visual.tree.NavTreeGrid extends com.vaadin.flow.component.treegrid.TreeGrid<T extends AbstractNode> implements Serializable
-
Serialized Fields
-
dataProvider
NavTreeGrid.TreeDataProvider dataProvider
A custom lazy tree data provider that loads 2 levels at a time -
expandListener
com.vaadin.flow.shared.Registration expandListener
Keeps track of the loadChildrenOf listener of the tree grid, to be removed and re-added every time a node of the tree is updated the loadChildrenOf listener is no need it -
rawData
List<T extends AbstractNode> rawData
A plain list of all the current nodes in the tree grid
-
-
-
-
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
-