public abstract class ActivityEventBase extends XMLComplexElement
| 限定符和类型 | 字段和说明 |
|---|---|
Join |
join |
Limit |
limit |
Split |
split |
attributes, complexStructureatts, isCollapsed, isReadOnly, isRequired, isVisible, labelName, name, NEWLINE, OFFSET, value| 构造器和说明 |
|---|
ActivityEventBase(WorkflowProcess process,
Activity act) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
afterImporting() |
void |
checkJoin() |
ActivityEventBase |
clone()
Used to create exact copy of instance of this class.
|
protected void |
fillStructure()
The classes that are derived from this class has to give its definition for this method.
|
void |
fromXML(Node node)
Supposed to be overriden by derived classes to implement element specific
reading from an XML file.
|
Join |
getJoin() |
Split |
getSplit() |
boolean |
isModified()
ACTIVITYEVENT 出入规则类型是否改变 TRUE 发生改变 FALSE 未改变
|
boolean |
isValidEnter(XMLPanel groupPanel)
Indicates if dialog data enter for element is valid.
|
void |
toXML(Node parent)
Supposed to be overriden by derived classes to implement element specific
writting to an XML file.
|
get, get, getChildElements, getElementsCount, getIndex, getNode, getPanel, isEmpty, isValid, processAttributes, processElements, refreshLabelName, set, set, setReadOnly, toComplexType, toComplexTypeValues, toComplexValues, toStringfromXML, getPrintDescription, getPrintDescription, isCollapsed, isReadOnly, isRequired, isVisible, setCollapsed, setLabelName, setRequired, setValue, setVisible, toLabel, toName, toValuepublic ActivityEventBase(WorkflowProcess process, Activity act)
protected void fillStructure()
XMLComplexElementtoXML method uses them to properly write an element tag to
the XML file, fromXML method uses them to properly read an element tag from the XML file,
getPanel method uses them to properly display members of this class, get and
set uses them to properly retrieve/set the elements from list, ... and so on
NOTE: The order of inserted elements is relevant for XML to be valid (members of classes derived from this class must be inserted into first mentioned list in the same order that they are within a corresponding tag for those classes within WfMC XML).
fillStructure 在类中 XMLComplexElementpublic void toXML(Node parent)
XMLElementtoXML 在类中 XMLComplexElementparent - indicates how much tabulators to put before element tag.public abstract void afterImporting()
public void fromXML(Node node)
XMLElementfromXML 在类中 XMLComplexElementnode - The content retrieved from XML file, that represents tag for
this element.public void checkJoin()
public Join getJoin()
public Split getSplit()
public boolean isValidEnter(XMLPanel groupPanel)
XMLElementisValidEnter 在类中 XMLElementpublic boolean isModified()
public ActivityEventBase clone()
XMLElementclone 在类中 XMLComplexElementCopyright © 2023 onecode. All rights reserved.