Uses of Class
org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLight
-
-
Uses of BusinessObjectLight in com.neotropic.kuwaiba.modules.commercial.business.analytics.views
Methods in com.neotropic.kuwaiba.modules.commercial.business.analytics.views that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
E2ENode. getBussinesObject()
BusinessObjectLight
ObjectLinkObjectDefinition. getConnectionObject()
BusinessObjectLight
ObjectLinkObjectDefinition. getDeviceA()
BusinessObjectLight
ObjectLinkObjectDefinition. getDeviceB()
BusinessObjectLight
E2EEdge. getEdge()
BusinessObjectLight
GenericConnectionDefinition. getEndpointA()
BusinessObjectLight
GenericConnectionDefinition. getEndpointB()
BusinessObjectLight
ObjectLinkObjectDefinition. getLogicalEndpointObjectA()
BusinessObjectLight
ObjectLinkObjectDefinition. getLogicalEndpointObjectB()
BusinessObjectLight
ObjectLinkObjectDefinition. getPhysicalEndpointObjectA()
BusinessObjectLight
ObjectLinkObjectDefinition. getPhysicalEndpointObjectB()
Methods in com.neotropic.kuwaiba.modules.commercial.business.analytics.views that return types with arguments of type BusinessObjectLight Modifier and Type Method Description List<BusinessObjectLight>
GenericConnectionDefinition. getPhysicalPathForEndpointA()
List<BusinessObjectLight>
GenericConnectionDefinition. getPhysicalPathForEndpointB()
Methods in com.neotropic.kuwaiba.modules.commercial.business.analytics.views with parameters of type BusinessObjectLight Modifier and Type Method Description void
E2ENode. setBusinessObject(BusinessObjectLight obj)
void
ObjectLinkObjectDefinition. setConnectionObject(BusinessObjectLight connectionObject)
void
ObjectLinkObjectDefinition. setDeviceA(BusinessObjectLight deviceA)
void
ObjectLinkObjectDefinition. setDeviceB(BusinessObjectLight deviceB)
void
E2EEdge. setEdge(BusinessObjectLight edge)
void
GenericConnectionDefinition. setEndpointA(BusinessObjectLight endpointA)
void
GenericConnectionDefinition. setEndpointB(BusinessObjectLight endpointB)
void
ObjectLinkObjectDefinition. setLogicalEndpointObjectA(BusinessObjectLight logicalEndpointObjectA)
void
ObjectLinkObjectDefinition. setLogicalEndpointObjectB(BusinessObjectLight logicalEndpointObjectB)
void
ObjectLinkObjectDefinition. setPhysicalEndpointObjectA(BusinessObjectLight physicalEndpointObjectA)
void
ObjectLinkObjectDefinition. setPhysicalEndpointObjectB(BusinessObjectLight physicalEndpointObjectB)
Method parameters in com.neotropic.kuwaiba.modules.commercial.business.analytics.views with type arguments of type BusinessObjectLight Modifier and Type Method Description void
GenericConnectionDefinition. setPhysicalPathForEndpointA(List<BusinessObjectLight> physicalPathForEndpointA)
void
GenericConnectionDefinition. setPhysicalPathForEndpointB(List<BusinessObjectLight> physicalPathForEndpointB)
Constructors in com.neotropic.kuwaiba.modules.commercial.business.analytics.views with parameters of type BusinessObjectLight Constructor Description E2EEdge(BusinessObjectLight edge)
E2ENode(BusinessObjectLight node)
GenericConnectionDefinition(BusinessObject connectionObject, BusinessObjectLight endpointA, BusinessObjectLight endpointB, List<BusinessObjectLight> physicalPathForEndpointA, List<BusinessObjectLight> physicalPathForEndpointB)
ObjectLinkObjectDefinition(BusinessObjectLight deviceA, BusinessObjectLight physicalEndpointObjectA, BusinessObjectLight connectionObject, BusinessObjectLight physicalEndpointObjectB, BusinessObjectLight deviceB)
ObjectLinkObjectDefinition(BusinessObjectLight deviceA, BusinessObjectLight physicalEndpointObjectA, BusinessObjectLight logicalEndpointObjectA, BusinessObjectLight connectionObject, BusinessObjectLight logicalEndpointObjectB, BusinessObjectLight physicalEndpointObjectB, BusinessObjectLight deviceB)
Constructor parameters in com.neotropic.kuwaiba.modules.commercial.business.analytics.views with type arguments of type BusinessObjectLight Constructor Description GenericConnectionDefinition(BusinessObject connectionObject, BusinessObjectLight endpointA, BusinessObjectLight endpointB, List<BusinessObjectLight> physicalPathForEndpointA, List<BusinessObjectLight> physicalPathForEndpointB)
-
Uses of BusinessObjectLight in com.neotropic.kuwaiba.modules.commercial.impact
Methods in com.neotropic.kuwaiba.modules.commercial.impact that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
ServiceLevelCorrelatedInformation. getCustomer()
Methods in com.neotropic.kuwaiba.modules.commercial.impact that return types with arguments of type BusinessObjectLight Modifier and Type Method Description List<BusinessObjectLight>
ServiceLevelCorrelatedInformation. getServices()
Methods in com.neotropic.kuwaiba.modules.commercial.impact with parameters of type BusinessObjectLight Modifier and Type Method Description void
ServiceLevelCorrelatedInformation. setCustomer(BusinessObjectLight customer)
Method parameters in com.neotropic.kuwaiba.modules.commercial.impact with type arguments of type BusinessObjectLight Modifier and Type Method Description void
ServiceLevelCorrelatedInformation. setServices(List<BusinessObjectLight> services)
Constructors in com.neotropic.kuwaiba.modules.commercial.impact with parameters of type BusinessObjectLight Constructor Description ServiceLevelCorrelatedInformation(BusinessObjectLight customer, List<BusinessObjectLight> services)
Constructor parameters in com.neotropic.kuwaiba.modules.commercial.impact with type arguments of type BusinessObjectLight Constructor Description ServiceLevelCorrelatedInformation(BusinessObjectLight customer, List<BusinessObjectLight> services)
-
Uses of BusinessObjectLight in com.neotropic.kuwaiba.modules.commercial.ipam
Methods in com.neotropic.kuwaiba.modules.commercial.ipam that return types with arguments of type BusinessObjectLight Modifier and Type Method Description List<BusinessObjectLight>
IpamService. existInInventory(List<String> ipAddresses, String className)
Checks if a a list of subnet or IP addresses names exist in the whole inventory it will return a list of all the existing subnet foundList<BusinessObjectLight>
IpamService. getFolderItems(String subnetPoolId, String classNameToFilter, int page, int limit)
Get a set of subnets from a pool folderList<BusinessObjectLight>
IpamService. getSubnetIpAddrCreated(String id, String className, int page, int limit)
Retrieves all the IP address created in a subnetList<BusinessObjectLight>
IpamService. getSubnetIpAddrsInUse(String subnetId, String subnetClassName)
Gets the number of IP addresses instantiated (created) in the subnet that has a relationship with an inventory object e.g.List<BusinessObjectLight>
IpamService. getSubnetIpAddrsReserved(String subnetId, String subnetClassName)
List<BusinessObjectLight>
IpamService. getSubnetsInSubnet(String id, String className, int page, int limit)
Retrieves all the Subnets created inside a subnetMethods in com.neotropic.kuwaiba.modules.commercial.ipam with parameters of type BusinessObjectLight Modifier and Type Method Description int
IpamService.IPAddressComparator. compare(BusinessObjectLight ipAddrA, BusinessObjectLight ipAddrB)
int
IpamService.SubnetComparator. compare(BusinessObjectLight subnetA, BusinessObjectLight subnetB)
-
Uses of BusinessObjectLight in com.neotropic.kuwaiba.modules.commercial.ipam.explorers
Methods in com.neotropic.kuwaiba.modules.commercial.ipam.explorers that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
DialogIpamSearch.SelectObjectEvent. getObject()
Constructors in com.neotropic.kuwaiba.modules.commercial.ipam.explorers with parameters of type BusinessObjectLight Constructor Description SelectObjectEvent(DialogIpamSearch source, boolean fromClient, BusinessObjectLight object)
-
Uses of BusinessObjectLight in com.neotropic.kuwaiba.modules.commercial.ipam.visual
Constructors in com.neotropic.kuwaiba.modules.commercial.ipam.visual with parameters of type BusinessObjectLight Constructor Description DivIpAddr(BusinessObjectLight object, SubnetDetail subnetDetail, String ipAddr, String state)
IpamNode(BusinessObjectLight subnet)
-
Uses of BusinessObjectLight in com.neotropic.kuwaiba.modules.commercial.mpls
Methods in com.neotropic.kuwaiba.modules.commercial.mpls that return types with arguments of type BusinessObjectLight Modifier and Type Method Description MxGraphCanvas<BusinessObjectLight,BusinessObjectLight>
MplsView. getMxgraphCanvas()
MxGraphCanvas<BusinessObjectLight,BusinessObjectLight>
MplsView. getMxgraphCanvas()
Methods in com.neotropic.kuwaiba.modules.commercial.mpls with parameters of type BusinessObjectLight Modifier and Type Method Description AbstractViewEdge
MplsView. addEdge(BusinessObjectLight businessObject, BusinessObjectLight sourceBusinessObject, BusinessObjectLight targetBusinessObject, Properties properties)
AbstractViewNode
MplsView. addNode(BusinessObjectLight businessObject, Properties properties)
com.neotropic.flow.component.mxgraph.MxGraphEdge
MplsView. findMxGraphEdge(BusinessObjectLight businessObject)
void
MplsView. removeEdge(BusinessObjectLight businessObject)
void
MplsView. removeNode(BusinessObjectLight businessObject)
Method parameters in com.neotropic.kuwaiba.modules.commercial.mpls with type arguments of type BusinessObjectLight Modifier and Type Method Description void
MplsView. setMxgraphCanvas(MxGraphCanvas<BusinessObjectLight,BusinessObjectLight> mxgraphCanvas)
void
MplsView. setMxgraphCanvas(MxGraphCanvas<BusinessObjectLight,BusinessObjectLight> mxgraphCanvas)
-
Uses of BusinessObjectLight in com.neotropic.kuwaiba.modules.commercial.mpls.model
Methods in com.neotropic.kuwaiba.modules.commercial.mpls.model that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
MplsConnectionDefinition. getDeviceA()
BusinessObjectLight
MplsConnectionDefinition. getDeviceB()
BusinessObjectLight
MplsConnectionDefinition. getEndpointA()
BusinessObjectLight
MplsConnectionDefinition. getEndpointB()
BusinessObjectLight
MplsConnectionDefinition. getVfiA()
BusinessObjectLight
MplsConnectionDefinition. getVfiB()
Methods in com.neotropic.kuwaiba.modules.commercial.mpls.model with parameters of type BusinessObjectLight Modifier and Type Method Description void
MplsConnectionDefinition. setDeviceA(BusinessObjectLight deviceA)
void
MplsConnectionDefinition. setDeviceB(BusinessObjectLight deviceB)
void
MplsConnectionDefinition. setEndpointA(BusinessObjectLight endpointA)
void
MplsConnectionDefinition. setEndpointB(BusinessObjectLight endpointB)
void
MplsConnectionDefinition. setVfiA(BusinessObjectLight vfiA)
void
MplsConnectionDefinition. setVfiB(BusinessObjectLight vfiB)
-
Uses of BusinessObjectLight in com.neotropic.kuwaiba.modules.commercial.mpls.tools
Methods in com.neotropic.kuwaiba.modules.commercial.mpls.tools that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
MplsTools.NewObjectEvent. getObject()
BusinessObjectLight
MplsTools.SelectObjectEvent. getObject()
BusinessObjectLight
PaperDialogAddObject.NewObjectEvent. getObject()
BusinessObjectLight
PaperDialogSearchObject.SelectObjectEvent. getObject()
Constructors in com.neotropic.kuwaiba.modules.commercial.mpls.tools with parameters of type BusinessObjectLight Constructor Description NewObjectEvent(MplsTools source, boolean fromClient, BusinessObjectLight object)
NewObjectEvent(PaperDialogAddObject source, boolean fromClient, BusinessObjectLight object)
SelectObjectEvent(MplsTools source, boolean fromClient, BusinessObjectLight object)
SelectObjectEvent(PaperDialogSearchObject source, boolean fromClient, BusinessObjectLight object)
Constructor parameters in com.neotropic.kuwaiba.modules.commercial.mpls.tools with type arguments of type BusinessObjectLight Constructor Description PaperDialogSearchObject(TranslationService ts, BusinessEntityManager bem, MxGraphCanvas<BusinessObjectLight,BusinessObjectLight> mxGraphCanvas)
PaperDialogSearchObject(TranslationService ts, BusinessEntityManager bem, MxGraphCanvas<BusinessObjectLight,BusinessObjectLight> mxGraphCanvas)
-
Uses of BusinessObjectLight in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
Fields in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs declared as BusinessObjectLight Modifier and Type Field Description BusinessObjectLight
WindowNewContainer. source
Source LocationBusinessObjectLight
WindowNewContainer. target
Target LocationMethods in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
ObjectOptionsWindow. getBusinessObject()
BusinessObjectLight
WindowAddContainers. getContainer()
BusinessObjectLight
PortNode. getFiber()
BusinessObjectLight
FiberNode. getFiberObject()
BusinessObjectLight
WindowAddNodes. getNode()
BusinessObjectLight
WindowAddContainers. getSource()
BusinessObjectLight
WindowAddContainers. getTarget()
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs that return types with arguments of type BusinessObjectLight Modifier and Type Method Description List<BusinessObjectLight>
DeviceSelectorWindow. getItems(BusinessObjectLight selectedObject)
List<BusinessObjectLight>
WindowContainerSelector. getItems(BusinessObjectLight selectedObject)
List<BusinessObjectLight>
DeviceNode. getPorts()
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs with parameters of type BusinessObjectLight Modifier and Type Method Description List<BusinessObjectLight>
DeviceSelectorWindow. getItems(BusinessObjectLight selectedObject)
List<BusinessObjectLight>
WindowContainerSelector. getItems(BusinessObjectLight selectedObject)
void
WindowAddNodes. notifyAddedNode(BusinessObjectLight node)
void
ObjectOptionsWindow. setBusinessObject(BusinessObjectLight businessObject)
void
PortNode. setFiber(BusinessObjectLight fiber)
Method parameters in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs with type arguments of type BusinessObjectLight Modifier and Type Method Description com.vaadin.flow.component.orderedlayout.VerticalLayout
WindowViewContent. getPorts(List<BusinessObjectLight> ports)
-
Uses of BusinessObjectLight in com.neotropic.kuwaiba.modules.commercial.ospman.widgets
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.widgets that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
OutsidePlantAccordion.BusinessObjectPropertySheet. getBusinessObject()
BusinessObjectLight
OutsidePlantAccordion.ViewPropertySheet. getDefaultParent()
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.widgets with parameters of type BusinessObjectLight Modifier and Type Method Description AbstractViewEdge
OutsidePlantView. addEdge(BusinessObjectLight businessObject, BusinessObjectLight sourceBusinessObject, BusinessObjectLight targetBusinessObject, Properties properties)
AbstractViewNode
OutsidePlantView. addNode(BusinessObjectLight businessObject, Properties properties)
void
OutsidePlantView. removeEdge(BusinessObjectLight businessObject)
void
OutsidePlantView. removeNode(BusinessObjectLight businessObject)
void
OutsidePlantAccordion.BusinessObjectPropertySheet. setBusinessObject(BusinessObjectLight businessObject)
void
OutsidePlantAccordion.ViewPropertySheet. setDefaultParent(BusinessObjectLight defaultParent)
-
Uses of BusinessObjectLight in com.neotropic.kuwaiba.modules.commercial.planning.projects
Methods in com.neotropic.kuwaiba.modules.commercial.planning.projects that return types with arguments of type BusinessObjectLight Modifier and Type Method Description List<BusinessObjectLight>
ProjectsService. getAllProjects(long page, long limit)
Get all projects, without filters.List<BusinessObjectLight>
ProjectsService. getProjectActivities(String projectClass, String projectId)
Gets the activities inside a project.List<BusinessObjectLight>
ProjectsService. getProjectResources(String projectClass, String projectId)
Gets the resources related to a project.List<BusinessObjectLight>
ProjectsService. getProjectsInPool(String poolId, int limit)
Gets the projects inside a project poolList<BusinessObjectLight>
ProjectsService. getProjectsRelatedToObject(String objectClass, String objectId)
Gets the projects related to an object.List<BusinessObjectLight>
ProjectsService. getProjectsWithFilter(HashMap<String,String> filters, long page, long limit)
Get the projects according to the filter value. -
Uses of BusinessObjectLight in com.neotropic.kuwaiba.modules.commercial.processman.artifacts.form
Methods in com.neotropic.kuwaiba.modules.commercial.processman.artifacts.form that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
FormInstanceLoader. getRemoteObjectLight(long classId, String objectId)
-
Uses of BusinessObjectLight in com.neotropic.kuwaiba.modules.commercial.sdh
Methods in com.neotropic.kuwaiba.modules.commercial.sdh that return types with arguments of type BusinessObjectLight Modifier and Type Method Description MxGraphCanvas<BusinessObjectLight,BusinessObjectLight>
SdhView. getMxgraphCanvas()
MxGraphCanvas<BusinessObjectLight,BusinessObjectLight>
SdhView. getMxgraphCanvas()
Methods in com.neotropic.kuwaiba.modules.commercial.sdh with parameters of type BusinessObjectLight Modifier and Type Method Description AbstractViewEdge
SdhView. addEdge(BusinessObjectLight businessObject, BusinessObjectLight sourceBusinessObject, BusinessObjectLight targetBusinessObject, Properties properties)
AbstractViewNode
SdhView. addNode(BusinessObjectLight businessObject, Properties properties)
com.neotropic.flow.component.mxgraph.MxGraphEdge
SdhView. findMxGraphEdge(BusinessObjectLight businessObject)
void
SdhView. removeEdge(BusinessObjectLight businessObject)
void
SdhView. removeNode(BusinessObjectLight businessObject)
Method parameters in com.neotropic.kuwaiba.modules.commercial.sdh with type arguments of type BusinessObjectLight Modifier and Type Method Description void
SdhView. setMxgraphCanvas(MxGraphCanvas<BusinessObjectLight,BusinessObjectLight> mxgraphCanvas)
void
SdhView. setMxgraphCanvas(MxGraphCanvas<BusinessObjectLight,BusinessObjectLight> mxgraphCanvas)
-
Uses of BusinessObjectLight in com.neotropic.kuwaiba.modules.commercial.sdh.api
Fields in com.neotropic.kuwaiba.modules.commercial.sdh.api declared as BusinessObjectLight Modifier and Type Field Description protected BusinessObjectLight
AbstractPosition. container
Methods in com.neotropic.kuwaiba.modules.commercial.sdh.api that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
AbstractPosition. getContainer()
BusinessObjectLight
SdhContainerLinkDefinition. getContainer()
BusinessObjectLight
SdhContainerLinkDefinition. getContainerName()
BusinessObjectLight
SdhTributaryLinkDefinition. getContainerName()
BusinessObjectLight
HopDefinition. getLink()
Methods in com.neotropic.kuwaiba.modules.commercial.sdh.api that return types with arguments of type BusinessObjectLight Modifier and Type Method Description List<BusinessObjectLight>
Route. getHops()
List<BusinessObjectLight>
Route. getLinks()
List<BusinessObjectLight>
Route. getNodes()
Methods in com.neotropic.kuwaiba.modules.commercial.sdh.api with parameters of type BusinessObjectLight Modifier and Type Method Description void
AbstractPosition. setContainer(BusinessObjectLight container)
void
SdhContainerLinkDefinition. setContainerName(BusinessObjectLight container)
void
SdhTributaryLinkDefinition. setContainerName(BusinessObjectLight link)
Constructors in com.neotropic.kuwaiba.modules.commercial.sdh.api with parameters of type BusinessObjectLight Constructor Description AbstractPosition(int position, BusinessObjectLight container)
AvailableContainerLinkPosition(int position, BusinessObjectLight container)
AvailableTransportLinkPosition(int position, BusinessObjectLight container)
HopDefinition(BusinessObjectLight link)
SdhContainerLinkDefinition(BusinessObjectLight container, boolean structured, List<SdhPosition> positions)
SdhTributaryLinkDefinition(BusinessObjectLight link, List<SdhPosition> positions)
Constructor parameters in com.neotropic.kuwaiba.modules.commercial.sdh.api with type arguments of type BusinessObjectLight Constructor Description Route(String name, List<BusinessObjectLight> hops, MetadataEntityManager mem)
-
Uses of BusinessObjectLight in com.neotropic.kuwaiba.modules.commercial.sdh.tools
Methods in com.neotropic.kuwaiba.modules.commercial.sdh.tools that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
PaperDialogAddObject.NewObjectEvent. getObject()
BusinessObjectLight
PaperDialogSearchObject.SelectObjectEvent. getObject()
BusinessObjectLight
SdhTools.NewObjectEvent. getObject()
BusinessObjectLight
SdhTools.SelectObjectEvent. getObject()
Constructors in com.neotropic.kuwaiba.modules.commercial.sdh.tools with parameters of type BusinessObjectLight Constructor Description NewObjectEvent(PaperDialogAddObject source, boolean fromClient, BusinessObjectLight object)
NewObjectEvent(SdhTools source, boolean fromClient, BusinessObjectLight object)
SelectObjectEvent(PaperDialogSearchObject source, boolean fromClient, BusinessObjectLight object)
SelectObjectEvent(SdhTools source, boolean fromClient, BusinessObjectLight object)
Constructor parameters in com.neotropic.kuwaiba.modules.commercial.sdh.tools with type arguments of type BusinessObjectLight Constructor Description PaperDialogSearchObject(TranslationService ts, BusinessEntityManager bem, MxGraphCanvas<BusinessObjectLight,BusinessObjectLight> mxGraphCanvas)
PaperDialogSearchObject(TranslationService ts, BusinessEntityManager bem, MxGraphCanvas<BusinessObjectLight,BusinessObjectLight> mxGraphCanvas)
-
Uses of BusinessObjectLight in com.neotropic.kuwaiba.modules.commercial.sdh.wizard
Methods in com.neotropic.kuwaiba.modules.commercial.sdh.wizard with parameters of type BusinessObjectLight Modifier and Type Method Description AvailableTransportLinkPosition[]
NewSDHContainerLinkWizard.ChooseContainerLinkResourcesStep. buildAvailablePositionsList(BusinessObjectLight transportLink, List<SdhContainerLinkDefinition> transportLinkStructure)
AvailableContainerLinkPosition[]
NewSDHTributaryLinkWizard.ChooseTributaryLinkResourcesStep. buildAvailablePositionsListForContainers(BusinessObjectLight containerLink, List<SdhContainerLinkDefinition> containerLinkStructure)
AvailableTransportLinkPosition[]
NewSDHTributaryLinkWizard.ChooseTributaryLinkResourcesStep. buildAvailablePositionsListForTransportLinks(BusinessObjectLight transportLink, List<SdhContainerLinkDefinition> transportLinkStructure)
Constructors in com.neotropic.kuwaiba.modules.commercial.sdh.wizard with parameters of type BusinessObjectLight Constructor Description NewSDHContainerLinkWizard(BusinessObjectLight equipmentA, BusinessObjectLight equipmentB, MetadataEntityManager mem, ResourceFactory rs, SdhService sdhService, TranslationService ts, LoggingService log)
NewSDHTransportLinkWizard(BusinessObjectLight equipmentA, BusinessObjectLight equipmentB, BusinessEntityManager bem, MetadataEntityManager mem, ResourceFactory rs, SdhService sdhService, TranslationService ts)
NewSDHTributaryLinkWizard(BusinessObjectLight equipmentA, BusinessObjectLight equipmentB, MetadataEntityManager mem, BusinessEntityManager bem, ResourceFactory rs, SdhService sdhService, TranslationService ts)
-
Uses of BusinessObjectLight in com.neotropic.kuwaiba.modules.commercial.whman
Method parameters in com.neotropic.kuwaiba.modules.commercial.whman with type arguments of type BusinessObjectLight Modifier and Type Method Description com.vaadin.flow.data.provider.hierarchy.HierarchicalDataProvider
WarehousesManagerUI. buildHierarchicalDataProvider(List<BusinessObjectLight> objects)
-
Uses of BusinessObjectLight in com.neotropic.kuwaiba.modules.commercial.whman.nodes
Constructors in com.neotropic.kuwaiba.modules.commercial.whman.nodes with parameters of type BusinessObjectLight Constructor Description WarehouseManagerNode(BusinessObjectLight object)
WarehouseManagerNode(BusinessObjectLight object, String displayName)
-
Uses of BusinessObjectLight in com.neotropic.kuwaiba.modules.commercial.whman.persistence
Methods in com.neotropic.kuwaiba.modules.commercial.whman.persistence that return types with arguments of type BusinessObjectLight Modifier and Type Method Description List<BusinessObjectLight>
WarehousesService. getObjectsInSparePool(String poolId, int limit)
Get the objects of a poolList<BusinessObjectLight>
WarehousesService. getWarehousesInPool(String poolId, int limit)
Get the warehouses of a pool -
Uses of BusinessObjectLight in org.neotropic.kuwaiba.core.apis.integration.modules.actions
Method parameters in org.neotropic.kuwaiba.core.apis.integration.modules.actions with type arguments of type BusinessObjectLight Modifier and Type Method Description abstract void
AbstractRelationshipManagementAction. createRelationship(List<BusinessObjectLight> sourceObjects, List<BusinessObjectLight> targetObjects)
Creates the actual relationships between the the source object and the target objects, depending on the cardinality defined inAbstractRelationshipManagementAction.getCardinality()
.abstract void
AbstractRelationshipManagementAction. releaseRelationship(List<BusinessObjectLight> sourceObjects, List<BusinessObjectLight> targetObjects)
Releases the actual relationships between the the source object and the target objects. -
Uses of BusinessObjectLight in org.neotropic.kuwaiba.core.apis.integration.modules.explorers
Methods in org.neotropic.kuwaiba.core.apis.integration.modules.explorers with parameters of type BusinessObjectLight Modifier and Type Method Description abstract C
AbstractExplorer. build(BusinessObjectLight selectedObject)
Creates an embeddable visual component withe the explorer. -
Uses of BusinessObjectLight in org.neotropic.kuwaiba.core.apis.integration.modules.views
Methods in org.neotropic.kuwaiba.core.apis.integration.modules.views with parameters of type BusinessObjectLight Modifier and Type Method Description abstract AbstractViewEdge
AbstractView. addEdge(BusinessObjectLight businessObject, BusinessObjectLight sourceBusinessObject, BusinessObjectLight targetBusinessObject, Properties properties)
Adds an edge to views that are not generated automatically.abstract AbstractViewNode
AbstractView. addNode(BusinessObjectLight businessObject, Properties properties)
Adds a node to views that are not generated automatically.abstract C
AbstractObjectRelatedViewWidget. build(BusinessObjectLight businessObject)
The factory method that builds a view (a scene + container with tools).abstract void
AbstractView. removeEdge(BusinessObjectLight businessObject)
remove a edge from the viewMapabstract void
AbstractView. removeNode(BusinessObjectLight businessObject)
remove a node from the viewMap -
Uses of BusinessObjectLight in org.neotropic.kuwaiba.core.apis.persistence.application
Subclasses of BusinessObjectLight in org.neotropic.kuwaiba.core.apis.persistence.application Modifier and Type Class Description class
InventoryProxy
Inventory proxies are used to integrate third party-applications with Kuwaiba.class
Project
Represents a project in the inventory address book.class
ResultRecord
Represents a single record resulting from a query.Methods in org.neotropic.kuwaiba.core.apis.persistence.application that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
ApplicationEntityManager. getListTypeItemForLayout(long layoutViewId)
Returns the list type item related with the given viewBusinessObjectLight
ApplicationEntityManager. getListTypeItemWithName(String listTypeClassName, String listTypeItemName)
Retrieves a list type item given its nameMethods in org.neotropic.kuwaiba.core.apis.persistence.application that return types with arguments of type BusinessObjectLight Modifier and Type Method Description List<BusinessObjectLight>
ApplicationEntityManager. getDeviceLayouts()
Gets the list of template elements with a device layoutList<BusinessObjectLight>
ApplicationEntityManager. getListTypeItems(String className)
Retrieves all the items related to a given list typeList<BusinessObjectLight>
ApplicationEntityManager. getListTypeItemUses(String listTypeItemClass, String listTypeItemId, int limit)
Retrieves the objects that make reference to a given list type itemList<BusinessObjectLight>
ApplicationEntityManager. getObjectsInFavoritesFolder(long favoritesFolderId, long userId, int limit)
Get the object assigned to the bookmarkabstract List<BusinessObjectLight>
Filter. run(String objectId, String objectClass, HashMap<String,String> parameters, int page, int limit)
This method should be implemented by all filter definition scripts (which must define a subclass of Filter), and contains the logic to evaluate the condition. -
Uses of BusinessObjectLight in org.neotropic.kuwaiba.core.apis.persistence.business
Subclasses of BusinessObjectLight in org.neotropic.kuwaiba.core.apis.persistence.business Modifier and Type Class Description class
BusinessObject
Contains all the attributes (and their values) of an inventory object.class
Contact
Represents a contact in the inventory address book.Methods in org.neotropic.kuwaiba.core.apis.persistence.business that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
BusinessEntityManager. getCommonParent(String aObjectClass, String aOid, String bObjectClass, String bOid)
Finds the common parent between two objects.BusinessObjectLight
Contact. getCustomer()
BusinessObjectLight
AnnotatedBusinessObjectLight. getObject()
BusinessObjectLight
BusinessEntityManager. getObjectLight(String className, String oid)
Gets the simplified information about an objectBusinessObjectLight
BusinessEntityManager. getParent(String objectClass, String oid)
Deprecated.This method will be renamed in future versions to support multiple parents.BusinessObjectLight
BusinessEntityManager. getPhysicalNodeToObjectInWarehouse(String objectClassName, String objectId)
Gets the physical node of a warehouse itemBusinessObjectLight
BusinessEntityManager. getWarehouseToObject(String objectClassName, String objectId)
Gets warehouse related to objectMethods in org.neotropic.kuwaiba.core.apis.persistence.business that return types with arguments of type BusinessObjectLight Modifier and Type Method Description List<BusinessObjectLight>
BusinessEntityManager. getChildrenOfClassLight(String parentOid, String parentClass, String classToFilter, int maxResults)
Same as getChildrenOfClass, but returns only the light version of the objectsList<BusinessObjectLight>
BusinessEntityManager. getChildrenOfClassLightRecursive(String parentOid, String parentClass, String classToFilter, HashMap<String,String> attributesToFilters, int page, int limit)
Gets all class and abstract class children of a given class to filter in a hierarchy with root in the given parent.List<BusinessObjectLight>
BusinessEntityManager. getContactResources(String contactClass, String contactId)
Retrieves the list of resources (inventory objects) related to a contact.Map<BusinessObjectLight,List<FileObjectLight>>
BusinessEntityManager. getFilesFromRelatedListTypeItems(String ObjectUuid)
Retrieves a map with the files related to the list type item attributes of the given objectList<BusinessObjectLight>
BusinessObjectLightList. getList()
List<BusinessObjectLight>
BusinessEntityManager. getMultipleParents(String objectId)
Gets the parents of an object that breaks the containment rule of having only one parent.List<BusinessObjectLight>
BusinessEntityManager. getObjectChildren(long classId, String oid, int maxResults)
Gets the children of a given object, providing the class and object id.List<BusinessObjectLight>
BusinessEntityManager. getObjectChildren(String className, String oid, int maxResults)
Gets the children of a given objectList<BusinessObjectLight>
BusinessEntityManager. getObjectChildren(String className, String oid, HashMap<String,String> filters, long skip, long limit)
Get a set of children to the given the parent class name and id.List<BusinessObjectLight>
BusinessEntityManager. getObjectsByNameAndClassName(List<String> names, int skip, int limit, String... clasessToFilter)
Gets a set of objects by its exact names and class names, used to know if an object with the same its already created in the inventory e.g.List<BusinessObjectLight>
BusinessEntityManager. getObjectsLight(HashMap<String,String> ids)
Retrieves a list of objects based on the provided UUIDs.List<BusinessObjectLight>
BusinessEntityManager. getObjectsOfClassLight(String className, long page, long limit)
Recursively gets all the light instances of given class, without filters.List<BusinessObjectLight>
BusinessEntityManager. getObjectsOfClassLight(String className, HashMap<String,String> filters, long page, long limit)
Recursively gets all the light instances of given classList<BusinessObjectLight>
BusinessEntityManager. getObjectSpecialChildren(String objectClass, String objectId)
Gets the special children of a given objectList<BusinessObjectLight>
BusinessEntityManager. getObjectSpecialChildrenWithFilters(String objectClass, String objectId, List<String> childrenClassNamesToFilter, int page, int limit)
Gets the special children of a given objectList<BusinessObjectLight>
BusinessEntityManager. getObjectsWithFilterLight(String className, String filterName, String filterValue)
Retrieves a list of light instances of a given class given a simple filter.List<BusinessObjectLight>
BusinessEntityManager. getParents(String objectClassName, String oid)
Deprecated.This method will be renamed in future versions to support hierarchical parents.List<BusinessObjectLight>
BusinessEntityManager. getParentsUntilFirstOfClass(String objectClassName, String oid, String... objectToMatchClassNames)
Gets the list of parents (according to the special and standard containment hierarchy) until it finds an instance of class objectToMatchClassName (for example "give me the parents of this port until you find the nearest rack")List<BusinessObjectLight>
BusinessEntityManager. getPoolItems(String poolId, int limit)
Retrieves the list of objects from a poolList<BusinessObjectLight>
BusinessEntityManager. getPoolItemsByClassName(String poolId, String className, int page, int limit)
Retrieves the list of objects from a poolList<BusinessObjectLight>
BusinessEntityManager. getSiblings(String className, String oid, int maxResults)
Gets the siblings of a given object in the containment hierarchyList<BusinessObjectLight>
BusinessEntityManager. getSpecialAttribute(String objectClass, String objectId, String specialAttributeName)
Gets the value of a special attribute.HashMap<String,List<BusinessObjectLight>>
BusinessEntityManager. getSpecialAttributes(String className, String objectId, String... attributeNames)
Returns the specified special relationships of a given object as a hashmap whose keys are the names of the relationships and the values the list of related objects.List<BusinessObjectLight>
BusinessEntityManager. getSpecialChildrenOfClassLight(String parentOid, String parentClass, String classToFilter, int maxResults)
Returns the special children of a given object as RemoteBusinessObjectLight instances.This method is not recursive.List<BusinessObjectLight>
BusinessEntityManager. getSpecialChildrenOfClassLightRecursive(String parentOid, String parentClass, String classToFilter, int maxResults)
Gets all class and abstract class special children of a given class to filter in a hierarchy with root in the given parent.List<BusinessObjectLight>
BusinessEntityManager. getSuggestedChildrenWithFilter(String parentClass, String parentId, String filter, boolean ignoreSpecialChildren, int skip, int limit, String... clasessToFilter)
Gets a set of suggested children with filter (no recursive).List<BusinessObjectLight>
BusinessEntityManager. getSuggestedObjectsWithFilter(String filter, int limit)
Suggests a number of objects based on a search string.List<BusinessObjectLight>
BusinessEntityManager. getSuggestedObjectsWithFilter(String filter, int skip, int limit, String... classesToFilter)
Gets a set of suggested objects with filter.List<BusinessObjectLight>
BusinessEntityManager. getSuggestedObjectsWithFilter(String filter, String superClass, int limit)
HashMap<String,List<BusinessObjectLight>>
BusinessEntityManager. getSuggestedObjectsWithFilterGroupedByClassName(List<String> classesNamesToFilter, String filter, long classesSkip, long classesLimit, long objectSkip, long objectLimit)
Suggests a number of objects based on a search string.List<BusinessObjectLight>
BusinessEntityManager. getWarehousesInObject(String objectClassName, String objectId)
Gets the warehouses in a objectMethods in org.neotropic.kuwaiba.core.apis.persistence.business with parameters of type BusinessObjectLight Modifier and Type Method Description boolean
BusinessObjectLightList. add(BusinessObjectLight element)
int
BusinessObjectLight. compareTo(BusinessObjectLight o)
boolean
BusinessObjectLightList. remove(BusinessObjectLight element)
void
Contact. setCustomer(BusinessObjectLight customer)
void
AnnotatedBusinessObjectLight. setObject(BusinessObjectLight theObject)
Method parameters in org.neotropic.kuwaiba.core.apis.persistence.business with type arguments of type BusinessObjectLight Modifier and Type Method Description boolean
BusinessObjectLightList. addAll(Collection<? extends BusinessObjectLight> elements)
void
BusinessObjectLightList. setList(List<BusinessObjectLight> list)
Constructors in org.neotropic.kuwaiba.core.apis.persistence.business with parameters of type BusinessObjectLight Constructor Description AnnotatedBusinessObjectLight(BusinessObjectLight theObject, Map<String,Object> properties)
Contact(BusinessObject contactInformation, BusinessObjectLight customer)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.core.apis.persistence.metadata
Methods in org.neotropic.kuwaiba.core.apis.persistence.metadata that return types with arguments of type BusinessObjectLight Modifier and Type Method Description List<BusinessObjectLight>
GenericObjectList. getList()
Method parameters in org.neotropic.kuwaiba.core.apis.persistence.metadata with type arguments of type BusinessObjectLight Modifier and Type Method Description void
GenericObjectList. setList(List<BusinessObjectLight> list)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.core.persistence.reference.extras.sync
Methods in org.neotropic.kuwaiba.core.persistence.reference.extras.sync that return BusinessObjectLight Modifier and Type Method Description static BusinessObjectLight
SyncUtil. wrapPortName(BusinessObjectLight obj)
Checks if the object is a port an wraps the name into a standardized nameMethods in org.neotropic.kuwaiba.core.persistence.reference.extras.sync with parameters of type BusinessObjectLight Modifier and Type Method Description static byte[]
SyncUtil. createMplsView(List<BusinessObjectLight> devices, BusinessObjectLight link)
Creates a MPLS view if doesn't existstatic byte[]
SyncUtil. updateView(byte[] structure, BusinessObjectLight device, int side)
Updates the MPLS view after syncstatic BusinessObjectLight
SyncUtil. wrapPortName(BusinessObjectLight obj)
Checks if the object is a port an wraps the name into a standardized nameMethod parameters in org.neotropic.kuwaiba.core.persistence.reference.extras.sync with type arguments of type BusinessObjectLight Modifier and Type Method Description static byte[]
SyncUtil. createMplsView(List<BusinessObjectLight> devices, BusinessObjectLight link)
Creates a MPLS view if doesn't exist -
Uses of BusinessObjectLight in org.neotropic.kuwaiba.core.persistence.reference.neo4j
Methods in org.neotropic.kuwaiba.core.persistence.reference.neo4j that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
BusinessEntityManagerImpl. getCommonParent(String aObjectClass, String aOid, String bObjectClass, String bOid)
BusinessObjectLight
ApplicationEntityManagerImpl. getListTypeItemForLayout(long layoutViewId)
BusinessObjectLight
ApplicationEntityManagerImpl. getListTypeItemWithName(String listTypeClassName, String listTypeItemName)
BusinessObjectLight
BusinessEntityManagerImpl. getObjectLight(String className, String oid)
BusinessObjectLight
BusinessEntityManagerImpl. getParent(String objectClass, String oid)
BusinessObjectLight
BusinessEntityManagerImpl. getPhysicalNodeToObjectInWarehouse(String objectClassName, String objectId)
BusinessObjectLight
BusinessEntityManagerImpl. getWarehouseToObject(String objectClassName, String objectId)
Methods in org.neotropic.kuwaiba.core.persistence.reference.neo4j that return types with arguments of type BusinessObjectLight Modifier and Type Method Description List<BusinessObjectLight>
BusinessEntityManagerImpl. getChildrenOfClassLight(String parentOid, String parentClass, String classToFilter, int maxResults)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getChildrenOfClassLightRecursive(String parentOid, String parentClass, String classToFilter, HashMap<String,String> attributesToFilter, int page, int limit)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getContactResources(String contactClass, String contactId)
List<BusinessObjectLight>
ApplicationEntityManagerImpl. getDeviceLayouts()
Map<BusinessObjectLight,List<FileObjectLight>>
BusinessEntityManagerImpl. getFilesFromRelatedListTypeItems(String uuid)
List<BusinessObjectLight>
ApplicationEntityManagerImpl. getListTypeItems(String className)
List<BusinessObjectLight>
ApplicationEntityManagerImpl. getListTypeItemUses(String listTypeItemClass, String listTypeItemId, int limit)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getMultipleParents(String objectId)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getObjectChildren(long classId, String oid, int maxResults)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getObjectChildren(String className, String oid, int maxResults)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getObjectChildren(String className, String oid, HashMap<String,String> filters, long skip, long limit)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getObjectsByNameAndClassName(List<String> names, int skip, int limit, String... clasessToFilter)
List<BusinessObjectLight>
ApplicationEntityManagerImpl. getObjectsInFavoritesFolder(long favoritesFolderId, long userId, int limit)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getObjectsLight(HashMap<String,String> ids)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getObjectsOfClassLight(String className, long skip, long limit)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getObjectsOfClassLight(String className, HashMap<String,String> filters, long skip, long limit)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getObjectSpecialChildren(String objectClass, String objectId)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getObjectSpecialChildrenWithFilters(String objectClass, String objectId, List<String> childrenClassNamesToFilter, int page, int limit)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getObjectsWithFilterLight(String className, String filterName, String filterValue)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getParents(String objectClassName, String oid)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getParentsUntilFirstOfClass(String objectClass, String oid, String... objectToMatchClassNames)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getPoolItems(String poolId, int limit)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getPoolItemsByClassName(String poolId, String className, int page, int limit)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getSiblings(String className, String oid, int maxResults)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getSpecialAttribute(String objectClass, String objectId, String specialAttributeName)
HashMap<String,List<BusinessObjectLight>>
BusinessEntityManagerImpl. getSpecialAttributes(String className, String objectId, String... attributeNames)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getSpecialChildrenOfClassLight(String parentOid, String parentClass, String classToFilter, int maxResults)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getSpecialChildrenOfClassLightRecursive(String parentOid, String parentClass, String classToFilter, int maxResults)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getSuggestedChildrenWithFilter(String parentClass, String parentId, String filter, boolean ignoreSpecialChildren, int skip, int limit, String... clasessToFilter)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getSuggestedObjectsWithFilter(String filter, int limit)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getSuggestedObjectsWithFilter(String filter, int skip, int limit, String... clasessToFilter)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getSuggestedObjectsWithFilter(String filter, String superClass, int limit)
HashMap<String,List<BusinessObjectLight>>
BusinessEntityManagerImpl. getSuggestedObjectsWithFilterGroupedByClassName(List<String> classesNamesToFilter, String filter, long classesSkip, long classesLimit, long objectSkip, long objectLimit)
List<BusinessObjectLight>
BusinessEntityManagerImpl. getWarehousesInObject(String objectClassName, String objectId)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.core.persistence.reference.neo4j.util
Methods in org.neotropic.kuwaiba.core.persistence.reference.neo4j.util that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
ObjectGraphMappingService. createObjectLightFromNode(org.neo4j.graphdb.Node instance)
static BusinessObjectLight
Util. createRemoteObjectLightFromPoolNode(org.neo4j.graphdb.Node instance)
Method parameters in org.neotropic.kuwaiba.core.persistence.reference.neo4j.util with type arguments of type BusinessObjectLight Modifier and Type Method Description static String
Util. formatObjectList(List<BusinessObjectLight> objectList, boolean startFromTheLast, int howManyToShow)
Outputs as a string a list of inventory objects (usually a list of parents in the containment hierarchy) -
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.commercial.contractman
Methods in org.neotropic.kuwaiba.modules.commercial.contractman that return types with arguments of type BusinessObjectLight Modifier and Type Method Description List<BusinessObjectLight>
ContractManagerService. getAllContracts(long page, long limit)
Get all contracts, without filters.List<BusinessObjectLight>
ContractManagerService. getContractResources(String contractClass, String contractId)
Gets the resources related to a contract.List<BusinessObjectLight>
ContractManagerService. getContractsInPool(String poolId, int limit)
Gets the contracts inside a contract pool. -
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.commercial.softman
Methods in org.neotropic.kuwaiba.modules.commercial.softman that return types with arguments of type BusinessObjectLight Modifier and Type Method Description List<BusinessObjectLight>
SoftwareManagerService. getAllLicenses()
Retrieves the licenses list.List<BusinessObjectLight>
SoftwareManagerService. getAllProducts()
Gets all available products.List<BusinessObjectLight>
SoftwareManagerService. getLicensesInPool(String poolId, int limit)
Gets the licenses inside a license pool. -
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.commercial.softman.explorers
Methods in org.neotropic.kuwaiba.modules.commercial.softman.explorers that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
DialogSoftwareManagerSearch.SelectObjectEvent. getObject()
Constructors in org.neotropic.kuwaiba.modules.commercial.softman.explorers with parameters of type BusinessObjectLight Constructor Description SelectObjectEvent(DialogNavigationSearch source, boolean fromClient, BusinessObjectLight object)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.commercial.softman.nodes
Constructors in org.neotropic.kuwaiba.modules.commercial.softman.nodes with parameters of type BusinessObjectLight Constructor Description SoftwareObjectNode(BusinessObjectLight object)
SoftwareObjectNode(BusinessObjectLight object, String displayName)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.commercial.sync.components
Methods in org.neotropic.kuwaiba.modules.commercial.sync.components that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
SearchInventaryObject.SelectObjectEvent. getObject()
Constructors in org.neotropic.kuwaiba.modules.commercial.sync.components with parameters of type BusinessObjectLight Constructor Description SelectObjectEvent(DialogNavigationSearch source, boolean fromClient, BusinessObjectLight object)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.bgp
Constructors in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.bgp with parameters of type BusinessObjectLight Constructor Description BGPSynchronizer(long dsConfigId, BusinessObjectLight obj, List<TableData> data, BusinessEntityManager bem, ApplicationEntityManager aem, LoggingService log)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.ip
Constructors in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.ip with parameters of type BusinessObjectLight Constructor Description IPSynchronizer(long dsConfigId, BusinessObjectLight obj, List<TableData> data, BusinessEntityManager bem, ApplicationEntityManager aem)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.reference
Methods in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.reference with parameters of type BusinessObjectLight Modifier and Type Method Description void
EntPhysicalSynchronizer. removeObjectFromDelete(BusinessObjectLight obj)
Constructors in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.reference with parameters of type BusinessObjectLight Constructor Description EntPhysicalSynchronizer(long dsConfigId, BusinessObjectLight obj, List<TableData> data, BusinessEntityManager bem, ApplicationEntityManager aem, MetadataEntityManager mem, TranslationService ts, LoggingService log)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.vlan
Constructors in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.vlan with parameters of type BusinessObjectLight Constructor Description CiscoVlansSynchronizer(long dsConfigId, BusinessObjectLight obj, List<TableData> data, BusinessEntityManager bem, ApplicationEntityManager aem)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.commercial.sync.model
Methods in org.neotropic.kuwaiba.modules.commercial.sync.model that return BusinessObjectLight Modifier and Type Method Description static BusinessObjectLight
SyncUtil. wrapPortName(BusinessObjectLight obj)
Checks if the object is a port an wraps the name into a standardized nameMethods in org.neotropic.kuwaiba.modules.commercial.sync.model with parameters of type BusinessObjectLight Modifier and Type Method Description static byte[]
SyncUtil. createMplsView(List<BusinessObjectLight> devices, BusinessObjectLight link)
Creates a MPLS view if doesn't existstatic byte[]
SyncUtil. updateView(byte[] structure, BusinessObjectLight device, int side)
Updates the MPLS view after syncstatic BusinessObjectLight
SyncUtil. wrapPortName(BusinessObjectLight obj)
Checks if the object is a port an wraps the name into a standardized nameMethod parameters in org.neotropic.kuwaiba.modules.commercial.sync.model with type arguments of type BusinessObjectLight Modifier and Type Method Description static byte[]
SyncUtil. createMplsView(List<BusinessObjectLight> devices, BusinessObjectLight link)
Creates a MPLS view if doesn't existConstructors in org.neotropic.kuwaiba.modules.commercial.sync.model with parameters of type BusinessObjectLight Constructor Description SyncDataSourceConfiguration(long id, String name, String description, HashMap<String,String> parameters, SyncDataSourceCommonParameters commonParameters, BusinessObjectLight businessObjectLight)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.core.favorites.actions
Method parameters in org.neotropic.kuwaiba.modules.core.favorites.actions with type arguments of type BusinessObjectLight Modifier and Type Method Description com.vaadin.flow.data.provider.hierarchy.HierarchicalDataProvider
WindowFavoritesManager. buildHierarchicalDataProvider(List<BusinessObjectLight> objects)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.core.favorites.nodes
Constructors in org.neotropic.kuwaiba.modules.core.favorites.nodes with parameters of type BusinessObjectLight Constructor Description FavoritesManagerNode(BusinessObjectLight object)
FavoritesManagerNode(BusinessObjectLight object, String displayName)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.core.ltman.providers
Methods in org.neotropic.kuwaiba.modules.core.ltman.providers that return types with arguments of type BusinessObjectLight Modifier and Type Method Description com.vaadin.flow.data.provider.AbstractBackEndDataProvider<BusinessObjectLight,Void>
ListTypeItemProvider. buildDataProvider(ClassMetadataLight classMetadata)
Builds a data provider for list type items.com.vaadin.flow.data.provider.AbstractBackEndDataProvider<BusinessObjectLight,Void>
ListTypeItemUsesProvider. buildDataProvider(BusinessObjectLight listTypeItem)
Builds a data provider for list type item uses.Methods in org.neotropic.kuwaiba.modules.core.ltman.providers with parameters of type BusinessObjectLight Modifier and Type Method Description com.vaadin.flow.data.provider.AbstractBackEndDataProvider<BusinessObjectLight,Void>
ListTypeItemUsesProvider. buildDataProvider(BusinessObjectLight listTypeItem)
Builds a data provider for list type item uses. -
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.core.navigation
Methods in org.neotropic.kuwaiba.modules.core.navigation that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
ObjectOptionsPanel. getSelectedObject()
Methods in org.neotropic.kuwaiba.modules.core.navigation with parameters of type BusinessObjectLight Modifier and Type Method Description void
ObjectOptionsPanel. setSelectedObject(BusinessObjectLight selectedObject)
Constructors in org.neotropic.kuwaiba.modules.core.navigation with parameters of type BusinessObjectLight Constructor Description ObjectOptionsPanel(BusinessObjectLight selectedObject, CoreActionsRegistry coreActionRegistry, AdvancedActionsRegistry advancedActionsRegistry, ViewWidgetRegistry viewWidgetRegistry, ExplorerRegistry explorerRegistry, MetadataEntityManager mem, ApplicationEntityManager aem, BusinessEntityManager bem, TranslationService ts, LoggingService log)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.core.navigation.actions
Methods in org.neotropic.kuwaiba.modules.core.navigation.actions with parameters of type BusinessObjectLight Modifier and Type Method Description void
ManageAttachmentsVisualAction. loadFiles(BusinessObjectLight bol, com.vaadin.flow.component.grid.Grid grid, com.vaadin.flow.component.html.Label lblNoFiles)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.core.navigation.dialogs
Constructors in org.neotropic.kuwaiba.modules.core.navigation.dialogs with parameters of type BusinessObjectLight Constructor Description WindowNewObject(BusinessObjectLight businessObject, NewBusinessObjectVisualAction newBusinessObjectVisualAction, NewBusinessObjectFromTemplateVisualAction newBusinessObjectFromTemplateVisualAction, NewMultipleBusinessObjectsVisualAction newMultipleBusinessObjectsVisualAction, TranslationService ts)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.core.navigation.explorers
Methods in org.neotropic.kuwaiba.modules.core.navigation.explorers that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
DialogNavigationSearch.SelectObjectEvent. getObject()
Methods in org.neotropic.kuwaiba.modules.core.navigation.explorers with parameters of type BusinessObjectLight Modifier and Type Method Description com.vaadin.flow.component.orderedlayout.VerticalLayout
AuditTrailExplorer. build(BusinessObjectLight selectedObject)
Builds the UI for the audit trail explorer.com.vaadin.flow.component.orderedlayout.VerticalLayout
RelationshipExplorer. build(BusinessObjectLight selectedObject)
com.vaadin.flow.component.orderedlayout.VerticalLayout
SpecialChildrenExplorer. build(BusinessObjectLight selectedObject)
Constructors in org.neotropic.kuwaiba.modules.core.navigation.explorers with parameters of type BusinessObjectLight Constructor Description SelectObjectEvent(DialogNavigationSearch source, boolean fromClient, BusinessObjectLight object)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.core.navigation.explorers.nodes
Constructors in org.neotropic.kuwaiba.modules.core.navigation.explorers.nodes with parameters of type BusinessObjectLight Constructor Description RelationshipExplorerNode(String relationship, BusinessObjectLight relationshipSource)
RelationshipExplorerNode(String relationship, BusinessObjectLight relationshipSource, BusinessObjectLight relationshipTarget)
RelationshipExplorerNode(BusinessObjectLight businessObject)
SpecialChildrenNode(BusinessObjectLight businessObject)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.core.navigation.explorers.provider
Methods in org.neotropic.kuwaiba.modules.core.navigation.explorers.provider with parameters of type BusinessObjectLight Modifier and Type Method Description com.vaadin.flow.data.provider.AbstractBackEndDataProvider<ActivityLogEntry,Void>
BusinessObjectAuditTrailProvider. buildDataProvider(BusinessObjectLight businessObject)
Builds a data provider for activity log entries. -
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.core.navigation.navtree.grids
Methods in org.neotropic.kuwaiba.modules.core.navigation.navtree.grids that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
BusinessObjectChildrenGrid. getObjectById(String objectId)
Retrieves a business object by its id using the associated data provider.Methods in org.neotropic.kuwaiba.modules.core.navigation.navtree.grids with parameters of type BusinessObjectLight Modifier and Type Method Description void
BusinessObjectChildrenGrid. buildDataProvider(BusinessObjectProvider provider, BusinessObjectLight rootObject, boolean includedSelf)
Builds the data provider for the grid using the provided provider.boolean
BusinessObjectChildrenGrid. containsObject(BusinessObjectLight object)
Checks if the grid contains a given business object.Method parameters in org.neotropic.kuwaiba.modules.core.navigation.navtree.grids with type arguments of type BusinessObjectLight Modifier and Type Method Description void
BusinessObjectResultGrid. buildDataProvider(BusinessEntityManager bem, TranslationService ts, String className, String searchedText, List<BusinessObjectLight> initialResults)
Builds the data provider for the grid. -
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.core.navigation.navtree.nodes
Constructors in org.neotropic.kuwaiba.modules.core.navigation.navtree.nodes with parameters of type BusinessObjectLight Constructor Description InventoryObjectNode(BusinessObjectLight object)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.core.navigation.navtree.provider
Methods in org.neotropic.kuwaiba.modules.core.navigation.navtree.provider that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
BusinessObjectChildrenProvider. getObjectById(String objectId)
Retrieves a business object by its id from the cache.abstract BusinessObjectLight
BusinessObjectProvider. getObjectById(String objectId)
Retrieves a business object by its id.BusinessObjectLight
FilteredBusinessObjectChildrenProvider. getObjectById(String objectId)
Retrieves a business object by its id from the cache.Methods in org.neotropic.kuwaiba.modules.core.navigation.navtree.provider that return types with arguments of type BusinessObjectLight Modifier and Type Method Description com.vaadin.flow.data.provider.AbstractBackEndDataProvider<BusinessObjectLight,Void>
BusinessObjectChildrenProvider. buildDataProvider(BusinessObjectLight rootObject, boolean includedSelf)
Builds a data provider for business objects from a given object.abstract com.vaadin.flow.data.provider.AbstractBackEndDataProvider<BusinessObjectLight,Void>
BusinessObjectProvider. buildDataProvider(BusinessObjectLight rootObject, boolean includedSelf)
Builds a data provider for business objects.com.vaadin.flow.data.provider.AbstractBackEndDataProvider<BusinessObjectLight,Void>
FilteredBusinessObjectChildrenProvider. buildDataProvider(BusinessObjectLight rootObject, boolean includedSelf)
Builds a data provider for business objects from a given object.List<BusinessObjectLight>
BusinessObjectChildrenProvider. getCachedData()
Gets list that caches data retrieved from the Business Entity Manager.abstract List<BusinessObjectLight>
BusinessObjectProvider. getCachedData()
Recovers cached data.List<BusinessObjectLight>
FilteredBusinessObjectChildrenProvider. getCachedData()
Gets list that caches data retrieved from the Business Entity Manager.Methods in org.neotropic.kuwaiba.modules.core.navigation.navtree.provider with parameters of type BusinessObjectLight Modifier and Type Method Description com.vaadin.flow.data.provider.AbstractBackEndDataProvider<BusinessObjectLight,Void>
BusinessObjectChildrenProvider. buildDataProvider(BusinessObjectLight rootObject, boolean includedSelf)
Builds a data provider for business objects from a given object.abstract com.vaadin.flow.data.provider.AbstractBackEndDataProvider<BusinessObjectLight,Void>
BusinessObjectProvider. buildDataProvider(BusinessObjectLight rootObject, boolean includedSelf)
Builds a data provider for business objects.com.vaadin.flow.data.provider.AbstractBackEndDataProvider<BusinessObjectLight,Void>
FilteredBusinessObjectChildrenProvider. buildDataProvider(BusinessObjectLight rootObject, boolean includedSelf)
Builds a data provider for business objects from a given object. -
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.core.queries.filters
Constructor parameters in org.neotropic.kuwaiba.modules.core.queries.filters with type arguments of type BusinessObjectLight Constructor Description ListTypeFilter(TranslationService ts, List<BusinessObjectLight> items)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.optional.connectivityman.actions
Constructors in org.neotropic.kuwaiba.modules.optional.connectivityman.actions with parameters of type BusinessObjectLight Constructor Description NewLinkCellComponent(String newLinkName, ClassMetadataLight newLinkClass, BusinessObjectLight commonParent, MetadataEntityManager mem, TranslationService ts)
TemplateComponent(BusinessObjectLight parent, String containerName, List<TemplateObjectLight> templateElements, TemplateObjectLight template, MetadataEntityManager mem, TranslationService ts)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.optional.layouteditor.tools
Methods in org.neotropic.kuwaiba.modules.optional.layouteditor.tools that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
LayoutEditorSearch.NewObjectEvent. getObject()
Constructors in org.neotropic.kuwaiba.modules.optional.layouteditor.tools with parameters of type BusinessObjectLight Constructor Description NewObjectEvent(LayoutEditorSearch source, boolean fromClient, BusinessObjectLight object)
Constructor parameters in org.neotropic.kuwaiba.modules.optional.layouteditor.tools with type arguments of type BusinessObjectLight Constructor Description LayoutEditorSearch(TranslationService ts, BusinessEntityManager bem, List<BusinessObjectLight> addedNodes, List<BusinessObjectLight> addedLinks)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.optional.layouteditor.widgets
Methods in org.neotropic.kuwaiba.modules.optional.layouteditor.widgets with parameters of type BusinessObjectLight Modifier and Type Method Description void
LayoutEditorDashboard. addNode(BusinessObjectLight businessObject, Properties properties)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.optional.physcon
Methods in org.neotropic.kuwaiba.modules.optional.physcon that return types with arguments of type BusinessObjectLight Modifier and Type Method Description List<BusinessObjectLight>
PhysicalConnectionsService. getPhysicalPath(String objectClass, String objectId)
Finds the physical path from one port to another.HashMap<BusinessObjectLight,List<BusinessObjectLight>>
PhysicalConnectionsService. getPhysicalTree(String objectClass, String objectId)
Gets A tree representation of all physical paths as a hash map.HashMap<BusinessObjectLight,List<BusinessObjectLight>>
PhysicalConnectionsService. getPhysicalTree(String objectClass, String objectId)
Gets A tree representation of all physical paths as a hash map.Methods in org.neotropic.kuwaiba.modules.optional.physcon with parameters of type BusinessObjectLight Modifier and Type Method Description static String
PhysicalConnectionsUtil. getLinkName(BusinessObjectLight sourcePort, BusinessObjectLight targetPort, BusinessEntityManager bem, MetadataEntityManager mem, TranslationService ts)
Constructors in org.neotropic.kuwaiba.modules.optional.physcon with parameters of type BusinessObjectLight Constructor Description GeneralInfoStep(BusinessObjectLight rootASide, BusinessObjectLight rootBSide, BusinessEntityManager bem, ApplicationEntityManager aem, MetadataEntityManager mem, PhysicalConnectionsService physicalConnectionsService, ResourceFactory rs, TranslationService ts)
NewPhysicalConnectionWizard(BusinessObjectLight rootASide, BusinessObjectLight rootBSide, BusinessEntityManager bem, ApplicationEntityManager aem, MetadataEntityManager mem, PhysicalConnectionsService physicalConnectionsService, ResourceFactory rs, TranslationService ts, LoggingService log)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.optional.physcon.actions
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.optional.physcon.actions.mirrors
Fields in org.neotropic.kuwaiba.modules.optional.physcon.actions.mirrors declared as BusinessObjectLight Modifier and Type Field Description protected BusinessObjectLight
AbstractFreePortsComponent. businessObject
protected BusinessObjectLight
AbstractMirrorManagerComponent. businessObject
Methods in org.neotropic.kuwaiba.modules.optional.physcon.actions.mirrors that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
PortComponent. getPort()
Methods in org.neotropic.kuwaiba.modules.optional.physcon.actions.mirrors that return types with arguments of type BusinessObjectLight Modifier and Type Method Description abstract List<BusinessObjectLight>
AbstractFreePortsComponent. getFreePorts()
Gets the free ports.List<BusinessObjectLight>
FreePortsComponentForMultipleMirrors. getFreePorts()
List<BusinessObjectLight>
FreePortsComponentForSingleMirrors. getFreePorts()
Methods in org.neotropic.kuwaiba.modules.optional.physcon.actions.mirrors with parameters of type BusinessObjectLight Modifier and Type Method Description abstract void
AbstractFreePortsComponent. createMirror(BusinessObjectLight source, BusinessObjectLight target)
Creates the mirror given the source and target.void
FreePortsComponentForMultipleMirrors. createMirror(BusinessObjectLight source, BusinessObjectLight target)
void
FreePortsComponentForSingleMirrors. createMirror(BusinessObjectLight source, BusinessObjectLight target)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.optional.physcon.views
Methods in org.neotropic.kuwaiba.modules.optional.physcon.views that return types with arguments of type BusinessObjectLight Modifier and Type Method Description HashMap<BusinessObjectLight,List<BusinessObjectLight>>
RackView. getMapChildrensCache()
HashMap<BusinessObjectLight,List<BusinessObjectLight>>
RackView. getMapChildrensCache()
HashMap<BusinessObjectLight,com.neotropic.flow.component.mxgraph.MxGraphNode>
RackView. getMapNamedObjects()
LinkedHashMap<BusinessObjectLight,BusinessObjectLight>
PhysicalPathView. getMapPathCircuit()
LinkedHashMap<BusinessObjectLight,BusinessObjectLight>
PhysicalPathView. getMapPathCircuit()
MxGraphCanvas<BusinessObjectLight,BusinessObjectLight>
ObjectView. getMxGraphCanvas()
MxGraphCanvas<BusinessObjectLight,BusinessObjectLight>
ObjectView. getMxGraphCanvas()
MxGraphCanvas<BusinessObjectLight,BusinessObjectLight>
PhysicalPathView. getMxGraphCanvas()
MxGraphCanvas<BusinessObjectLight,BusinessObjectLight>
PhysicalPathView. getMxGraphCanvas()
Methods in org.neotropic.kuwaiba.modules.optional.physcon.views with parameters of type BusinessObjectLight Modifier and Type Method Description AbstractViewEdge
FiberSplitterView. addEdge(BusinessObjectLight businessObject, BusinessObjectLight sourceBusinessObject, BusinessObjectLight targetBusinessObject, Properties properties)
AbstractViewEdge
ObjectView. addEdge(BusinessObjectLight businessObject, BusinessObjectLight sourceBusinessObject, BusinessObjectLight targetBusinessObject, Properties properties)
AbstractViewEdge
PhysicalPathView. addEdge(BusinessObjectLight businessObject, BusinessObjectLight sourceBusinessObject, BusinessObjectLight targetBusinessObject, Properties properties)
AbstractViewEdge
PhysicalTreeView. addEdge(BusinessObjectLight businessObject, BusinessObjectLight sourceBusinessObject, BusinessObjectLight targetBusinessObject, Properties properties)
AbstractViewEdge
RackView. addEdge(BusinessObjectLight businessObject, BusinessObjectLight sourceBusinessObject, BusinessObjectLight targetBusinessObject, Properties properties)
AbstractViewEdge
SpliceBoxView. addEdge(BusinessObjectLight businessObject, BusinessObjectLight sourceBusinessObject, BusinessObjectLight targetBusinessObject, Properties properties)
AbstractViewNode
FiberSplitterView. addNode(BusinessObjectLight businessObject, Properties properties)
AbstractViewNode
ObjectView. addNode(BusinessObjectLight businessObject, Properties properties)
AbstractViewNode
PhysicalPathView. addNode(BusinessObjectLight businessObject, Properties properties)
AbstractViewNode
PhysicalTreeView. addNode(BusinessObjectLight businessObject, Properties properties)
AbstractViewNode
RackView. addNode(BusinessObjectLight businessObject, Properties properties)
AbstractViewNode
SpliceBoxView. addNode(BusinessObjectLight businessObject, Properties properties)
void
ObjectView. initialize(BusinessObjectLight businessObject)
Builds the view from scratch and tries to recover the last saved state, if it exists.void
RackView. initialize(BusinessObjectLight businessObject)
Builds a view from scratch.void
FiberSplitterView. removeEdge(BusinessObjectLight businessObject)
void
ObjectView. removeEdge(BusinessObjectLight businessObject)
void
PhysicalPathView. removeEdge(BusinessObjectLight businessObject)
void
PhysicalTreeView. removeEdge(BusinessObjectLight businessObject)
void
RackView. removeEdge(BusinessObjectLight businessObject)
void
SpliceBoxView. removeEdge(BusinessObjectLight businessObject)
void
FiberSplitterView. removeNode(BusinessObjectLight businessObject)
void
ObjectView. removeNode(BusinessObjectLight businessObject)
void
PhysicalPathView. removeNode(BusinessObjectLight businessObject)
void
PhysicalTreeView. removeNode(BusinessObjectLight businessObject)
void
RackView. removeNode(BusinessObjectLight businessObject)
void
SpliceBoxView. removeNode(BusinessObjectLight businessObject)
Method parameters in org.neotropic.kuwaiba.modules.optional.physcon.views with type arguments of type BusinessObjectLight Modifier and Type Method Description void
RackView. setMapChildrensCache(HashMap<BusinessObjectLight,List<BusinessObjectLight>> mapChildrensCache)
void
RackView. setMapChildrensCache(HashMap<BusinessObjectLight,List<BusinessObjectLight>> mapChildrensCache)
void
RackView. setMapNamedObjects(HashMap<BusinessObjectLight,com.neotropic.flow.component.mxgraph.MxGraphNode> mapNamedObjects)
void
PhysicalPathView. setMapPathCircuit(LinkedHashMap<BusinessObjectLight,BusinessObjectLight> mapPathCircuit)
void
PhysicalPathView. setMapPathCircuit(LinkedHashMap<BusinessObjectLight,BusinessObjectLight> mapPathCircuit)
void
ObjectView. setMxGraphCanvas(MxGraphCanvas<BusinessObjectLight,BusinessObjectLight> mxGraph)
void
ObjectView. setMxGraphCanvas(MxGraphCanvas<BusinessObjectLight,BusinessObjectLight> mxGraph)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.optional.physcon.widgets
Methods in org.neotropic.kuwaiba.modules.optional.physcon.widgets with parameters of type BusinessObjectLight Modifier and Type Method Description com.vaadin.flow.component.orderedlayout.VerticalLayout
FiberSplitterViewWidget. build(BusinessObjectLight businessObject)
com.vaadin.flow.component.orderedlayout.VerticalLayout
ObjectViewWidget. build(BusinessObjectLight businessObject)
com.vaadin.flow.component.orderedlayout.VerticalLayout
PhysicalPathViewWidget. build(BusinessObjectLight businessObject)
com.vaadin.flow.component.orderedlayout.HorizontalLayout
PhysicalTreeViewWidget. build(BusinessObjectLight businessObject)
com.vaadin.flow.component.orderedlayout.VerticalLayout
RackViewWidget. build(BusinessObjectLight businessObject)
com.vaadin.flow.component.orderedlayout.VerticalLayout
SpliceBoxViewWidget. build(BusinessObjectLight businessObject)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.optional.physcon.windows
Constructors in org.neotropic.kuwaiba.modules.optional.physcon.windows with parameters of type BusinessObjectLight Constructor Description FiberSplitterViewWindow(BusinessObjectLight businessObject, BusinessEntityManager bem, ApplicationEntityManager aem, MetadataEntityManager mem, TranslationService ts, LoggingService log)
PhysicalPathViewWindow(BusinessObjectLight businessObject, BusinessEntityManager bem, ApplicationEntityManager aem, MetadataEntityManager mem, TranslationService ts, PhysicalConnectionsService physicalConnectionsService, LoggingService log)
PhysicalTreeViewWindow(BusinessObjectLight businessObject, BusinessEntityManager bem, ApplicationEntityManager aem, MetadataEntityManager mem, TranslationService ts, PhysicalConnectionsService physicalConnectionsService, LoggingService log)
SpliceBoxViewWindow(BusinessObjectLight businessObject, BusinessEntityManager bem, ApplicationEntityManager aem, MetadataEntityManager mem, TranslationService ts, LoggingService log)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.optional.pools.grids
Methods in org.neotropic.kuwaiba.modules.optional.pools.grids with parameters of type BusinessObjectLight Modifier and Type Method Description void
PoolItemGrid. buildDataProvider(PoolItemProvider provider, InventoryObjectPool parentPool, BusinessObjectLight rootObject, boolean includedSelf)
Builds the data provider for the grid using the provided provider.boolean
PoolItemGrid. containsObject(BusinessObjectLight object)
Checks if the grid contains a given business object. -
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.optional.pools.providers
Methods in org.neotropic.kuwaiba.modules.optional.pools.providers that return types with arguments of type BusinessObjectLight Modifier and Type Method Description com.vaadin.flow.data.provider.AbstractBackEndDataProvider<BusinessObjectLight,Void>
PoolItemProvider. buildDataProvider(InventoryObjectPool parentPool, BusinessObjectLight rootObject, boolean includedSelf)
Builds a data provider for business objects from a given pool.List<BusinessObjectLight>
PoolItemProvider. getPoolItems(InventoryObjectPool parentPool)
Retrieves the items of a given pool.Methods in org.neotropic.kuwaiba.modules.optional.pools.providers with parameters of type BusinessObjectLight Modifier and Type Method Description com.vaadin.flow.data.provider.AbstractBackEndDataProvider<BusinessObjectLight,Void>
PoolItemProvider. buildDataProvider(InventoryObjectPool parentPool, BusinessObjectLight rootObject, boolean includedSelf)
Builds a data provider for business objects from a given pool. -
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.optional.reports.defaults
Method parameters in org.neotropic.kuwaiba.modules.optional.reports.defaults with type arguments of type BusinessObjectLight Modifier and Type Method Description static String
Util. formatLocation(List<BusinessObjectLight> containmentHierarchy)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.optional.serviceman
Methods in org.neotropic.kuwaiba.modules.optional.serviceman that return types with arguments of type BusinessObjectLight Modifier and Type Method Description List<BusinessObjectLight>
ServiceManagerService. getAllCustomers(HashMap<String,String> filters, long page, long limit)
Gets all the customer.List<BusinessObjectLight>
ServiceManagerService. getAllServices(HashMap<String,String> filters, long page, long limit)
Gets all the services.List<BusinessObjectLight>
ServiceManagerService. getCustomersInPool(String poolId, String className, int page, int limit)
Retrieves the list of customers from a poolList<BusinessObjectLight>
ServiceManagerService. getObjectsRelatedToService(String serviceClass, String serviceId)
Retrieves the objects related to serviceList<BusinessObjectLight>
ServiceManagerService. getServicesInPool(String poolId, String className, int page, int limit)
Retrieves the list of services from a pool -
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.optional.serviceman.actions
Method parameters in org.neotropic.kuwaiba.modules.optional.serviceman.actions with type arguments of type BusinessObjectLight Modifier and Type Method Description void
NetworkResourcesRelationshipManagementAction. createRelationship(List<BusinessObjectLight> sourceObjects, List<BusinessObjectLight> targetObjects)
void
NetworkResourcesRelationshipManagementAction. releaseRelationship(List<BusinessObjectLight> sourceObjects, List<BusinessObjectLight> targetObjects)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.optional.serviceman.components
Constructors in org.neotropic.kuwaiba.modules.optional.serviceman.components with parameters of type BusinessObjectLight Constructor Description ServiceManTreeNode(BusinessObjectLight object)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.optional.serviceman.explorers
Methods in org.neotropic.kuwaiba.modules.optional.serviceman.explorers with parameters of type BusinessObjectLight Modifier and Type Method Description com.vaadin.flow.component.orderedlayout.VerticalLayout
NetworkResourcesExplorer. build(BusinessObjectLight selectedObject)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.optional.serviceman.widgets
Methods in org.neotropic.kuwaiba.modules.optional.serviceman.widgets with parameters of type BusinessObjectLight Modifier and Type Method Description com.vaadin.flow.component.orderedlayout.HorizontalLayout
ServiceDashboardFactory. build(BusinessObjectLight aService)
Constructors in org.neotropic.kuwaiba.modules.optional.serviceman.widgets with parameters of type BusinessObjectLight Constructor Description CustomerDashboard(BusinessObjectLight theCustomer)
NetworkResourcesWidget(BusinessObjectLight service, MetadataEntityManager mem, ApplicationEntityManager aem, BusinessEntityManager bem, TranslationService ts)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.optional.topoman
Methods in org.neotropic.kuwaiba.modules.optional.topoman that return types with arguments of type BusinessObjectLight Modifier and Type Method Description MxGraphCanvas<BusinessObjectLight,BusinessObjectLight>
TopologyView. getMxgraphCanvas()
MxGraphCanvas<BusinessObjectLight,BusinessObjectLight>
TopologyView. getMxgraphCanvas()
Methods in org.neotropic.kuwaiba.modules.optional.topoman with parameters of type BusinessObjectLight Modifier and Type Method Description AbstractViewEdge
TopologyView. addEdge(BusinessObjectLight businessObject, BusinessObjectLight sourceBusinessObject, BusinessObjectLight targetBusinessObject, Properties properties)
AbstractViewNode
TopologyView. addNode(BusinessObjectLight businessObject, Properties properties)
void
TopologyView. removeEdge(BusinessObjectLight businessObject)
void
TopologyView. removeNode(BusinessObjectLight businessObject)
Method parameters in org.neotropic.kuwaiba.modules.optional.topoman with type arguments of type BusinessObjectLight Modifier and Type Method Description void
TopologyView. setMxgraphCanvas(MxGraphCanvas<BusinessObjectLight,BusinessObjectLight> mxgraphCanvas)
void
TopologyView. setMxgraphCanvas(MxGraphCanvas<BusinessObjectLight,BusinessObjectLight> mxgraphCanvas)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.modules.optional.topoman.tools
Methods in org.neotropic.kuwaiba.modules.optional.topoman.tools that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
SearchObjectSelector.NewObjectEvent. getObject()
Constructors in org.neotropic.kuwaiba.modules.optional.topoman.tools with parameters of type BusinessObjectLight Constructor Description NewObjectEvent(AddObjectSelector source, boolean fromClient, BusinessObjectLight object)
Constructs a newNewObjectEvent
.NewObjectEvent(SearchObjectSelector source, boolean fromClient, BusinessObjectLight object)
Constructor parameters in org.neotropic.kuwaiba.modules.optional.topoman.tools with type arguments of type BusinessObjectLight Constructor Description SearchObjectSelector(TranslationService ts, BusinessEntityManager bem, List<BusinessObjectLight> addedNodes, List<BusinessObjectLight> addedLinks)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.northbound.rest.aem
Methods in org.neotropic.kuwaiba.northbound.rest.aem that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
LayoutRestController. getListTypeItemForLayout(long viewId, String sessionId)
Returns the list type item related with the given view.BusinessObjectLight
LayoutRestOpenApi. getListTypeItemForLayout(@javax.validation.constraints.NotNull,@javax.validation.Valid long viewId, @NotNull @Valid String sessionId)
BusinessObjectLight
ListTypeRestController. getListTypeItemWithName(String className, String name, String sessionId)
Retrieves a list type item given its name.BusinessObjectLight
ListTypeRestOpenApi. getListTypeItemWithName(@NotNull @Valid String className, @NotNull @Valid String name, @NotNull @Valid String sessionId)
Methods in org.neotropic.kuwaiba.northbound.rest.aem that return types with arguments of type BusinessObjectLight Modifier and Type Method Description List<BusinessObjectLight>
LayoutRestController. getDeviceLayouts(String sessionId)
Gets the list of template elements with a device layout.List<BusinessObjectLight>
LayoutRestOpenApi. getDeviceLayouts(@NotNull @Valid String sessionId)
List<BusinessObjectLight>
ListTypeRestController. getListTypeItems(String className, String sessionId)
Retrieves all the items related to a given list type.List<BusinessObjectLight>
ListTypeRestOpenApi. getListTypeItems(@NotNull @Valid String className, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
ListTypeRestController. getListTypeItemUses(String className, String id, int limit, String sessionId)
Retrieves the objects that make reference to a given list type item.List<BusinessObjectLight>
ListTypeRestOpenApi. getListTypeItemUses(@NotNull @Valid String className, @NotNull @Valid String id, @javax.validation.constraints.NotNull,@javax.validation.Valid int limit, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
FavoritesRestController. getObjectsInFavoritesFolder(long folderId, long userId, int limit, String sessionId)
Get the object assigned to the bookmark.List<BusinessObjectLight>
FavoritesRestOpenApi. getObjectsInFavoritesFolder(@javax.validation.constraints.NotNull,@javax.validation.Valid long folderId, @javax.validation.constraints.NotNull,@javax.validation.Valid long userId, @javax.validation.constraints.NotNull,@javax.validation.Valid int limit, @NotNull @Valid String sessionId)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.northbound.rest.bem
Methods in org.neotropic.kuwaiba.northbound.rest.bem that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
BusinessEntityManagerRestController. getCommonParent(String aObjectClassName, String aObjectId, String bObjectClassName, String bObjectId, String sessionId)
Finds the common parent between two objects.BusinessObjectLight
BusinessEntityManagerRestOpenApi. getCommonParent(@NotNull @Valid String aObjectClassName, @NotNull @Valid String aObjectId, @NotNull @Valid String bObjectClassName, @NotNull @Valid String bObjectId, @NotNull @Valid String sessionId)
BusinessObjectLight
BusinessEntityManagerRestController. getObjectLight(String className, String objectId, String sessionId)
Gets the simplified information about an object.BusinessObjectLight
BusinessEntityManagerRestOpenApi. getObjectLight(@NotNull @Valid String className, @NotNull @Valid String objectId, @NotNull @Valid String sessionId)
BusinessObjectLight
BusinessEntityManagerRestController. getParent(String objectClassName, String objectId, String sessionId)
Gets the parent of a given object in the containment hierarchy.BusinessObjectLight
BusinessEntityManagerRestOpenApi. getParent(@NotNull @Valid String objectClassName, @NotNull @Valid String objectId, @NotNull @Valid String sessionId)
BusinessObjectLight
BusinessEntityManagerRestController. getPhysicalNodeToObjectInWarehouse(String objectClassName, String objectId, String sessionId)
Gets the physical node of a warehouse item.BusinessObjectLight
BusinessEntityManagerRestOpenApi. getPhysicalNodeToObjectInWarehouse(@NotNull @Valid String objectClassName, @NotNull @Valid String objectId, @NotNull @Valid String sessionId)
BusinessObjectLight
BusinessEntityManagerRestController. getWarehouseToObject(String objectClassName, String objectId, String sessionId)
Gets warehouse related to object.BusinessObjectLight
BusinessEntityManagerRestOpenApi. getWarehouseToObject(@NotNull @Valid String objectClassName, @NotNull @Valid String objectId, @NotNull @Valid String sessionId)
Methods in org.neotropic.kuwaiba.northbound.rest.bem that return types with arguments of type BusinessObjectLight Modifier and Type Method Description List<BusinessObjectLight>
BusinessEntityManagerRestController. getChildrenOfClassLight(String parentId, String parentClassName, String classNameToFilter, int maxResults, String sessionId)
Same as getChildrenOfClass, but returns only the light version of the objects.List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getChildrenOfClassLight(@NotNull @Valid String parentId, @NotNull @Valid String parentClassName, @NotNull @Valid String classNameToFilter, @javax.validation.constraints.NotNull,@javax.validation.Valid int maxResults, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getChildrenOfClassLightRecursive(String parentId, String parentClassName, String classNameToFilter, HashMap<String,String> attributes, int page, int limit, String sessionId)
Gets all class and abstract class children of a given class to filter in a hierarchy with root in the given parent.i.e.: all the ports in Router, all the Routers in a City.List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getChildrenOfClassLightRecursive(@NotNull @Valid String parentId, @NotNull @Valid String parentClassName, @NotNull @Valid String classNameToFilter, @Valid HashMap<String,String> attributes, @javax.validation.constraints.NotNull,@javax.validation.Valid int page, @javax.validation.constraints.NotNull,@javax.validation.Valid int limit, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
ContactRestController. getContactResources(String contactClassName, String contactId, String sessionId)
Retrieves the list of resources (inventory objects) related to a contact.List<BusinessObjectLight>
ContactRestOpenApi. getContactResources(@NotNull @Valid String contactClassName, @NotNull @Valid String contactId, @NotNull @Valid String sessionId)
Map<BusinessObjectLight,List<FileObjectLight>>
BusinessEntityManagerRestController. getFilesFromRelatedListTypeItems(String objectId, String sessionId)
Retrieves a map with the files related to the list type item attributes of the given object.Map<BusinessObjectLight,List<FileObjectLight>>
BusinessEntityManagerRestOpenApi. getFilesFromRelatedListTypeItems(@NotNull @Valid String objectId, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getMultipleParents(String objectId, String sessionId)
Gets the parents of an object that breaks the containment rule of having only one parent.List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getMultipleParents(@NotNull @Valid String objectId, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getObjectChildren(String className, String objectId, int maxResults, String sessionId)
Gets the children of a given object.List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getObjectChildren(@NotNull @Valid String className, @NotNull @Valid String objectId, @javax.validation.constraints.NotNull,@javax.validation.Valid int maxResults, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getObjectChildrenForClassWithId(long classId, String objectId, int maxResults, String sessionId)
Gets the children of a given object, providing the class and object id.List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getObjectChildrenForClassWithId(@javax.validation.constraints.NotNull,@javax.validation.Valid long classId, @NotNull @Valid String objectId, @javax.validation.constraints.NotNull,@javax.validation.Valid int maxResults, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getObjectChildrenWithFilter(String parentClassName, String parentId, HashMap<String,String> filters, long skip, long limit, String sessionId)
Get a set of children to the given the parent class name and id.List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getObjectChildrenWithFilter(@NotNull @Valid String parentClassName, @NotNull @Valid String parentId, @Valid HashMap<String,String> filters, @javax.validation.constraints.NotNull,@javax.validation.Valid long skip, @javax.validation.constraints.NotNull,@javax.validation.Valid long limit, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getObjectsByNameAndClassName(List<String> names, int skip, int limit, String[] classNames, String sessionId)
Gets a set of objects by its exact names and class names, used to know if an object with the same its already created in the inventory e.g.an IP address or a subnet in the ipam module can not be repeated.List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getObjectsByNameAndClassName(@NotNull @Valid List<String> names, @javax.validation.constraints.NotNull,@javax.validation.Valid int skip, @javax.validation.constraints.NotNull,@javax.validation.Valid int limit, @NotNull @Valid String[] classNames, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getObjectsOfClassLight(String className, long page, long limit, String sessionId)
Recursively gets all the light instances of given class, without filters.List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getObjectsOfClassLight(@NotNull @Valid String className, @javax.validation.constraints.NotNull,@javax.validation.Valid long page, @javax.validation.constraints.NotNull,@javax.validation.Valid long limit, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getObjectsOfClassLightWithFilter(String className, HashMap<String,String> filters, long page, long limit, String sessionId)
Recursively gets all the light instances of given class.List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getObjectsOfClassLightWithFilter(@NotNull @Valid String className, @Valid HashMap<String,String> filters, @javax.validation.constraints.NotNull,@javax.validation.Valid long page, @javax.validation.constraints.NotNull,@javax.validation.Valid long limit, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getObjectSpecialChildren(String className, String objectId, String sessionId)
Gets the special children of a given object.List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getObjectSpecialChildren(@NotNull @Valid String className, @NotNull @Valid String objectId, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getObjectSpecialChildrenWithFilters(String className, String objectId, List<String> childrenClassNamesToFilter, int page, int limit, String sessionId)
Gets the special children of a given object.List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getObjectSpecialChildrenWithFilters(@NotNull @Valid String className, @NotNull @Valid String objectId, @NotNull @Valid List<String> childrenClassNamesToFilter, @javax.validation.constraints.NotNull,@javax.validation.Valid int page, @javax.validation.constraints.NotNull,@javax.validation.Valid int limit, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getObjectsWithFilterLight(String className, String filterName, String filterValue, String sessionId)
Retrieves a list of light instances of a given class given a simple filter.This method will search for all objects with a string-based attribute (filterName) whose value matches a value provided (filterValue).List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getObjectsWithFilterLight(@NotNull @Valid String className, @NotNull @Valid String filterName, @NotNull @Valid String filterValue, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getParents(String objectClassName, String objectId, String sessionId)
Retrieves recursively the list of parents of an object in the containment hierarchy.List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getParents(@NotNull @Valid String objectClassName, @NotNull @Valid String objectId, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getParentsUntilFirstOfClass(String objectClassName, String objectId, String[] objectToMatchClassNames, String sessionId)
Gets the list of parents (according to the special and standard containment hierarchy) until it finds an instance of class objectToMatchClassName (for example "give me the parents of this port until you find the nearest rack").List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getParentsUntilFirstOfClass(@NotNull @Valid String objectClassName, @NotNull @Valid String objectId, @NotNull @Valid String[] objectToMatchClassNames, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getPoolItems(String poolId, int limit, String sessionId)
Retrieves the list of objects from a pool.List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getPoolItems(@NotNull @Valid String poolId, @javax.validation.constraints.NotNull,@javax.validation.Valid int limit, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getPoolItemsByClassName(String poolId, String className, int page, int limit, String sessionId)
Retrieves the list of objects from a pool.List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getPoolItemsByClassName(@NotNull @Valid String poolId, @NotNull @Valid String className, @javax.validation.constraints.NotNull,@javax.validation.Valid int page, @javax.validation.constraints.NotNull,@javax.validation.Valid int limit, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getSiblings(String objectClassName, String objectId, int maxResults, String sessionId)
Gets the siblings of a given object in the containment hierarchy.List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getSiblings(@NotNull @Valid String objectClassName, @NotNull @Valid String objectId, @javax.validation.constraints.NotNull,@javax.validation.Valid int maxResults, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getSpecialAttribute(String objectClassName, String objectId, String specialAttributeName, String sessionId)
Gets the value of a special attribute.A special attribute is one belonging to a business domain specific attribute (usually a model.List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getSpecialAttribute(@NotNull @Valid String objectClassName, @NotNull @Valid String objectId, @NotNull @Valid String specialAttributeName, @NotNull @Valid String sessionId)
HashMap<String,List<BusinessObjectLight>>
BusinessEntityManagerRestController. getSpecialAttributes(String objectClassName, String objectId, String[] attributeNames, String sessionId)
Returns the specified special relationships of a given object as a hashmap whose keys are the names of the relationships and the values the list of related objects.HashMap<String,List<BusinessObjectLight>>
BusinessEntityManagerRestOpenApi. getSpecialAttributes(@NotNull @Valid String objectClassName, @NotNull @Valid String objectId, @NotNull @Valid String[] attributeNames, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getSpecialChildrenOfClassLight(String parentId, String parentClassName, String classNameToFilter, int maxResults, String sessionId)
Returns the special children of a given object as RemoteBusinessObjectLight instances.This method is not recursive.List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getSpecialChildrenOfClassLight(@NotNull @Valid String parentId, @NotNull @Valid String parentClassName, @NotNull @Valid String classNameToFilter, @javax.validation.constraints.NotNull,@javax.validation.Valid int maxResults, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getSpecialChildrenOfClassLightRecursive(String parentId, String parentClassName, String classNameToFilter, int maxResults, String sessionId)
Gets all class and abstract class special children of a given class to filter in a hierarchy with root in the given parent.Use case: used in some class level and inventory level reports script.List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getSpecialChildrenOfClassLightRecursive(@NotNull @Valid String parentId, @NotNull @Valid String parentClassName, @NotNull @Valid String classNameToFilter, @javax.validation.constraints.NotNull,@javax.validation.Valid int maxResults, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getSuggestedChildrenWithFilter(String parentClassName, String parentId, String filterValue, boolean ignoreSpecialChildren, int skip, int limit, String[] classNames, String sessionId)
Gets a set of suggested children with filter (no recursive).List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getSuggestedChildrenWithFilter(@NotNull @Valid String parentClassName, @NotNull @Valid String parentId, @NotNull @Valid String filterValue, @javax.validation.constraints.NotNull,@javax.validation.Valid boolean ignoreSpecialChildren, @javax.validation.constraints.NotNull,@javax.validation.Valid int skip, @javax.validation.constraints.NotNull,@javax.validation.Valid int limit, @Valid String[] classNames, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getSuggestedObjectsWithFilter(String filterValue, int limit, String sessionId)
Suggests a number of objects based on a search string.The search string is matched against the name of the object, its class name or its class display name.List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getSuggestedObjectsWithFilter(@NotNull @Valid String filterValue, @javax.validation.constraints.NotNull,@javax.validation.Valid int limit, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getSuggestedObjectsWithFilterAndClasses(String filterValue, int skip, int limit, String[] classNames, String sessionId)
Gets a set of suggested objects with filter.List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getSuggestedObjectsWithFilterAndClasses(@NotNull @Valid String filterValue, @javax.validation.constraints.NotNull,@javax.validation.Valid int skip, @javax.validation.constraints.NotNull,@javax.validation.Valid int limit, @Valid String[] classNames, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getSuggestedObjectsWithFilterAndSuperClass(String filterValue, String superClassName, int limit, String sessionId)
Deprecated.In favor of#getSuggestedObjectsWithFilter(java.lang.String, int, int, java.lang.String...)
List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getSuggestedObjectsWithFilterAndSuperClass(@NotNull @Valid String filterValue, @NotNull @Valid String superClassName, @javax.validation.constraints.NotNull,@javax.validation.Valid int limit, @NotNull @Valid String sessionId)
Deprecated.HashMap<String,List<BusinessObjectLight>>
BusinessEntityManagerRestController. getSuggestedObjectsWithFilterGroupedByClassName(List<String> classNames, String filterValue, long classesSkip, long classesLimit, long objectSkip, long objectLimit, String sessionId)
Suggests a number of objects based on a search string.HashMap<String,List<BusinessObjectLight>>
BusinessEntityManagerRestOpenApi. getSuggestedObjectsWithFilterGroupedByClassName(@Valid List<String> classNames, @NotNull @Valid String filterValue, @javax.validation.constraints.NotNull,@javax.validation.Valid long classesSkip, @javax.validation.constraints.NotNull,@javax.validation.Valid long classesLimit, @javax.validation.constraints.NotNull,@javax.validation.Valid long objectSkip, @javax.validation.constraints.NotNull,@javax.validation.Valid long objectLimit, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
BusinessEntityManagerRestController. getWarehousesInObject(String objectClassName, String objectId, String sessionId)
Gets the warehouses in a object.List<BusinessObjectLight>
BusinessEntityManagerRestOpenApi. getWarehousesInObject(@NotNull @Valid String objectClassName, @NotNull @Valid String objectId, @NotNull @Valid String sessionId)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.northbound.rest.services
Methods in org.neotropic.kuwaiba.northbound.rest.services that return types with arguments of type BusinessObjectLight Modifier and Type Method Description List<BusinessObjectLight>
ContractRestController. getAllContracts(long page, long limit, String sessionId)
Get all contracts, without filters.List<BusinessObjectLight>
ContractRestOpenApi. getAllContracts(@javax.validation.constraints.NotNull,@javax.validation.Valid long page, @javax.validation.constraints.NotNull,@javax.validation.Valid long limit, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
ServiceRestController. getAllCustomers(HashMap<String,String> filters, long page, long limit, String sessionId)
Gets all the customer.List<BusinessObjectLight>
ServiceRestOpenApi. getAllCustomers(@Valid HashMap<String,String> filters, @javax.validation.constraints.NotNull,@javax.validation.Valid long page, @javax.validation.constraints.NotNull,@javax.validation.Valid long limit, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
SoftwareRestController. getAllLicenses(String sessionId)
Retrieves the licenses list.List<BusinessObjectLight>
SoftwareRestOpenApi. getAllLicenses(@NotNull @Valid String sessionId)
List<BusinessObjectLight>
SoftwareRestController. getAllProducts(String sessionId)
Gets all available products.List<BusinessObjectLight>
SoftwareRestOpenApi. getAllProducts(@NotNull @Valid String sessionId)
List<BusinessObjectLight>
ProjectRestController. getAllProjects(long page, long limit, String sessionId)
Get all projects, without filters.List<BusinessObjectLight>
ProjectRestOpenApi. getAllProjects(@javax.validation.constraints.NotNull,@javax.validation.Valid long page, @javax.validation.constraints.NotNull,@javax.validation.Valid long limit, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
ServiceRestController. getAllServices(HashMap<String,String> filters, long page, long limit, String sessionId)
Gets all the services.List<BusinessObjectLight>
ServiceRestOpenApi. getAllServices(@Valid HashMap<String,String> filters, @javax.validation.constraints.NotNull,@javax.validation.Valid long page, @javax.validation.constraints.NotNull,@javax.validation.Valid long limit, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
ContractRestController. getContractResources(String contractClassName, String contractId, String sessionId)
Gets the resources related to a contract.List<BusinessObjectLight>
ContractRestOpenApi. getContractResources(@NotNull @Valid String contractClassName, @NotNull @Valid String contractId, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
ContractRestController. getContractsInPool(String poolId, int limit, String sessionId)
Gets the contracts inside a contract pool.List<BusinessObjectLight>
ContractRestOpenApi. getContractsInPool(@NotNull @Valid String poolId, @javax.validation.constraints.NotNull,@javax.validation.Valid int limit, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
ServiceRestController. getCustomersInPool(String poolId, String customerClassName, int page, int limit, String sessionId)
Retrieves the list of customers from a pool.List<BusinessObjectLight>
ServiceRestOpenApi. getCustomersInPool(@NotNull @Valid String poolId, @NotNull @Valid String customerClassName, @javax.validation.constraints.NotNull,@javax.validation.Valid int page, @javax.validation.constraints.NotNull,@javax.validation.Valid int limit, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
SoftwareRestController. getLicensesInPool(String poolId, int limit, String sessionId)
Gets the licenses inside a license pool.List<BusinessObjectLight>
SoftwareRestOpenApi. getLicensesInPool(@NotNull @Valid String poolId, @javax.validation.constraints.NotNull,@javax.validation.Valid int limit, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
WarehouseRestController. getObjectsInSparePool(String poolId, int limit, String sessionId)
Get the objects of a pool.List<BusinessObjectLight>
WarehouseRestOpenApi. getObjectsInSparePool(@NotNull @Valid String poolId, @javax.validation.constraints.NotNull,@javax.validation.Valid int limit, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
ServiceRestController. getObjectsRelatedToService(String serviceClassName, String serviceId, String sessionId)
Retrieves the objects related to service.List<BusinessObjectLight>
ServiceRestOpenApi. getObjectsRelatedToService(@NotNull @Valid String serviceClassName, @NotNull @Valid String serviceId, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
PhysicalConnectionRestController. getPhysicalPath(String objectClassName, String objectId, String sessionId)
Finds the physical path from one port to another.List<BusinessObjectLight>
PhysicalConnectionRestOpenApi. getPhysicalPath(@NotNull @Valid String objectClassName, @NotNull @Valid String objectId, @NotNull @Valid String sessionId)
HashMap<BusinessObjectLight,List<BusinessObjectLight>>
PhysicalConnectionRestController. getPhysicalTree(String objectClassName, String objectId, String sessionId)
Gets A tree representation of all physical paths as a hash map.HashMap<BusinessObjectLight,List<BusinessObjectLight>>
PhysicalConnectionRestController. getPhysicalTree(String objectClassName, String objectId, String sessionId)
Gets A tree representation of all physical paths as a hash map.HashMap<BusinessObjectLight,List<BusinessObjectLight>>
PhysicalConnectionRestOpenApi. getPhysicalTree(@NotNull @Valid String objectClassName, @NotNull @Valid String objectId, @NotNull @Valid String sessionId)
HashMap<BusinessObjectLight,List<BusinessObjectLight>>
PhysicalConnectionRestOpenApi. getPhysicalTree(@NotNull @Valid String objectClassName, @NotNull @Valid String objectId, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
ProjectRestController. getProjectActivities(String projectClassName, String projectId, String sessionId)
Gets the activities inside a project.List<BusinessObjectLight>
ProjectRestOpenApi. getProjectActivities(@NotNull @Valid String projectClassName, @NotNull @Valid String projectId, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
ProjectRestController. getProjectResources(String projectClassName, String projectId, String sessionId)
Gets the resources related to a project.List<BusinessObjectLight>
ProjectRestOpenApi. getProjectResources(@NotNull @Valid String projectClassName, @NotNull @Valid String projectId, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
ProjectRestController. getProjectsInPool(String poolId, int limit, String sessionId)
Gets the projects inside a project pool.List<BusinessObjectLight>
ProjectRestOpenApi. getProjectsInPool(@NotNull @Valid String poolId, @javax.validation.constraints.NotNull,@javax.validation.Valid int limit, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
ProjectRestController. getProjectsRelatedToObject(String objectClassName, String objectId, String sessionId)
Gets the projects related to an object.List<BusinessObjectLight>
ProjectRestOpenApi. getProjectsRelatedToObject(@NotNull @Valid String objectClassName, @NotNull @Valid String objectId, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
ProjectRestController. getProjectsWithFilter(HashMap<String,String> filters, long page, long limit, String sessionId)
Get the projects according to the filter value.List<BusinessObjectLight>
ProjectRestOpenApi. getProjectsWithFilter(@Valid HashMap<String,String> filters, @javax.validation.constraints.NotNull,@javax.validation.Valid long page, @javax.validation.constraints.NotNull,@javax.validation.Valid long limit, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
ServiceRestController. getServicesInPool(String poolId, String serviceClassName, int page, int limit, String sessionId)
Retrieves the list of services from a pool.List<BusinessObjectLight>
ServiceRestOpenApi. getServicesInPool(@NotNull @Valid String poolId, @NotNull @Valid String serviceClassName, @javax.validation.constraints.NotNull,@javax.validation.Valid int page, @javax.validation.constraints.NotNull,@javax.validation.Valid int limit, @NotNull @Valid String sessionId)
List<BusinessObjectLight>
WarehouseRestController. getWarehousesInPool(String poolId, int limit, String sessionId)
Get the warehouses of a pool.List<BusinessObjectLight>
WarehouseRestOpenApi. getWarehousesInPool(@NotNull @Valid String poolId, @javax.validation.constraints.NotNull,@javax.validation.Valid int limit, @NotNull @Valid String sessionId)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.northbound.ws.model.business
Method parameters in org.neotropic.kuwaiba.northbound.ws.model.business with type arguments of type BusinessObjectLight Modifier and Type Method Description static List<RemoteObjectLight>
RemoteObjectLight. toRemoteObjectLightArray(List<BusinessObjectLight> toBeWrapped)
Constructors in org.neotropic.kuwaiba.northbound.ws.model.business with parameters of type BusinessObjectLight Constructor Description RemoteLogicalConnectionDetails(BusinessObject connectionObject, BusinessObjectLight endpointA, BusinessObjectLight endpointB, List<BusinessObjectLight> physicalPathForEndpointA, List<BusinessObjectLight> physicalPathForEndpointB)
RemoteLogicalConnectionDetails(BusinessObject connectionObject, BusinessObjectLight endpointA, BusinessObjectLight endpointB, List<BusinessObjectLight> physicalPathForEndpointA, List<BusinessObjectLight> physicalPathForEndpointB, HashMap<BusinessObjectLight,List<BusinessObjectLight>> physicalPathForVlansEndpointA, HashMap<BusinessObjectLight,List<BusinessObjectLight>> physicalPathForBDisEndpointA, HashMap<BusinessObjectLight,List<BusinessObjectLight>> physicalPathForVlansEndpointB, HashMap<BusinessObjectLight,List<BusinessObjectLight>> physicalPathForBDisEndpointB)
RemoteObjectLight(BusinessObjectLight obj)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.visualization.api
Constructors in org.neotropic.kuwaiba.visualization.api with parameters of type BusinessObjectLight Constructor Description BusinessObjectViewEdge(BusinessObjectLight identifier)
BusinessObjectViewNode(BusinessObjectLight identifier)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.visualization.api.properties
Methods in org.neotropic.kuwaiba.visualization.api.properties with parameters of type BusinessObjectLight Modifier and Type Method Description static String
PropertyValueConverter. getListTypeAsStringToPersist(BusinessObjectLight value)
Method parameters in org.neotropic.kuwaiba.visualization.api.properties with type arguments of type BusinessObjectLight Modifier and Type Method Description static String
PropertyValueConverter. getMultipleListTypeAsStringToPersist(List<BusinessObjectLight> value)
-
Uses of BusinessObjectLight in org.neotropic.kuwaiba.visualization.mxgraph
Methods in org.neotropic.kuwaiba.visualization.mxgraph that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
MxBusinessObjectEdge. getBusinessObject()
BusinessObjectLight
MxBusinessObjectNode. getBusinessObject()
Methods in org.neotropic.kuwaiba.visualization.mxgraph with parameters of type BusinessObjectLight Modifier and Type Method Description void
MxBusinessObjectEdge. setBusinessObject(BusinessObjectLight businessObject)
void
MxBusinessObjectNode. setBusinessObject(BusinessObjectLight businessObject)
Constructors in org.neotropic.kuwaiba.visualization.mxgraph with parameters of type BusinessObjectLight Constructor Description MxBusinessObjectEdge(BusinessObjectLight businessObject)
MxBusinessObjectNode(BusinessObjectLight businessObject)
-
Uses of BusinessObjectLight in org.neotropic.util.visual.general
Methods in org.neotropic.util.visual.general with parameters of type BusinessObjectLight Modifier and Type Method Description static String
FormattedObjectDisplayNameSpan. getFormattedDisplayName(BusinessObjectLight businessObject, boolean includeClassName)
This helper method should be used in scenarios when it's not necessary a whole HTML component (a Span in this case), but just the text after processing the validators.Constructors in org.neotropic.util.visual.general with parameters of type BusinessObjectLight Constructor Description FormatedBusinessObjectDiv(BusinessObjectLight businessObject)
FormattedObjectDisplayNameSpan(BusinessObjectLight businessObject)
Default constructor with the default format settings (ignoreTextColor = false, ignoreFillColor = false, includeClassName = true, enablePadding = true)FormattedObjectDisplayNameSpan(BusinessObjectLight businessObject, boolean ignoreTextColor, boolean ignoreFillColor, boolean includeClassName, boolean enablePadding)
A customizable constructor. -
Uses of BusinessObjectLight in org.neotropic.util.visual.paperdialog
Methods in org.neotropic.util.visual.paperdialog that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
PaperDialogAddObject.NewObjectEvent. getObject()
BusinessObjectLight
PaperDialogSearchObject.SelectObjectEvent. getObject()
Constructors in org.neotropic.util.visual.paperdialog with parameters of type BusinessObjectLight Constructor Description NewObjectEvent(PaperDialogAddObject source, boolean fromClient, BusinessObjectLight object)
SelectObjectEvent(PaperDialogSearchObject source, boolean fromClient, BusinessObjectLight object)
Constructor parameters in org.neotropic.util.visual.paperdialog with type arguments of type BusinessObjectLight Constructor Description PaperDialogSearchObject(TranslationService ts, MxGraphCanvas<BusinessObjectLight,BusinessObjectLight> mxGraphCanvas)
PaperDialogSearchObject(TranslationService ts, MxGraphCanvas<BusinessObjectLight,BusinessObjectLight> mxGraphCanvas)
-
Uses of BusinessObjectLight in org.neotropic.util.visual.properties
Methods in org.neotropic.util.visual.properties that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
BusinessObjectProperty. getDefaultValue()
BusinessObjectLight
ObjectProperty. getDefaultValue()
Constructors in org.neotropic.util.visual.properties with parameters of type BusinessObjectLight Constructor Description BusinessObjectProperty(String name, String displayName, String description, BusinessObjectLight value, ApplicationEntityManager aem, BusinessEntityManager bem, MetadataEntityManager mem, TranslationService ts)
-
Uses of BusinessObjectLight in org.neotropic.util.visual.selectors
Methods in org.neotropic.util.visual.selectors that return BusinessObjectLight Modifier and Type Method Description BusinessObjectLight
BusinessObjectSelector.SelectedObjectChangeEvent. getSelectedObject()
BusinessObjectLight
CellPortSelector.SelectedObjectChangeEvent. getSelectedObject()
BusinessObjectLight
NetworkResourceChangeEvent. getSelectedObject()
BusinessObjectLight
PortSelector. getSelectedObject()
Methods in org.neotropic.util.visual.selectors that return types with arguments of type BusinessObjectLight Modifier and Type Method Description static com.vaadin.flow.data.provider.DataProvider<BusinessObjectLight,String>
SelectorsUtils. getFilterDataProvider(BusinessObjectLight parent, FilterDefinition filterDefinition, TranslationService ts)
Gets a combo box data provider of business objects filtered by the business object name.List<BusinessObjectLight>
BusinessObjectSelector.SelectedObjectChangeEvent. getSelectedObjects()
List<BusinessObjectLight>
CellPortSelector.SelectedObjectChangeEvent. getSelectedObjects()
List<BusinessObjectLight>
NetworkResourceChangeEvent. getSelectedObjects()
List<BusinessObjectLight>
PortSelector. getSelectedObjects()
Methods in org.neotropic.util.visual.selectors with parameters of type BusinessObjectLight Modifier and Type Method Description com.vaadin.flow.component.orderedlayout.HorizontalLayout
BusinessObjectSelector. addRow(BusinessObjectLight parent, BusinessObjectLight businessObject)
com.vaadin.flow.component.orderedlayout.HorizontalLayout
CellPortSelector. addRow(BusinessObjectLight parent, BusinessObjectLight businessObject)
static com.vaadin.flow.data.provider.DataProvider<BusinessObjectLight,String>
SelectorsUtils. getFilterDataProvider(BusinessObjectLight parent, FilterDefinition filterDefinition, TranslationService ts)
Gets a combo box data provider of business objects filtered by the business object name.void
PortSelector. setSelectedObject(BusinessObjectLight selectedObject)
Method parameters in org.neotropic.util.visual.selectors with type arguments of type BusinessObjectLight Modifier and Type Method Description void
PortSelector. setSelectedObjects(List<BusinessObjectLight> selectedObjects)
-
Uses of BusinessObjectLight in org.neotropic.util.visual.views.util
Methods in org.neotropic.util.visual.views.util with parameters of type BusinessObjectLight Modifier and Type Method Description static String
BusinessObjectUtil. getBusinessObjectColor(BusinessObjectLight objectLight, ApplicationEntityManager aem, BusinessEntityManager bem, MetadataEntityManager mem)
Gets the object color. -
Uses of BusinessObjectLight in org.neotropic.util.visual.window
Methods in org.neotropic.util.visual.window that return BusinessObjectLight Modifier and Type Method Description protected BusinessObjectLight
ObjectSelectorWindow. getObject()
Methods in org.neotropic.util.visual.window that return types with arguments of type BusinessObjectLight Modifier and Type Method Description abstract List<BusinessObjectLight>
ObjectSelectorWindow. getItems(BusinessObjectLight selectedObject)
List of items to set in the selector element.Methods in org.neotropic.util.visual.window with parameters of type BusinessObjectLight Modifier and Type Method Description abstract List<BusinessObjectLight>
ObjectSelectorWindow. getItems(BusinessObjectLight selectedObject)
List of items to set in the selector element.Constructors in org.neotropic.util.visual.window with parameters of type BusinessObjectLight Constructor Description ObjectSelectorWindow(BusinessObjectLight object, MetadataEntityManager mem, TranslationService ts, Consumer<BusinessObjectLight> consumerSelectedObject)
Constructor parameters in org.neotropic.util.visual.window with type arguments of type BusinessObjectLight Constructor Description ObjectSelectorWindow(BusinessObjectLight object, MetadataEntityManager mem, TranslationService ts, Consumer<BusinessObjectLight> consumerSelectedObject)
ObjectSelectorWindow(MetadataEntityManager mem, TranslationService ts, Consumer<BusinessObjectLight> consumerSelectedObject)
-