org.jbpm.userprofile
Class UserProfile
java.lang.Object
org.jbpm.userprofile.UserProfile
- Direct Known Subclasses:
- DroolsTaskUserProfile
public class UserProfile
- extends Object
UserProfile is a base class to represent user profile related information. As the user profile information various
from application to application, the only common information we have in this base class is user id.
Then it is up to the sub class to provide application specific information, see DroolsTaskUserProfile.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserProfile
public UserProfile()
getID
public String getID()
setID
public void setID(String id)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.