|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.common.generic.description.DescriptionObjectImpl
org.openbp.common.generic.description.DisplayObjectImpl
org.openbp.cockpit.generator.generic.ProcessEntry
public class ProcessEntry
Entry in a process. Constitutes of a reference to the process initial node and additional display object information (in order to customize display name and description).
| Field Summary |
|---|
| Fields inherited from interface org.openbp.common.generic.Copyable |
|---|
COPY_DEEP, COPY_FIRST_LEVEL, COPY_SHALLOW |
| Constructor Summary | |
|---|---|
ProcessEntry()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
afterDeserialization(MsgContainer msgs,
Model model)
This template method is called after the settings object has been deserialized. |
void |
beforeSerialization(Model model)
This template method is called before the settings object is being serialized. |
void |
copyFrom(java.lang.Object source,
int copyMode)
Copies the values of the source object to this object. |
java.lang.String |
getEntryName()
Gets the name of the initial node this navigation bar entry refers to. |
InitialNode |
getInitialNode()
Gets the initial node this entry refers to. |
Model |
getModel()
Gets the model that will be used to resolve item references (e\.g\. data types). |
void |
setEntryName(java.lang.String entryName)
Sets the name of the initial node this navigation bar entry refers to. |
void |
setInitialNode(InitialNode initialNode)
Sets the initial node this entry refers to. |
void |
setModel(Model model)
Sets the model that will be used to resolve item references (e\.g\. data types). |
| Methods inherited from class org.openbp.common.generic.description.DisplayObjectImpl |
|---|
getDisplayName, getDisplayText, setDisplayName |
| Methods inherited from class org.openbp.common.generic.description.DescriptionObjectImpl |
|---|
clone, compareTo, getDescription, getDescriptionEscape, getDescriptionText, getName, setDescription, setDescriptionEscape, setName, toString, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openbp.common.generic.description.DescriptionObject |
|---|
clone, getDescription, getDescriptionText, getName, setDescription, setName |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Constructor Detail |
|---|
public ProcessEntry()
| Method Detail |
|---|
public void copyFrom(java.lang.Object source,
int copyMode)
throws java.lang.CloneNotSupportedException
copyFrom in interface CopyablecopyFrom in class DisplayObjectImplsource - The source object. Must be of the same type as this object.copyMode - Determines if a deep copy, a first level copy or a shallow copy is to be
performed. See the constants of the org.openbp.common.generic.description.Copyable class.
java.lang.CloneNotSupportedException - If the cloning of one of the contained objects failedpublic InitialNode getInitialNode()
public void setInitialNode(InitialNode initialNode)
public java.lang.String getEntryName()
public void setEntryName(java.lang.String entryName)
public Model getModel()
public void setModel(Model model)
public void beforeSerialization(Model model)
model - Model that will be used to resolve item references (e\.g\. data types)
public void afterDeserialization(MsgContainer msgs,
Model model)
msgs - Container for error messagesmodel - Model that will be used to resolve item references (e\.g\. data types)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||