|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteContainer
Method Summary | |
---|---|
void |
copyContentsTo(IRemoteContainer container)
Copies the persistable contents from this one to another one |
Object[] |
getContents(ISystemContentsType contentsType,
String filter)
Returns the contents of the object. |
boolean |
hasContents(ISystemContentsType contentsType,
String filter)
Returns whether the object has contents of a particular type associated with the specified filter string. |
void |
replaceContent(Object oldObject,
Object newObject)
|
void |
setContents(ISystemContentsType contentsType,
String filter,
Object[] con)
Sets the contents of this object that match a particular filter |
Methods inherited from interface org.eclipse.rse.core.model.ISystemContainer |
---|
getContents, hasContents, isStale, markStale, markStale |
Method Detail |
---|
boolean hasContents(ISystemContentsType contentsType, String filter)
contentsType
- type of contentsfilter
- criteria for contained contents
true
if the object has contents, false
otherwise.Object[] getContents(ISystemContentsType contentsType, String filter)
contentsType
- type of contentsfilter
- criteria for contained contents.
void replaceContent(Object oldObject, Object newObject)
void setContents(ISystemContentsType contentsType, String filter, Object[] con)
contentsType
- type of contentsfilter
- matching criteria for the contained objectscon
- the contained objects that match the filtervoid copyContentsTo(IRemoteContainer container)
container
- the container to copy contents to
|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |