|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 com.ibm.etools.systems.model.ISystemContainer |
---|
getContents, hasContents, isStale, markStale |
Method Detail |
public boolean hasContents(ISystemContentsType contentsType, String filter)
contentsType
- type of contentsfilter
- criteria for contained contents
true
if the object has contents, false
otherwise.public Object[] getContents(ISystemContentsType contentsType, String filter)
contentsType
- type of contentsfilter
- criteria for contained contents.
public void replaceContent(Object oldObject, Object newObject)
public void setContents(ISystemContentsType contentsType, String filter, Object[] con)
contentsType
- type of contentsfilter
- matching criteria for the contained objectscon
- the contained objects that match the filterpublic void copyContentsTo(IRemoteContainer container)
container
- the container to copy contents to
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |