|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDirectoryItem
This interface defines an item under the data sources
directory. Data sources available from the server are put in directory format for
easy access. The types of directory items include folders, reports, and
connections. Use the
com.crystaldecisions.sdk.occa.report.application.ConnectionDirManager
to retrieve specific types of directory items.
Method Summary | |
---|---|
DirectoryItems |
getChildren()
Returns the child items that belong to the directory item. |
boolean |
getChildrenFetched()
Returns whether the child items of the directory item have been fetched from the server. |
boolean |
getIsLeaf()
Returns whether the directory item is a leaf (contains no child items). |
java.lang.String |
getName()
Returns the name of the directory item. |
PropertyBag |
getUID()
Returns the property bag object. |
void |
setChildren(DirectoryItems children)
Sets the child items that belong to the directory item. |
void |
setChildrenFetched(boolean childrenFetched)
Sets whether the child items of the directory item have been fetched from the server. |
Method Detail |
---|
DirectoryItems getChildren()
Returns the child items that belong to the directory item.
Use the getChildrenFetched()
method to determine if the
com.crystaldecisions.sdk.occa.report.application.ConnectionDirManager
has been used to retrieve the child items from the server.
When the child items are retrieved, the getChildren
and getChildrenFetched are updated.
boolean getChildrenFetched()
Returns whether the child items of the directory item have been fetched from the server.
Use the getChildrenFetched()
method to determine
if the
com.crystaldecisions.sdk.occa.report.application.ConnectionDirManager
has been used to retrieve the child items from the server.
When the child items are retrieved, the getChildren
and getChildrenFetched are updated.
true
if the child items of the directory
item have been fetched from the server, and false
otherwise.boolean getIsLeaf()
Returns whether the directory item is a leaf (contains no child items).
true
if the directory item is a leaf (contains no child items),
and false
otherwise.java.lang.String getName()
Returns the name of the directory item.
String
.PropertyBag getUID()
Returns the property bag object. These properties uniquely identify the directory item.
PropertyBag
object.void setChildren(DirectoryItems children)
Sets the child items that belong to the directory item.
Use the getChildrenFetched()
method to determine
if the
com.crystaldecisions.sdk.occa.report.application.ConnectionDirManager
has been used to retrieve the child items from the server.
When the child items are retrieved, the getChildren
and getChildrenFetched are updated.
children
- The directory items.void setChildrenFetched(boolean childrenFetched)
Sets whether the child items of the directory item have been fetched from the server.
Use the getChildrenFetched()
method to determine
if the
com.crystaldecisions.sdk.occa.report.application.ConnectionDirManager
has been used to retrieve the child items from the server.
When the child items are retrieved, the getChildren
and getChildrenFetched are updated.
childrenFetched
- true
if the child items of the directory
item have been fetched from the server, and false
otherwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |