|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.change2.SynchronizedDomainChooseFolderDelegate
public class SynchronizedDomainChooseFolderDelegate
This delegate has similar semantics to those of DefaultChooseFolderDelegate,
but forces the administrative domain of each non-foldered change object
to be synchronized with that of its associated foldered change object.
Supported API: true
Extendable: true
DefaultChooseFolderDelegate,
Serialized Form| Method Summary | |
|---|---|
CabinetMember |
assignLocation(CabinetMember target,
CabinetMember source)
Assign the target CabinetMember object to the same Cabinet as the source CabinetMember object; force the domain of the target to match that of the source; set inheritedDomain=false for the target. |
CabinetMember |
assignLocation(CabinetMember target,
Foldered source)
Assign the target CabinetMember object to the same Cabinet as the source Foldered object; force the domain of the target to match that of the source; set inheritedDomain=false for the target. |
Foldered |
assignLocation(Foldered target)
Assign the target Foldered object to a Folder using the property file resource entry: |
CabinetMember |
assignLocation(Foldered target,
CabinetMember source)
Assign the target Foldered object to a Folder using the source CabinetMember object. |
Foldered |
assignLocation(Foldered target,
Foldered source)
Assign the target Foldered object to the same Folder as the source Foldered object. |
CabinetMember |
changeFolder(CabinetMember target,
CabinetMember source)
Change the target CabinetMember object to the same Cabinet as the source CabinetMember object, and explicitly change the domain, if needed. |
CabinetMember |
changeFolder(CabinetMember target,
Foldered source)
Change the target CabinetMember object to the same Cabinet as the source Foldered object; force the domain of the target to match that of the source. |
Foldered |
changeFolder(Foldered target,
CabinetMember source)
Change the target Foldered object to a Folder using the source CabinetMember object. |
Foldered |
changeFolder(Foldered target,
Foldered source)
Change the target Foldered object to the same Folder as the source Foldered object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public CabinetMember assignLocation(CabinetMember target,
CabinetMember source)
throws WTException,
ChangeException2
assignLocation in interface ChooseFolderDelegatetarget - source -
WTException
ChangeException2
public Foldered assignLocation(Foldered target,
Foldered source)
throws WTException,
ChangeException2
assignLocation in interface ChooseFolderDelegatetarget - source -
WTException
ChangeException2
public CabinetMember assignLocation(CabinetMember target,
Foldered source)
throws WTException,
ChangeException2
assignLocation in interface ChooseFolderDelegatetarget - source -
WTException
ChangeException2
public CabinetMember assignLocation(Foldered target,
CabinetMember source)
throws WTException,
ChangeException2
assignLocation in interface ChooseFolderDelegatetarget - source -
WTException
ChangeException2
public Foldered assignLocation(Foldered target)
throws WTException,
ChangeException2
wt.services/rsc/default/FolderedChangeItemLocation.
assignLocation in interface ChooseFolderDelegatetarget -
WTException
ChangeException2
public CabinetMember changeFolder(CabinetMember target,
CabinetMember source)
throws WTException,
ChangeException2
changeFolder in interface ChooseFolderDelegatetarget - source -
WTException
ChangeException2
public Foldered changeFolder(Foldered target,
Foldered source)
throws WTException,
ChangeException2
changeFolder in interface ChooseFolderDelegatetarget - source -
WTException
ChangeException2
public CabinetMember changeFolder(CabinetMember target,
Foldered source)
throws WTException,
ChangeException2
changeFolder in interface ChooseFolderDelegatetarget - source -
WTException
ChangeException2
public Foldered changeFolder(Foldered target,
CabinetMember source)
throws WTException,
ChangeException2
changeFolder in interface ChooseFolderDelegatetarget - source -
WTException
ChangeException2
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||