|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidNodeException | |
com.sas.drugdev.remote.repository | Provides classes and interfaces for retrieving and writing content and metadata. |
com.sas.drugdev.remote.sas | Provides classes and interfaces for publishing and examining an SDD process. |
Uses of InvalidNodeException in com.sas.drugdev.remote.repository |
Methods in com.sas.drugdev.remote.repository that throw InvalidNodeException | |
java.util.List |
RepositoryService.getChildren(Container container)
Get the children of the container described by the given Container. |
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.copyNode(Node srcNode,
Node destNode)
Copy the node described by srcNode to destNode. |
RemoteFile |
RepositoryService.checkoutFile(File file)
Checkout the file described by the given File. |
RemoteFile |
RepositoryService.checkinFile(File file)
Check in the file described by the given File. |
RemoteFile |
RepositoryService.checkinFile(File file,
java.lang.String comment)
Check in the file described by the given File. |
RemoteFile |
RepositoryService.undoCheckout(File file)
Undo the check out of the file described by the given File. |
RemoteFile |
RepositoryService.enableVersioning(File file)
Enable versioning on the file described by the given File. |
RemoteNode |
RepositoryService.updateNode(NodeBean nodeBean)
Apply the changes that have been made on the given Node on the server side. |
void |
RepositoryService.getContents(File file,
java.io.OutputStream stream)
Get the contents of the file described by the given file, including the version specified in file. |
void |
RepositoryService.deleteNode(Node node)
Delete the node described by the given Node. |
RemoteContainer |
RepositoryService.createContainer(ContainerBean containerBean)
Create the container described by the given ContainerBean. |
RemoteFile |
RepositoryService.createFile(FileBean fileBean)
Create the file described by the given FileBean. |
AccessControlList |
RepositoryService.getAccessControlList(Node node)
Get the AccessControlList of the given node |
void |
RepositoryService.updateFileAccessControlList(AccessControlList acl)
Apply the changes that have been made on the given AccessControlList on the server side. |
void |
RepositoryService.updateContainerAccessControlList(AccessControlList acl,
AclRecurseBehavior recurseBehavior)
Apply the changes that have been made on the given AccessControlList on the server side. |
RemoteFile |
RepositoryService.setOwnerOnFile(File file,
java.lang.String userid)
Set the owner of the given file to the given userid. |
RemoteContainer |
RepositoryService.setOwnerOnContainer(Container container,
ContainerDepth depth,
java.lang.String userid)
Set the owner of the given container to the given userid. |
RemoteContainer |
RepositoryService.setDefaultContainerVersioning(Container container,
ContainerDepth depth,
boolean onOff)
Turn on default versioning for the specified container, to the given depth. |
Uses of InvalidNodeException in com.sas.drugdev.remote.sas |
Methods in com.sas.drugdev.remote.sas that throw InvalidNodeException | |
java.util.List |
SASService.getProcessParameters(File file)
Gets the parameters as defined in the current SDD process. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |