|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResourceNodeInfo
Interface ResourceNodeInfo contains information of a resource node in the server.
| Field Summary | |
|---|---|
static int |
FALSE
Deprecated. As of version 6, it has not effective. |
static byte |
NODE_FOLDER
Node type: folder |
static byte |
NODE_RESOURCE
Node type: resource |
static byte |
NODE_VERSION
Node type: version |
static byte |
RESOURCE_CATALOG
Resource type: catalog |
static byte |
RESOURCE_REPORT
Resource type: report |
static byte |
RESOURCE_RESULT
Resource type: result |
static int |
TRUE
Deprecated. As of version 6, it has not effective. |
static int |
UNKNOWN
Deprecated. As of version 6, it has not effective. |
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Get the infomation which admin described for the node |
java.lang.String |
getFmtName()
Deprecated. As of version 6, it has not effective. |
java.lang.String |
getFullFmtName()
Deprecated. As of version 6, it has not effective. |
java.lang.String |
getFullName()
Get the full name of the node |
java.lang.String |
getName()
Get the node's name |
java.lang.String |
getRealPath()
Get real path of the node. |
boolean |
isCatalog()
Test if the node is a catalog. |
boolean |
isDir()
Test if the node is a file system directory. |
boolean |
isFile()
Test if the node is a file system file. |
boolean |
isHidden()
Test if the node is unreachable. |
boolean |
isMapSharedDisk()
Deprecated. As of version 6, it has not effective. |
boolean |
isReachableOfSubNodes()
Deprecated. As of version 6, it has not effective. |
boolean |
isReport()
Test if the node is a report. |
boolean |
isResourceNode()
Deprecated. As of version 6, it has not effective. |
int |
reachable()
Deprecated. As of version 6, it has not effective. |
| Field Detail |
|---|
static final int UNKNOWN
static final int TRUE
static final int FALSE
static final byte NODE_FOLDER
static final byte NODE_RESOURCE
static final byte NODE_VERSION
static final byte RESOURCE_CATALOG
static final byte RESOURCE_REPORT
static final byte RESOURCE_RESULT
| Method Detail |
|---|
boolean isResourceNode()
boolean isCatalog()
boolean isDir()
boolean isFile()
boolean isReport()
boolean isHidden()
java.lang.String getRealPath()
boolean isReachableOfSubNodes()
int reachable()
java.lang.String getName()
java.lang.String getFullName()
java.lang.String getFmtName()
java.lang.String getFullFmtName()
java.lang.String getDescription()
boolean isMapSharedDisk()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||