Package org.jbpm.workflow.core.impl
Class IOSpecification
java.lang.Object
org.jbpm.workflow.core.impl.IOSpecification
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInputMapping(String source, String target) voidaddOutputMapping(String source, String target) booleancontainsInputLabel(String label) booleancontainsOutputLabel(String label) toString()
-
Constructor Details
-
IOSpecification
public IOSpecification()
-
-
Method Details
-
getDataInputs
-
getInputTypes
-
getOutputTypes
-
getDataOutputs
-
getDataInput
-
getDataOutput
-
getDataInputAssociation
-
getDataOutputAssociation
-
toString
-
getInputMapping
-
getOutputMapping
-
getOutputMappingBySources
-
addInputMapping
-
addOutputMapping
-
containsInputLabel
-
containsOutputLabel
-