|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
---|---|
java.lang.String |
getContext()
Get the application context for the data tabe role. |
java.lang.String |
getObjectRole()
Get the object role. |
DataTableInterface |
getRoleObject()
Get the DataTable that this role describes. |
void |
setContext(java.lang.String context)
Set the application context for this role. |
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 |