- ParameterValue - Class in com.ibm.openpages.api.query
-
An object that represents an input binding parameter for a parameterized SQL statement.
- ParameterValue(Boolean) - Constructor for class com.ibm.openpages.api.query.ParameterValue
-
Constructor for a Boolean
input parameter
- ParameterValue(Date) - Constructor for class com.ibm.openpages.api.query.ParameterValue
-
Constructor for a Date
input parameter
- ParameterValue(Integer) - Constructor for class com.ibm.openpages.api.query.ParameterValue
-
Constructor for an Integer
input parameter
- ParameterValue(String) - Constructor for class com.ibm.openpages.api.query.ParameterValue
-
Constructor for an String
input parameter
- ParameterValue(Double) - Constructor for class com.ibm.openpages.api.query.ParameterValue
-
Constructor for an Double
input parameter
- ParameterValue(Double, boolean) - Constructor for class com.ibm.openpages.api.query.ParameterValue
-
Constructor for an currency input parameter
- passwordCreatedOn() - Method in interface com.ibm.openpages.api.security.IUser
-
Returns the creation date for a password.
- PasswordException - Exception in com.ibm.openpages.api
-
- PasswordException() - Constructor for exception com.ibm.openpages.api.PasswordException
-
Constructs a new PasswordException with null
as its
detail message.
- PasswordException(String) - Constructor for exception com.ibm.openpages.api.PasswordException
-
Constructs a new PasswordException with the specified detail message.
- PasswordException(String, Throwable) - Constructor for exception com.ibm.openpages.api.PasswordException
-
Constructs a new PasswordException with the specified detail message and
cause.
- PasswordException(Throwable) - Constructor for exception com.ibm.openpages.api.PasswordException
-
Constructs a new PasswordException with the specified cause and a
detail message of (cause==null ? null : cause.toString()),
which typically contains the class and detail message of
cause.
- passwordExpiresInDays() - Method in interface com.ibm.openpages.api.security.IUser
-
Returns password duration in days.
- Permissions - Enum in com.ibm.openpages.api.configuration
-
- ProcessLogQueryOptions - Class in com.ibm.openpages.api.process
-
Get process log options specifying what to query and how to retrieve results.
- ProcessLogQueryOptions() - Constructor for class com.ibm.openpages.api.process.ProcessLogQueryOptions
-
- ProcessQueryOptions - Class in com.ibm.openpages.api.process
-
Get process options specifying what to query and how to retrieve results.
- ProcessQueryOptions() - Constructor for class com.ibm.openpages.api.process.ProcessQueryOptions
-
- ProcessStatus - Enum in com.ibm.openpages.api.process
-
- ProgramValidationResult - Class in com.ibm.openpages.api.questionnaire
-
An object to hold the program validation result.
- ProgramValidationResult(Id, Id, int, int, String, List<String>) - Constructor for class com.ibm.openpages.api.questionnaire.ProgramValidationResult
-
The constructor of ProgramValidationResult.
- ProgramValidationResult(Id, Id, int, int, String, List<String>, Id, boolean, int) - Constructor for class com.ibm.openpages.api.questionnaire.ProgramValidationResult
-
The constructor of ProgramValidationResult.
- propertyExists(String) - Method in interface com.ibm.openpages.api.configuration.IConfigProperties
-
Verifies if a configuration setting exists.
- put(String, Object) - Method in class com.ibm.openpages.api.Context
-
Associates the specified value with the specified key in this context.