public class WorkflowCollectionEditor
extends java.beans.PropertyEditorSupport
Constructor and Description |
---|
WorkflowCollectionEditor() |
WorkflowCollectionEditor(Program program) |
Modifier and Type | Method and Description |
---|---|
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.
|
public WorkflowCollectionEditor()
public WorkflowCollectionEditor(Program program)
program
- 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()
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.