com.ibm.portal.resolver.operations
Interface Constants


public interface Constants

Operation URI-specific constants.

Since:
8.0

Field Summary
static java.lang.String KEY_ERROR_URI
          Optional request parameter which allows for specifying a URI to a resolution service that decides how to handle errors.
static java.lang.String KEY_REDIRECT_URL
          Optional request parameter which allows for specifying a redirect URL.
static java.lang.String OPERATION_URI_SCHEME
          Scheme of operation URIs
static java.lang.String RESOURCE_URI
          Operation argument which carries the resource URI
 

Field Detail

OPERATION_URI_SCHEME

static final java.lang.String OPERATION_URI_SCHEME
Scheme of operation URIs

See Also:
Constant Field Values

RESOURCE_URI

static final java.lang.String RESOURCE_URI
Operation argument which carries the resource URI

See Also:
Constant Field Values

KEY_REDIRECT_URL

static final java.lang.String KEY_REDIRECT_URL
Optional request parameter which allows for specifying a redirect URL. The redirect is sent after executing the operation.

See Also:
Constant Field Values

KEY_ERROR_URI

static final java.lang.String KEY_ERROR_URI
Optional request parameter which allows for specifying a URI to a resolution service that decides how to handle errors.

See Also:
Constant Field Values