jbpm


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

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

JSF Tag Library for jBPM applications.

Tag Library Information
Display NameNone
Version1.2
Short Namejbpm
URIhttp://jbpm.org/jbpm4jsf/core
 

Tag Summary
addCommentAdd a comment to a task or token.
applyVariableMapApply a variable map to a token, task, or process instance
assignTaskAssign a task to an actor.
cancelCancel a running task instance, token, or process instance.
completeTaskComplete a task.
deleteDelete a process, process instance, or job.
deployProcessDeploy a new process archive.
getDiagramInfoRead process definition diagram information from the database.
getProcessLogsGet the process logs from a process instance.
getTaskFormInfoRead process definition task form information from the database.
getVariableGet the value of a process variable.
getVariableMapGet the variable map from a token, process instance, or task.
includeProcessFileInclude a process file.
jbpmActionListenerCall a user-defined action, providing the action with a JbpmJsfContext.
listJobsList all jobs in the database.
listProcessesRead a list of process definitions from the database.
listProcessInstancesRead a list of process instances from a process definition.
listTasksRead a list of task instances from the database.
listTasksForActorRead a list of task instances assigned to an actor ID.
listTasksForProcessRead a list of task instances from a process definition.
listTasksForProcessInstanceRead a list of task instances from a process instance.
listTokensRead a token list from a process instance.
loadJobRead a job instance from the database.
loadProcessRead a process definition from the database.
loadProcessInstanceRead a process instance from the database.
loadTaskRead a task instance from the database.
loadTokenRead a token from the database.
moveTokenMove a token to a new node. Note that this does not affect any tasks that may be active and associated with this token.
removeVariableRemove a process variable. Optionally store the old value into an EL expression.
resumeResume a running task, token, or process instance.
signalSignal a token or process instance. Optionally specify the transition.
startProcessStart a process.
startTaskMark a task as started.
suspendSuspend a running task, token, or process instance.
taskFormRepresents the task form action source.
updateTaskStartUpdate the start date of a started task.
updateVariableUpdate a process variable. Optionally store the old value into an EL expression.
 


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.