Uses of Interface
com.sas.metadata.remote.Identity

Packages that use Identity
com.sas.metadata.remote Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. 
 

Uses of Identity in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return Identity
abstract  Identity Tree.getAssociatedIdentity()
          Gets the Identity for AssociatedIdentity
abstract  Identity Login.getAssociatedIdentity()
          Gets the Identity for AssociatedIdentity
abstract  Identity Change.getChangeIdentity()
          Gets the Identity for ChangeIdentity
abstract  Identity InternalLogin.getForIdentity()
          Gets the Identity for ForIdentity
abstract  Identity MdOMIUtil.getIdentity(MdObjectStore store)
          This routine is used to retrieve the identity object of the current user.
abstract  Identity MdOMRConnection.getIdentityOfUserConnected(MdStore store, java.lang.String reposID)
          Returns the Identity object for the user currently connected to the server.
 

Methods in com.sas.metadata.remote with parameters of type Identity
abstract  void Tree.setAssociatedIdentity(Identity inObject)
          Sets the AssociatedIdentitys list 0th element to be inObject.
abstract  void Login.setAssociatedIdentity(Identity inObject)
          Sets the AssociatedIdentitys list 0th element to be inObject.
abstract  void Change.setChangeIdentity(Identity inObject)
          Sets the ChangeIdentitys list 0th element to be inObject.
abstract  void InternalLogin.setForIdentity(Identity inObject)
          Sets the ForIdentitys list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.