|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
@SASScope(value="ALL") @BinaryCompatibilityOnly public interface DataTableRoleInterface
| Field Summary |
|---|
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
|---|
METADATA_STATE_DELETED, METADATA_STATE_DESTROYED, METADATA_STATE_NEW, METADATA_STATE_NORMAL, PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Method Summary | |
|---|---|
abstract java.lang.String |
getContext()
Get the application context for the data tabe role. |
abstract java.lang.String |
getObjectRole()
Get the object role. |
abstract DataTableInterface |
getRoleObject()
Get the DataTable that this role describes. |
abstract void |
setContext(java.lang.String context)
Set the application context for this role. |
abstract void |
setObjectRole(java.lang.String role)
Set the object role string for this role. |
| Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
|---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
| Method Detail |
|---|
java.lang.String getContext()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a service level error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void setContext(java.lang.String context)
throws ServiceException,
java.rmi.RemoteException
context - The new context string for this role.
ServiceException - If a service level error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.lang.String getObjectRole()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a service level error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void setObjectRole(java.lang.String role)
throws ServiceException,
java.rmi.RemoteException
role - The new object role.
ServiceException - If a service level error occurs.
java.rmi.RemoteException - In the event of remote object failure.
DataTableInterface getRoleObject()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a service level error occurs.
java.rmi.RemoteException - In the event of remote object failure.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||