A C D E G H I P R S T U

A

AdminSessionBean - class hero.session.AdminSessionBean.
The Admin Session Bean, is an stateful session bean that provides the admin API to get information about projects and activities in which the user is admin.
AdminSessionBean() - Constructor for class hero.session.AdminSessionBean
 
activeProcess() - Method in class hero.session.ProjectSessionBean
Active a workflow process (model/cooperative)
addAgent(String) - Method in class hero.session.ProjectSessionBean
Add an Agent to the Project
addAgentEdge(String, String) - Method in class hero.session.ProjectSessionBean
Add an AgentEdge to the Project [in] ---- [out]
addEdge(String, String, String) - Method in class hero.session.ProjectSessionBean
Add an edge to the project.
addEdge(String, String) - Method in class hero.session.ProjectSessionBean
Add an edge between two nodes of the project [in] ---- [out].
addHook(String, String, int) - Method in class hero.session.ProjectSessionBean
Add hook to project.
addInitiatorMapper(String, int) - Method in class hero.session.ProjectSessionBean
Add/Update a mapper for the INITIATOR role.
addInterHook(String, String, int, String) - Method in class hero.session.ProjectSessionBean
Add interhook to the project.
addIteration(String, String, String) - Method in class hero.session.ProjectSessionBean
Add a new iteration between two nodes.
addNode(String, int) - Method in class hero.session.ProjectSessionBean
Add a node to the project.
addNodeHook(String, String, String, int) - Method in class hero.session.ProjectSessionBean
Add hook to a node.
addNodeInterHook(String, String, String, int, String) - Method in class hero.session.ProjectSessionBean
Add interhook to a node.
addNodePerformerAssign(String, String, int, String) - Method in class hero.session.ProjectSessionBean
Add/Update an existing performerAssign to the node.
addNodeSubProcess(String, String) - Method in class hero.session.ProjectSessionBean
Add a subProcess node to the project.
addRole(String, String) - Method in class hero.session.ProjectSessionBean
Add a role to the project.
addRoleMapper(String, String, int) - Method in class hero.session.ProjectSessionBean
Add/Update an existing mapper to the role.
addUser(String) - Method in class hero.session.ProjectSessionBean
Add a user to this project (This user must exist at bonita database)
assertUserSecurityRoleExists() - Method in class hero.session.UserRegistrationBean
Create the role BONITAUSER if it doesn't exist

A C D E G H I P R S T U