wt.build
Class BuildSandboxEvent

java.lang.Object
  extended bywt.events.KeyedEvent
      extended bywt.build.BuildSandboxEvent

public class BuildSandboxEvent
extends KeyedEvent

BuildSandboxEvent contains the information regarding Sandbox event and is used by EPMBuildRule delegates.

Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private  Versioned original
           
private  Versioned otherSide
           
private static String RESOURCE
           
private  Versioned sandboxCopy
           
 
Fields inherited from class wt.events.KeyedEvent
 
Constructor Summary
BuildSandboxEvent(String eventType, Object eventTarget, Versioned original, Versioned sandboxCopy, Versioned otherSide)
          

Supported API: false
 
Method Summary
 Versioned getOriginal()
          Gets the value of the attribute: original; Original iteration in the enterprise

Supported API: false
 Versioned getOtherSide()
          Gets the value of the attribute: otherSide; Other side object of the Build Rule.
 Versioned getSandboxCopy()
          Gets the value of the attribute: sandboxCopy; Iteration in the sandbox.
 
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

original

private Versioned original

sandboxCopy

private Versioned sandboxCopy

otherSide

private Versioned otherSide
Constructor Detail

BuildSandboxEvent

public BuildSandboxEvent(String eventType,
                         Object eventTarget,
                         Versioned original,
                         Versioned sandboxCopy,
                         Versioned otherSide)


Supported API: false

Parameters:
eventType - A constant representing Sandbox event
eventTarget - Key Object from the event map of Sandbox event. e.g. POST_MULTI_SB_CHECKOUT_EVENT - original, PRE_MULTI_SB_UNDO_CHECKOUT_EVENT - sandbox, PRE_MULTI_SB_CHECKIN_EVENT -sandbox
original -
sandboxCopy -
otherSide -
Method Detail

getOriginal

public Versioned getOriginal()
Gets the value of the attribute: original; Original iteration in the enterprise

Supported API: false

Returns:
Versioned

getSandboxCopy

public Versioned getSandboxCopy()
Gets the value of the attribute: sandboxCopy; Iteration in the sandbox.

Supported API: false

Returns:
Versioned

getOtherSide

public Versioned getOtherSide()
Gets the value of the attribute: otherSide; Other side object of the Build Rule.

Supported API: false

Returns:
Versioned