|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mirth.match.ejb.core.DtoBase
com.mirth.match.ejb.core.DtoWorkflow
public class DtoWorkflow
Java class for dtoWorkflow complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dtoWorkflow">
<complexContent>
<extension base="{http://core.ejb.match.mirth.com/}dtoBase">
<sequence>
<element name="actions" type="{http://core.ejb.match.mirth.com/}dtoWorkflowAction" maxOccurs="unbounded" minOccurs="0"/>
<element name="defaultInitialStateId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="states" type="{http://core.ejb.match.mirth.com/}dtoWorkflowState" maxOccurs="unbounded" minOccurs="0"/>
<element name="statusAlias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="supportedEntityTypesIds" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="supportedRelationTypesIds" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<DtoWorkflowAction> |
actions
|
protected java.lang.String |
defaultInitialStateId
|
protected java.lang.String |
description
|
protected java.lang.String |
label
|
protected java.util.List<DtoWorkflowState> |
states
|
protected java.lang.String |
statusAlias
|
protected java.util.List<java.lang.String> |
supportedEntityTypesIds
|
protected java.util.List<java.lang.String> |
supportedRelationTypesIds
|
| Fields inherited from class com.mirth.match.ejb.core.DtoBase |
|---|
identifier |
| Constructor Summary | |
|---|---|
DtoWorkflow()
|
|
| Method Summary | |
|---|---|
java.util.List<DtoWorkflowAction> |
getActions()
Gets the value of the actions property. |
java.lang.String |
getDefaultInitialStateId()
Gets the value of the defaultInitialStateId property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getLabel()
Gets the value of the label property. |
java.util.List<DtoWorkflowState> |
getStates()
Gets the value of the states property. |
java.lang.String |
getStatusAlias()
Gets the value of the statusAlias property. |
java.util.List<java.lang.String> |
getSupportedEntityTypesIds()
Gets the value of the supportedEntityTypesIds property. |
java.util.List<java.lang.String> |
getSupportedRelationTypesIds()
Gets the value of the supportedRelationTypesIds property. |
void |
setDefaultInitialStateId(java.lang.String value)
Sets the value of the defaultInitialStateId property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setLabel(java.lang.String value)
Sets the value of the label property. |
void |
setStatusAlias(java.lang.String value)
Sets the value of the statusAlias property. |
| Methods inherited from class com.mirth.match.ejb.core.DtoBase |
|---|
getIdentifier, setIdentifier |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<DtoWorkflowAction> actions
protected java.lang.String defaultInitialStateId
protected java.lang.String description
protected java.lang.String label
protected java.util.List<DtoWorkflowState> states
protected java.lang.String statusAlias
protected java.util.List<java.lang.String> supportedEntityTypesIds
protected java.util.List<java.lang.String> supportedRelationTypesIds
| Constructor Detail |
|---|
public DtoWorkflow()
| Method Detail |
|---|
public java.util.List<DtoWorkflowAction> getActions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the actions property.
For example, to add a new item, do as follows:
getActions().add(newItem);
Objects of the following type(s) are allowed in the list
DtoWorkflowAction
public java.lang.String getDefaultInitialStateId()
Stringpublic void setDefaultInitialStateId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLabel()
Stringpublic void setLabel(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<DtoWorkflowState> getStates()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the states property.
For example, to add a new item, do as follows:
getStates().add(newItem);
Objects of the following type(s) are allowed in the list
DtoWorkflowState
public java.lang.String getStatusAlias()
Stringpublic void setStatusAlias(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getSupportedEntityTypesIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the supportedEntityTypesIds property.
For example, to add a new item, do as follows:
getSupportedEntityTypesIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getSupportedRelationTypesIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the supportedRelationTypesIds property.
For example, to add a new item, do as follows:
getSupportedRelationTypesIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||