org.jbpm.workflow.core.node
Class EndNode
java.lang.Object
org.jbpm.workflow.core.impl.NodeImpl
org.jbpm.workflow.core.impl.ExtendedNodeImpl
org.jbpm.workflow.core.node.EndNode
- All Implemented Interfaces:
- Serializable, Node, Contextable, ContextResolver
public class EndNode
- extends ExtendedNodeImpl
Default implementation of an end node.
- See Also:
- Serialized Form
Methods inherited from class org.jbpm.workflow.core.impl.NodeImpl |
addConstraint, addIncomingConnection, addOutgoingConnection, getConstraint, getConstraints, getContext, getDefaultIncomingConnections, getDefaultOutgoingConnections, getFrom, getId, getIncomingConnections, getIncomingConnections, getMetaData, getMetaData, getName, getNodeContainer, getOutgoingConnections, getOutgoingConnections, getTo, getUniqueId, internalGetConstraint, removeIncomingConnection, removeOutgoingConnection, resolveContext, setConstraint, setContext, setId, setMetaData, setMetaData, setName, setNodeContainer, validateRemoveIncomingConnection |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTAINER_SCOPE
public static final int CONTAINER_SCOPE
- See Also:
- Constant Field Values
PROCESS_SCOPE
public static final int PROCESS_SCOPE
- See Also:
- Constant Field Values
EndNode
public EndNode()
isTerminate
public boolean isTerminate()
setTerminate
public void setTerminate(boolean terminate)
getActionTypes
public String[] getActionTypes()
- Overrides:
getActionTypes
in class ExtendedNodeImpl
validateAddIncomingConnection
public void validateAddIncomingConnection(String type,
Connection connection)
- Overrides:
validateAddIncomingConnection
in class NodeImpl
validateAddOutgoingConnection
public void validateAddOutgoingConnection(String type,
Connection connection)
- Overrides:
validateAddOutgoingConnection
in class NodeImpl
validateRemoveOutgoingConnection
public void validateRemoveOutgoingConnection(String type,
Connection connection)
- Overrides:
validateRemoveOutgoingConnection
in class NodeImpl
setScope
public void setScope(int scope)
getScope
public int getScope()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.