|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILogicalContainer
A container for logical resources.
| Field Summary | |
|---|---|
static String |
COPY_RIGHT
|
| Method Summary | |
|---|---|
void |
addMember(ILogicalResource newMember)
Adds a logical resource to this container. |
void |
removeMember(ILogicalResource member)
Removes a logical resource from this container. |
| Methods inherited from interface com.ibm.ftt.resources.core.physical.IContainer |
|---|
exists, findMember, findMember, getMembers, members |
| Methods inherited from interface com.ibm.ftt.projects.core.logical.ILogicalResource |
|---|
delete, deleteOverriddenPropertiesInCategory, deleteOverride, getCurrentPropertyGroup, getFullPath, getLogicalParent, getName, getOverriddenProperties, getPersistentProperty, getPhysicalResource, getResourcePublisher, getSessionProperty, getSubProject, refresh, remove, rename, setCurrentPropertyGroup, setOverride, setPersistentProperty, setSessionProperty |
| Field Detail |
|---|
static final String COPY_RIGHT
| Method Detail |
|---|
void addMember(ILogicalResource newMember)
throws OperationFailedException
This is useful for moving a logical resource to a different container.
Note that this method should only be invoked on an
ILogicalContainer that does not represent an
IPhysicalContainer (e.g.
ILogicalSubProject), in order to avoid discrepancies with the
physical file system. Note also that this method will be modified to
throw an exception in the future.
newMember - the ILogicalResource to be added
OperationFailedExceptionILogicalResourceFactory.getLogicalResource(ILogicalContainer,
com.ibm.ftt.resources.core.physical.IPhysicalResource)
void removeMember(ILogicalResource member)
throws OperationFailedException
Note that this method should only be invoked on an
ILogicalContainer that does not represent an
IPhysicalContainer (e.g.
ILogicalSubProject), in order to avoid discrepancies with the
physical file system. Note also that this method will be modified to
throw an exception in the future.
member - the ILogicalResource to be removed
OperationFailedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||