Uses of Interface
io.resys.hdes.client.api.programs.ServiceProgram
Packages that use ServiceProgram
Package
Description
-
Uses of ServiceProgram in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api that return ServiceProgram -
Uses of ServiceProgram in io.resys.hdes.client.api.programs
Classes in io.resys.hdes.client.api.programs that implement ServiceProgramMethods in io.resys.hdes.client.api.programs that return ServiceProgramMethods in io.resys.hdes.client.api.programs that return types with arguments of type ServiceProgramModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap<String,ProgramEnvir.ProgramWrapper<AstService, ServiceProgram>> ImmutableProgramEnvir.getServicesByName()ProgramEnvir.getServicesByName()Methods in io.resys.hdes.client.api.programs with parameters of type ServiceProgramModifier and TypeMethodDescriptionstatic ImmutableServiceProgramImmutableServiceProgram.copyOf(ServiceProgram instance) Creates an immutable copy of aServiceProgramvalue.ImmutableServiceProgram.Builder.from(ServiceProgram instance) Fill a builder with attribute values from the providedServicePrograminstance.Method parameters in io.resys.hdes.client.api.programs with type arguments of type ServiceProgramModifier and TypeMethodDescriptionImmutableProgramEnvir.Builder.putAllServicesByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstService, ServiceProgram>> entries) Put all mappings from the specified map as entries toservicesByNamemap.ImmutableProgramEnvir.Builder.putServicesByName(String key, ProgramEnvir.ProgramWrapper<AstService, ServiceProgram> value) Put one entry to theservicesByNamemap.ImmutableProgramEnvir.Builder.putServicesByName(Map.Entry<String, ? extends ProgramEnvir.ProgramWrapper<AstService, ServiceProgram>> entry) Put one entry to theservicesByNamemap.ImmutableProgramEnvir.Builder.servicesByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstService, ServiceProgram>> entries) Sets or replaces all mappings from the specified map as entries for theservicesByNamemap.final ImmutableProgramEnvirImmutableProgramEnvir.withServicesByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstService, ServiceProgram>> entries) Copy the current immutable object by replacing theservicesByNamemap with the specified map. -
Uses of ServiceProgram in io.resys.hdes.client.spi
Methods in io.resys.hdes.client.spi that return ServiceProgram -
Uses of ServiceProgram in io.resys.hdes.client.spi.groovy
Methods in io.resys.hdes.client.spi.groovy that return ServiceProgramMethods in io.resys.hdes.client.spi.groovy with parameters of type ServiceProgramModifier and TypeMethodDescriptionstatic ServiceProgram.ServiceResultServiceProgramExecutor.run(ServiceProgram program, Program.ProgramContext context)