Interface TransportProcessorInterface
- All Superinterfaces:
- com.sas.services.information.publicobject.ProcessorInterface,
Remote
public interface TransportProcessorInterface
extends ProcessorInterface
TransportProcessorInterface is used to define the actions/processes used
to move or change locational information about an object.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidcopy()Copy this object to a new instance.voiddelete()Delete an object from the system.voidExport this object from the system.voidImport this objet into the system.voidmove(PublicObjectContainerInterface target) Move this object to a new location.voidpaste()Insert a new instance of an object.voidrename(String newName) Give this object a new unique name.Methods inherited from interface com.sas.services.information.publicobject.ProcessorInterface
destroy, getPublicObject
-
Field Details
-
NAME
static final String NAMEThe name of this interface.- See Also:
-
-
Method Details
-
delete
Delete an object from the system.- Throws:
ServiceExceptionRemoteException
-
rename
Give this object a new unique name.- Parameters:
newName-- Throws:
ServiceExceptionRemoteException
-
move
Move this object to a new location.- Parameters:
target-- Throws:
ServiceExceptionRemoteException
-
exportObject
Export this object from the system.- Throws:
ServiceExceptionRemoteException
-
importObject
Import this objet into the system.- Throws:
ServiceExceptionRemoteException
-
copy
Copy this object to a new instance.- Throws:
ServiceExceptionRemoteException
-
paste
Insert a new instance of an object.- Throws:
ServiceExceptionRemoteException
-