|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: false
Extendable: false
Method Summary | |
void |
addValueToList(Object listKey,
Object listElement)
Adds a value to a cached list. |
void |
cacheValue(Object key,
Object value)
Provides a place to cache values during the copy process It is the responsibility of the handler author to insure they are unique. |
WTContainerRef |
copyObjects(WTContainerRef sourceContainer,
WTContainerRef targetContainer,
ContainerCopyWorklist worklist)
Supported API: false |
Object |
getCacheValue(Object key)
Supported API: false |
ObjectIdentifier |
getTargetOid(Object oidKey)
Supported API: false |
List |
getValueList(Object listKey)
Supported API: false |
void |
initializeScript(WTContainerRef sourceCont,
String scriptId)
Supported API: false |
void |
putTargetOid(Object oidKey,
ObjectIdentifier oid)
Supported API: false |
Method Detail |
public WTContainerRef copyObjects(WTContainerRef sourceContainer, WTContainerRef targetContainer, ContainerCopyWorklist worklist) throws WTException
sourceContainer
- targetContainer
- This is an unpersisted target containerworklist
-
WTException
public void cacheValue(Object key, Object value) throws WTException
key
- value
-
WTException
public Object getCacheValue(Object key) throws WTException
key
-
WTException
public ObjectIdentifier getTargetOid(Object oidKey) throws WTException
oidKey
-
WTException
public void putTargetOid(Object oidKey, ObjectIdentifier oid) throws WTException
oidKey
- oid
-
WTException
public void addValueToList(Object listKey, Object listElement) throws WTException
listKey
- listElement
-
WTException
public List getValueList(Object listKey) throws WTException
listKey
-
WTException
public void initializeScript(WTContainerRef sourceCont, String scriptId) throws WTException
sourceCont
- scriptId
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |