Package uk.num.numlib.api
Interface NumAPIContext
-
- All Known Implementing Classes:
NumAPIContextBase
public interface NumAPIContextThe context state for a given module and domain name combination
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequiredUserVariable[]getRequiredUserVariables()Modules can have required user variables that must be supplied before the NUM record csn be retrieved.voidsetRequiredUserVariables(RequiredUserVariable[] requiredUserVariables)Update the required user variables with values obtained from the client.
-
-
-
Method Detail
-
getRequiredUserVariables
RequiredUserVariable[] getRequiredUserVariables()
Modules can have required user variables that must be supplied before the NUM record csn be retrieved.- Returns:
- An array of objects.
-
setRequiredUserVariables
void setRequiredUserVariables(RequiredUserVariable[] requiredUserVariables) throws NumUserVariablesException
Update the required user variables with values obtained from the client.- Parameters:
requiredUserVariables- The RequiredUserVariable array with the value fields populated.- Throws:
NumUserVariablesException- on error
-
-