|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpojos.DataObject
pojos.WorkflowData
public class WorkflowData
Field Summary | |
---|---|
static String |
DEFAULTWORKFLOW
The default workflow, i.e. nothing . |
Constructor Summary | |
---|---|
WorkflowData()
Instantiate the class. |
|
WorkflowData(omero.model.NamespaceI workflow)
Instantiate the class. |
|
WorkflowData(String nameSpace,
List<String> keywords)
Instantiate the class. |
|
WorkflowData(String nameSpace,
String keywords)
Instantiate the class. |
Method Summary | |
---|---|
void |
addKeyword(String keyword)
Adds a new keyword to the workflow. |
boolean |
contains(String value)
Does the keyword exist in the workflow. |
String |
getKeywords()
Returns the keywords of this workflow. |
List<String> |
getKeywordsAsList()
Returns the keywords of this workflow as a list. |
String |
getNameSpace()
Returns the namespace of this workflow. |
void |
setKeywords(List<String> keywords)
Set the keywords of the workflow. |
void |
setKeywords(String keywords)
Set the keywords of the workflow. |
void |
setNamespace(String namespace)
Set the namespace of the workflow. |
Methods inherited from class pojos.DataObject |
---|
asAnnotation, asChannel, asDataset, asExperimenter, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, getCreated, getDetails, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setDirty, setId, setValue, setVersion, timeOfEvent, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static String DEFAULTWORKFLOW
Constructor Detail |
---|
public WorkflowData(omero.model.NamespaceI workflow)
workflow
- The workflow object.public WorkflowData(String nameSpace, List<String> keywords)
nameSpace
- The namespace of the workflow.keywords
- The keywords of the workflow.public WorkflowData(String nameSpace, String keywords)
nameSpace
- The namespace of the workflow.keywords
- The keywords of the workflow.public WorkflowData()
Method Detail |
---|
public String getNameSpace()
public String getKeywords()
public List<String> getKeywordsAsList()
public void addKeyword(String keyword)
keyword
- See above.public void setKeywords(String keywords)
keywords
- See above.public void setKeywords(List<String> keywords)
keywords
- See above.public boolean contains(String value)
value
- keyword to test for existence.
public void setNamespace(String namespace)
namespace
- See above.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta-4.2.0-r7571-b29
Copyright © 2009 The University of Dundee. All Rights Reserved.