wt.workflow.definer
Class WfDefinerServiceEvent

java.lang.Object
  extended bywt.events.KeyedEvent
      extended bywt.workflow.definer.WfDefinerServiceEvent
All Implemented Interfaces:
Serializable

public class WfDefinerServiceEvent
extends KeyedEvent
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
static String PRE_DISABLE_TEMPLATE
          

Supported API: false
private static String RESOURCE
           
private  WfDefinerService service
           
 
Fields inherited from class wt.events.KeyedEvent
 
Constructor Summary
WfDefinerServiceEvent(WfDefinerService svc, String evnt, Object tgt)
          

Supported API: false
 
Method Summary
static String generateEventKey(String event_type)
          

Supported API: false
 WfDefinerService getService()
          Gets the value of the attribute: service.
 void setService(WfDefinerService a_Service)
          Sets the value of the attribute: service.
 
Methods inherited from class wt.events.KeyedEvent
generateEventKey, generateEventKey, getConceptualClassname, getEventKey, getEventTarget, getEventType, toMultiObjectEvent, toSingleObjectEvents, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

service

private WfDefinerService service

PRE_DISABLE_TEMPLATE

public static final String PRE_DISABLE_TEMPLATE


Supported API: false

See Also:
Constant Field Values
Constructor Detail

WfDefinerServiceEvent

public WfDefinerServiceEvent(WfDefinerService svc,
                             String evnt,
                             Object tgt)


Supported API: false

Parameters:
svc -
evnt -
tgt -
Method Detail

getService

public WfDefinerService getService()
Gets the value of the attribute: service.

Supported API: false

Returns:
WfDefinerService

setService

public void setService(WfDefinerService a_Service)
                throws WTPropertyVetoException
Sets the value of the attribute: service.

Supported API: false

Parameters:
a_Service -
Throws:
WTPropertyVetoException

generateEventKey

public static String generateEventKey(String event_type)


Supported API: false

Parameters:
event_type -
Returns:
String