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 TypeMethodDescriptionvoidreadSpecificAttributes(org.enhydra.shark.xpdl.elements.ExtendedAttributes eas) Wczytuje specyficzne atrybuty dla polavoidsetClassName(String className) voidsetCriteria(String criteria) voidsetCriteria(List<String> criteria) voidsetCustomKeys(Map<String, String> customKeys) voidsetMappings(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:FormFieldWczytuje specyficzne atrybuty dla pola- Specified by:
readSpecificAttributesin interfaceFormField- Overrides:
readSpecificAttributesin classAbstractFormField- Parameters:
eas- Definicja atrybutów
-