com.sap.portal.wpc.api.constants

Class NotificationConstants.PropertyValues.ApprovalMessageTypes

java.lang.Object
  extended by com.sap.portal.wpc.api.constants.NotificationConstants.PropertyValues.ApprovalMessageTypes
Enclosing class:
NotificationConstants.PropertyValues

public static class NotificationConstants.PropertyValues.ApprovalMessageTypes
extends Object

Specifies the possible message types for use in approval-related notifications. Corresponds to the property 'MESSAGE_TYPE' defined in the 'PropertyKeys' inner class.


Field Summary
static String APPROVE_REQUEST
          From approver to author.
static String CANCEL_REQUEST
          From author to approver(s).
static String REJECT_REQUEST
          From approver to author.
static String REQUEST_APPROVAL
          From author to approver(s).
 
Constructor Summary
NotificationConstants.PropertyValues.ApprovalMessageTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_APPROVAL

public static final String REQUEST_APPROVAL
From author to approver(s). Use this value to request approval to publish a page.

See Also:
Constant Field Values

CANCEL_REQUEST

public static final String CANCEL_REQUEST
From author to approver(s). Use this value to cancel an approval request.

See Also:
Constant Field Values

APPROVE_REQUEST

public static final String APPROVE_REQUEST
From approver to author. Use this value to approve an approval request.

See Also:
Constant Field Values

REJECT_REQUEST

public static final String REJECT_REQUEST
From approver to author. Use this value to reject an approval request.

See Also:
Constant Field Values
Constructor Detail

NotificationConstants.PropertyValues.ApprovalMessageTypes

public NotificationConstants.PropertyValues.ApprovalMessageTypes()


Copyright 2011 SAP AG Complete Copyright Notice