Uses of Interface
com.sas.services.information.metadata.PersonInterface

Packages that use PersonInterface
com.sas.services.information Interact with data repositories on behalf of client applications. 
com.sas.services.information.metadata Information Service metadata. 
com.sas.services.publish.metadata Publish Service metadata. 
com.sas.services.user Maintain user identities and profiles. 
 

Uses of PersonInterface in com.sas.services.information
 

Methods in com.sas.services.information that return PersonInterface
abstract  PersonInterface ServerInterface.getPerson()
          Get the PersonInterface representing the connected user.
 PersonInterface OMIServer.getPerson()
           
abstract  PersonInterface RepositoryInterface.getUser()
          Get the person entity that represents the user that is connected to the repository.
 PersonInterface OMIServerRepository.getUser()
          Get the person entity that represents the user that is connected to the repository.
 PersonInterface DAVRepository.getUser()
          Get the person entity that represents the user that is connected to the repository.
abstract  PersonInterface DAVRepositoryInterface.makePersonalAnchor()
           
 PersonInterface DAVRepository.makePersonalAnchor()
           
 

Methods in com.sas.services.information with parameters of type PersonInterface
abstract  void RepositoryInterface.setUser(PersonInterface person)
          Deprecated. This is not referenced outside platform services, and shouldn't be called by a client. The public method will no longer have any effect.
 void OMIServerRepository.setUser(PersonInterface person)
          Set the entity that represents the user that is connected to the repository.
 void DAVRepository.setUser(PersonInterface person)
          Set the entity that represents the user that is connected to the repository.
 

Uses of PersonInterface in com.sas.services.information.metadata
 

Methods in com.sas.services.information.metadata that return PersonInterface
abstract  PersonInterface SubscriberInterface.getPerson()
          Returns the user this subscriber identity belongs to.
 

Methods in com.sas.services.information.metadata that return types with arguments of type PersonInterface
abstract  java.util.List<PersonInterface> EmailInterface.getPersons()
          Gets the List of PersonInterface instances
 

Methods in com.sas.services.information.metadata with parameters of type PersonInterface
abstract  void GroupInterface.addOwner(PersonInterface owner)
          Add a person as an owner of the group.
abstract  void LoginInterface.addUser(PersonInterface user)
          Add a user to the list of allowed clients.
abstract  void GroupInterface.removeOwner(PersonInterface owner)
          Remove a person from the owner list.
abstract  void LoginInterface.removeUser(PersonInterface user)
          Remove a user from the list of allowed clients.
abstract  void SubscriberInterface.setPerson(PersonInterface person)
          Sets the user this subscriber identity belongs to.
 void SubscriberFilter.setPerson(PersonInterface person)
           
 void EventSubscriberFilter.setPerson(PersonInterface person)
          Deprecated.  
 void ContentSubscriberFilter.setPerson(PersonInterface person)
           
 

Method parameters in com.sas.services.information.metadata with type arguments of type PersonInterface
abstract  void EmailInterface.setPersons(java.util.List<PersonInterface> persons)
          Sets the List of PersonInterface instances
 

Uses of PersonInterface in com.sas.services.publish.metadata
 

Methods in com.sas.services.publish.metadata that return PersonInterface
abstract  PersonInterface PackageInterface.getPublisher()
          Get a com.sas.services.information.metadata.Person object which represents the publisher of the package.
 PersonInterface DavBinaryPackage.getPublisher()
          Get a com.sas.services.information.metadata.Person object which represents the publisher of the package.
 

Methods in com.sas.services.publish.metadata with parameters of type PersonInterface
abstract  void ArchiveInterface.setPublisher(PersonInterface publisher)
          Set the identity of the person who performed the publish.
 

Uses of PersonInterface in com.sas.services.user
 

Methods in com.sas.services.user with parameters of type PersonInterface
abstract  ProfileInterface UserServiceInterface.getProfile(PersonInterface person, java.lang.String application)
          Get the profile for a Person object.
 ProfileInterface UserService.getProfile(PersonInterface person, java.lang.String application)
          Get the profile for a Person object.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.