Uses of Class
com.sas.services.information.ACTEntry
Packages that use ACTEntry
Package
Description
Interact with data repositories on behalf of client applications.
-
Uses of ACTEntry in com.sas.services.information
Methods in com.sas.services.information that return ACTEntryModifier and TypeMethodDescriptionMetadataRepositoryInterface.getAccessControlTemplateAttribs(String act) Get attributes for an AccessControlTemplate.MetadataServerInterface.getAccessControlTemplateAttribs(String act) Get attributes for an AccessControlTemplate.OMIRepository.getAccessControlTemplateAttribs(String act) Get attributes for an AccessControlTemplate.OMIRepositoryInterface.getAccessControlTemplateAttribs(String act) Get attributes for an AccessControlTemplate.OMIServer.getAccessControlTemplateAttribs(String act) Get attributes for an AccessControlTemplate.OMIServerRepository.getAccessControlTemplateAttribs(String act) Get attributes for an AccessControlTemplate.Methods in com.sas.services.information with parameters of type ACTEntryModifier and TypeMethodDescriptionvoidMetadataRepositoryInterface.createAccessControTemplate(ACTEntry act) Create a new AccessControlTemplate in this repository.voidMetadataServerInterface.createAccessControTemplate(RepositoryInterface repository, ACTEntry act) Create a new AccessControlTemplate in this repository.voidOMIRepository.createAccessControTemplate(ACTEntry act) Create a new AccessControlTemplate in this repository.voidOMIRepositoryInterface.createAccessControTemplate(ACTEntry act) Create a new AccessControlTemplate in this repository.voidOMIServer.createAccessControTemplate(RepositoryInterface repository, ACTEntry act) Create a new AccessControlTemplate in this repository.voidOMIServerRepository.createAccessControTemplate(ACTEntry act) Create a new AccessControlTemplate in this repository.voidMetadataRepositoryInterface.setAccessControlTemplateAttribs(ACTEntry act) Set attributes on an AccessControlTemplate.voidMetadataServerInterface.setAccessControlTemplateAttribs(RepositoryInterface repository, ACTEntry act) Set attributes on an AccessControlTemplate.voidOMIRepository.setAccessControlTemplateAttribs(ACTEntry act) Set attributes on an AccessControlTemplate.voidOMIRepositoryInterface.setAccessControlTemplateAttribs(ACTEntry act) Set attributes on an AccessControlTemplate.voidOMIServer.setAccessControlTemplateAttribs(RepositoryInterface repository, ACTEntry act) Set attributes on an AccessControlTemplate.voidOMIServerRepository.setAccessControlTemplateAttribs(ACTEntry act) Set attributes on an AccessControlTemplate.