|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.workflow.work.WfTally
Public static class to abstract heinous tally expressions.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static String |
EQ
Supported API: false |
static long |
EXTERNALIZATION_VERSION_UID
|
static String |
GT
Supported API: false |
static String |
GTE
Supported API: false |
static String |
LT
Supported API: false |
static String |
LTE
Supported API: false |
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
Constructor Summary | |
WfTally()
|
Method Summary | |
static String |
all(ObjectReference self,
String event1,
String event2)
Supported API: false |
static Vector |
all(ObjectReference self,
Vector events)
Supported API: false |
static String |
any(ObjectReference self,
String event1,
String event2)
Supported API: false |
static Vector |
any(ObjectReference self,
Vector events)
Supported API: false |
static String |
notPlurality(ObjectReference self,
String event1,
String event2)
Supported API: false |
static Vector |
notPlurality(ObjectReference self,
Vector events)
Supported API: false |
static String |
number(ObjectReference self,
String operator,
int value,
String event1,
String event2)
Supported API: false |
static Vector |
number(ObjectReference self,
String operator,
int value,
Vector events)
Supported API: false |
static String |
percent(ObjectReference self,
String operator,
int value,
String event1,
String event2)
Supported API: false |
static Vector |
percent(ObjectReference self,
String operator,
int value,
Vector events)
Supported API: false |
static String |
plurality(ObjectReference self,
String event1,
String event2)
Supported API: false |
static Vector |
plurality(ObjectReference self,
Vector events)
Supported API: false |
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(WfTally thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
static void |
setEvents(Vector userVector,
String event)
Supported API: false |
static void |
setEvents(Vector userVector,
Vector events)
Supported API: false |
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, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final String GT
public static final String LT
public static final String EQ
public static final String GTE
public static final String LTE
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public WfTally()
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(WfTally 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
public static String any(ObjectReference self, String event1, String event2) throws WfException
self
- event1
- event2
-
WfException
public static Vector any(ObjectReference self, Vector events) throws WfException
self
- events
-
WfException
public static String all(ObjectReference self, String event1, String event2) throws WfException
self
- event1
- event2
-
WfException
public static Vector all(ObjectReference self, Vector events) throws WfException
self
- events
-
WfException
public static String plurality(ObjectReference self, String event1, String event2) throws WfException
self
- event1
- event2
-
WfException
public static Vector plurality(ObjectReference self, Vector events) throws WfException
self
- events
-
WfException
public static String notPlurality(ObjectReference self, String event1, String event2) throws WfException
self
- event1
- event2
-
WfException
public static Vector notPlurality(ObjectReference self, Vector events) throws WfException
self
- events
-
WfException
public static String percent(ObjectReference self, String operator, int value, String event1, String event2) throws WfException
self
- operator
- value
- event1
- event2
-
WfException
public static Vector percent(ObjectReference self, String operator, int value, Vector events) throws WfException
self
- operator
- value
- events
-
WfException
public static String number(ObjectReference self, String operator, int value, String event1, String event2) throws WfException
self
- operator
- value
- event1
- event2
-
WfException
public static Vector number(ObjectReference self, String operator, int value, Vector events) throws WfException
self
- operator
- value
- events
-
WfException
public static void setEvents(Vector userVector, String event) throws WfException
userVector
- event
-
WfException
public static void setEvents(Vector userVector, Vector events) throws WfException
userVector
- events
-
WfException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |