Class DataChooser
java.lang.Object
com.suncode.pwfl.workflow.form.AbstractFormField
com.suncode.pwfl.workflow.form.field.DataChooser
- All Implemented Interfaces:
FormField
- Direct Known Subclasses:
UserList
-
Field Summary
Fields inherited from class com.suncode.pwfl.workflow.form.AbstractFormField
type
-
Constructor Summary
ConstructorsConstructorDescriptionDataChooser
(DataChooserDeclaration declaration, String variableId, String processId, String activityId, ProcessDefinition pd, I18Nxpdl xpdl) DataChooser
(String definition, String variableId, ProcessDefinition pd, I18Nxpdl xpdl) -
Method Summary
Modifier and TypeMethodDescriptionvoid
readSpecificAttributes
(org.enhydra.shark.xpdl.elements.ExtendedAttributes eas) Wczytuje specyficzne atrybuty dla polavoid
setClassName
(String className) void
setCriteria
(String criteria) void
setCriteria
(List<String> criteria) void
setCustomKeys
(Map<String, String> customKeys) void
setMappings
(List<DCMapping> mappings) toString()
Methods inherited from class com.suncode.pwfl.workflow.form.AbstractFormField
getType, getVariableDescription, getVariableId, getVariableName, isHidden, isReadOnly, isRequired, readSpecificAttribute, setHidden, setReadOnly, setRequired, setType, setVariableDescription, setVariableId, setVariableName
-
Constructor Details
-
DataChooser
public DataChooser() -
DataChooser
-
DataChooser
public DataChooser(DataChooserDeclaration declaration, String variableId, String processId, String activityId, ProcessDefinition pd, I18Nxpdl xpdl)
-
-
Method Details
-
toString
-
getClassName
-
setClassName
-
getCriteria
-
setCriteria
-
setCriteria
-
getMappings
-
setMappings
-
getCustomKeys
-
setCustomKeys
-
readSpecificAttributes
public void readSpecificAttributes(org.enhydra.shark.xpdl.elements.ExtendedAttributes eas) Description copied from interface:FormField
Wczytuje specyficzne atrybuty dla pola- Specified by:
readSpecificAttributes
in interfaceFormField
- Overrides:
readSpecificAttributes
in classAbstractFormField
- Parameters:
eas
- Definicja atrybutów
-