|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public static final int UNKNOWN
public static final int TRUE
public static final int FALSE
public static final byte NODE_FOLDER
public static final byte NODE_RESOURCE
public static final byte NODE_VERSION
public static final byte RESOURCE_CATALOG
public static final byte RESOURCE_REPORT
public static final byte RESOURCE_RESULT
| Method Detail |
public boolean isResourceNode()
public boolean isCatalog()
public boolean isDir()
public boolean isFile()
public boolean isReport()
public boolean isHidden()
public java.lang.String getRealPath()
public boolean isReachableOfSubNodes()
public int reachable()
public java.lang.String getName()
public java.lang.String getFullName()
public java.lang.String getFmtName()
public java.lang.String getFullFmtName()
public java.lang.String getDescription()
public boolean isMapSharedDisk()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||