Uses of Class
com.uc4.api.objects.PromptSetDefinition
Packages that use PromptSetDefinition
-
Uses of PromptSetDefinition in com.uc4.api.objects
Methods in com.uc4.api.objects that return types with arguments of type PromptSetDefinitionModifier and TypeMethodDescriptionObjectValues.activePromptSetIterator()Returns an iterator overPromptSetDefinition, Iterates over only non deleted entries.ObjectValues.promptSetIterator()Returns an iterator overPromptSetDefinition.TaskValues.promptSetIterator()Returns an iterator overPromptSetDefinition.Methods in com.uc4.api.objects with parameters of type PromptSetDefinitionModifier and TypeMethodDescriptionvoidObjectValues.addPromptSet(PromptSetDefinition def) Adds a new PromptSet to this object.Method parameters in com.uc4.api.objects with type arguments of type PromptSetDefinitionModifier and TypeMethodDescriptionvoidObjectValues.rearrange(List<PromptSetDefinition> orderedPromptSets) This method can be used to rearrange the prompt sets.Constructors in com.uc4.api.objects with parameters of type PromptSetDefinitionModifierConstructorDescriptionPromptSetDefinition(PromptSetDefinition promptSetDefinition) This constructor is required for creating a copy of the PromptSetDefinition. -
Uses of PromptSetDefinition in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return PromptSetDefinitionModifier and TypeMethodDescriptionAddPromptSet.getPromptSet()Returns the Prompt Set definition.TaskPromptSetContent.getPromptSetDef()Returns the definition of the PromptSet.Constructors in com.uc4.communication.requests with parameters of type PromptSetDefinitionModifierConstructorDescriptionTaskPromptSetContent(PromptSetDefinition promptSetDef) Deprecated.Use TaskPromptSetContent(PromptSetDefinition promptSetDef, UC4Object obj) insteadTaskPromptSetContent(PromptSetDefinition promptSetDef, ITaskItem task) Creates a request to get the content of a PromptSet of a JOBP task.TaskPromptSetContent(PromptSetDefinition promptSetDef, UC4Object obj) Creates a request to get the content of a PromptSet of an object.TaskPromptSetContent(PromptSetDefinition promptSetDef, JobPlanMonitor.Task task) Creates a request to get the content of a PromptSet of a JOBP task that was executed.TaskPromptSetContent(PromptSetDefinition promptSetDef, String idnr) Creates a request to get the content of a PromptSet of an object.TaskPromptSetContent(TaskPromptSetContent original, PromptSetDefinition def) Clone the given original TaskPromptSetContent for the given task, and using the given PromptSetDefinition