|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserEventVector | |
com.ptc.netmarkets.work | |
wt.workflow.definer |
Provides workflow classes responsible for the definition of
processes, activities, and the other objects that compose the workflow network. |
wt.workflow.engine |
Provides workflow classes responsible for the flow of
control and data from an execution point of view. |
Uses of UserEventVector in com.ptc.netmarkets.work |
Fields in com.ptc.netmarkets.work declared as UserEventVector | |
private UserEventVector |
NmWorkItem.userEventList
|
Methods in com.ptc.netmarkets.work that return UserEventVector | |
UserEventVector |
NmWorkItem.getUserEventList()
Gets the value of the attribute: userEventList. |
Methods in com.ptc.netmarkets.work with parameters of type UserEventVector | |
void |
NmWorkItem.setUserEventList(UserEventVector a_UserEventList)
Sets the value of the attribute: userEventList. |
Uses of UserEventVector in wt.workflow.definer |
Fields in wt.workflow.definer declared as UserEventVector | |
private UserEventVector |
WfTemplateObject.userEventList
|
private UserEventVector |
WfConnectorTemplate.userEventList
|
private static UserEventVector |
LoadWorkflow.routingEvents
|
Methods in wt.workflow.definer that return UserEventVector | |
UserEventVector |
WfTemplateObject.getUserEventList()
Gets the value of the attribute: USER_EVENT_LIST. |
UserEventVector |
WfProxyTemplate.getUserEventList()
Returns the target template's user event list. |
UserEventVector |
WfNodeTemplate.getUserEventList()
Gets the value of the attribute: USER_EVENT_LIST. |
UserEventVector |
WfConnectorTemplate.getUserEventList()
Gets the value of the attribute: USER_EVENT_LIST. |
UserEventVector |
WfBlockTemplate.getUserEventList()
Returns empty user event list. |
private static UserEventVector |
LoadWorkflow.getUserEvents(String name,
Hashtable attributes,
Hashtable cmdLineArgs,
int required)
|
Methods in wt.workflow.definer with parameters of type UserEventVector | |
void |
WfTemplateObject.setUserEventList(UserEventVector a_UserEventList)
Sets the value of the attribute: USER_EVENT_LIST. |
void |
WfNodeTemplate.setUserEventList(UserEventVector a_UserEventList)
Sets the value of the attribute: USER_EVENT_LIST. |
void |
WfConnectorTemplate.setUserEventList(UserEventVector a_UserEventList)
Sets the value of the attribute: USER_EVENT_LIST. |
protected boolean |
UserEventVector.readVersion(UserEventVector thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
private static WfRouterType |
LoadWorkflow.getRouterType(String name,
Hashtable attributes,
Hashtable cmdLineArgs,
int required,
UserEventVector routingEvents,
String routingExpr)
|
Uses of UserEventVector in wt.workflow.engine |
Fields in wt.workflow.engine declared as UserEventVector | |
private UserEventVector |
WfVotingEventAudit.eventList
|
private UserEventVector |
WfStateEventAudit.userEventList
|
private UserEventVector |
WfConnector.userEventList
|
private UserEventVector |
WfActivity.userEventList
|
private UserEventVector |
WfVotingEventAudit.eventList
|
private UserEventVector |
WfStateEventAudit.userEventList
|
private UserEventVector |
WfConnector.userEventList
|
private UserEventVector |
WfActivity.userEventList
|
Methods in wt.workflow.engine that return UserEventVector | |
UserEventVector |
WfVotingEventAudit.getEventList()
Gets the value of the attribute: EVENT_LIST. |
UserEventVector |
WfStateEventAudit.getUserEventList()
Gets the value of the attribute: USER_EVENT_LIST. |
UserEventVector |
WfConnector.getUserEventList()
Gets the value of the attribute: USER_EVENT_LIST. |
UserEventVector |
WfActivity.getUserEventList()
Gets the value of the attribute: USER_EVENT_LIST. |
UserEventVector |
WfVotingEventAudit.getEventList()
Gets the value of the attribute: EVENT_LIST. |
UserEventVector |
WfStateEventAudit.getUserEventList()
Gets the value of the attribute: USER_EVENT_LIST. |
UserEventVector |
WfConnector.getUserEventList()
Gets the value of the attribute: USER_EVENT_LIST. |
UserEventVector |
WfActivity.getUserEventList()
Gets the value of the attribute: USER_EVENT_LIST. |
Methods in wt.workflow.engine with parameters of type UserEventVector | |
void |
WfVotingEventAudit.setEventList(UserEventVector a_EventList)
Sets the value of the attribute: EVENT_LIST. |
private void |
WfVotingEventAudit.eventListValidate(UserEventVector a_EventList)
|
void |
WfStateEventAudit.setUserEventList(UserEventVector a_UserEventList)
Sets the value of the attribute: USER_EVENT_LIST. |
void |
WfConnector.setUserEventList(UserEventVector a_UserEventList)
Sets the value of the attribute: USER_EVENT_LIST. |
void |
WfActivity.setUserEventList(UserEventVector a_UserEventList)
Sets the value of the attribute: USER_EVENT_LIST. |
void |
WfVotingEventAudit.setEventList(UserEventVector a_EventList)
Sets the value of the attribute: EVENT_LIST. |
private void |
WfVotingEventAudit.eventListValidate(UserEventVector a_EventList)
|
void |
WfStateEventAudit.setUserEventList(UserEventVector a_UserEventList)
Sets the value of the attribute: USER_EVENT_LIST. |
void |
WfConnector.setUserEventList(UserEventVector a_UserEventList)
Sets the value of the attribute: USER_EVENT_LIST. |
void |
WfActivity.setUserEventList(UserEventVector a_UserEventList)
Sets the value of the attribute: USER_EVENT_LIST. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |