Package org.jbpm.workflow.core.node
Class AsyncEventNode
java.lang.Object
org.jbpm.workflow.core.impl.NodeImpl
org.jbpm.workflow.core.impl.ExtendedNodeImpl
org.jbpm.workflow.core.node.EventNode
org.jbpm.workflow.core.node.AsyncEventNode
- All Implemented Interfaces:
Serializable,Mappable,Contextable,ContextResolver,Node,EventNodeInterface,org.kie.api.definition.process.Node,org.kie.api.definition.process.WorkflowElement,KogitoNode
- See Also:
-
Field Summary
Fields inherited from class org.jbpm.workflow.core.impl.ExtendedNodeImpl
EVENT_NODE_ENTER, EVENT_NODE_EXITFields inherited from class org.jbpm.workflow.core.impl.NodeImpl
constraintsFields inherited from interface org.jbpm.workflow.core.Node
CONNECTION_DEFAULT_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kie.api.definition.process.Nodeorg.kie.api.definition.process.WorkflowElementIdentifiergetId()getMetaData(String name) Methods inherited from class org.jbpm.workflow.core.node.EventNode
acceptsEvent, addEventFilter, getEventFilters, getInputVariableName, getScope, getType, getVariableName, removeEventFilter, setEventFilters, setInputVariableName, setScope, setVariableName, validateAddIncomingConnection, validateAddOutgoingConnectionMethods inherited from class org.jbpm.workflow.core.impl.ExtendedNodeImpl
containsActions, getActions, getActionTypes, hasActions, setActionsMethods inherited from class org.jbpm.workflow.core.impl.NodeImpl
addConstraint, addInAssociation, addIncomingConnection, addInMapping, addOutAssociation, addOutgoingConnection, addOutMapping, clearIncomingConnection, clearOutgoingConnection, getConstraint, getConstraints, getConstraints, getContext, getDefaultIncomingConnections, getDefaultOutgoingConnections, getFrom, getInAssociations, getIncomingConnections, getIncomingConnections, getInMapping, getInMappings, getIoSpecification, getMultiInstanceSpecification, getName, getNodeContainer, getOutAssociations, getOutgoingConnections, getOutgoingConnections, getOutMapping, getOutMappings, getParentContainer, getProcess, getTo, internalGetConstraint, removeIncomingConnection, removeOutgoingConnection, resolveContext, setConstraint, setContext, setId, setIoSpecification, setMetaData, setMetaData, setMultiInstanceSpecification, setName, setParentContainer, validateRemoveIncomingConnection, validateRemoveOutgoingConnectionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kie.api.definition.process.Node
getNodeTypeMethods inherited from interface org.kie.api.definition.process.WorkflowElement
getUniqueId
-
Constructor Details
-
AsyncEventNode
public AsyncEventNode(org.kie.api.definition.process.Node node)
-
-
Method Details
-
getActualNode
public org.kie.api.definition.process.Node getActualNode() -
getId
public org.kie.api.definition.process.WorkflowElementIdentifier getId() -
getMetaData
- Overrides:
getMetaDatain classNodeImpl
-
getMetaData
- Specified by:
getMetaDatain interfaceorg.kie.api.definition.process.Node- Overrides:
getMetaDatain classNodeImpl
-