Uses of Class
de.iip_ecosphere.platform.support.iip_aas.AasPartRegistry.AasSetup
Packages that use AasPartRegistry.AasSetup
-
Uses of AasPartRegistry.AasSetup in de.iip_ecosphere.platform.support.iip_aas
Fields in de.iip_ecosphere.platform.support.iip_aas declared as AasPartRegistry.AasSetupModifier and TypeFieldDescriptionprivate AasPartRegistry.AasSetupAasBasedSetup.aasprivate static AasPartRegistry.AasSetupAasPartRegistry.setupFields in de.iip_ecosphere.platform.support.iip_aas with type parameters of type AasPartRegistry.AasSetupModifier and TypeFieldDescriptionprivate Supplier<AasPartRegistry.AasSetup> AbstractAasLifecycleDescriptor.setupSupplierMethods in de.iip_ecosphere.platform.support.iip_aas with type parameters of type AasPartRegistry.AasSetupModifier and TypeMethodDescriptionstatic <A extends AasPartRegistry.AasSetup>
AAasPartRegistry.AasSetup.createLocalEphemeralSetup(A setup, boolean regPortSame, Supplier<A> supplier) Returns a default setup with all hosts toServerAddress.LOCALHOSTand all ports to ephemeral.Methods in de.iip_ecosphere.platform.support.iip_aas that return AasPartRegistry.AasSetupModifier and TypeMethodDescriptionstatic AasPartRegistry.AasSetupAasPartRegistry.AasSetup.createLocalEphemeralSetup()Returns a default setup with all hosts toServerAddress.LOCALHOSTand all ports to ephemeral while the registry port is the same as the aas port.static AasPartRegistry.AasSetupAasPartRegistry.AasSetup.createLocalEphemeralSetup(AasPartRegistry.AasSetup setup, boolean regPortSame) Returns a default setup with all hosts toServerAddress.LOCALHOSTand all ports to ephemeral.AasBasedSetup.getAas()Returns the AAS setup.AbstractAasLifecycleDescriptor.getAasSetup()Returns the AAS setup via the passed in setup supplier.static AasPartRegistry.AasSetupAasPartRegistry.getSetup()Returns the AAS setup.static AasPartRegistry.AasSetupAasPartRegistry.setAasSetup(AasPartRegistry.AasSetup aasSetup) Defines the AAS setup without resetting the AAS device/component implementation port.static AasPartRegistry.AasSetupAasPartRegistry.setAasSetup(AasPartRegistry.AasSetup aasSetup, boolean resetImplPort) Defines the AAS setup.Methods in de.iip_ecosphere.platform.support.iip_aas with parameters of type AasPartRegistry.AasSetupModifier and TypeMethodDescriptionstatic <T extends de.iip_ecosphere.platform.support.aas.CorsEnabledRecipe>
TAasPartRegistry.applyCorsOrigin(T rcp, AasPartRegistry.AasSetup setup) static AasPartRegistry.AasSetupAasPartRegistry.AasSetup.createLocalEphemeralSetup(AasPartRegistry.AasSetup setup, boolean regPortSame) Returns a default setup with all hosts toServerAddress.LOCALHOSTand all ports to ephemeral.static voidAasPartRegistry.remoteDeploy(AasPartRegistry.AasSetup setup, List<de.iip_ecosphere.platform.support.aas.Aas> aas) Performs a remote deployment of the givenaas.static de.iip_ecosphere.platform.support.aas.AasAasPartRegistry.retrieveAas(AasPartRegistry.AasSetup setup, String identifier) Obtains an AAS instance.static de.iip_ecosphere.platform.support.aas.AasAasPartRegistry.retrieveAas(AasPartRegistry.AasSetup setup, String identifier, boolean populate) Obtains an AAS instance.voidAasBasedSetup.setAas(AasPartRegistry.AasSetup aas) Defines the AAS setup.static AasPartRegistry.AasSetupAasPartRegistry.setAasSetup(AasPartRegistry.AasSetup aasSetup) Defines the AAS setup without resetting the AAS device/component implementation port.static AasPartRegistry.AasSetupAasPartRegistry.setAasSetup(AasPartRegistry.AasSetup aasSetup, boolean resetImplPort) Defines the AAS setup.Constructors in de.iip_ecosphere.platform.support.iip_aas with parameters of type AasPartRegistry.AasSetupConstructor parameters in de.iip_ecosphere.platform.support.iip_aas with type arguments of type AasPartRegistry.AasSetupModifierConstructorDescriptionprotectedAbstractAasLifecycleDescriptor(String name, Supplier<AasPartRegistry.AasSetup> setupSupplier) Creates a descriptor instance.