Uses of Interface
io.dialob.client.api.DialobClient.ProgramWrapper
-
Packages that use DialobClient.ProgramWrapper Package Description io.dialob.client.api io.dialob.client.spi.executor io.dialob.client.spi.program -
-
Uses of DialobClient.ProgramWrapper in io.dialob.client.api
Classes in io.dialob.client.api that implement DialobClient.ProgramWrapper Modifier and Type Class Description classImmutableProgramWrapperImmutable implementation ofDialobClient.ProgramWrapper.Methods in io.dialob.client.api that return DialobClient.ProgramWrapper Modifier and Type Method Description DialobClient.ProgramWrapperDialobClient.ProgramEnvir. findByFormId(String formId)DialobClient.ProgramWrapperDialobClient.ProgramEnvir. findByFormIdAndRev(String formId, String formRev)Methods in io.dialob.client.api that return types with arguments of type DialobClient.ProgramWrapper Modifier and Type Method Description List<DialobClient.ProgramWrapper>DialobClient.ProgramEnvir. findAll()Methods in io.dialob.client.api with parameters of type DialobClient.ProgramWrapper Modifier and Type Method Description static ImmutableProgramWrapperImmutableProgramWrapper. copyOf(DialobClient.ProgramWrapper instance)Creates an immutable copy of aDialobClient.ProgramWrappervalue.ImmutableProgramWrapper.BuilderImmutableProgramWrapper.Builder. from(DialobClient.ProgramWrapper instance)Fill a builder with attribute values from the providedProgramWrapperinstance. -
Uses of DialobClient.ProgramWrapper in io.dialob.client.spi.executor
Methods in io.dialob.client.spi.executor with parameters of type DialobClient.ProgramWrapper Modifier and Type Method Description protected DialobSessionQuestionnaireExecutorBuilderImpl. createSession(io.dialob.api.questionnaire.Questionnaire questionnaire, DialobClient.ProgramWrapper formAndProgram) -
Uses of DialobClient.ProgramWrapper in io.dialob.client.spi.program
Methods in io.dialob.client.spi.program that return DialobClient.ProgramWrapper Modifier and Type Method Description DialobClient.ProgramWrapperImmutableProgramEnvir. findByFormId(String formId)DialobClient.ProgramWrapperImmutableProgramEnvir. findByFormIdAndRev(String formId, String formRev)Methods in io.dialob.client.spi.program that return types with arguments of type DialobClient.ProgramWrapper Modifier and Type Method Description List<DialobClient.ProgramWrapper>ImmutableProgramEnvir. findAll()
-