Class ComponentDeclaration
java.lang.Object
com.suncode.pwfl.workflow.component.declaration.ComponentDeclaration
- Direct Known Subclasses:
DataChooserDeclaration
,DataSourceDeclaration
Component declaration - raw data from XPDL.
- Author:
- RafaĆ Nowacki 19 kwi 2016
-
Constructor Summary
ConstructorsConstructorDescriptionComponentDeclaration
(String id, boolean inactive) ComponentDeclaration
(String id, ConditionDeclaration condition, boolean inactive) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addParameter
(String name, ParameterDeclaration parameter) void
changeParameter
(String name, ParameterDeclaration parameter) getParameter
(String name)
-
Constructor Details
-
ComponentDeclaration
-
ComponentDeclaration
-
ComponentDeclaration
-
-
Method Details
-
getParameter
-
addParameter
-
changeParameter
-
collectVariablesUsedInParameters
-