public class FormDataInstance extends ServiceDataObject implements Serializable
Constructor and Description |
---|
FormDataInstance() |
Modifier and Type | Method and Description |
---|---|
AttributeGroupDefinition |
getData()
Gets the data for this instance of the form.
|
boolean |
getDisplayAttachments()
Gets whether or not the display attachments checkbox is checked for this form on the workflow map.
|
String |
getID()
Gets the integer identifier of the form node this instance of form data comes from.
|
String |
getName()
Gets the name of this form in the workflow map.
|
boolean |
getRequiredForm()
Gets whether or not the required checkbox is checked for this form on the workflow map.
|
boolean |
getSplitTran()
Gets nothing.
|
boolean |
getStationery()
Gets whether or not this form is a stationery pad.
|
int |
getStorageMechID()
Gets the integer identifier of which storage mechanism to use for this form, 0 if none.
|
int |
getSubmitMechID()
Gets the integer identifier of which submission mechanism to use for this form, 0 if none.
|
Long |
getSubWorkID()
Gets the integer identifier of the subworkflow this instance of form data comes from.
|
Integer |
getTaskID()
Gets the integer identifier of the task this instance of form data comes from.
|
long |
getTemplateID()
Gets the integer identifier of the template this form is based on.
|
boolean |
getVersion()
Gets the integer identifier of the version this instance of form data comes from.
|
String |
getView()
Gets the view that is used to display this instance of form data for this step.
|
Long |
getWorkID()
Gets the integer identifier of the workflow this instance of form data comes from.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setData(AttributeGroupDefinition value)
Sets the data for this instance of the form.
|
void |
setDisplayAttachments(boolean value)
Sets whether or not the display attachments checkbox is checked for this form on the workflow map.
|
void |
setID(String value)
Sets the integer identifier of the form node this instance of form data comes from.
|
void |
setName(String value)
Sets the name of this form in the workflow map.
|
void |
setRequiredForm(boolean value)
Sets whether or not the required checkbox is checked for this form on the workflow map.
|
void |
setSplitTran(boolean value)
Sets nothing.
|
void |
setStationery(boolean value)
Sets whether or not this form is a stationery pad.
|
void |
setStorageMechID(int value)
Sets the integer identifier of which storage mechanism to use for this form, 0 if none.
|
void |
setSubmitMechID(int value)
Sets the integer identifier of which submission mechanism to use for this form, 0 if none.
|
void |
setSubWorkID(Long value)
Sets the integer identifier of the subworkflow this instance of form data comes from.
|
void |
setTaskID(Integer value)
Sets the integer identifier of the task this instance of form data comes from.
|
void |
setTemplateID(long value)
Sets the integer identifier of the template this form is based on.
|
void |
setVersion(boolean value)
Sets the integer identifier of the version this instance of form data comes from.
|
void |
setView(String value)
Sets the view that is used to display this instance of form data for this step.
|
void |
setWorkID(Long value)
Sets the integer identifier of the workflow this instance of form data comes from.
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
String |
toString()
Returns a string representation of the object consisting of the object name
and any features and their values within square brackets.
|
public void setData(AttributeGroupDefinition value)
public AttributeGroupDefinition getData()
public void setDisplayAttachments(boolean value)
public boolean getDisplayAttachments()
public void setID(String value)
public String getID()
public void setName(String value)
public String getName()
public void setRequiredForm(boolean value)
public boolean getRequiredForm()
public void setSplitTran(boolean value)
public boolean getSplitTran()
public void setStationery(boolean value)
public boolean getStationery()
public void setStorageMechID(int value)
public int getStorageMechID()
public void setSubmitMechID(int value)
public int getSubmitMechID()
public void setSubWorkID(Long value)
public Long getSubWorkID()
public void setTaskID(Integer value)
public Integer getTaskID()
public void setTemplateID(long value)
public long getTemplateID()
public void setVersion(boolean value)
public boolean getVersion()
public void setView(String value)
public String getView()
public void setWorkID(Long value)
public Long getWorkID()
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class ServiceDataObject
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class ServiceDataObject
public String toString()
ServiceDataObject
toString
in class ServiceDataObject
© Copyright 2017 OpenText Corp. All Rights Reserved.