Uses of Interface
com.sas.services.information.metadata.PersonInterface
Packages that use PersonInterface
Package
Description
Interact with data repositories on behalf of client applications.
Information Service metadata.
Publish Service metadata.
Maintain user identities and profiles.
-
Uses of PersonInterface in com.sas.services.information
Methods in com.sas.services.information that return PersonInterfaceModifier and TypeMethodDescriptionOMIServer.getPerson()ServerInterface.getPerson()Get the PersonInterface representing the connected user.DAVRepository.getUser()Get the person entity that represents the user that is connected to the repository.OMIRepository.getUser()Get the person entity that represents the user that is connected to the repository.OMIServerRepository.getUser()Get the person entity that represents the user that is connected to the repository.RepositoryInterface.getUser()Get the person entity that represents the user that is connected to the repository.DAVRepository.makePersonalAnchor()DAVRepositoryInterface.makePersonalAnchor()Methods in com.sas.services.information with parameters of type PersonInterfaceModifier and TypeMethodDescriptionvoidDAVRepository.setUser(PersonInterface person) Set the entity that represents the user that is connected to the repository.voidOMIRepository.setUser(PersonInterface person) Deprecated.this is no longer a useful method.voidOMIServerRepository.setUser(PersonInterface person) Set the entity that represents the user that is connected to the repository.voidRepositoryInterface.setUser(PersonInterface person) Deprecated.This is not referenced outside platform services, and shouldn't be called by a client. -
Uses of PersonInterface in com.sas.services.information.metadata
Classes in com.sas.services.information.metadata that implement PersonInterfaceModifier and TypeClassDescriptionclassclassclassDAV Smart object implementation for PersonInterface.classclassclassclassMethods in com.sas.services.information.metadata that return PersonInterfaceModifier and TypeMethodDescriptionOMRSubscriber.getPerson()SubscriberInterface.getPerson()Returns the user this subscriber identity belongs to.Methods in com.sas.services.information.metadata that return types with arguments of type PersonInterfaceModifier and TypeMethodDescriptionList<PersonInterface> EmailInterface.getPersons()Gets the List ofPersonInterfaceinstancesList<PersonInterface> OMREmail.getPersons()Methods in com.sas.services.information.metadata with parameters of type PersonInterfaceModifier and TypeMethodDescriptionvoidGroupInterface.addOwner(PersonInterface owner) Add a person as an owner of the group.voidOMRGroup.addOwner(PersonInterface owner) voidLoginInterface.addUser(PersonInterface user) Add a user to the list of allowed clients.voidOMRLogin.addUser(PersonInterface user) voidGroupInterface.removeOwner(PersonInterface owner) Remove a person from the owner list.voidOMRGroup.removeOwner(PersonInterface owner) voidLoginInterface.removeUser(PersonInterface user) Remove a user from the list of allowed clients.voidOMRLogin.removeUser(PersonInterface user) voidContentSubscriberFilter.setPerson(PersonInterface person) voidEventSubscriberFilter.setPerson(PersonInterface person) Deprecated.voidOMRSubscriber.setPerson(PersonInterface person) voidSubscriberFilter.setPerson(PersonInterface person) voidSubscriberInterface.setPerson(PersonInterface person) Sets the user this subscriber identity belongs to.Method parameters in com.sas.services.information.metadata with type arguments of type PersonInterfaceModifier and TypeMethodDescriptionvoidEmailInterface.setPersons(List<PersonInterface> persons) Sets the List ofPersonInterfaceinstancesvoidOMREmail.setPersons(List<PersonInterface> persons) Constructors in com.sas.services.information.metadata with parameters of type PersonInterface -
Uses of PersonInterface in com.sas.services.publish.metadata
Methods in com.sas.services.publish.metadata that return PersonInterfaceModifier and TypeMethodDescriptionDavBinaryPackage.getPublisher()Get a com.sas.services.information.metadata.Person object which represents the publisher of the package.DavPackage.getPublisher()Get a com.sas.services.information.metadata.Person object which represents the publisher of the package.OMRPackage.getPublisher()Returns this archive's publisher.PackageInterface.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 PersonInterfaceModifier and TypeMethodDescriptionvoidArchiveInterface.setPublisher(PersonInterface publisher) Set the identity of the person who performed the publish.voidOMRArchive.setPublisher(PersonInterface publisher) -
Uses of PersonInterface in com.sas.services.user
Methods in com.sas.services.user with parameters of type PersonInterfaceModifier and TypeMethodDescriptionUserService.getProfile(PersonInterface person, String application) Get the profile for a Person object.UserServiceInterface.getProfile(PersonInterface person, String application) Get the profile for a Person object.UserServiceProxy.getProfile(PersonInterface person, String application) Get the profile for a Person object.