|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.beans.PropertyEditorSupport org.openmrs.propertyeditor.WorkflowCollectionEditor
public class WorkflowCollectionEditor
Class to convert the "programid: workflowoneid workflow2id" strings to actual workflows on a program
Constructor Summary | |
---|---|
WorkflowCollectionEditor()
|
|
WorkflowCollectionEditor(Program program)
|
Method Summary | |
---|---|
java.lang.String |
getAsText()
Convert this program's workflows into "id: wkflowid wkflowid wkflowid" |
void |
setAsText(java.lang.String text)
Takes a "program_id:list" where program_id is the id of the program that this collection is for (or not present, if it's a new program) and list is a space-separated list of concept ids. |
Methods inherited from class java.beans.PropertyEditorSupport |
---|
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkflowCollectionEditor()
public WorkflowCollectionEditor(Program program)
program
- Method Detail |
---|
public void setAsText(java.lang.String text) throws java.lang.IllegalArgumentException
setAsText
in interface java.beans.PropertyEditor
setAsText
in class java.beans.PropertyEditorSupport
java.lang.IllegalArgumentException
public java.lang.String getAsText()
getAsText
in interface java.beans.PropertyEditor
getAsText
in class java.beans.PropertyEditorSupport
PropertyEditorSupport.getAsText()
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |