Uses of Class
com.sas.services.information.publicobject.ResponsibilityDetails
Packages that use ResponsibilityDetails
Package
Description
Information service metadata browsing.
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 ResponsibilityDetailsModifier and TypeMethodDescriptionstatic ResponsibilityDetailsBrowseMetadataUtil.getCreatedByDetails(BrowseMetadataInterface browse) Gets the details of the user that created the object.static ResponsibilityDetailsBrowseMetadataUtil.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 ResponsibilityDetailsModifier and TypeMethodDescriptionstatic List<ResponsibilityDetails> BrowseMetadataUtil.getResponsibilities(BrowseMetadataInterface browse) Extract the responsibilities property from the givenBrowseMetadataInterface. -
Uses of ResponsibilityDetails in com.sas.services.information.publicobject
Methods in com.sas.services.information.publicobject that return ResponsibilityDetailsModifier and TypeMethodDescriptionBaseDetailsProcessor.getCreatedByDetails()DetailsProcessor.getCreatedByDetails()DetailsProcessorInterface.getCreatedByDetails()Gets the identity information for the user that created the object.BaseDetailsProcessor.getModifiedByDetails()DetailsProcessor.getModifiedByDetails()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 ResponsibilityDetailsModifier and TypeMethodDescriptionList<ResponsibilityDetails> BaseDetailsProcessor.getResponsibilities()List<ResponsibilityDetails> DetailsProcessor.getResponsibilities()List<ResponsibilityDetails> DetailsProcessorInterface.getResponsibilities()Gets the responsibilities associated to the public object.