Uses of Class
org.neotropic.kuwaiba.core.apis.persistence.util.StringPair
-
-
Uses of StringPair in com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.artifacts
Methods in com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.artifacts that return types with arguments of type StringPair Modifier and Type Method Description List<StringPair>AbstractArtifactRender. getSharedInformation()TODO: documentList<StringPair>FormArtifactRender. getSharedInformation() -
Uses of StringPair in com.neotropic.kuwaiba.modules.commercial.processman.service
Methods in com.neotropic.kuwaiba.modules.commercial.processman.service that return types with arguments of type StringPair Modifier and Type Method Description List<StringPair>ArtifactDefinitionFunction. getParameters()Method parameters in com.neotropic.kuwaiba.modules.commercial.processman.service with type arguments of type StringPair Modifier and Type Method Description voidArtifactDefinitionFunction. setParameters(List<StringPair> parameters) -
Uses of StringPair in org.neotropic.kuwaiba.core.apis.persistence.application
Methods in org.neotropic.kuwaiba.core.apis.persistence.application that return types with arguments of type StringPair Modifier and Type Method Description List<StringPair>Task. getParameters()Method parameters in org.neotropic.kuwaiba.core.apis.persistence.application with type arguments of type StringPair Modifier and Type Method Description longApplicationEntityManager. createTask(String name, String description, boolean enabled, boolean commitOnExecute, String script, List<StringPair> parameters, TaskScheduleDescriptor schedule, TaskNotificationDescriptor notificationType)Creates and schedule a task.voidTask. setParameters(List<StringPair> parameters)voidApplicationEntityManager. updateFileProperties(long fileId, List<StringPair> properties, String className, String listTypeItemId)Updates the properties of a file list type item (name or tags)voidApplicationEntityManager. updateProcessDefinition(String processDefinitionId, List<StringPair> properties, byte[] structure)Updates a process definition, either its standard properties or its structureChangeDescriptorApplicationEntityManager. updateTaskParameters(long taskId, List<StringPair> parameters)Updates the parameters of a task.Constructor parameters in org.neotropic.kuwaiba.core.apis.persistence.application with type arguments of type StringPair Constructor Description Task(long id, String name, String description, boolean enabled, boolean commitOnExecute, String script, List<StringPair> parameters, TaskScheduleDescriptor schedule, TaskNotificationDescriptor notificationType, List<UserProfileLight> users) -
Uses of StringPair in org.neotropic.kuwaiba.core.apis.persistence.application.processman
Methods in org.neotropic.kuwaiba.core.apis.persistence.application.processman that return types with arguments of type StringPair Modifier and Type Method Description List<StringPair>Artifact. getSharedInformation()Method parameters in org.neotropic.kuwaiba.core.apis.persistence.application.processman with type arguments of type StringPair Modifier and Type Method Description voidArtifact. setSharedInformation(List<StringPair> sharedInformation)Constructor parameters in org.neotropic.kuwaiba.core.apis.persistence.application.processman with type arguments of type StringPair Constructor Description Artifact(String id, String name, String contentType, byte[] content, List<StringPair> sharedInformation, long creationDate, long commitDate) -
Uses of StringPair in org.neotropic.kuwaiba.core.apis.persistence.application.reporting
Methods in org.neotropic.kuwaiba.core.apis.persistence.application.reporting that return types with arguments of type StringPair Modifier and Type Method Description List<StringPair>ReportMetadata. getParameters()Method parameters in org.neotropic.kuwaiba.core.apis.persistence.application.reporting with type arguments of type StringPair Modifier and Type Method Description voidReportMetadata. setParameters(List<StringPair> parameters)Constructor parameters in org.neotropic.kuwaiba.core.apis.persistence.application.reporting with type arguments of type StringPair Constructor Description ReportMetadata(long id, String name, String description, boolean enabled, int type, String script, List<StringPair> parameters) -
Uses of StringPair in org.neotropic.kuwaiba.core.apis.persistence.business
Method parameters in org.neotropic.kuwaiba.core.apis.persistence.business with type arguments of type StringPair Modifier and Type Method Description longBusinessEntityManager. createInventoryLevelReport(String reportName, String reportDescription, String script, int outputType, boolean enabled, List<StringPair> parameters)Creates an inventory level report (a report that is not tied to a particlar instance or class.byte[]BusinessEntityManager. executeInventoryLevelReport(long reportId, List<StringPair> parameters)Executes an inventory level report and returns the result.voidBusinessEntityManager. updateContact(String contactClass, String contactId, List<StringPair> properties, String userName)Updates a contact's informationvoidBusinessEntityManager. updateFileProperties(long fileObjectId, List<StringPair> properties, String className, String objectId)Updates the properties of a file object (name or tags)ChangeDescriptorBusinessEntityManager. updateReportParameters(long reportId, List<StringPair> parameters)Updates the parameters of a report -
Uses of StringPair in org.neotropic.kuwaiba.core.apis.persistence.util
Method parameters in org.neotropic.kuwaiba.core.apis.persistence.util with type arguments of type StringPair Modifier and Type Method Description static HashMap<String,String>StringPair. asHashMap(List<StringPair> theList)Converts aStringPairlist to aHashMap.static StringStringPair. get(List<StringPair> listOfStringPairs, String key) -
Uses of StringPair in org.neotropic.kuwaiba.core.persistence.reference.neo4j
Method parameters in org.neotropic.kuwaiba.core.persistence.reference.neo4j with type arguments of type StringPair Modifier and Type Method Description longBusinessEntityManagerImpl. createInventoryLevelReport(String reportName, String reportDescription, String script, int outputType, boolean enabled, List<StringPair> parameters)longApplicationEntityManagerImpl. createTask(String name, String description, boolean enabled, boolean commitOnExecute, String script, List<StringPair> parameters, TaskScheduleDescriptor schedule, TaskNotificationDescriptor notificationType)byte[]BusinessEntityManagerImpl. executeInventoryLevelReport(long reportId, List<StringPair> parameters)voidBusinessEntityManagerImpl. updateContact(String contactClass, String contactId, List<StringPair> properties, String userName)voidApplicationEntityManagerImpl. updateFileProperties(long fileObjectId, List<StringPair> properties, String className, String objectId)voidBusinessEntityManagerImpl. updateFileProperties(long fileObjectId, List<StringPair> properties, String className, String objectId)voidApplicationEntityManagerImpl. updateProcessDefinition(String processDefinitionId, List<StringPair> properties, byte[] structure)ChangeDescriptorBusinessEntityManagerImpl. updateReportParameters(long reportId, List<StringPair> parameters)ChangeDescriptorApplicationEntityManagerImpl. updateTaskParameters(long taskId, List<StringPair> parameters) -
Uses of StringPair in org.neotropic.kuwaiba.core.persistence.reference.neo4j.util
Method parameters in org.neotropic.kuwaiba.core.persistence.reference.neo4j.util with type arguments of type StringPair Modifier and Type Method Description voidPortUtilityService. mirrorPorts(List<StringPair> ports, String objectClassName)Creates a mirror port relationship for a given list of ports, if the ports have the same numeric index -
Uses of StringPair in org.neotropic.kuwaiba.modules.commercial.sync
Method parameters in org.neotropic.kuwaiba.modules.commercial.sync with type arguments of type StringPair Modifier and Type Method Description longSynchronizationService. createSyncDataSourceConfig(String objectId, long syncGroupId, String name, List<StringPair> parameters)Creates a data source configuration and associates it to a sync groupvoidSynchronizationService. updateSyncDataSourceConfig(long syncDataSourceConfigId, List<StringPair> parameters)Updates a synchronization data sourcevoidSynchronizationService. updateSyncGroup(long syncGroupId, List<StringPair> syncGroupProperties)Updates the data source configurations associated to a given sync group -
Uses of StringPair in org.neotropic.kuwaiba.northbound.rest.aem
Method parameters in org.neotropic.kuwaiba.northbound.rest.aem with type arguments of type StringPair Modifier and Type Method Description voidApplicationEntityManagerRestController. updateFileProperties(long id, List<StringPair> properties, String className, String listTypeItemId, String sessionId)Updates the properties of a file list type item (name or tags).voidApplicationEntityManagerRestOpenApi. updateFileProperties(@javax.validation.constraints.NotNull,@javax.validation.Valid long id, @NotNull List<StringPair> properties, @NotNull @Valid String className, @NotNull @Valid String listTypeItemId, @NotNull @Valid String sessionId)voidProcessRestController. updateProcessDefinition(String processDefinitionId, List<StringPair> properties, String structure, String sessionId)Updates a process definition, either its standard properties or its structure.voidProcessRestOpenApi. updateProcessDefinition(@NotNull @Valid String processDefinitionId, @Valid List<StringPair> properties, @NotNull @Valid String structure, @NotNull @Valid String sessionId)ChangeDescriptorTaskRestController. updateTaskParameters(long id, List<StringPair> parameters, String sessionId)Updates the parameters of a task.ChangeDescriptorTaskRestOpenApi. updateTaskParameters(@javax.validation.constraints.NotNull,@javax.validation.Valid long id, @NotNull @Valid List<StringPair> parameters, @NotNull @Valid String sessionId) -
Uses of StringPair in org.neotropic.kuwaiba.northbound.rest.bem
Method parameters in org.neotropic.kuwaiba.northbound.rest.bem with type arguments of type StringPair Modifier and Type Method Description longReportRestController. createInventoryLevelReport(String reportName, String reportDescription, String script, int outputType, boolean enabled, List<StringPair> parameters, String sessionId)Creates an inventory level report (a report that is not tied to a particular instance or class.In most cases, they also receive parameters).longReportRestOpenApi. createInventoryLevelReport(@NotNull @Valid String reportName, @NotNull @Valid String reportDescription, @Valid String script, @javax.validation.Valid int outputType, @javax.validation.Valid boolean enabled, @Valid List<StringPair> parameters, @NotNull @Valid String sessionId)byte[]ReportRestController. executeInventoryLevelReport(long reportId, List<StringPair> parameters, String sessionId)Executes an inventory level report and returns the result.byte[]ReportRestOpenApi. executeInventoryLevelReport(@javax.validation.constraints.NotNull,@javax.validation.Valid long reportId, @Valid List<StringPair> parameters, @NotNull @Valid String sessionId)voidContactRestController. updateContact(String contactClassName, String contactId, List<StringPair> properties, String userName, String sessionId)Updates a contact's information.voidContactRestOpenApi. updateContact(@NotNull @Valid String contactClassName, @NotNull @Valid String contactId, @Valid List<StringPair> properties, @NotNull @Valid String userName, @NotNull @Valid String sessionId)voidBusinessEntityManagerRestController. updateFileProperties(long fileObjectId, List<StringPair> properties, String className, String objectId, String sessionId)Updates the properties of a file object (name or tags).voidBusinessEntityManagerRestOpenApi. updateFileProperties(@javax.validation.constraints.NotNull,@javax.validation.Valid long fileObjectId, @Valid List<StringPair> properties, @NotNull @Valid String className, @NotNull @Valid String objectId, @NotNull @Valid String sessionId)ChangeDescriptorReportRestController. updateReportParameters(long reportId, List<StringPair> parameters, String sessionId)Updates the parameters of a report.ChangeDescriptorReportRestOpenApi. updateReportParameters(@javax.validation.constraints.NotNull,@javax.validation.Valid long reportId, @Valid List<StringPair> parameters, @NotNull @Valid String sessionId) -
Uses of StringPair in org.neotropic.kuwaiba.northbound.rest.todeserialize
Constructor parameters in org.neotropic.kuwaiba.northbound.rest.todeserialize with type arguments of type StringPair Constructor Description TransientArtifact(String id, String name, String contentType, String content, List<StringPair> sharedInformation, long creationDate, long commitDate) -
Uses of StringPair in org.neotropic.kuwaiba.northbound.ws
Method parameters in org.neotropic.kuwaiba.northbound.ws with type arguments of type StringPair Modifier and Type Method Description StringKuwaibaSoapWebService. addIPAddress(String id, String parentClassName, List<StringPair> attributes, String sessionId)Adds an IP address to a SubnetStringKuwaibaSoapWebServiceImpl. addIPAddress(String id, String parentClassName, List<StringPair> attributesToBeUpdated, String sessionId)StringKuwaibaSoapWebService. createContact(String contactClass, List<StringPair> properties, String customerClassName, String customerId, String sessionId)Creates a contactStringKuwaibaSoapWebServiceImpl. createContact(String contactClass, List<StringPair> properties, String customerClassName, String customerId, String sessionId)longKuwaibaSoapWebService. createInventoryLevelReport(String reportName, String reportDescription, String script, int outputType, boolean enabled, List<StringPair> parameters, String sessionId)Creates an inventory level report (a report that is not tied to a particlar instance or class.longKuwaibaSoapWebServiceImpl. createInventoryLevelReport(String reportName, String reportDescription, String script, int outputType, boolean enabled, List<StringPair> parameters, String sessionId)StringKuwaibaSoapWebService. createMPLSLink(String classNameEndpointA, String idEndpointA, String classNameEndpointB, String idEndpointB, List<StringPair> attributesToBeSet, String sessionId)Creates an MPLS linkStringKuwaibaSoapWebServiceImpl. createMPLSLink(String classNameEndpointA, String idEndpointA, String classNameEndpointB, String idEndpointB, List<StringPair> attributesToBeSet, String sessionId)StringKuwaibaSoapWebService. createProxy(String proxyPoolId, String proxyClass, List<StringPair> attributes, String sessionId)Creates an inventory proxy.StringKuwaibaSoapWebServiceImpl. createProxy(String proxyPoolId, String proxyClass, List<StringPair> attributes, String sessionId)StringKuwaibaSoapWebService. createSubnet(String poolId, String className, List<StringPair> attributes, String sessionId)Creates a subnetStringKuwaibaSoapWebServiceImpl. createSubnet(String poolId, String className, List<StringPair> attributes, String sessionId)longKuwaibaSoapWebService. createSynchronizationDataSourceConfig(String objectId, long syncGroupId, String name, List<StringPair> parameters, String sessionId)Creates a Synchronization Data Source Configuration.longKuwaibaSoapWebServiceImpl. createSynchronizationDataSourceConfig(String objectId, long syncGroupId, String name, List<StringPair> parameters, String sessionId)longKuwaibaSoapWebService. createTask(String name, String description, boolean enabled, boolean commitOnExecute, String script, List<StringPair> parameters, RemoteTaskScheduleDescriptor schedule, RemoteTaskNotificationDescriptor notificationType, String sessionId)Creates and schedule a task.longKuwaibaSoapWebServiceImpl. createTask(String name, String description, boolean enabled, boolean commitOnExecute, String script, List<StringPair> parameters, RemoteTaskScheduleDescriptor schedule, RemoteTaskNotificationDescriptor notificationType, String sessionId)byte[]KuwaibaSoapWebService. executeInventoryLevelReport(long reportId, List<StringPair> parameters, String sessionId)Executes an inventory level report and returns the result.byte[]KuwaibaSoapWebServiceImpl. executeInventoryLevelReport(long reportId, List<StringPair> parameters, String sessionId)List<RemoteObjectLight>KuwaibaSoapWebService. getAllCustomers(List<StringPair> filters, int page, int limit, String sessionId)Gets all the customersList<RemoteObjectLight>KuwaibaSoapWebServiceImpl. getAllCustomers(List<StringPair> filters, int page, int limit, String sessionId)List<RemoteObjectLight>KuwaibaSoapWebService. getAllServices(List<StringPair> filters, int page, int limit, String sessionId)Gets all the servicesList<RemoteObjectLight>KuwaibaSoapWebServiceImpl. getAllServices(List<StringPair> filters, int page, int limit, String sessionId)List<RemoteContact>KuwaibaSoapWebService. getContacts(int page, int limit, List<StringPair> filters, String sessionId)Retrieves the list of contacts that matches the search criteriaList<RemoteContact>KuwaibaSoapWebServiceImpl. getContacts(int page, int limit, List<StringPair> filters, String sessionId)List<RemoteObjectLight>KuwaibaSoapWebService. getObjectsOfClassLight(String className, List<StringPair> attributesToFilter, int page, int maxResults, String sessionId)Gets all objects of a given classList<RemoteObjectLight>KuwaibaSoapWebServiceImpl. getObjectsOfClassLight(String className, List<StringPair> attributesToFilter, int page, int limit, String sessionId)List<RemoteObjectLight>KuwaibaSoapWebService. getProjectsWithFilter(List<StringPair> filters, int page, int limit, String sessionId)Retrieves the entire list of projects registered in the Project Manager module.List<RemoteObjectLight>KuwaibaSoapWebServiceImpl. getProjectsWithFilter(List<StringPair> filters, int page, int limit, String sessionId)voidKuwaibaSoapWebService. updateActivity(String activityClass, String activityId, List<StringPair> attributes, String sessionId)Updates one or many activity attributes.voidKuwaibaSoapWebServiceImpl. updateActivity(String activityClass, String activityId, List<StringPair> attributes, String sessionId)voidKuwaibaSoapWebService. updateContact(String contactClass, String contactId, List<StringPair> properties, String sessionId)Updates a set of properties of a contactvoidKuwaibaSoapWebServiceImpl. updateContact(String contactClass, String contactId, List<StringPair> properties, String sessionId)voidKuwaibaSoapWebService. updateContract(String contractClass, String contractId, List<StringPair> attributes, String sessionId)Updates one or many contract attributes.voidKuwaibaSoapWebServiceImpl. updateContract(String contractClass, String contractId, List<StringPair> attributes, String sessionId)voidKuwaibaSoapWebService. updateCustomer(String customerClass, String customerId, List<StringPair> attributes, String sessionId)Updates a customervoidKuwaibaSoapWebServiceImpl. updateCustomer(String customerClass, String customerId, List<StringPair> attributes, String sessionId)voidKuwaibaSoapWebService. updateFileProperties(long fileObjectId, List<StringPair> properties, String className, String objectId, String sessionId)Updates the properties of a file object (name or tags)voidKuwaibaSoapWebServiceImpl. updateFileProperties(long fileObjectId, List<StringPair> properties, String className, String objectId, String sessionId)voidKuwaibaSoapWebService. updateListTypeItem(String className, String oid, List<StringPair> attributes, String sessionId)Updates a list type item.voidKuwaibaSoapWebServiceImpl. updateListTypeItem(String className, String oid, List<StringPair> attributesToBeUpdated, String sessionId)voidKuwaibaSoapWebService. updateObject(String className, String oid, List<StringPair> attributes, String sessionId)Updates attributes of a given objectvoidKuwaibaSoapWebServiceImpl. updateObject(String className, String oid, List<StringPair> attributesToBeUpdated, String sessionId)voidKuwaibaSoapWebService. updateProcessDefinition(String processDefinitionId, List<StringPair> properties, byte[] structure, String sessionId)Updates a process definition, either its standard properties or its structurevoidKuwaibaSoapWebServiceImpl. updateProcessDefinition(String processDefinitionId, List<StringPair> properties, byte[] structure, String sessionId)voidKuwaibaSoapWebService. updateProject(String projectClass, String projectId, List<StringPair> attributes, String sessionId)Updates one or many project attributes.voidKuwaibaSoapWebServiceImpl. updateProject(String projectClass, String projectId, List<StringPair> attributes, String sessionId)voidKuwaibaSoapWebService. updateProxy(String proxyClass, String proxyId, List<StringPair> attributes, String sessionId)Updates one or many proxy attributes.voidKuwaibaSoapWebServiceImpl. updateProxy(String proxyClass, String proxyId, List<StringPair> attributes, String sessionId)voidKuwaibaSoapWebService. updateReportParameters(long reportId, List<StringPair> parameters, String sessionId)Updates the value of any of the parameters of a given report.voidKuwaibaSoapWebServiceImpl. updateReportParameters(long reportId, List<StringPair> parameters, String sessionId)voidKuwaibaSoapWebService. updateService(String serviceClass, String serviceId, List<StringPair> attributes, String sessionId)Updates a servicevoidKuwaibaSoapWebServiceImpl. updateService(String serviceClass, String serviceId, List<StringPair> attributes, String sessionId)voidKuwaibaSoapWebService. updateSyncDataSourceConfiguration(long syncDataSourceConfigId, List<StringPair> parameters, String sessionId)Updates a sync data source configurationvoidKuwaibaSoapWebServiceImpl. updateSyncDataSourceConfiguration(long syncDataSourceConfigId, List<StringPair> parameters, String sessionId)voidKuwaibaSoapWebService. updateSynchronizationGroup(long syncGroupId, List<StringPair> syncGroupProperties, String sessionId)Creates a Synchronization Group.voidKuwaibaSoapWebServiceImpl. updateSynchronizationGroup(long syncGroupId, List<StringPair> syncGroupProperties, String sessionId)voidKuwaibaSoapWebService. updateTaskParameters(long taskId, List<StringPair> parameters, String sessionId)Updates the parameters of a task.voidKuwaibaSoapWebServiceImpl. updateTaskParameters(long taskId, List<StringPair> parameters, String sessionId) -
Uses of StringPair in org.neotropic.kuwaiba.northbound.ws.model.application
Methods in org.neotropic.kuwaiba.northbound.ws.model.application that return types with arguments of type StringPair Modifier and Type Method Description List<StringPair>RemoteReportMetadata. getParameters()List<StringPair>RemoteSynchronizationConfiguration. getParameters()List<StringPair>RemoteTask. getParameters()List<StringPair>RemoteValidator. getProperties()List<StringPair>RemoteArtifact. getSharedInformation()Method parameters in org.neotropic.kuwaiba.northbound.ws.model.application with type arguments of type StringPair Modifier and Type Method Description voidRemoteReportMetadata. setParameters(List<StringPair> parameters)voidRemoteSynchronizationConfiguration. setParameters(List<StringPair> parameters)voidRemoteTask. setParameters(List<StringPair> parameters)voidRemoteValidator. setProperties(List<StringPair> properties)voidRemoteArtifact. setSharedInformation(List<StringPair> sharedInformation)Constructor parameters in org.neotropic.kuwaiba.northbound.ws.model.application with type arguments of type StringPair Constructor Description RemoteArtifact(String id, String name, String contentType, byte[] content, List<StringPair> sharedInformation, long creationDate, long commitDate)RemoteReportMetadata(long id, String name, String description, boolean enabled, int type, String script, List<StringPair> parameters)RemoteSynchronizationConfiguration(long id, String name, List<StringPair> parameters)RemoteTask(long id, String name, String description, boolean enabled, boolean commitOnExecute, String script, List<StringPair> parameters, RemoteTaskScheduleDescriptor schedule, RemoteTaskNotificationDescriptor notificationType, List<RemoteUserInfoLight> users) -
Uses of StringPair in org.neotropic.kuwaiba.northbound.ws.model.business
Methods in org.neotropic.kuwaiba.northbound.ws.model.business that return types with arguments of type StringPair Modifier and Type Method Description List<StringPair>RemoteObject. getAttributes()Method parameters in org.neotropic.kuwaiba.northbound.ws.model.business with type arguments of type StringPair Modifier and Type Method Description voidRemoteObject. setAttributes(List<StringPair> attributes)
-