org.jbpm.workflow.core.node
Class HumanTaskNode

java.lang.Object
  extended by org.jbpm.workflow.core.impl.NodeImpl
      extended by org.jbpm.workflow.core.impl.ExtendedNodeImpl
          extended by org.jbpm.workflow.core.node.StateBasedNode
              extended by org.jbpm.workflow.core.node.WorkItemNode
                  extended by org.jbpm.workflow.core.node.HumanTaskNode
All Implemented Interfaces:
Serializable, Node, Mappable, Contextable, ContextContainer, ContextResolver

public class HumanTaskNode
extends WorkItemNode

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.workflow.core.impl.ExtendedNodeImpl
EVENT_NODE_ENTER, EVENT_NODE_EXIT
 
Fields inherited from class org.jbpm.workflow.core.impl.NodeImpl
EMPTY_NODE_ARRAY
 
Fields inherited from interface org.jbpm.workflow.core.Node
CONNECTION_DEFAULT_TYPE
 
Constructor Summary
HumanTaskNode()
           
 
Method Summary
 String getSwimlane()
           
 void setSwimlane(String swimlane)
           
 
Methods inherited from class org.jbpm.workflow.core.node.WorkItemNode
addContext, addInAssociation, addInMapping, addOutAssociation, addOutMapping, getContext, getContexts, getDefaultContext, getInAssociations, getInMapping, getInMappings, getOutAssociations, getOutMapping, getOutMappings, getWork, isWaitForCompletion, setDefaultContext, setInMappings, setOutMappings, setWaitForCompletion, setWork, validateAddIncomingConnection, validateAddOutgoingConnection
 
Methods inherited from class org.jbpm.workflow.core.node.StateBasedNode
addTimer, getTimers, removeAllTimers
 
Methods inherited from class org.jbpm.workflow.core.impl.ExtendedNodeImpl
containsActions, getActions, getActionTypes, setActions
 
Methods inherited from class org.jbpm.workflow.core.impl.NodeImpl
addIncomingConnection, addOutgoingConnection, getContext, getDefaultIncomingConnections, getDefaultOutgoingConnections, getFrom, getId, getIncomingConnections, getIncomingConnections, getMetaData, getMetaData, getName, getNodeContainer, getOutgoingConnections, getOutgoingConnections, getTo, getUniqueId, removeIncomingConnection, removeOutgoingConnection, resolveContext, setContext, setId, setMetaData, setMetaData, setName, setNodeContainer, validateRemoveIncomingConnection, validateRemoveOutgoingConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HumanTaskNode

public HumanTaskNode()
Method Detail

getSwimlane

public String getSwimlane()

setSwimlane

public void setSwimlane(String swimlane)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.