|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteNode | |
---|---|
com.sas.drugdev.remote.repository | Provides classes and interfaces for retrieving and writing content and metadata. |
com.sas.drugdev.remote.repository.security | Provides classes and interfaces managing permissions for nodes. |
Uses of RemoteNode in com.sas.drugdev.remote.repository |
---|
Subinterfaces of RemoteNode in com.sas.drugdev.remote.repository | |
---|---|
interface |
RemoteContainer
Interface representing a container that lives in the server repository. |
interface |
RemoteFile
Interface representing a file that lives in the server repository. |
Methods in com.sas.drugdev.remote.repository that return RemoteNode | |
---|---|
RemoteNode |
RepositoryService.copyNode(Node srcNode,
Node destNode)
Copy the node described by srcNode to destNode. |
RemoteNode |
RepositoryService.getNode(NodeBean node)
Get the RemoteNode specified by the given NodeBean. |
RemoteNode |
RepositoryService.moveNode(Node srcNode,
Node destNode)
Move the node described by srcNode to destNode. |
RemoteNode |
RepositoryService.renameNode(Node srcNode,
java.lang.String newName)
Rename the node desribed by srcNode to the newName. |
RemoteNode |
RepositoryService.updateNode(NodeBean nodeBean)
Apply the changes that have been made on the given Node on the server side. |
Uses of RemoteNode in com.sas.drugdev.remote.repository.security |
---|
Methods in com.sas.drugdev.remote.repository.security that return RemoteNode | |
---|---|
RemoteNode |
AccessControlList.getNode()
Get the full path of the node to which this ACL applies. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |