wt.ufid
Class FederatableServerHelper.OwnerRepositoryUtil

java.lang.Object
  extended bywt.ufid.FederatableServerHelper.OwnerRepositoryUtil
Enclosing class:
FederatableServerHelper

protected static final class FederatableServerHelper.OwnerRepositoryUtil
extends Object

Class to bundle query spec's for the Repository class *


Field Summary
private static String localAttribute
           
private static Class queryClass
           
 
Constructor Summary
protected FederatableServerHelper.OwnerRepositoryUtil()
           
 
Method Summary
static void deleteReference(Federatable object)
          Delete the Owner Reference
static QuerySpec getOwnerQuerySpec(WTCollection objectSet)
           
static QuerySpec isOwnerQuerySpec(Federatable object)
          This will form the query spec to access the link table representing the ownership releationship between a federatable and the repository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queryClass

private static final Class queryClass

localAttribute

private static final String localAttribute
See Also:
Constant Field Values
Constructor Detail

FederatableServerHelper.OwnerRepositoryUtil

protected FederatableServerHelper.OwnerRepositoryUtil()
Method Detail

isOwnerQuerySpec

public static final QuerySpec isOwnerQuerySpec(Federatable object)
                                        throws WTException
This will form the query spec to access the link table representing the ownership releationship between a federatable and the repository

Throws:
WTException

getOwnerQuerySpec

public static final QuerySpec getOwnerQuerySpec(WTCollection objectSet)
                                         throws WTException
Throws:
WTException

deleteReference

public static final void deleteReference(Federatable object)
                                  throws UfidException
Delete the Owner Reference

Throws:
UfidException