|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tibco.bpm.web.client.model.types.AbstractFormData
public abstract class AbstractFormData
AbstractFormData Type.
©2012 TIBCO Software Inc.
| Constructor Summary | |
|---|---|
AbstractFormData()
|
|
| Method Summary | |
|---|---|
void |
addInOutField(ToDoField fld)
|
void |
addInputField(ToDoField fld)
|
void |
addOutputField(ToDoField fld)
|
java.lang.String |
getDataFeed()
The DataFeed containing an JSON or XML representation of the data associated with the item. |
int |
getFormat()
Feed format. |
java.lang.String |
getFormURL()
The URL form the form. |
long |
getId()
ID of the ToDoItem. |
java.util.ArrayList<ToDoField> |
getInOutFields()
List of the input/output ToDoField fields for the ToDoItem. |
java.util.ArrayList<ToDoField> |
getInputFields()
List of the input only ToDoField fields for the ToDoItem. |
int |
getMode()
Feed mode. |
java.util.ArrayList<ToDoField> |
getOutputFields()
List of the output only ToDoField fields for the ToDoItem. |
java.lang.String |
getPresentationType()
The type of presentation (i.e. |
java.lang.String |
getProcessId()
Process ID of the owner process. |
long |
getVersion()
Version of the ToDoItem. |
java.lang.String |
getXmlData()
XML representation of the ToDoItem, not currently used. |
boolean |
isParallelPageFlow()
|
void |
setDataFeed(java.lang.String dataFeed)
The DataFeed containing an JSON or XML representation of the data associated with the item. |
void |
setFormat(int format)
Feed format. |
void |
setFormURL(java.lang.String formURL)
The URL form the form. |
void |
setId(long id)
ID of the ToDoItem. |
void |
setInOutFields(java.util.ArrayList<ToDoField> inOutFields)
List of the input/output ToDoField fields for the ToDoItem. |
void |
setInputFields(java.util.ArrayList<ToDoField> inputFields)
List of the input only ToDoField fields for the ToDoItem. |
void |
setMode(int mode)
Feed mode. |
void |
setOutputFields(java.util.ArrayList<ToDoField> outputFields)
List of the output only ToDoField fields for the ToDoItem. |
void |
setParallelPageFlow(boolean isParallelPageFlow)
|
void |
setPresentationType(java.lang.String presentationType)
The type of presentation (i.e. |
void |
setProcessId(java.lang.String processId)
Process ID of the owner process. |
void |
setVersion(long version)
Version of the ToDoItem. |
void |
setXmlData(java.lang.String xmlData)
XML representation of the ToDoItem, not currently used. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractFormData()
| Method Detail |
|---|
public java.util.ArrayList<ToDoField> getInputFields()
ToDoField fields for the ToDoItem.
getInputFields in interface IFormDatapublic void setInputFields(java.util.ArrayList<ToDoField> inputFields)
ToDoField fields for the ToDoItem.
setInputFields in interface IFormDatainputFields - The inputFields to set.public java.util.ArrayList<ToDoField> getOutputFields()
ToDoField fields for the ToDoItem.
getOutputFields in interface IFormDatapublic void setOutputFields(java.util.ArrayList<ToDoField> outputFields)
ToDoField fields for the ToDoItem.
setOutputFields in interface IFormDataoutputFields - The outputFields to set.public java.util.ArrayList<ToDoField> getInOutFields()
ToDoField fields for the ToDoItem.
getInOutFields in interface IFormDatapublic void setInOutFields(java.util.ArrayList<ToDoField> inOutFields)
ToDoField fields for the ToDoItem.
setInOutFields in interface IFormDatainOutFields - The inOutFields to set.public long getId()
getId in interface IFormDatapublic void setId(long id)
setId in interface IFormDataid - The id to set.public long getVersion()
getVersion in interface IFormDatapublic void setVersion(long version)
setVersion in interface IFormDataversion - The version to set.public java.lang.String getDataFeed()
getDataFeed in interface IFormDatapublic void setDataFeed(java.lang.String dataFeed)
setDataFeed in interface IFormDatadataFeed - The dataFeed to set.public java.lang.String getProcessId()
getProcessId in interface IFormDatapublic void setProcessId(java.lang.String processId)
setProcessId in interface IFormDataprocessId - The processId to set.public java.lang.String getPresentationType()
getPresentationType in interface IFormDatapublic void setPresentationType(java.lang.String presentationType)
setPresentationType in interface IFormDatapresentationType - The presentationType to set.public int getFormat()
getFormat in interface IFormDatapublic void setFormat(int format)
setFormat in interface IFormDataformat - The format to set.public int getMode()
getMode in interface IFormDatapublic void setMode(int mode)
setMode in interface IFormDatamode - The mode to set.public java.lang.String getFormURL()
getFormURL in interface IFormDatapublic void setFormURL(java.lang.String formURL)
setFormURL in interface IFormDataformURL - The formURL to set.public java.lang.String getXmlData()
getXmlData in interface IFormDatapublic void setXmlData(java.lang.String xmlData)
setXmlData in interface IFormDataxmlData - The xmlData to set.public void addInputField(ToDoField fld)
addInputField in interface IFormDatapublic void addOutputField(ToDoField fld)
addOutputField in interface IFormDatapublic void addInOutField(ToDoField fld)
addInOutField in interface IFormDatapublic boolean isParallelPageFlow()
isParallelPageFlow in interface IFormDatapublic void setParallelPageFlow(boolean isParallelPageFlow)
setParallelPageFlow in interface IFormDataisParallelPageFlow - The isParallelPageFlow to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||