public class Transitions extends XMLCollection
controlledPanel, controlPanel, IDPrefix, myOwner, refCollectionElementsatts, isCollapsed, isReadOnly, isRequired, isVisible, labelName, name, NEWLINE, OFFSET, value| 构造器和说明 |
|---|
Transitions(XMLComplexElement wpOrAs)
Creates a new instance of the class.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
afterImporting()
Called by owner object after importing of XML file to do neccessary
things on transitions after importing of XML.
|
boolean |
canRemoveDataFieldOrFormalParameter(XMLCollectionElement toRemove)
Returns true if specified data field or formal parameter is
used in transition condition expression of any transition.
|
Object |
clone()
Used to create exact copy of instance of this class.
|
XMLElement |
generateNewElement()
Generates a new element of the class which instances are members of
collection of this class. return The generated instance of class that
makes collection.
|
int[] |
getInvisibleTableFieldOrdinals()
Returns the ordinal numbers of elements not to be displayed within table
panel.
|
XMLPanel |
getPanel()
Returns the panel for editing the element.
|
Transition |
getTransition(String ID)
Returns the transition object with specified ID.
|
Set |
getTransitions(String ID,
int st)
Returns a set of transitions which source or target is the graph object
with specified 'Id' attribute.
|
Object |
toValue()
Gets the element value.
|
add, canInsertElement, canRemoveElement, clear, decrementID, fromXML, generateID, get, getChoosable, getCollectionElement, getControlledPanel, getControlPanel, getCurrentID, getEditableDefaultValue, getEditableTableFieldOrdinals, getElementStructure, getIDPrefix, getInUseMessageName, getJList, getNode, getOwner, getReadOnlyMessageName, getTableElements, getValues, getXPDLNode, isEmpty, isIdValid, isJCheckBox, onElementCreated, onElementDeleted, onElementInserted, onElementModified, onElementRemoved, refreshCollection, refreshLabelName, remove, resetID, setCurrentID, setIDPrefix, setOwner, setReadOnly, size, toCollection, toString, toXML, updateIDfromXML, getPrintDescription, getPrintDescription, isCollapsed, isReadOnly, isRequired, isValid, isValidEnter, isVisible, setCollapsed, setLabelName, setRequired, setValue, setVisible, toLabel, toNamepublic Transitions(XMLComplexElement wpOrAs)
wpOrAs - The workflow process or activiy set that holds transitions,
and which member is this class instance.public XMLElement generateNewElement()
generateNewElement 在类中 XMLCollectionpublic Set getTransitions(String ID, int st)
ID - ID of source or target graph object for transition, depending
of second attribute.st - These are possible values:
public Transition getTransition(String ID)
ID - ID of wanted transitionpublic boolean canRemoveDataFieldOrFormalParameter(XMLCollectionElement toRemove)
public int[] getInvisibleTableFieldOrdinals()
XMLCollectionXMLComplexElement.fillStructure() method.protected void afterImporting()
public XMLPanel getPanel()
XMLElementgetPanel 在类中 XMLCollectionpublic Object toValue()
XMLElementtoValue 在类中 XMLElementpublic Object clone()
XMLElementclone 在类中 XMLCollectionCopyright © 2023 onecode. All rights reserved.