A C D E F G H I M N O P R S T U V W

C

canDelete() - Method in interface com.sas.drugdev.remote.repository.RemoteNode
Can this object be deleted by the current user?
canManage() - Method in interface com.sas.drugdev.remote.admin.GroupService
Tests whether the current user can manage groups on this SDD instance as determined by their policies
canManage() - Method in interface com.sas.drugdev.remote.admin.UserService
Tests if the current user can manage user accounts on this SDD instance by verifying they have the User Manager policy.
canManage() - Method in interface com.sas.drugdev.remote.repository.RemoteNode
Can this object be managed by the current user?
canRead() - Method in interface com.sas.drugdev.remote.repository.RemoteNode
Can this object be read by the current user?
canWrite() - Method in interface com.sas.drugdev.remote.repository.RemoteNode
Can this object be written by the current user?
changePassword(char[], char[]) - Method in interface com.sas.drugdev.remote.admin.AdminService
Deprecated. Use UserService.changePassword(char[], char[]) instead. Change the current user's password.
changePassword(char[], char[]) - Method in interface com.sas.drugdev.remote.admin.UserService
Change the current user's password.
checkinFile(File) - Method in interface com.sas.drugdev.remote.repository.RepositoryService
Check in the file described by the given File.
checkinFile(File, String) - Method in interface com.sas.drugdev.remote.repository.RepositoryService
Check in the file described by the given File.
checkoutFile(File) - Method in interface com.sas.drugdev.remote.repository.RepositoryService
Checkout the file described by the given File.
com.sas.drugdev.remote - package com.sas.drugdev.remote
Contains all the necessary classes and interfaces for creating sessions and connecting to the server.
com.sas.drugdev.remote.admin - package com.sas.drugdev.remote.admin
Provides classes and interfaces for accessing user and group information.
com.sas.drugdev.remote.repository - package com.sas.drugdev.remote.repository
Provides classes and interfaces for retrieving and writing content and metadata.
com.sas.drugdev.remote.repository.security - package com.sas.drugdev.remote.repository.security
Provides classes and interfaces managing permissions for nodes.
com.sas.drugdev.remote.sas - package com.sas.drugdev.remote.sas
Provides classes and interfaces for publishing and examining an SDD process.
com.sas.drugdev.remote.session - package com.sas.drugdev.remote.session
Contains all the necessary classes and interfaces for creating sessions and connecting to the server.
com.sas.drugdev.remote.type - package com.sas.drugdev.remote.type
Provides classes and interfaces for retrieving type information.
CommonConstants - Class in com.sas.drugdev.remote
 
connect(URL, Credentials) - Method in interface com.sas.drugdev.remote.session.SessionAuthenticator
Internal method.
Container - Interface in com.sas.drugdev.remote.repository
Interface representing a Container object in SDD.
ContainerBean - Class in com.sas.drugdev.remote.repository
Simple bean to represent a container.
ContainerBean(NodeId) - Constructor for class com.sas.drugdev.remote.repository.ContainerBean
Constructor that takes only an NodeId.
ContainerBean(RemoteContainer) - Constructor for class com.sas.drugdev.remote.repository.ContainerBean
Constructor that takes a RemoteContainer.
ContainerBean(String) - Constructor for class com.sas.drugdev.remote.repository.ContainerBean
Construct a ContainerBean with just the path.
ContainerBean(String, Type) - Constructor for class com.sas.drugdev.remote.repository.ContainerBean
Construct the ContainerBean with a type and a path.
ContainerDepth - Class in com.sas.drugdev.remote.repository
Simple class to obtain the container depth.
ContainmentException - Exception in com.sas.drugdev.remote.repository
A ContainmentException is thrown when a file or container is created within a container that can't contain that type of node because of the type containment rules.
ContainmentException() - Constructor for exception com.sas.drugdev.remote.repository.ContainmentException
 
ContainmentException(String) - Constructor for exception com.sas.drugdev.remote.repository.ContainmentException
 
ContainmentException(Throwable) - Constructor for exception com.sas.drugdev.remote.repository.ContainmentException
 
ContainmentException(String, Throwable) - Constructor for exception com.sas.drugdev.remote.repository.ContainmentException
 
copyNode(Node, Node) - Method in interface com.sas.drugdev.remote.repository.RepositoryService
Copy the node described by srcNode to destNode.
create(GroupBean) - Method in interface com.sas.drugdev.remote.admin.GroupService
Creates a new group on the server as described by the GroupBean
create(UserBean) - Method in interface com.sas.drugdev.remote.admin.UserService
Create the user described by the given UserBean.
createContainer(ContainerBean) - Method in interface com.sas.drugdev.remote.repository.RepositoryService
Create the container described by the given ContainerBean.
createFile(FileBean) - Method in interface com.sas.drugdev.remote.repository.RepositoryService
Create the file described by the given FileBean.
createGroupEntry(String) - Method in interface com.sas.drugdev.remote.repository.security.AccessControlList
Create an AccessControlEntry associated with the given group name.
createUserEntry(String) - Method in interface com.sas.drugdev.remote.repository.security.AccessControlList
Create an AccessControlEntry associated with the given user id.
Credentials - Interface in com.sas.drugdev.remote.session
Interface used as a base interface for all types of Credentials.

A C D E F G H I M N O P R S T U V W