|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
@SASScope(value="ALL") @BinaryCompatibilityOnly public interface TextStoreInterface
A simple interface representing TextStore objects from the metadata store.
| 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 boolean |
containsBytes()
Returns true if the TextStore contents were set with the setBytes() method. |
abstract byte[] |
getBytes()
Get byte array from the text store. |
abstract java.lang.String |
getText()
Get the text from the text store. |
abstract java.lang.String |
getTextRole()
Get the text role. |
abstract java.lang.String |
getTextType()
Get the text type. |
abstract void |
setBytes(byte[] bytes)
Set the text contained in this TextStore object. |
abstract void |
setText(java.lang.String text)
Set the text contained in this TextStore object. |
abstract void |
setTextRole(java.lang.String role)
Set the text role string for this object. |
abstract void |
setTextType(java.lang.String type)
Set the text type for this object. |
| Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
|---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
| Method Detail |
|---|
java.lang.String getText()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void setText(java.lang.String text)
throws ServiceException,
java.rmi.RemoteException
text - The new text for this object.
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.lang.String getTextRole()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void setTextRole(java.lang.String role)
throws ServiceException,
java.rmi.RemoteException
role - The new text role.
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.lang.String getTextType()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void setTextType(java.lang.String type)
throws ServiceException,
java.rmi.RemoteException
type - The new type string.
ServiceException - if a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
byte[] getBytes()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
boolean containsBytes()
throws ServiceException,
java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
void setBytes(byte[] bytes)
throws ServiceException,
java.rmi.RemoteException
text - The new text for this object.
ServiceException - If a repository 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 | |||||||||||||