id


Standard Syntax:
     <%@ taglib prefix="id" uri="http://jbpm.org/jbpm4jsf/identity" %>

XML Syntax:
     <anyxmlelement xmlns:id="http://jbpm.org/jbpm4jsf/identity" />

JSF Tag Library for jBPM applications.

Tag Library Information
Display NameNone
Version1.2
Short Nameid
URIhttp://jbpm.org/jbpm4jsf/identity
 

Tag Summary
addMembershipAdd a group membership to a user.
createGroupCreate a new group and save it in the database.
createUserCreate a new user and save it in the database.
deleteGroupDelete a group from the database.
deleteMembershipDelete a membership from the database.
deleteUserDelete a user from the database.
listGroupsRead the list of groups from the database.
listUsersRead the list of users from the database.
loadGroupRead a group from the database.
loadGroupByNameRead a group from the database by name.
loadUserRead a user from the database.
 


Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.