| java.lang.Object hero.session.UserSoapXMLBean
UserSoapXMLBean | public class UserSoapXMLBean implements SessionBean,EventConstants(Code) | | UserSessionXML API based on UserSession API but oriented to web services
calls from a non-Java language. Get methods of this API returns
XML.
author: Miguel Valdes |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public void ejbCreate() throws CreateException(Code) | | Create the BnUser Session Bean
throws: CreateException - |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
getActivityList | public String getActivityList(String projectName) throws HeroException(Code) | | Obtain all user activities from specific project (executing and anticipating state)
Parameters: projectName - the name of the project a String Collectio - the list of active activities ot the user for a project throws: HeroException - |
getActivityList | public String getActivityList(String projectName, int offset, int numrows) throws HeroException(Code) | | Obtain all user activities from specific project (executing and anticipating state)
Parameters: projectName - the name of the project a String Collectio - the list of active activities ot the user for a project throws: HeroException - |
getProjectList | public String getProjectList() throws HeroException(Code) | | Get user project list. Workflow processes associated to this user
a Collection of BnProjectLightValue objects - the projects list of the user throws: HeroException - |
getToDoList | public String getToDoList(String projectName) throws HeroException(Code) | | Obtain all user activities from specific project (ready and anticipable state)
Parameters: projectName - the name of the project a String Collection - the list of todo activities ot the user for a project throws: HeroException - |
getToDoList | public String getToDoList(String projectName, int offset, int numrows) throws HeroException(Code) | | Obtain all user activities from specific project (ready and anticipable state)
Parameters: projectName - the name of the project a String Collection - the list of todo activities ot the user for a project throws: HeroException - |
getUser | public String getUser()(Code) | | Get the user name
a String - get user name |
getUserJabber | public String getUserJabber() throws HeroException(Code) | | Get the user jabber address
a String - get user jabber address |
getUserLightValue | public BnUserLightValue getUserLightValue() throws HeroException(Code) | | Get the user light value
a BnUserLightValue object - get user information |
getUserProperties | public String getUserProperties() throws HeroException(Code) | | Get User properties
a BnUserPropertyValue Collection - list of user properties |
setSessionContext | public void setSessionContext(javax.ejb.SessionContext context)(Code) | | |
|
|