org.opencrx.kernel.backend
Class Notifications

java.lang.Object
  extended by org.opencrx.kernel.backend.Notifications

public class Notifications
extends Object


Field Summary
protected  Backend backend
           
static short CAN_NOT_CHANGE_PASSWORD
           
static short CAN_NOT_RETRIEVE_REQUESTED_PRINCIPAL
           
static short CHANGE_PASSWORD_OK
           
static short MISSING_NEW_PASSWORD
           
static short MISSING_NEW_PASSWORD_VERIFICATION
           
static short MISSING_OLD_PASSWORD
           
static short PASSWORD_VERIFICATION_MISMATCH
           
 
Constructor Summary
Notifications(Backend backend)
           
 
Method Summary
static String getNotificationSubject(javax.jdo.PersistenceManager pm, ContextCapable target, UserHome userHome, Map params)
           
static String getNotificationText(javax.jdo.PersistenceManager pm, ContextCapable target, org.openmdx.base.naming.Path wfProcessInstanceIdentity, UserHome userHome, Map params)
           
static String getUidAsString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHANGE_PASSWORD_OK

public static final short CHANGE_PASSWORD_OK
See Also:
Constant Field Values

MISSING_NEW_PASSWORD

public static final short MISSING_NEW_PASSWORD
See Also:
Constant Field Values

MISSING_NEW_PASSWORD_VERIFICATION

public static final short MISSING_NEW_PASSWORD_VERIFICATION
See Also:
Constant Field Values

PASSWORD_VERIFICATION_MISMATCH

public static final short PASSWORD_VERIFICATION_MISMATCH
See Also:
Constant Field Values

CAN_NOT_RETRIEVE_REQUESTED_PRINCIPAL

public static final short CAN_NOT_RETRIEVE_REQUESTED_PRINCIPAL
See Also:
Constant Field Values

CAN_NOT_CHANGE_PASSWORD

public static final short CAN_NOT_CHANGE_PASSWORD
See Also:
Constant Field Values

MISSING_OLD_PASSWORD

public static final short MISSING_OLD_PASSWORD
See Also:
Constant Field Values

backend

protected final Backend backend
Constructor Detail

Notifications

public Notifications(Backend backend)
Method Detail

getUidAsString

public static String getUidAsString()

getNotificationText

public static String getNotificationText(javax.jdo.PersistenceManager pm,
                                         ContextCapable target,
                                         org.openmdx.base.naming.Path wfProcessInstanceIdentity,
                                         UserHome userHome,
                                         Map params)
                                  throws ServiceException
Throws:
ServiceException

getNotificationSubject

public static String getNotificationSubject(javax.jdo.PersistenceManager pm,
                                            ContextCapable target,
                                            UserHome userHome,
                                            Map params)
                                     throws ServiceException
Throws:
ServiceException


This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.