- 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
-
- PROCESS_CLOSED - Static variable in exception com.ibm.openpages.api.workflow.WFException
-
- PROCESS_DEFINITION_ALREADY_EXISTS - Static variable in exception com.ibm.openpages.api.workflow.WFException
-
- PROCESS_DEFINITION_CONCURRENT_MODIFICATION - Static variable in exception com.ibm.openpages.api.workflow.WFException
-
- PROCESS_DEFINITION_DOESNT_EXIST - Static variable in exception com.ibm.openpages.api.workflow.WFException
-
- PROCESS_EXECUTING - Static variable in exception com.ibm.openpages.api.workflow.WFException
-
- 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
-
- processTransition(Id, String) - Method in interface com.ibm.openpages.api.service.IWorkflowService
-
Processes the transition for the given process id.
- 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.
- PROP_FIELDS - Static variable in class com.ibm.openpages.api.workflow.actions.AbstractCustomAction
-
- PROPERTY_REQUIRED - Static variable in class com.ibm.openpages.api.trigger.oob.lifecycle.DefaultLifecycleEventHandler
-
- propertyExists(String) - Method in interface com.ibm.openpages.api.configuration.IConfigProperties
-
Verifies if a configuration setting exists.
- publishProcessDefinition(Id) - Method in interface com.ibm.openpages.api.service.IWorkflowService
-
Publish the draft content of the process definition, so it can be started
on a resource during the resource creation or the user's submission.
- publishRespView(Id) - Method in interface com.ibm.openpages.api.service.IConfigurationService
-
publishes the draft state of the view
- purgeResource(Id) - Method in interface com.ibm.openpages.api.service.IResourceService
-
Fully removes all references to the object from the system, including past versions, audit trail, OpenPages storage
and records from reporting periods.
- put(String, Object) - Method in class com.ibm.openpages.api.Context
-
Associates the specified value with the specified key in this context.