wt.fc
Interface IdentificationObjectNamespaceDelegate

All Known Implementing Classes:
OrganizationOwnedIdentificationObjectNamespaceDelegate, WTContainerNamespaceDelegate

public interface IdentificationObjectNamespaceDelegate



Supported API: false

Extendable: false


Method Summary
 void changeIdentity(IdentificationObject identificationObject, Identified obj)
          

Supported API: false
 void initialize(IdentificationObject identificationObject, Identified obj)
          

Supported API: false
 void setAdditionalKeyAttributes(IdentificationObject identificationObject, SemanticKey key)
          

Supported API: false
 

Method Detail

initialize

public void initialize(IdentificationObject identificationObject,
                       Identified obj)
                throws WTException


Supported API: false

Parameters:
identificationObject -
obj -
Throws:
WTException

changeIdentity

public void changeIdentity(IdentificationObject identificationObject,
                           Identified obj)
                    throws WTException


Supported API: false

Parameters:
identificationObject -
obj -
Throws:
WTException

setAdditionalKeyAttributes

public void setAdditionalKeyAttributes(IdentificationObject identificationObject,
                                       SemanticKey key)
                                throws WTException


Supported API: false

Parameters:
identificationObject -
key -
Throws:
WTException