|
WebLogic Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The RepositoryObject interface represents an object contained within a repository.
RepositoryFolder,
RepositoryDocument| Method Summary | |
java.lang.String |
getDesc()
Return the description of the current repository object. |
java.lang.String |
getName()
Returns the name of the repository object. |
java.lang.String |
getNotes()
Get the notes associated with this repository object. |
RepositoryObject |
getParent()
Returns the object which is the parent of the current repository object. |
Repository |
getRepository()
Returns the Repository which contains this object. |
boolean |
isFolder()
Determine if a RepositoryObject represents a folder or a document. |
void |
remove()
Removes the object from the repository. |
void |
rename(java.lang.String newName)
Rename an existing repository object. |
void |
setDesc(java.lang.String desc)
Set the description of this repository obejct. |
void |
setNotes(java.lang.String notes)
Set the notes associated with this repository object. |
void |
update()
Updates the values of the object in the repository. |
| Method Detail |
public java.lang.String getName()
public RepositoryObject getParent()
public boolean isFolder()
public java.lang.String getDesc()
public void setDesc(java.lang.String desc)
desc - The description to be assigned to this object.public java.lang.String getNotes()
public void setNotes(java.lang.String notes)
notes - The value of the notes to be associated with
this object.
public void remove()
throws RepositoryException
public void rename(java.lang.String newName)
throws RepositoryException
public void update()
throws RepositoryException
public Repository getRepository()
|
WebLogic Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||