Package org.jbpm.workflow.core.node
Class Trigger
java.lang.Object
org.jbpm.workflow.core.node.Trigger
- All Implemented Interfaces:
Serializable,Mappable
- Direct Known Subclasses:
ConstraintTrigger,EventTrigger
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInAssociation(DataAssociation dataAssociation) voidaddInMapping(String mapping) voidaddInMapping(String source, String target) voidaddOutAssociation(DataAssociation dataAssociation) voidaddOutMapping(String subVariableName, String variableName) getInMapping(String parameterName) getOutMapping(String parameterName) voidsetInMappings(Map<String, String> inMapping) voidsetOutMappings(Map<String, String> outMapping)
-
Constructor Details
-
Trigger
public Trigger()
-
-
Method Details
-
addInMapping
-
addInMapping
- Specified by:
addInMappingin interfaceMappable
-
setInMappings
-
getInMapping
- Specified by:
getInMappingin interfaceMappable
-
getInMappings
- Specified by:
getInMappingsin interfaceMappable
-
addInAssociation
- Specified by:
addInAssociationin interfaceMappable
-
getInAssociations
- Specified by:
getInAssociationsin interfaceMappable
-
addOutMapping
- Specified by:
addOutMappingin interfaceMappable
-
setOutMappings
-
getOutMapping
- Specified by:
getOutMappingin interfaceMappable
-
getOutMappings
- Specified by:
getOutMappingsin interfaceMappable
-
addOutAssociation
- Specified by:
addOutAssociationin interfaceMappable
-
getOutAssociations
- Specified by:
getOutAssociationsin interfaceMappable
-