|
||||||||||
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
The data that makes up an OME worflow object.
Field Summary | |
---|---|
static String |
DEFAULTWORKFLOW
The default workflow, i.e. nothing . |
Constructor Summary | |
---|---|
WorkflowData()
Creates a new instance. |
|
WorkflowData(omero.model.Namespace workflow)
Creates a new instance. |
|
WorkflowData(String nameSpace,
List<String> keywords)
Creates a new instance. |
|
WorkflowData(String nameSpace,
String keywords)
Creates a new instance. |
Method Summary | |
---|---|
void |
addKeyword(String keyword)
Adds a new keyword to the workflow. |
boolean |
contains(String value)
Returns true if the keyword exist in the workflow,
false otherwise. |
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)
Sets the keywords of the workflow. |
void |
setKeywords(String keywords)
Sets the keywords of the workflow. |
void |
setNamespace(String namespace)
Sets 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.Namespace 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)
true
if the keyword exist in the workflow,
false
otherwise.
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: 4.3.4-dbcbce5a-b4
Copyright © 2009 The University of Dundee. All Rights Reserved.