Interface DisplayProcessorInterface
- All Superinterfaces:
- com.sas.services.information.publicobject.ProcessorInterface,
Remote
public interface DisplayProcessorInterface
extends ProcessorInterface
Deprecated.
This interface is used to process/get the basic information necessary
about an object. Most applications use this information to display
properties about an object.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.Name of this interface to be used when referencing this. -
Method Summary
Modifier and TypeMethodDescriptionDateDeprecated.Get the date this object was created.StringDeprecated.The description of this object.ObjectgetIcon()Deprecated.Get the information necessary to obtain an icon for this object.ListDeprecated.Get the keywords this object supports.DateDeprecated.Get the date this object was modified.StringgetName()Deprecated.The name of this object.StringgetPath()Deprecated.The path to this object in the SAS Folder view.ListDeprecated.Get the responsibilities assigned to this object.StringgetType()Deprecated.Get the type name as a string of this object.Methods inherited from interface com.sas.services.information.publicobject.ProcessorInterface
destroy, getPublicObject
-
Field Details
-
NAME
static final String NAMEDeprecated.Name of this interface to be used when referencing this.- See Also:
-
-
Method Details
-
getType
Deprecated.Get the type name as a string of this object. This should be the type from the type dictionary entry if one exists.- Returns:
- String
- Throws:
ServiceExceptionRemoteException
-
getName
Deprecated.The name of this object.- Returns:
- String
- Throws:
ServiceExceptionRemoteException
-
getDescription
Deprecated.The description of this object.- Returns:
- String
- Throws:
ServiceExceptionRemoteException
-
getPath
Deprecated.The path to this object in the SAS Folder view.- Returns:
- String
- Throws:
ServiceExceptionRemoteException
-
getCreateDate
Deprecated.Get the date this object was created.- Returns:
- Date
- Throws:
ServiceExceptionRemoteException
-
getModifyDate
Deprecated.Get the date this object was modified.- Returns:
- Date
- Throws:
ServiceExceptionRemoteException
-
getIcon
Deprecated.Get the information necessary to obtain an icon for this object.- Returns:
- Object
- Throws:
ServiceExceptionRemoteException
-
getKeywords
Deprecated.Get the keywords this object supports.- Returns:
- List
- Throws:
ServiceExceptionRemoteException
-
getResponsibleParties
Deprecated.Get the responsibilities assigned to this object.- Returns:
- List
- Throws:
ServiceExceptionRemoteException
-
DetailsProcessorInterface