|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.workflow.engine.FiredLinkVector
FiredLinkVector
holds links that fired a connector so consecutive
firings of a same link are not counted twice The links are stored as
ids.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private boolean |
dirty
|
static long |
EXTERNALIZATION_VERSION_UID
|
private Vector |
linkList
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private boolean |
oldVersion
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
static long |
SMALL_BLOB_VERSION_UID
|
private String |
value
|
Constructor Summary | |
FiredLinkVector()
Constructs an empty lsit of fired links. |
|
FiredLinkVector(String value)
Constructor that takes as argument the internal string representation object. |
Method Summary | |
void |
addLink(ObjectReference ref)
Add link whose reference is passed as argument to the list of fired links. |
private void |
checkOldVersion(String value)
|
private void |
decodeValue()
|
protected String |
getValue()
Gets the value of the attribute: value. |
boolean |
hasFired(ObjectReference ref)
Determines whether link whose reference is passed as argument has already fired. |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(FiredLinkVector thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
reset()
Empties list of fired links. |
private void |
setList()
|
private void |
setStringValue()
|
protected void |
setValue(String a_Value)
Sets the value of the attribute: value. |
int |
size()
|
String |
toString()
Returns internal representation of the object. |
private void |
valueValidate(String a_Value)
|
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private String value
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
public static final long SMALL_BLOB_VERSION_UID
private Vector linkList
private boolean dirty
private boolean oldVersion
Constructor Detail |
public FiredLinkVector()
public FiredLinkVector(String value) throws DatastoreException
value
-
DatastoreException
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(FiredLinkVector thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
protected String getValue()
protected void setValue(String a_Value) throws WTPropertyVetoException
a_Value
-
WTPropertyVetoException
private void valueValidate(String a_Value) throws WTPropertyVetoException
a_Value
-
WTPropertyVetoException
public String toString()
public boolean hasFired(ObjectReference ref)
ref
-
public void addLink(ObjectReference ref)
ref
- public void reset()
private void setList()
private void setStringValue()
private void checkOldVersion(String value)
private void decodeValue()
public int size()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |