Uses of Class
com.sas.services.information.ACTEntry

Packages that use ACTEntry
com.sas.services.information 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 ACTEntry
 ACTEntry OMIServerRepository.getAccessControlTemplateAttribs(java.lang.String act)
          Get attributes for an AccessControlTemplate.
 ACTEntry OMIServer.getAccessControlTemplateAttribs(java.lang.String act)
          Get attributes for an AccessControlTemplate.
 ACTEntry OMIRepositoryInterface.getAccessControlTemplateAttribs(java.lang.String act)
          Get attributes for an AccessControlTemplate.
 ACTEntry MetadataServerInterface.getAccessControlTemplateAttribs(java.lang.String act)
          Get attributes for an AccessControlTemplate.
 ACTEntry MetadataRepositoryInterface.getAccessControlTemplateAttribs(java.lang.String act)
          Get attributes for an AccessControlTemplate.
 

Methods in com.sas.services.information with parameters of type ACTEntry
 void OMIServerRepository.createAccessControTemplate(ACTEntry act)
          Create a new AccessControlTemplate in this repository.
 void OMIRepositoryInterface.createAccessControTemplate(ACTEntry act)
          Create a new AccessControlTemplate in this repository.
 void MetadataRepositoryInterface.createAccessControTemplate(ACTEntry act)
          Create a new AccessControlTemplate in this repository.
 void OMIServer.createAccessControTemplate(RepositoryInterface repository, ACTEntry act)
          Create a new AccessControlTemplate in this repository.
 void MetadataServerInterface.createAccessControTemplate(RepositoryInterface repository, ACTEntry act)
          Create a new AccessControlTemplate in this repository.
 void OMIServerRepository.setAccessControlTemplateAttribs(ACTEntry act)
          Set attributes on an AccessControlTemplate.
 void OMIRepositoryInterface.setAccessControlTemplateAttribs(ACTEntry act)
          Set attributes on an AccessControlTemplate.
 void MetadataRepositoryInterface.setAccessControlTemplateAttribs(ACTEntry act)
          Set attributes on an AccessControlTemplate.
 void OMIServer.setAccessControlTemplateAttribs(RepositoryInterface repository, ACTEntry act)
          Set attributes on an AccessControlTemplate.
 void MetadataServerInterface.setAccessControlTemplateAttribs(RepositoryInterface repository, ACTEntry act)
          Set attributes on an AccessControlTemplate.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.