wt.dataops.containermove
Class ContainerMoveEvent

java.lang.Object
  extended bywt.events.KeyedEvent
      extended bywt.dataops.containermove.ContainerMoveEvent
All Implemented Interfaces:
Serializable

public class ContainerMoveEvent
extends KeyedEvent
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private  Object containers
           
private  Object folders
           
static String POST_CONTAINER_MOVE
          

Supported API: false
static String PRE_CONTAINER_MOVE
          

Supported API: false
private static String RESOURCE
           
 
Fields inherited from class wt.events.KeyedEvent
 
Constructor Summary
ContainerMoveEvent(String eventType, Object moveObjects, Object containers, Object folders)
          

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

Supported API: false
 Object getContainers()
          Gets the value of the attribute: containers.
 Object getFolders()
          Gets the value of the attribute: folders.
 void setContainers(Object a_Containers)
          Sets the value of the attribute: containers.
 void setFolders(Object a_Folders)
          Sets the value of the attribute: folders.
 KeyedEvent[] toSingleObjectEvents()
          

Supported API: false
 
Methods inherited from class wt.events.KeyedEvent
generateEventKey, generateEventKey, getConceptualClassname, getEventKey, getEventTarget, getEventType, toMultiObjectEvent, 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

PRE_CONTAINER_MOVE

public static final String PRE_CONTAINER_MOVE


Supported API: false

See Also:
Constant Field Values

POST_CONTAINER_MOVE

public static final String POST_CONTAINER_MOVE


Supported API: false

See Also:
Constant Field Values

containers

private Object containers

folders

private Object folders
Constructor Detail

ContainerMoveEvent

public ContainerMoveEvent(String eventType,
                          Object moveObjects,
                          Object containers,
                          Object folders)


Supported API: false

Parameters:
eventType -
moveObjects -
containers -
folders -
Method Detail

getContainers

public Object getContainers()
Gets the value of the attribute: containers.

Supported API: false

Returns:
Object

setContainers

public void setContainers(Object a_Containers)
                   throws WTPropertyVetoException
Sets the value of the attribute: containers.

Supported API: false

Parameters:
a_Containers -
Throws:
WTPropertyVetoException

getFolders

public Object getFolders()
Gets the value of the attribute: folders.

Supported API: false

Returns:
Object

setFolders

public void setFolders(Object a_Folders)
                throws WTPropertyVetoException
Sets the value of the attribute: folders.

Supported API: false

Parameters:
a_Folders -
Throws:
WTPropertyVetoException

generateEventKey

public static String generateEventKey(String eventType)


Supported API: false

Parameters:
eventType -
Returns:
String

toSingleObjectEvents

public KeyedEvent[] toSingleObjectEvents()
                                  throws WTException


Supported API: false

Overrides:
toSingleObjectEvents in class KeyedEvent
Returns:
KeyedEvent[]
Throws:
WTException