Uses of Class
com.sas.services.information.publicobject.ResponsibilityDetails

Packages that use ResponsibilityDetails
com.sas.services.information.browse Information service metadata browsing. 
com.sas.services.information.publicobject Public Objects are Information Service objects which represent SAS information which is rooted in metadata. 
 

Uses of ResponsibilityDetails in com.sas.services.information.browse
 

Methods in com.sas.services.information.browse that return ResponsibilityDetails
static ResponsibilityDetails BrowseMetadataUtil.getCreatedByDetails(BrowseMetadataInterface browse)
          Gets the details of the user that created the object.
static ResponsibilityDetails BrowseMetadataUtil.getModifiedByDetails(BrowseMetadataInterface browse)
          Gets the details of the user that modified the object.
 

Methods in com.sas.services.information.browse that return types with arguments of type ResponsibilityDetails
static java.util.List<ResponsibilityDetails> BrowseMetadataUtil.getResponsibilities(BrowseMetadataInterface browse)
          Extract the responsibilities property from the given BrowseMetadataInterface.
 

Uses of ResponsibilityDetails in com.sas.services.information.publicobject
 

Methods in com.sas.services.information.publicobject that return ResponsibilityDetails
 ResponsibilityDetails DetailsProcessorInterface.getCreatedByDetails()
          Gets the identity information for the user that created the object.
 ResponsibilityDetails DetailsProcessorInterface.getModifiedByDetails()
          Gets the identity information for the user that modified the object.
 

Methods in com.sas.services.information.publicobject that return types with arguments of type ResponsibilityDetails
 java.util.List<ResponsibilityDetails> DetailsProcessorInterface.getResponsibilities()
          Gets the responsibilities associated to the public object.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.