- ObjectAlreadyExistsException - Exception in com.ibm.openpages.api
-
Exception thrown when trying to create an object that already exists.
- ObjectAlreadyExistsException() - Constructor for exception com.ibm.openpages.api.ObjectAlreadyExistsException
-
Constructs a new ObjectAlreadyExistsException with null
as its
detail message.
- ObjectAlreadyExistsException(String) - Constructor for exception com.ibm.openpages.api.ObjectAlreadyExistsException
-
Constructs a new ObjectAlreadyExistsException with the specified detail message.
- ObjectAlreadyExistsException(String, Throwable) - Constructor for exception com.ibm.openpages.api.ObjectAlreadyExistsException
-
Constructs a new ObjectAlreadyExistsException with the specified detail message and
cause.
- ObjectAlreadyExistsException(Throwable) - Constructor for exception com.ibm.openpages.api.ObjectAlreadyExistsException
-
Constructs a new ObjectAlreadyExistsException with the specified cause and a
detail message of (cause==null ? null : cause.toString()),
which typically contains the class and detail message of
cause.
- ObjectAlreadyExistsException(int, String) - Constructor for exception com.ibm.openpages.api.ObjectAlreadyExistsException
-
Constructs a new ObjectAlreadyExistsException with the OpenPages Error Message as its
detail message for the specified code.
- ObjectNotFoundException - Exception in com.ibm.openpages.api
-
Thrown to indicate that an object was not found.
- ObjectNotFoundException() - Constructor for exception com.ibm.openpages.api.ObjectNotFoundException
-
Constructs a new ObjectNotFoundException with null
as its
detail message.
- ObjectNotFoundException(String) - Constructor for exception com.ibm.openpages.api.ObjectNotFoundException
-
Constructs a new ObjectNotFoundException with the specified detail message.
- ObjectNotFoundException(String, Throwable) - Constructor for exception com.ibm.openpages.api.ObjectNotFoundException
-
Constructs a new ObjectNotFoundException with the specified detail message and
cause.
- ObjectNotFoundException(Throwable) - Constructor for exception com.ibm.openpages.api.ObjectNotFoundException
-
Constructs a new ObjectNotFoundException with the specified cause and a
detail message of (cause==null ? null : cause.toString()),
which typically contains the class and detail message of
cause.
- ONLY_ONE_STARTING_ACTIVITY - Static variable in exception com.ibm.openpages.api.workflow.WFException
-
- OPEN_SUB_PROCESSES - Static variable in exception com.ibm.openpages.api.workflow.WFException
-
- OpenPagesException - Exception in com.ibm.openpages.api
-
Root of all runtime exceptions that can be thrown from the OpenPages public API.
- OpenPagesException() - Constructor for exception com.ibm.openpages.api.OpenPagesException
-
Constructs a new OpenPagesException with null
as its
detail message.
- OpenPagesException(String) - Constructor for exception com.ibm.openpages.api.OpenPagesException
-
Constructs a new OpenPagesException with the specified detail message.
- OpenPagesException(String, Throwable) - Constructor for exception com.ibm.openpages.api.OpenPagesException
-
Constructs a new OpenPagesException with the specified detail message and
cause.
- OpenPagesException(Throwable) - Constructor for exception com.ibm.openpages.api.OpenPagesException
-
Constructs a new OpenPagesException with the specified cause and a
detail message of (cause==null ? null : cause.toString()),
which typically contains the class and detail message of
cause.
- OpenPagesException(ErrorCode, List<Object>) - Constructor for exception com.ibm.openpages.api.OpenPagesException
-
Constructs a new OpenPagesException with the OpenPages Error Message as its
detail message for the specified code.
- OpenPagesException(ErrorCode, List<Object>, Throwable) - Constructor for exception com.ibm.openpages.api.OpenPagesException
-
Constructs a new OpenPagesException with the OpenPages Error Message as its
detail message for the specified code and cause.
- OPERATOR_EQUAL_TO - Static variable in class com.ibm.openpages.api.resource.DeletedResourceFilter
-
Filter operator
- OPERATOR_GREATER_THAN - Static variable in class com.ibm.openpages.api.resource.DeletedResourceFilter
-
Filter operator
- OPERATOR_GREATER_THAN_OR_EQUAL - Static variable in class com.ibm.openpages.api.resource.DeletedResourceFilter
-
Filter operator
- OPERATOR_LESS_THAN - Static variable in class com.ibm.openpages.api.resource.DeletedResourceFilter
-
Filter operator
- OPERATOR_LESS_THAN_OR_EQUAL - Static variable in class com.ibm.openpages.api.resource.DeletedResourceFilter
-
Filter operator
- OPERATOR_LIKE - Static variable in class com.ibm.openpages.api.resource.DeletedResourceFilter
-
Filter operator
- OPERATOR_NOT_EQUAL_TO - Static variable in class com.ibm.openpages.api.resource.DeletedResourceFilter
-
Filter operator
- OPERATOR_NOT_LIKE - Static variable in class com.ibm.openpages.api.resource.DeletedResourceFilter
-
Filter operator
- overwriteProperties(Id, List<Id>, String) - Method in interface com.ibm.openpages.api.service.IResourceService
-
Overwrite text properties of a object with a specific value.