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

G

GROUP_ALL_USERS - Static variable in interface com.sas.drugdev.remote.repository.security.AccessControlEntry
Name for a special group, which is all users.
Group - interface com.sas.drugdev.remote.admin.Group.
Group provides an interface which accesses the properties of a group
GroupBean - class com.sas.drugdev.remote.admin.GroupBean.
Simple bean to represent a group.
GroupBean(RemoteGroup) - Constructor for class com.sas.drugdev.remote.admin.GroupBean
Construct the GroupBean with a RemoteGroup.
GroupBean(String) - Constructor for class com.sas.drugdev.remote.admin.GroupBean
Contruct the GroupBean with a group name.
GroupService - interface com.sas.drugdev.remote.admin.GroupService.
GroupService provides an interface which may be used to remotely to access server methods to manage groups.
get(GroupBean) - Method in interface com.sas.drugdev.remote.admin.GroupService
Retrieves a group from the server as described by the GroupBean.
get(String) - Method in interface com.sas.drugdev.remote.admin.UserService
Get the user with the specified userId.
getAccessControlList(Node) - Method in interface com.sas.drugdev.remote.repository.RepositoryService
Get the AccessControlList of the given node
getAdminService() - Method in interface com.sas.drugdev.remote.ServiceManager
Get the AdminService instance for this session.
getAll() - Method in interface com.sas.drugdev.remote.admin.GroupService
Returns all the Group objects currently available on the server
getAll() - Static method in class com.sas.drugdev.remote.admin.Policy
Returns a list of all policies defined in SDD
getAll() - Method in interface com.sas.drugdev.remote.admin.UserService
Gets a list of all users defined in SDD including active, inactive, and retired users.
getAttribute(String) - Method in interface com.sas.drugdev.remote.session.Session
Get an object that was previously placed in the session by a call to Session.setAttribute(String, Object), null if the object isn't in the session.
getAttributes() - Method in class com.sas.drugdev.remote.sas.ProcessParameter
Gets the process's attributes
getAuthenticationProvider() - Method in interface com.sas.drugdev.remote.admin.User
Gets the name of the authentication provider for this user.
getAuthenticationProvider() - Method in class com.sas.drugdev.remote.admin.UserBean
 
getAuthenticationProviderUserId() - Method in interface com.sas.drugdev.remote.admin.User
Gets the userId associated with this user that is defined in the external authentication provider.
getAuthenticationProviderUserId() - Method in class com.sas.drugdev.remote.admin.UserBean
 
getCheckedOutBy() - Method in interface com.sas.drugdev.remote.repository.RemoteFile
Get the user id of the user who has this file checked out.
getChildren(Container) - Method in interface com.sas.drugdev.remote.repository.RepositoryService
Get the children of the container described by the given Container.
getContainer(ContainerBean) - Method in interface com.sas.drugdev.remote.repository.RepositoryService
Get the Container described by the given ContainerBean.
getContents() - Method in class com.sas.drugdev.remote.repository.FileBean
Gets the contents of the file as an InputStream.
getContents(File, OutputStream) - Method in interface com.sas.drugdev.remote.repository.RepositoryService
Get the contents of the file described by the given file, including the version specified in file.
getCreatedBy() - Method in interface com.sas.drugdev.remote.repository.RemoteNode
Get the user id of the user who created this
getCreationDate() - Method in interface com.sas.drugdev.remote.repository.RemoteNode
Get the date on which this was created
getDefaultUserPolicies() - Static method in class com.sas.drugdev.remote.admin.Policy
 
getDefaultUserPolicyNames() - Static method in class com.sas.drugdev.remote.admin.Policy
 
getDefaultValue() - Method in class com.sas.drugdev.remote.type.TypeProperty
Get the default value for this property if no value was specified
getDepth() - Method in class com.sas.drugdev.remote.repository.ContainerDepth
 
getDescription() - Method in interface com.sas.drugdev.remote.admin.Group
Get the description of this group
getDescription() - Method in class com.sas.drugdev.remote.admin.GroupBean
 
getDescription() - Method in class com.sas.drugdev.remote.type.TypeProperty
 
getDisplayName() - Method in class com.sas.drugdev.remote.type.TypeProperty
 
getEmailAddress() - Method in interface com.sas.drugdev.remote.admin.User
Get the email address of this user in SDD
getEmailAddress() - Method in class com.sas.drugdev.remote.admin.UserBean
 
getEntries() - Method in interface com.sas.drugdev.remote.repository.security.AccessControlList
Get a list of all the AccessControlEntry objects in ths ACL.
getFile(FileBean) - Method in interface com.sas.drugdev.remote.repository.RepositoryService
Get the File described by the given FileBean.
getFileContents() - Method in class com.sas.drugdev.remote.repository.FileBean
Gets the contents of the file as a File.
getFileName() - Method in class com.sas.drugdev.remote.sas.ProcessFileParameter
Gets the file name
getFiles() - Method in class com.sas.drugdev.remote.sas.ProcessFolderParameter
Gets the set of files contained in the folder
getFirstName() - Method in interface com.sas.drugdev.remote.admin.User
Get the first name of this user in SDD
getFirstName() - Method in class com.sas.drugdev.remote.admin.UserBean
 
getGroupEntries() - Method in interface com.sas.drugdev.remote.repository.security.AccessControlList
Get all the AccessControlEntrys that are associated with a group.
getGroupEntry(String) - Method in interface com.sas.drugdev.remote.repository.security.AccessControlList
Get the AccessControlEntry associated with the given group name.
getGroupNames() - Method in interface com.sas.drugdev.remote.admin.AdminService
Deprecated. Use GroupService.get(GroupBean) instead. Gets a list of all the group names in the system.
getGroupService() - Method in interface com.sas.drugdev.remote.ServiceManager
Get the GroupService instance for this session.
getId() - Method in interface com.sas.drugdev.remote.repository.Node
Get the unique immutable id
getId() - Method in class com.sas.drugdev.remote.repository.NodeBean
 
getLabel() - Method in class com.sas.drugdev.remote.sas.ProcessParameter
Gets the label of the parameter
getLastModifiedBy() - Method in interface com.sas.drugdev.remote.repository.RemoteNode
Get the user id of the user who last modified this object.
getLastModifiedDate() - Method in interface com.sas.drugdev.remote.admin.RemoteUser
Get the date on which this was last modified.
getLastModifiedDate() - Method in interface com.sas.drugdev.remote.repository.RemoteNode
Get the date on which this was last modified.
getLastName() - Method in interface com.sas.drugdev.remote.admin.User
Get the last name of this user in SDD
getLastName() - Method in class com.sas.drugdev.remote.admin.UserBean
 
getLength() - Method in interface com.sas.drugdev.remote.repository.RemoteFile
Get the length of the File.
getName() - Method in interface com.sas.drugdev.remote.admin.Group
Get the name of this group
getName() - Method in class com.sas.drugdev.remote.admin.GroupBean
 
getName() - Method in interface com.sas.drugdev.remote.repository.RemoteNode
Get the name
getName() - Method in interface com.sas.drugdev.remote.repository.security.AccessControlEntry
Get the name of this AccessControlEntry.
getName() - Method in class com.sas.drugdev.remote.sas.ProcessParameter
Returns the name of this parameter
getName() - Method in interface com.sas.drugdev.remote.type.Type
Get the name of this Type
getName() - Method in class com.sas.drugdev.remote.type.TypeBean
 
getName() - Method in class com.sas.drugdev.remote.type.TypeProperty
Get the name of this property
getNode(NodeBean) - Method in interface com.sas.drugdev.remote.repository.RepositoryService
Get the RemoteNode specified by the given NodeBean.
getNode() - Method in interface com.sas.drugdev.remote.repository.security.AccessControlList
Get the full path of the node to which this ACL applies.
getOwner() - Method in interface com.sas.drugdev.remote.repository.RemoteNode
Get the owner's userid
getPassword() - Method in class com.sas.drugdev.remote.session.UsernamePasswordCredentials
 
getPasswordExpirationDate() - Method in interface com.sas.drugdev.remote.admin.AdminService
Deprecated. Use UserService.getPasswordExpirationDate() instead. Get the date that the current user's password will expire.
getPasswordExpirationDate() - Method in interface com.sas.drugdev.remote.admin.UserService
Get the date that the current user's password will expire.
getPasswordReset() - Method in interface com.sas.drugdev.remote.admin.User
Sets whether the password should be reset.
getPasswordReset() - Method in class com.sas.drugdev.remote.admin.UserBean
 
getPath() - Method in interface com.sas.drugdev.remote.repository.Node
Get the full SDD path
getPath() - Method in class com.sas.drugdev.remote.repository.NodeBean
 
getPath() - Method in class com.sas.drugdev.remote.sas.ProcessPathParameter
Gets the destination path of the parameter
getPolicies() - Method in interface com.sas.drugdev.remote.admin.User
Get the policies assigned to this user in SDD.
getPolicies() - Method in class com.sas.drugdev.remote.admin.UserBean
 
getPossibleValues() - Method in class com.sas.drugdev.remote.type.TypeProperty
Returns a List of possible values this property can have.
getProcessParameters(File) - Method in interface com.sas.drugdev.remote.sas.SASService
Gets the parameters as defined in the current SDD process.
getProperties() - Method in interface com.sas.drugdev.remote.admin.User
Get all properties of this user in SDD except policies
getProperties() - Method in class com.sas.drugdev.remote.admin.UserBean
 
getProperties() - Method in interface com.sas.drugdev.remote.repository.Node
Get all properties
getProperties() - Method in class com.sas.drugdev.remote.repository.NodeBean
 
getProperties() - Method in interface com.sas.drugdev.remote.type.RemoteType
Gets a map of all the properties defined for this type, keyed by the property name.
getReason() - Method in class com.sas.drugdev.remote.admin.UserBean
 
getRepositoryService() - Method in interface com.sas.drugdev.remote.ServiceManager
Get the RepositoryService instance for this session.
getSASService() - Method in interface com.sas.drugdev.remote.ServiceManager
Get the SASService instance for this session.
getServiceManager() - Method in interface com.sas.drugdev.remote.session.Session
Get the single service manager for this session.
getType() - Method in interface com.sas.drugdev.remote.repository.Node
Get the type def name
getType() - Method in class com.sas.drugdev.remote.repository.NodeBean
 
getType() - Method in class com.sas.drugdev.remote.sas.ProcessParameter
Gets the parameter type
getType(String) - Method in interface com.sas.drugdev.remote.type.TypeService
Get the Type with the given name, null if the type doesn't exist.
getTypeService() - Method in interface com.sas.drugdev.remote.ServiceManager
Get the TypeService instance for this session.
getTypes() - Method in interface com.sas.drugdev.remote.type.TypeService
Get a list of all Types defined in SDD.
getUserEntries() - Method in interface com.sas.drugdev.remote.repository.security.AccessControlList
Get all the AccessControlEntrys that are associated with a userid.
getUserEntry(String) - Method in interface com.sas.drugdev.remote.repository.security.AccessControlList
Get the AccessControlEntry associated with the given user id.
getUserGroups(User) - Method in interface com.sas.drugdev.remote.admin.GroupService
Gets all the groups that a given user is in
getUserId() - Method in interface com.sas.drugdev.remote.admin.User
Get the userId of this user as defined within SDD
getUserId() - Method in class com.sas.drugdev.remote.admin.UserBean
 
getUserIds() - Method in interface com.sas.drugdev.remote.admin.AdminService
Deprecated. Use UserService.getAll() instead. Gets a list of all userids in the system where the user is active or inactive. No retired userids are returned in the list.
getUserService() - Method in interface com.sas.drugdev.remote.ServiceManager
Get the UserService instance for this session.
getUsername() - Method in class com.sas.drugdev.remote.session.UsernamePasswordCredentials
 
getUsers() - Method in interface com.sas.drugdev.remote.admin.Group
Get the userIds of the current users in this group.
getUsers() - Method in class com.sas.drugdev.remote.admin.GroupBean
 
getUsersWithPolicy(Policy) - Method in interface com.sas.drugdev.remote.admin.UserService
Gets a list of all users with the given policy
getValue() - Method in class com.sas.drugdev.remote.admin.Policy
 
getVersion() - Method in interface com.sas.drugdev.remote.repository.File
Get the version of this file
getVersion() - Method in class com.sas.drugdev.remote.repository.FileBean
 
getVersions() - Method in interface com.sas.drugdev.remote.repository.RemoteFile
Get all the versions available for this file
groupExists(String) - Method in interface com.sas.drugdev.remote.admin.AdminService
Deprecated. Use GroupService.exists(GroupBean) instead. Tests whether a group of the given name exists.

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