|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
@SASScope(value="ALL") @BinaryCompatibilityOnly public interface ExternalIdentityInterface
| 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()
Gets the context for the external identity |
abstract java.lang.String |
getIdentifier()
Gets the identifier for the external identity |
abstract java.lang.String |
getImportType()
Gets the import type for the external identity |
abstract MetadataInterface |
getOwningObject()
Get the object that owns this external identity |
abstract void |
setContext(java.lang.String context)
Sets the context for the external identity |
abstract void |
setIdentifier(java.lang.String identifier)
Sets the identifier for the external identity |
abstract void |
setImportType(java.lang.String importType)
Sets the import type of the external identity |
abstract void |
setOwningObject(MetadataInterface owner)
Set the object that this external identity modifies. |
| Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
|---|
addProcessorInterface, getContainer, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
| Method Detail |
|---|
java.lang.String getContext()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If error getting/setting part of the object.
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getIdentifier()
throws ServiceException,
java.rmi.RemoteException
getIdentifier in interface PublicObjectInterfaceServiceException - If error getting/setting part of the object.
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getImportType()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If error getting/setting part of the object.
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MetadataInterface getOwningObject()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void setContext(java.lang.String context)
throws ServiceException,
java.rmi.RemoteException
The - context of the external identity
ServiceException - If error getting/setting part of the object.
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
void setIdentifier(java.lang.String identifier)
throws ServiceException,
java.rmi.RemoteException
The - identifier of the external identity
ServiceException - If error getting/setting part of the object.
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
void setImportType(java.lang.String importType)
throws ServiceException,
java.rmi.RemoteException
The - List of SubscriberInterface instances
ServiceException - If error getting/setting part of the object.
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
void setOwningObject(MetadataInterface owner)
throws ServiceException,
java.rmi.RemoteException
owner - The object that owns this external identity
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 | |||||||||||||