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

A

AbstractCheckedException - Exception in com.sas.hls.common.exception
Parent class of all checked exceptions created in the java API.
AbstractCheckedException(String) - Constructor for exception com.sas.hls.common.exception.AbstractCheckedException
Construct an AbstractCheckedException with the specified detail message.
AbstractCheckedException(String, String) - Constructor for exception com.sas.hls.common.exception.AbstractCheckedException
Construct an AbstractCheckedException with the specified detail and localized message.
AbstractCheckedException(String, Throwable) - Constructor for exception com.sas.hls.common.exception.AbstractCheckedException
Construct an AbstractCheckedException with the specified detail message and nested exception.
AbstractCheckedException(String, String, Throwable) - Constructor for exception com.sas.hls.common.exception.AbstractCheckedException
Construct an AbstractCheckedException with the specified detail message, localized message and nested exception.
AbstractIdentifiable - Class in com.sas.hls.common
An abstract parent class for objects implementing the Identifiable interface.
AbstractIdentifiable() - Constructor for class com.sas.hls.common.AbstractIdentifiable
Zero-arg constructor
AbstractIdentifiable(String) - Constructor for class com.sas.hls.common.AbstractIdentifiable
Constructor
AbstractIdentifiable(String, String) - Constructor for class com.sas.hls.common.AbstractIdentifiable
Constructor
AbstractRuntimeException - Exception in com.sas.hls.common.exception
Parent class of all Runtime exceptions created in the java API.
AbstractRuntimeException(String) - Constructor for exception com.sas.hls.common.exception.AbstractRuntimeException
Construct an AbstractRuntimeException with the specified detail message.
AbstractRuntimeException(String, String) - Constructor for exception com.sas.hls.common.exception.AbstractRuntimeException
Construct an AbstractRuntimeException with the specified detail and localized message.
AbstractRuntimeException(String, Throwable) - Constructor for exception com.sas.hls.common.exception.AbstractRuntimeException
Construct an AbstractRuntimeException with the specified detail message and nested exception.
AbstractRuntimeException(String, String, Throwable) - Constructor for exception com.sas.hls.common.exception.AbstractRuntimeException
Construct an AbstractRuntimeException with the specified detail message, localized message and nested exception.
AccessDeniedException - Exception in com.sas.hls.common.exception
An exception indicating the user does not have appropriate permissions for the action they attempted.
AccessDeniedException(String) - Constructor for exception com.sas.hls.common.exception.AccessDeniedException
Constructs an AccessDeniedException with the specified message.
AccountInfo - Class in com.sas.hls.security.user
A data transfer object listing more detailed information about a user's account.
AccountInfo() - Constructor for class com.sas.hls.security.user.AccountInfo
Zero-arg constructor.
AccountInfo(AccountInfo.AccountType) - Constructor for class com.sas.hls.security.user.AccountInfo
Constructor
AccountInfo.AccountType - Enum in com.sas.hls.security.user
The list of account types currently supported.
Acl - Class in com.sas.hls.security.acl
An Acl contains owner and access permission information for a given object.
Acl() - Constructor for class com.sas.hls.security.acl.Acl
Zero-arg Acl constructor
AclContainer - Class in com.sas.hls.security.acl
A data object that contains owner and access permission information for a container.
AclContainer() - Constructor for class com.sas.hls.security.acl.AclContainer
Zero-arg AclContainer constructor
AclContainerSecurable - Interface in com.sas.hls.security.acl
An interface indicating a container that supports the ability to set permissions.
AclEntry - Class in com.sas.hls.security.acl
A data object that represents access permissions for an acl principal.
AclEntry() - Constructor for class com.sas.hls.security.acl.AclEntry
Zero-arg AclEntry constructor
AclEntry(AclPrincipal) - Constructor for class com.sas.hls.security.acl.AclEntry
AclEntry constructor
AclEntry(AclPrincipal, AclEntry.PermissionValue, AclEntry.PermissionValue, AclEntry.PermissionValue, AclEntry.PermissionValue, AclEntry.PermissionValue) - Constructor for class com.sas.hls.security.acl.AclEntry
AclEntry constructor
AclEntry.PermissionValue - Enum in com.sas.hls.security.acl
PermissionValue is an enum representing the possible values of a permission.
AclMembers - Class in com.sas.hls.security.acl
A data object which represents the members acl.
AclMembers() - Constructor for class com.sas.hls.security.acl.AclMembers
Zero-arg AclMembers constructor
AclMembers(String) - Constructor for class com.sas.hls.security.acl.AclMembers
AclMembers constructor
AclOwner - Class in com.sas.hls.security.acl
A data object which represents the owner acl.
AclOwner() - Constructor for class com.sas.hls.security.acl.AclOwner
Zero-arg AclOwner constructor
AclOwner(String) - Constructor for class com.sas.hls.security.acl.AclOwner
AclOwner constructor
AclPrincipal - Interface in com.sas.hls.security.acl
An interface indicating a principal for which permissions (acls) can be assigned.
AclSecurable - Interface in com.sas.hls.security.acl
An interface indicating an object that supports the ability to set permissions.
AclService - Interface in com.sas.hls.security.acl
Service that provides a way to manipulate owner and permission information of an object.
AclUpdateException - Exception in com.sas.hls.security.acl.exception
Thrown when an error is encountered while updating an acl.
AclUpdateException(String) - Constructor for exception com.sas.hls.security.acl.exception.AclUpdateException
Constructor
addMember(MembershipContext, Principal) - Method in interface com.sas.hls.security.membership.MembershipService
Add the specified principal to the membership list of a membership context.
addMembers(MembershipContext, Set<Principal>) - Method in interface com.sas.hls.security.membership.MembershipService
Add the specified principal to the membership list of a membership context.
AlreadyCheckedoutException - Exception in com.sas.hls.resource.repository.exception
Thrown when attempt is made to check out a resource that is already checked out.
AlreadyCheckedoutException(String) - Constructor for exception com.sas.hls.resource.repository.exception.AlreadyCheckedoutException
Constructs an AlreadyCheckedoutException with the specified message.
Analysis - Class in com.sas.hls.drug.analysis
A client representation of an Analysis in SAS Drug Development.
Analysis() - Constructor for class com.sas.hls.drug.analysis.Analysis
Deprecated. 
Analysis(String, String, String, ProjectDescriptor, State, String) - Constructor for class com.sas.hls.drug.analysis.Analysis
Constructor
AnalysisDescriptor - Class in com.sas.hls.drug.analysis
A light-weight client representation of an Analysis defined in SAS Drug Development.
AnalysisDescriptor() - Constructor for class com.sas.hls.drug.analysis.AnalysisDescriptor
Deprecated. 
AnalysisDescriptor(String, String, String) - Constructor for class com.sas.hls.drug.analysis.AnalysisDescriptor
Constructor
analysisExists(ProjectDescriptor, String) - Method in interface com.sas.hls.drug.analysis.AnalysisService
Checks if the analysis specified by name exists for the specified project.
AnalysisExistsException - Exception in com.sas.hls.drug.analysis.exception
Thrown when attempt is made to create an analysis when one already exists with that name within the project.
AnalysisExistsException(String) - Constructor for exception com.sas.hls.drug.analysis.exception.AnalysisExistsException
AnalysisExistsException constructor
AnalysisNotFoundException - Exception in com.sas.hls.drug.analysis.exception
Thrown when the specified analysis could not be found.
AnalysisNotFoundException(String) - Constructor for exception com.sas.hls.drug.analysis.exception.AnalysisNotFoundException
AnalysisNotFoundException constructor
AnalysisRenameException - Exception in com.sas.hls.drug.analysis.exception
Thrown when the requested new name would be illegal.
AnalysisRenameException(String) - Constructor for exception com.sas.hls.drug.analysis.exception.AnalysisRenameException
AnalysisRenameException constructor
AnalysisService - Interface in com.sas.hls.drug.analysis
The analysis service provides methods to manage the life cycle of an analysis and get information about an analysis.
AnalysisStateException - Exception in com.sas.hls.drug.analysis.exception
Thrown when the analysis state can not be set.
AnalysisStateException(String) - Constructor for exception com.sas.hls.drug.analysis.exception.AnalysisStateException
AnalysisStateException constructor
AssignedRole - Class in com.sas.hls.security.role
Client representation of a role which has been made available in a context.
AssignedRole(String, ObjectIdentity, RoleDescriptor, boolean) - Constructor for class com.sas.hls.security.role.AssignedRole
Constructor
assignedRoleExists(RoleContext, RoleDescriptor) - Method in interface com.sas.hls.security.role.RoleDefinitionService
Check if the given role is assigned to the context
assignRoleToContext(RoleContext, RoleDescriptor) - Method in interface com.sas.hls.security.role.RoleDefinitionService
Assign an existing role to a context that is a child of the context that the role was defined at so that the inherited role definition may be used at another context.
Attribute - Class in com.sas.hls.common
A local representation of an attribute defined on an object.
Attribute() - Constructor for class com.sas.hls.common.Attribute
Zero-arg constructor for an Attribute.
Attribute(String, Serializable) - Constructor for class com.sas.hls.common.Attribute
Constructs an Attribute object which associates the given attribute name with the given value.
AttributeDefinition - Class in com.sas.hls.common
A local representation of how an attribute is defined on an object.
AttributeDefinition() - Constructor for class com.sas.hls.common.AttributeDefinition
Zero-arg constructor for an AttributeDefinition.
AttributeDefinition(String) - Constructor for class com.sas.hls.common.AttributeDefinition
Constructs an AttributeDefinition object which defines an attribute on an object.
attributes - Variable in class com.sas.hls.resource.repository.RepositoryResource
 
AttributeType - Enum in com.sas.hls.common
The enumeration of value types that an attribute can have.
AuthenticationException - Exception in com.sas.hls.security.authentication.exception
Thrown for an invalid username/password combination, or when your password has expired or account has been locked.
AuthenticationException(String) - Constructor for exception com.sas.hls.security.authentication.exception.AuthenticationException
Create an AuthenticationException with specified message.

C

checkedOut - Variable in class com.sas.hls.resource.repository.RepositoryFile
 
checkinFileFromWorkspace(String, ResourceCheckinSpecification) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Check in the contents of this resource from the current user's workspace to the repository.
checkoutFileToWorkspace(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Checkout the specified resource from the repository and into the current user's workspace.
checkoutFileToWorkspaceAndDownload(String, String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Checkout the specified resource from the repository to the current user's workspace, and then download the content of the workspace file to the specified local file path.
clone() - Method in class com.sas.hls.common.Attribute
Create and return a copy of this object.
clone() - Method in class com.sas.hls.drug.analysis.Analysis
Create and return a copy of this object.
clone() - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
Create and return a copy of this object.
clone() - Method in class com.sas.hls.drug.project.Project
Create and return a copy of this object.
clone() - Method in class com.sas.hls.drug.project.ProjectDescriptor
Create and return a copy of this object.
clone() - Method in class com.sas.hls.organization.Organization
Create and return a copy of this object.
clone() - Method in class com.sas.hls.organization.OrganizationDescriptor
Create and return a copy of this object.
clone() - Method in class com.sas.hls.security.role.AssignedRole
Create and return a copy of this object.
clone() - Method in class com.sas.hls.security.role.Role
 
clone() - Method in class com.sas.hls.security.role.RoleAssignment
Create and return a copy of this object.
clone() - Method in class com.sas.hls.security.role.RoleDescriptor
Create and return a copy of this object.
clone() - Method in class com.sas.hls.security.user.AccountInfo
Create and return a copy of this object.
clone() - Method in class com.sas.hls.security.user.LockedInfo
Create and return a copy of this object.
clone() - Method in class com.sas.hls.security.user.LoginInfo
Create and return a copy of this object.
clone() - Method in class com.sas.hls.security.user.PasswordInfo
Create and return a copy of this object.
com.sas.hls.client - package com.sas.hls.client
Provides the classes needed to create a session and access available services.
com.sas.hls.client.exception - package com.sas.hls.client.exception
Top-level exceptions that can be thrown when communicating with the API.
com.sas.hls.common - package com.sas.hls.common
Contains common exceptions and definitions that work across the HLS platform.
com.sas.hls.common.exception - package com.sas.hls.common.exception
Exceptions that are common across the HLS platform.
com.sas.hls.drug.analysis - package com.sas.hls.drug.analysis
Service and class definitions for manipulating and creating SAS Drug Development analyses.
com.sas.hls.drug.analysis.exception - package com.sas.hls.drug.analysis.exception
Exceptions that can be thrown when manipulating an analysis or using the analysisService.
com.sas.hls.drug.client - package com.sas.hls.drug.client
Classes specific to accessing an instance of the SAS Drug Development application.
com.sas.hls.drug.project - package com.sas.hls.drug.project
Service and class definitions for manipulating and creating SAS Drug Development projects.
com.sas.hls.drug.project.exception - package com.sas.hls.drug.project.exception
Exceptions that can be thrown while manipulating a project or using the projectService.
com.sas.hls.job - package com.sas.hls.job
Provides the classes needed to create, update, and get jobs as well as execute them and get their status
com.sas.hls.job.exception - package com.sas.hls.job.exception
Exceptions that can be thrown when manipulating or executing a job.
com.sas.hls.organization - package com.sas.hls.organization
Service and class definitions for manipulating and creating organizations.
com.sas.hls.organization.exception - package com.sas.hls.organization.exception
Exceptions that can be thrown when manipulating an organization or using the organizationService.
com.sas.hls.recyclebin - package com.sas.hls.recyclebin
Service for retrieving and deleting items from the recycle bin.
com.sas.hls.recyclebin.exception - package com.sas.hls.recyclebin.exception
Exceptions that can be thrown when retrieving or deleting items in the recycle bin.
com.sas.hls.resource - package com.sas.hls.resource
Provides the services and classes needed to manage the life cycle of resources in workspaces or the repository, and to get information about those resources.
com.sas.hls.resource.exception - package com.sas.hls.resource.exception
General exceptions that can be thrown when manipulating resources.
com.sas.hls.resource.repository - package com.sas.hls.resource.repository
Provides the classes and interfaces needed to manipulate resources in the repository.
com.sas.hls.resource.repository.exception - package com.sas.hls.resource.repository.exception
Exceptions that can be thrown when manipulating repository resources.
com.sas.hls.resource.workspace - package com.sas.hls.resource.workspace
Provides the classes and interfaces to manipulate resources in the current workspace.
com.sas.hls.resource.workspace.exception - package com.sas.hls.resource.workspace.exception
Exceptions that can be thrown when manipulating workspace resources.
com.sas.hls.schedule - package com.sas.hls.schedule
Service and class definitions for managing schedules.
com.sas.hls.schedule.exception - package com.sas.hls.schedule.exception
Exceptions that can be thrown while manipulating a schedule using the scheduleService.
com.sas.hls.security.acl - package com.sas.hls.security.acl
Service and class definitions for manipulating and creating acls.
com.sas.hls.security.acl.exception - package com.sas.hls.security.acl.exception
Exceptions that can be thrown while manipulating an acl using the aclService.
com.sas.hls.security.authentication.exception - package com.sas.hls.security.authentication.exception
Exceptions that can be thrown when authenticating a user.
com.sas.hls.security.group - package com.sas.hls.security.group
Service and class definitions for manipulating and creating groups.
com.sas.hls.security.group.exception - package com.sas.hls.security.group.exception
Exceptions that can be thrown while manipulating a group or using the groupService.
com.sas.hls.security.membership - package com.sas.hls.security.membership
Service and class definitions for manipulating the membership of a context.
com.sas.hls.security.membership.exception - package com.sas.hls.security.membership.exception
Exceptions that can be thrown while manipulating a membership list or using the membershipService.
com.sas.hls.security.principal - package com.sas.hls.security.principal
Class definitions for manipulating and identifying principals in the system.
com.sas.hls.security.principal.exception - package com.sas.hls.security.principal.exception
Exceptions that can be thrown while manipulating or accessing principals in the system.
com.sas.hls.security.privilege - package com.sas.hls.security.privilege
Class definitions for identifying and using privileges in the system.
com.sas.hls.security.privilege.exception - package com.sas.hls.security.privilege.exception
Exceptions that can be thrown while manipulating or accessing privileges in the system.
com.sas.hls.security.role - package com.sas.hls.security.role
Service and class definitions for manipulating and creating roles, their availability in contexts, and their membership lists.
com.sas.hls.security.role.exception - package com.sas.hls.security.role.exception
Exceptions that can be thrown while manipulating roles or using the roleDefinitionService or roleAssignmentService.
com.sas.hls.security.user - package com.sas.hls.security.user
Service and class definitions for manipulating and creating Users.
com.sas.hls.security.user.exception - package com.sas.hls.security.user.exception
Exceptions that can be thrown while manipulating a user or using the userService.
compareTo(Privilege) - Method in class com.sas.hls.security.privilege.Privilege
 
ConfigurationException - Exception in com.sas.hls.client.exception
Exception thrown when a configuration error is detected.
ConfigurationException(String) - Constructor for exception com.sas.hls.client.exception.ConfigurationException
Constructs a ConfigurationException with the specified message.
ConfigurationException(String, Throwable) - Constructor for exception com.sas.hls.client.exception.ConfigurationException
Constructs a ConfigurationException with the specified message and root cause.
contains(Class<?>) - Method in exception com.sas.hls.common.exception.AbstractCheckedException
Check whether this exception contains an exception of the given type: either it is of the given class itself or it contains a nested cause of the given type.
contains(Class<?>) - Method in exception com.sas.hls.common.exception.AbstractRuntimeException
Check whether this exception contains an exception of the given type: either it is of the given class itself or it contains a nested cause of the given type.
copy(String, String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Copy the file or folder from sourcePath into targetFolder and give the new copy the name newName.
copy(String, String) - Method in interface com.sas.hls.resource.workspace.WorkspaceResourceService
Copy the file or folder from sourcePath into targetFolder and give the new copy the name newName.
createAnalysis(ProjectDescriptor, String, List<Attribute>) - Method in interface com.sas.hls.drug.analysis.AnalysisService
Create an analysis in the specified project.
createFile(String, String, String, boolean) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Create an unversioned file in the repository.
createFile(String, String, boolean) - Method in interface com.sas.hls.resource.workspace.WorkspaceResourceService
Create a new file in the workspace.
createFolder(String, boolean) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Create a container at the given location in the repository.
createFolder(String, boolean) - Method in interface com.sas.hls.resource.workspace.WorkspaceResourceService
Create a folder at the given location.
createGroup(GroupContext, String, String, Set<Principal>) - Method in interface com.sas.hls.security.group.GroupService
Create a new group.
CreateJobInfo - Class in com.sas.hls.job
A data structure for specifying the parameters of a job to be created.
CreateJobInfo() - Constructor for class com.sas.hls.job.CreateJobInfo
Zero-arg constructor.
CreateJobInfo(CreateJobInfo) - Constructor for class com.sas.hls.job.CreateJobInfo
Copy constructor.
createJobInWorkspace(String, String, List<ResourceSpecification>, Set<JobParameter>, boolean) - Method in interface com.sas.hls.job.JobService
Creates a job in the current user's workspace while optionally being able to specify tasks and parameters.
createJobInWorkspace(CreateJobInfo) - Method in interface com.sas.hls.job.JobService
Creates job in workspace based on information specified on CreateJobInfo
createJobInWorkspaceAndRepository(CreateJobInfo, NewFileCheckinSpecification) - Method in interface com.sas.hls.job.JobService
Creates job in workspace and checks it into the repository
createProject(OrganizationDescriptor, String, List<Attribute>) - Method in interface com.sas.hls.drug.project.ProjectService
Create a project within the specified organization.
createRole(RoleContext, String, String, Set<Privilege>) - Method in interface com.sas.hls.security.role.RoleDefinitionService
Create a role and assign role to the specified context.
createSchedule(String, String, Schedulable, ScheduleTrigger) - Method in interface com.sas.hls.schedule.ScheduleService
Creates a schedule that will run the job specified in the scheduleable at the specified time(s) defined in the trigger
createUser(String, String, String, String) - Method in interface com.sas.hls.security.user.UserService
Create a new user in the system.
createUserByCreateUserInfo(CreateUserInfo) - Method in interface com.sas.hls.security.user.UserService
Create a new user in the system.
CreateUserInfo - Class in com.sas.hls.security.user
A data structure for specifying the detailed attributes of a user to be created.
CreateUserInfo() - Constructor for class com.sas.hls.security.user.CreateUserInfo
Zero-arg constructor for CreateUserInfo.
createVersionedFile(String, String, String, String, boolean) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Create a versioned file in the repository.

D

delete(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Logically delete the specified resource (i.e.
delete(String) - Method in interface com.sas.hls.resource.workspace.WorkspaceResourceService
Delete the specified resource in the workspace.
deleteAnalysis(AnalysisDescriptor) - Method in interface com.sas.hls.drug.analysis.AnalysisService
Delete the specified analysis and all of its children.
deleteAvailableItems() - Method in interface com.sas.hls.recyclebin.RecycleBinService
Permanently deletes all items in the recycle bin that the current user has permission to delete.
deleteGroup(GroupDescriptor) - Method in interface com.sas.hls.security.group.GroupService
Delete a group.
deleteItem(RecycleBinItem) - Method in interface com.sas.hls.recyclebin.RecycleBinService
Permanently deletes the specified item in the recycle bin.
deleteItems(Set<RecycleBinItem>) - Method in interface com.sas.hls.recyclebin.RecycleBinService
Permanently deletes the specified items in the recycle bin.
deleteProject(ProjectDescriptor) - Method in interface com.sas.hls.drug.project.ProjectService
Delete the specified project.
deleteRole(RoleDescriptor) - Method in interface com.sas.hls.security.role.RoleDefinitionService
Delete a role and remove its assignment from the context it was defined at.
deleteSchedule(ScheduleDescriptor) - Method in interface com.sas.hls.schedule.ScheduleService
Deletes the specified schedule
deleteUser(String) - Method in interface com.sas.hls.security.user.UserService
Delete a user who has performed no actions in the system.
disableVersioningOnFile(String, String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Disable versioning support for the specified RepositoryFile.
downloadFile(String, String, String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Download the current contents of a specified ServerResource to the specified local file.
downloadFile(String, String) - Method in interface com.sas.hls.resource.workspace.WorkspaceResourceService
Download the contents of a specified workspace file to the specified local file.
DrugServiceManager - Interface in com.sas.hls.drug.client
Provides access to the SAS Drug Development services.

E

enableVersioningOnFile(String, String, String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Turn on versioning support for the specified RepositoryFile.
equals(Object) - Method in class com.sas.hls.common.AbstractIdentifiable
 
equals(Object) - Method in class com.sas.hls.common.Attribute
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.common.AttributeDefinition
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.common.ObjectIdentity
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.drug.analysis.Analysis
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.drug.project.Project
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.drug.project.ProjectDescriptor
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.job.JobDescriptor
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.job.JobParameter
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.job.ParameterValue
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.job.ScheduleJobInfo
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.organization.Organization
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.organization.OrganizationDescriptor
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.resource.repository.RepositoryResource
 
equals(Object) - Method in class com.sas.hls.resource.ResourceSpecification
 
equals(Object) - Method in class com.sas.hls.resource.workspace.WorkspaceResource
 
equals(Object) - Method in class com.sas.hls.schedule.ScheduleDescriptor
 
equals(Object) - Method in class com.sas.hls.security.acl.AclEntry
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.security.acl.AclMembers
 
equals(Object) - Method in class com.sas.hls.security.acl.AclOwner
 
equals(Object) - Method in interface com.sas.hls.security.acl.AclPrincipal
Refer to the java.lang.Object documentation for the interface contract.
equals(Object) - Method in class com.sas.hls.security.group.GroupDescriptor
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.security.membership.Membership
 
equals(Object) - Method in class com.sas.hls.security.membership.MembershipDescriptor
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.security.privilege.Privilege
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.security.role.AssignedRole
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.security.role.Role
 
equals(Object) - Method in class com.sas.hls.security.role.RoleAssignment
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.security.role.RoleDescriptor
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.security.user.UserDescriptor
Indicate whether some other object is "equal to" this one.
exists(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Does the specified resource exist in the repository?
exists(String) - Method in interface com.sas.hls.resource.workspace.WorkspaceResourceService
Indicates if the specified resource exists in the workspace.

G

getAccountInfo() - Method in class com.sas.hls.security.user.User
Get the accountInfo details for this user.
getAccountType() - Method in class com.sas.hls.security.user.AccountInfo
Get the type of account specified in the AccountInfo.
getAccountType() - Method in class com.sas.hls.security.user.CreateUserInfo
Get the account type value of the CreateUserInfo.
getAcl(AclSecurable) - Method in interface com.sas.hls.security.acl.AclService
Gets the acl for the object.
getAclContainer(AclContainerSecurable) - Method in interface com.sas.hls.security.acl.AclService
Gets the AclContainer for the specified container
getAclService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the AclService instance for this session.
getActivationDate() - Method in class com.sas.hls.security.user.AccountInfo
Get the activation date of this account.
getActive() - Method in class com.sas.hls.security.user.AccountInfo
Get the boolean value indicating if this account is currently active.
getAdminPermission() - Method in class com.sas.hls.security.acl.AclEntry
Get the admin permission for this acl
getAllAssignedRoles(RoleDescriptor) - Method in interface com.sas.hls.security.role.RoleDefinitionService
Get all assignments of this role to contexts in the system
getAllGrantees(Set<Privilege>) - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
Return a list of users which have ANY of the specified privileges granted
getAllGroupsByMember(Principal) - Method in interface com.sas.hls.security.group.GroupService
Get all groups that have the specified principal as a member.
getAllReachableGroupsByMember(Principal) - Method in interface com.sas.hls.security.group.GroupService
Returns a set of all reachable groups.
getAllRolesByPrivilege(Privilege) - Method in interface com.sas.hls.security.role.RoleDefinitionService
Get all roles defined which include the specified privilege.
getAllSchedules() - Method in interface com.sas.hls.schedule.ScheduleService
Get all schedules defined in the system.
getAnalysesByProject(ProjectDescriptor) - Method in interface com.sas.hls.drug.analysis.AnalysisService
Get all the analyses defined in the specified project.
getAnalysisByIdentifier(String) - Method in interface com.sas.hls.drug.analysis.AnalysisService
Get the analysis specified by its identifier.
getAnalysisByName(ProjectDescriptor, String) - Method in interface com.sas.hls.drug.analysis.AnalysisService
Get the analysis specified by name in the given project.
getAnalysisDescriptorByIdentifier(String) - Method in interface com.sas.hls.drug.analysis.AnalysisService
Get the light-weight representation of the analysis specified by its identifier.
getAnalysisDescriptorByName(ProjectDescriptor, String) - Method in interface com.sas.hls.drug.analysis.AnalysisService
Get the light-weight representation of the analysis specified by name in the given project.
getAnalysisDescriptorsByProject(ProjectDescriptor) - Method in interface com.sas.hls.drug.analysis.AnalysisService
Get light-weight representations of all the analyses defined in the specified project.
getAnalysisService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the AnalysisService instance for this session.
getAssignedMembers(MembershipContext) - Method in interface com.sas.hls.security.membership.MembershipService
 
getAssignedRole() - Method in class com.sas.hls.security.role.RoleAssignment
Get the assignedRole who's membership this object manages.
getAssignedRole(RoleContext, RoleDescriptor) - Method in interface com.sas.hls.security.role.RoleDefinitionService
Get the specified role assigned to the context
getAssignedRoles(RoleContext) - Method in interface com.sas.hls.security.role.RoleDefinitionService
Get all inherited and defined roles assigned to the context.
getAssignedRolesByPrincipal(RoleContext, Principal) - Method in interface com.sas.hls.security.role.RoleAssignmentService
Get all assignedRoles in a given context which have the specified principal as a member.
getAttribute(String) - Method in class com.sas.hls.resource.repository.RepositoryResource
 
getAttributeDefinitionsForAnalysisType() - Method in interface com.sas.hls.drug.analysis.AnalysisService
Get the set of attribute definitions on the analysis type including system and extended attributes.
getAttributeDefinitionsForProjectType() - Method in interface com.sas.hls.drug.project.ProjectService
Get the set of definitions for attributes defined for project type including system and extended attribute types.
getAttributes() - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
Get the attributes defined on this object.
getAttributes() - Method in class com.sas.hls.drug.project.ProjectDescriptor
Get the attributes associated with the projectDescriptor.
getAttributes() - Method in class com.sas.hls.organization.OrganizationDescriptor
 
getAttributes() - Method in class com.sas.hls.resource.repository.RepositoryResource
 
getAttributes() - Method in class com.sas.hls.security.user.User
Get the list of attributes defined for this user instance.
getAvailableItems() - Method in interface com.sas.hls.recyclebin.RecycleBinService
Gets items in the recycle bin to which the current user has the privilege to delete.
getAvailablePrivileges() - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
Returns a list of global privileges that are available for global assignment.
getAvailablePrivileges(PrivilegeContext) - Method in interface com.sas.hls.security.privilege.PrivilegeService
Get the set of privileges available at a given context.
getChildren(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Return the children of the specified resource.
getChildren(String) - Method in interface com.sas.hls.resource.workspace.WorkspaceResourceService
Return the children of the specified workspace folder.
getComment() - Method in class com.sas.hls.resource.repository.ResourceCheckinSpecification
 
getContext() - Method in class com.sas.hls.drug.analysis.Analysis
Get the parent project of this analysis.
getContext() - Method in class com.sas.hls.drug.project.Project
Get the parent organization of the project.
getContext() - Method in class com.sas.hls.security.membership.MembershipDescriptor
Get the context that this MembershipDescriptor represents.
getCreated() - Method in class com.sas.hls.security.user.PasswordInfo
Get the created date of this password.
getCreationAttributesForAnalysisType() - Method in interface com.sas.hls.drug.analysis.AnalysisService
Get the set of attributes that may be specified when creating an analysis.
getCreationAttributesForProjectType() - Method in interface com.sas.hls.drug.project.ProjectService
Get the set of attributes that can be used for creating a project.
getCurrentFileVersionToWorkspace(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Get the current version of the specified repository file and bring it into your workspace.
getCustomVersion() - Method in class com.sas.hls.resource.repository.ResourceCheckinSpecification
 
getCustomVersionValue() - Method in class com.sas.hls.resource.repository.NewFileCheckinSpecification
Get the customVersionValue of this specification.
getDaysOfWeek() - Method in class com.sas.hls.schedule.ScheduleTrigger
For WEEKLY trigger types, this returns the days of the week that this schedule will execute.
getDeactivationDate() - Method in class com.sas.hls.security.user.AccountInfo
Get the deactivation date of this account.
getDefaultAcl() - Method in class com.sas.hls.security.acl.AclContainer
Gets the default acl for this aclContainer
getDefaultValue() - Method in class com.sas.hls.job.JobParameter
Get the default value of the parameter.
getDeletedBy() - Method in class com.sas.hls.recyclebin.RecycleBinItem
Get the user who deleted this object
getDeletedDate() - Method in class com.sas.hls.recyclebin.RecycleBinItem
Get the deleted date
getDeletePermission() - Method in class com.sas.hls.security.acl.AclEntry
Get the delete permission for this acl
getDepartment() - Method in class com.sas.hls.security.user.CreateUserInfo
Get the department value of the CreateUserInfo.
getDepartment() - Method in class com.sas.hls.security.user.User
Get the department value for this user.
getDescription() - Method in class com.sas.hls.job.CreateJobInfo
 
getDescription() - Method in class com.sas.hls.job.Job
Get the description of the job
getDescription() - Method in class com.sas.hls.schedule.ScheduleDescriptor
 
getDescription() - Method in class com.sas.hls.security.group.GroupDescriptor
Get the description of this object
getDescription() - Method in class com.sas.hls.security.role.RoleDescriptor
Get the description of this role.
getDetailStatus() - Method in class com.sas.hls.job.JobStatus
Get the detail status.
getDisplayName() - Method in class com.sas.hls.common.AttributeDefinition
Get the displayName value for this attribute definition.
getDisplayName() - Method in class com.sas.hls.security.user.CreateUserInfo
Get the displayName of the CreateUserInfo.
getDisplayName() - Method in class com.sas.hls.security.user.UserDescriptor
Get the displayName of this UserDescriptor.
getEmail() - Method in class com.sas.hls.security.user.CreateUserInfo
Get the email of the CreateUserInfo.
getEmail() - Method in class com.sas.hls.security.user.UserDescriptor
Get the email of this userDescriptor.
getEndDate() - Method in class com.sas.hls.schedule.ScheduleTrigger
Gets the end date and time of the schedule which specifies when the schedule will stop executing.
getEntries() - Method in class com.sas.hls.security.acl.Acl
Get the acl entries for this acl
getExistingMembers() - Method in exception com.sas.hls.security.membership.exception.MemberExistsException
Get the set of principals which are already members of this context.
getExistingPrivileges() - Method in exception com.sas.hls.security.privilege.exception.PrivilegeExistsException
Get the set of privileges which were already defined.
getExpiration() - Method in class com.sas.hls.security.user.PasswordInfo
Get the expiration date for this password.
getExpired() - Method in class com.sas.hls.security.user.PasswordInfo
Get the boolean value representing if this password is expired.
getFileVersion(String, String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Get a client representation of the specified resource.
getFileVersionToWorkspace(String, String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Get the specified version of the repository file and bring it into your workspace.
getFirstName() - Method in class com.sas.hls.security.user.CreateUserInfo
Get the first name value of the CreateUserInfo.
getFirstName() - Method in class com.sas.hls.security.user.User
Get the first name for this user.
getGlobalPrivilegeAssignmentService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the GlobalPrivilegeAssignmentService instance for this session.
getGrantedPrivileges(UserDescriptor) - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
Get the set of privileges which are granted to a user.
getGrantees(Privilege) - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
Get the set of users who have been granted the specified privilege
getGroup(GroupDescriptor) - Method in interface com.sas.hls.security.group.GroupService
Get the client representation of a group given its descriptor.
getGroupByIdentifier(String) - Method in interface com.sas.hls.security.group.GroupService
Get the client representation of a group given its identifier.
getGroupByName(GroupContext, String) - Method in interface com.sas.hls.security.group.GroupService
Get the client representation of a group given its name and context..
getGroupContext() - Method in exception com.sas.hls.security.group.exception.GroupExistsException
Get the context of the group in question
getGroupContext() - Method in class com.sas.hls.security.group.GroupDescriptor
Get the context of this group
getGroupDescriptorByIdentifier(String) - Method in interface com.sas.hls.security.group.GroupService
Get the light-weight representation of a group given its identifier.
getGroupDescriptors(GroupContext) - Method in interface com.sas.hls.security.group.GroupService
Get the light-weight representation of all groups defined in a given context
getGroupDescriptorsByIdentifiers(Set<String>) - Method in interface com.sas.hls.security.group.GroupService
Get the light-weight representation of a group given its identifier.
getGroups(GroupContext) - Method in interface com.sas.hls.security.group.GroupService
Get all the groups defined in a given context
getGroupsByIdentifiers(Set<String>) - Method in interface com.sas.hls.security.group.GroupService
Get all the groups specified by the list of identifiers
getGroupsByMember(GroupContext, Principal) - Method in interface com.sas.hls.security.group.GroupService
Get all groups in a given context that have the specified principal as a member.
getGroupService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the GroupService instance for this session.
getIdentifier() - Method in class com.sas.hls.common.AbstractIdentifiable
 
getIdentifier() - Method in interface com.sas.hls.common.Identifiable
Get the identifier of this object.
getIdentifier() - Method in class com.sas.hls.common.ObjectIdentity
Get the identifier of the object this objectIdentity refers to.
getIdentifier() - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
Get the identifier of the analysisDescriptor.
getIdentifier() - Method in class com.sas.hls.drug.project.ProjectDescriptor
Get the identifier of the projectDescriptor.
getIdentifier() - Method in class com.sas.hls.job.JobSubmission
Get the identifier of this job submission.
getIdentifier() - Method in class com.sas.hls.organization.OrganizationDescriptor
 
getIdentifier() - Method in class com.sas.hls.recyclebin.RecycleBinItem
Get the identifier of this object
getIdentifier() - Method in class com.sas.hls.resource.repository.RepositoryResource
 
getIdentifier() - Method in class com.sas.hls.security.group.GroupDescriptor
Get the identifier of this object
getIdentifier() - Method in class com.sas.hls.security.privilege.Privilege
Get the identifier value of this privilege.
getIdentifier() - Method in class com.sas.hls.security.role.AssignedRole
Get the identifier of this assignedRole
getIdentifier() - Method in class com.sas.hls.security.role.RoleDescriptor
 
getIdentifier() - Method in class com.sas.hls.security.user.UserDescriptor
Get the identifier of this UserDescriptor.
getInputs() - Method in class com.sas.hls.job.CreateJobInfo
 
getInputs() - Method in class com.sas.hls.job.Job
Get the set of inputs associated with this job
getInterval() - Method in class com.sas.hls.schedule.ScheduleTrigger
Gets the interval number for the schedule.
getInvalidMembers() - Method in exception com.sas.hls.security.membership.exception.InvalidMemberException
Get the set of invalid principals referenced by this exception.
getInvalidPrivileges() - Method in exception com.sas.hls.security.privilege.exception.InvalidPrivilegeException
Get the set of privileges which were found to be invalid.
getJob() - Method in class com.sas.hls.job.ScheduleJobInfo
Get the light-weight representation of the job to run
getJobExecutionService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the JobExecutionService instance for this session.
getJobInRepository(String, String) - Method in interface com.sas.hls.job.JobService
Gets the job from the specified path in the repository
getJobInWorkspace(String) - Method in interface com.sas.hls.job.JobService
Gets the job from the specified path in the workspace
getJobName() - Method in class com.sas.hls.job.CreateJobInfo
 
getJobPath() - Method in class com.sas.hls.job.JobSubmission
Get the job path of this job submission.
getJobService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the JobService instance for this session.
getJobSubmissionStatus(JobSubmission) - Method in interface com.sas.hls.job.JobExecutionService
Gets the current job submission status for a specific submission of a job.
getJobVersion() - Method in class com.sas.hls.job.JobSubmission
Get the job version of this job submission.
getLabel() - Method in class com.sas.hls.job.JobParameter
Get the label for this parameter.
getLabel() - Method in class com.sas.hls.job.ScheduleJobInfo
 
getLabel() - Method in interface com.sas.hls.schedule.Schedulable
Get label which describes the item being scheduled.
getLastLogin() - Method in class com.sas.hls.security.user.LoginInfo
Get the date of the last login of this user.
getLastModified() - Method in class com.sas.hls.recyclebin.RecycleBinItem
Get the date this deleted object was last modified
getLastModifiedBy() - Method in class com.sas.hls.recyclebin.RecycleBinItem
Get the userid of the user who last modified this deleted object
getLastModifiedDate() - Method in class com.sas.hls.resource.repository.RepositoryResource
 
getLastModifiedDate() - Method in class com.sas.hls.resource.workspace.WorkspaceResource
 
getLastModifiedDate() - Method in class com.sas.hls.schedule.ScheduleDescriptor
 
getLastName() - Method in class com.sas.hls.security.user.CreateUserInfo
Get the last name value of the CreateUserInfo.
getLastName() - Method in class com.sas.hls.security.user.User
Get the last name for this user.
getLead() - Method in class com.sas.hls.drug.analysis.Analysis
Get the lead of the analysis.
getLead() - Method in class com.sas.hls.drug.project.Project
Get the lead of the project.
getLead() - Method in class com.sas.hls.organization.Organization
Get the lead of this organization.
getLocalizedMessage() - Method in exception com.sas.hls.common.exception.AbstractCheckedException
 
getLocalizedMessage() - Method in exception com.sas.hls.common.exception.AbstractRuntimeException
 
getLocked() - Method in class com.sas.hls.security.user.LockedInfo
Get the boolean value indicating if this user account is locked.
getLockedBy() - Method in class com.sas.hls.security.user.LockedInfo
Get the identity of the person who locked this user.
getLockedDate() - Method in class com.sas.hls.security.user.LockedInfo
Get the date that this user account was locked.
getLockedInfo() - Method in class com.sas.hls.security.user.User
Get the lockedInfo details for this user.
getLoginAttempts() - Method in class com.sas.hls.security.user.LoginInfo
Get the number of login attempts since the last successful login of the user.
getLoginCount() - Method in class com.sas.hls.security.user.LoginInfo
Get the number of times this user has logged into the system.
getLoginInfo() - Method in class com.sas.hls.security.user.User
Get the loginInfo details for this user.
getLogPath() - Method in class com.sas.hls.job.CreateJobInfo
 
getLogPath() - Method in class com.sas.hls.job.Job
Get the log path for this job
getLstPath() - Method in class com.sas.hls.job.CreateJobInfo
 
getLstPath() - Method in class com.sas.hls.job.Job
Get the list path for this job
getManifestPath() - Method in class com.sas.hls.job.CreateJobInfo
 
getManifestPath() - Method in class com.sas.hls.job.Job
Get the manifest path for this job
getMembers() - Method in class com.sas.hls.security.group.Group
Get the members of this group.
getMembers() - Method in class com.sas.hls.security.membership.Membership
Get the members of this membership.
getMembers() - Method in class com.sas.hls.security.role.RoleAssignment
Get the membership of this roleAssignment.
getMembersAvailableForAssignment(MembershipContext) - Method in interface com.sas.hls.security.membership.MembershipService
Get the set of all principals which can be added to the current membership of the specified context (this list will not include principals already in the current membership).
getMembership(MembershipContext) - Method in interface com.sas.hls.security.membership.MembershipService
Get the membership list of the specified context.
getMemberships(Principal) - Method in interface com.sas.hls.security.membership.MembershipService
Get the set of membership lists where the specified principal is a member.
getMembershipService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the MembershipService instance for this session.
getMessage() - Method in exception com.sas.hls.common.exception.AbstractCheckedException
Return the detail message, including the message from the nested exception if there is one.
getMessage() - Method in exception com.sas.hls.common.exception.AbstractRuntimeException
Return the detail message, including the message from the nested exception if there is one.
getMostSpecificCause() - Method in exception com.sas.hls.common.exception.AbstractCheckedException
Retrieve the most specific cause of this exception, that is, either the innermost cause (root cause) or this exception itself.
getMostSpecificCause() - Method in exception com.sas.hls.common.exception.AbstractRuntimeException
Retrieve the most specific cause of this exception, that is, either the innermost cause (root cause) or this exception itself.
getName() - Method in class com.sas.hls.common.Attribute
Returns a String containing the name of the attribute.
getName() - Method in class com.sas.hls.common.AttributeDefinition
Returns a String containing the name of the attribute defined.
getName() - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
Get the name of this analysisDescriptor.
getName() - Method in class com.sas.hls.drug.project.ProjectDescriptor
Get the name of the projectDescriptor.
getName() - Method in class com.sas.hls.job.JobParameter
Get the name of the parameter.
getName() - Method in class com.sas.hls.job.ParameterValue
Get the name of the parameter.
getName() - Method in class com.sas.hls.organization.OrganizationDescriptor
 
getName() - Method in class com.sas.hls.schedule.ScheduleDescriptor
 
getName() - Method in exception com.sas.hls.security.group.exception.GroupExistsException
Get the name of the group in question.
getName() - Method in class com.sas.hls.security.group.GroupDescriptor
Get the name of this object
getName() - Method in class com.sas.hls.security.privilege.Privilege
Get the name of this privilege.
getName() - Method in class com.sas.hls.security.role.RoleDescriptor
Get the name of this role.
getNonMembers() - Method in exception com.sas.hls.security.membership.exception.MemberNotFoundException
Get the set of principals which are not members of this context.
getNotFound() - Method in exception com.sas.hls.security.principal.exception.PrincipalNotFoundException
Get the set of principals which could not be found.
getNotFoundPrivileges() - Method in exception com.sas.hls.security.privilege.exception.PrivilegeNotFoundException
Get the set of privileges which were not found.
getNumOccurrences() - Method in class com.sas.hls.schedule.ScheduleTrigger
Gets the number of occurrences for the which the schedule should execute.
getObjectType() - Method in class com.sas.hls.common.AbstractIdentifiable
 
getObjectType() - Method in interface com.sas.hls.common.Identifiable
Get the object type of this item.
getObjectType() - Method in class com.sas.hls.common.ObjectIdentity
Get the type of object this objectIdentity refers to.
getObjectType() - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
Get the objectType of this object.
getObjectType() - Method in class com.sas.hls.drug.project.ProjectDescriptor
Get the objectType of the projectDescriptor.
getObjectType() - Method in class com.sas.hls.organization.OrganizationDescriptor
 
getObjectType() - Method in class com.sas.hls.recyclebin.RecycleBinItem
Get the object type of this deleted object
getObjectType() - Method in class com.sas.hls.resource.repository.RepositoryResource
 
getObjectType() - Method in class com.sas.hls.security.group.GroupDescriptor
Get the objectType of this object.
getObjectType() - Method in class com.sas.hls.security.privilege.Privilege
Get the objectType of this privilege object.
getObjectType() - Method in class com.sas.hls.security.role.RoleAssignment
Get the objectType of this roleAssignment.
getObjectType() - Method in class com.sas.hls.security.role.RoleDescriptor
 
getObjectType() - Method in class com.sas.hls.security.user.UserDescriptor
Get the objectType of this userDescriptor.
getOrganizationByIdentifier(String) - Method in interface com.sas.hls.organization.OrganizationService
Get the representation of an organization, given its identifier.
getOrganizationByName(String) - Method in interface com.sas.hls.organization.OrganizationService
Get the full client representation of an organization, given its name.
getOrganizationDescriptorByIdentifier(String) - Method in interface com.sas.hls.organization.OrganizationService
Get the light-weight client representation of an organization, given its identifier.
getOrganizationDescriptorByName(String) - Method in interface com.sas.hls.organization.OrganizationService
Get the light-weight client representation of an organization, given its name..
getOrganizationDescriptors() - Method in interface com.sas.hls.organization.OrganizationService
Get a list of light-weight representations of all organizations currently defined.
getOrganizations() - Method in interface com.sas.hls.organization.OrganizationService
Get the list of all organizations currently defined in the system.
getOrganizationService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the OrganizationService instance for this session.
getOutputFileCheckinSpec() - Method in class com.sas.hls.job.CreateJobInfo
 
getOutputFileCheckinSpec() - Method in class com.sas.hls.job.Job
Get the checkin specification to use for new files created by this job.
getOutputs() - Method in class com.sas.hls.job.CreateJobInfo
 
getOutputs() - Method in class com.sas.hls.job.Job
Get the set of outputs associated with this job
getOwner() - Method in class com.sas.hls.schedule.ScheduleDescriptor
 
getOwner() - Method in class com.sas.hls.security.acl.Acl
Get the user who is the owner of this acl
getOwningObjectIdentity() - Method in class com.sas.hls.security.acl.Acl
Get the object for which this acl is defined
getParameters() - Method in class com.sas.hls.job.CreateJobInfo
 
getParameters() - Method in class com.sas.hls.job.Job
Get the job parameters.
getParamValues() - Method in class com.sas.hls.job.ScheduleJobInfo
Get the job parameterValues.
getParentPath() - Method in class com.sas.hls.job.CreateJobInfo
 
getPassword() - Method in class com.sas.hls.security.user.CreateUserInfo
Get the password type value of the CreateUserInfo.
getPasswordInfo() - Method in class com.sas.hls.security.user.User
Get the passwordInfo details for this user.
getPath() - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
Get the path of the object.
getPath() - Method in class com.sas.hls.drug.project.ProjectDescriptor
Get the path of the projectDescriptor.
getPath() - Method in class com.sas.hls.job.JobDescriptor
Get the path of the job
getPath() - Method in class com.sas.hls.organization.OrganizationDescriptor
 
getPath() - Method in class com.sas.hls.recyclebin.RecycleBinItem
Get the path of this object
getPath() - Method in class com.sas.hls.resource.repository.RepositoryResource
 
getPath() - Method in class com.sas.hls.resource.ResourceSpecification
Get the specified path.
getPath() - Method in class com.sas.hls.resource.workspace.WorkspaceResource
 
getPhone() - Method in class com.sas.hls.security.user.CreateUserInfo
Get the phone number value of the CreateUserInfo.
getPhone() - Method in class com.sas.hls.security.user.User
Get the primary phone number value for this user.
getPotentialMembers(MembershipContext) - Method in interface com.sas.hls.security.membership.MembershipService
Get the set of all principals which could be included in the membership of the specified context (including current members of that membership).
getPrincipal() - Method in class com.sas.hls.security.acl.AclEntry
Get the principal for this acl
getPrincipalId() - Method in class com.sas.hls.security.acl.AclMembers
Gets the principal id of the acl members principal
getPrincipalId() - Method in class com.sas.hls.security.acl.AclOwner
Gets the principal id of the acl owner
getPrincipalId() - Method in interface com.sas.hls.security.acl.AclPrincipal
Returns the principal id of the aclPrincipal
getPrincipalId() - Method in class com.sas.hls.security.group.GroupDescriptor
 
getPrincipalId() - Method in class com.sas.hls.security.user.UserDescriptor
Get the principalId of this userDescriptor.
getPrincipalName() - Method in class com.sas.hls.security.acl.AclMembers
Gets the principal name of the acl members principal
getPrincipalName() - Method in class com.sas.hls.security.acl.AclOwner
Gets the principal name of the acl owner
getPrincipalName() - Method in interface com.sas.hls.security.acl.AclPrincipal
Returns the principal name of the aclPrincipal
getPrincipalName() - Method in class com.sas.hls.security.group.GroupDescriptor
 
getPrincipalName() - Method in class com.sas.hls.security.user.UserDescriptor
Get the principal name of this userDescriptor.
getPrivileges() - Method in class com.sas.hls.security.role.Role
Get the privileges associated with this role.
getPrivilegeService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the PrivilegeService instance for this session.
getProjectByIdentifier(String) - Method in interface com.sas.hls.drug.project.ProjectService
Get a project using its unique identifier in the system.
getProjectByName(OrganizationDescriptor, String) - Method in interface com.sas.hls.drug.project.ProjectService
Get project by specifying the organization context and name within that context.
getProjectDescriptorByIdentifier(String) - Method in interface com.sas.hls.drug.project.ProjectService
Get a light-weight representation of a project using its unique identifier in the system.
getProjectDescriptorByName(OrganizationDescriptor, String) - Method in interface com.sas.hls.drug.project.ProjectService
Get a light-weight representation of a project by specifying the organization context and name within that context.
getProjectDescriptorsByOrganization(OrganizationDescriptor) - Method in interface com.sas.hls.drug.project.ProjectService
Get light-weight representations of all projects associated with the given organization context.
getProjectsByOrganization(OrganizationDescriptor) - Method in interface com.sas.hls.drug.project.ProjectService
Get all projects associated with the given organization context.
getProjectService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the ProjectService instance for this session.
getReachableGroupsByMember(GroupContext, Principal) - Method in interface com.sas.hls.security.group.GroupService
Returns a set of all reachable groups in the specified context.
getReadPermission() - Method in class com.sas.hls.security.acl.AclEntry
Get the read permission for this acl
getRecycleBinService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the RecycleBinService instance for this session.
getReleaseVersion() - Method in class com.sas.hls.job.Job
Get the release version of this job
getRepeatForever() - Method in class com.sas.hls.schedule.ScheduleTrigger
Gets whether to repeat the schedule indefinitely.
getRepositoryResourceService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the RepositoryResourceService instance for this session.
getResource(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Get a client representation of the specified repository resource.
getResource(String) - Method in interface com.sas.hls.resource.workspace.WorkspaceResourceService
Get a client representation of the specified resource in the workspace.
getRevision() - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
Get the internal revision number of this object.
getRevision() - Method in class com.sas.hls.drug.project.ProjectDescriptor
Get the internal revision number of this object.
getRevision() - Method in class com.sas.hls.organization.OrganizationDescriptor
Get the internal revision number of this object.
getRevision() - Method in class com.sas.hls.security.group.GroupDescriptor
Get the internal revision number of this object.
getRevision() - Method in class com.sas.hls.security.membership.MembershipDescriptor
Get the internal revision number of this object.
getRevision() - Method in class com.sas.hls.security.role.RoleAssignment
Get the internal revision number of this roleAssignment.
getRevision() - Method in class com.sas.hls.security.role.RoleDescriptor
Get the internal revision number of this object.
getRevision() - Method in class com.sas.hls.security.user.User
Get the internal revision number of this object.
getRole(RoleContext, String) - Method in interface com.sas.hls.security.role.RoleDefinitionService
Get a role by specifying its context and name
getRoleAssignment(AssignedRole) - Method in interface com.sas.hls.security.role.RoleAssignmentService
Get the roleAssignment object for the specified assignedRole.
getRoleAssignments(RoleContext) - Method in interface com.sas.hls.security.role.RoleAssignmentService
Get all the roleAssignments for a specified context.
getRoleAssignmentsByRole(RoleDescriptor) - Method in interface com.sas.hls.security.role.RoleAssignmentService
Get all roleAssignments across the system which involve the specified role.
getRoleAssignmentsByRoleContextAndPrincipal(RoleContext, Principal) - Method in interface com.sas.hls.security.role.RoleAssignmentService
Get all the roleAssignments for a context which include the specified principal as a member.
getRoleAssignmentService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the RoleAssignmentService instance for this session.
getRoleByIdentifier(String) - Method in interface com.sas.hls.security.role.RoleDefinitionService
Get a role given its identifier.
getRoleContext() - Method in class com.sas.hls.security.role.AssignedRole
Get the context that a role is being assigned to
getRoleContext() - Method in class com.sas.hls.security.role.RoleDescriptor
Get the context in which this role is defined.
getRoleDefinitionService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the RoleDefinitionService instance for this session.
getRoleDescriptor() - Method in class com.sas.hls.security.role.AssignedRole
Get the role being assigned to a context.
getRoleDescriptors(RoleContext) - Method in interface com.sas.hls.security.role.RoleDefinitionService
Get light-weight representations of all roles defined in a given context.
getRoles(RoleContext) - Method in interface com.sas.hls.security.role.RoleDefinitionService
Get all the roles defined in a given context
getRolesByDescriptors(Set<RoleDescriptor>) - Method in interface com.sas.hls.security.role.RoleDefinitionService
Get a set of roles given their role descriptors
getRolesByIdentifiers(Set<String>) - Method in interface com.sas.hls.security.role.RoleDefinitionService
Get a set of roles given their identifiers
getRolesByPrivilege(RoleContext, Privilege) - Method in interface com.sas.hls.security.role.RoleDefinitionService
Get all roles defined in a given context which include the specified privilege.
getRootCause() - Method in exception com.sas.hls.common.exception.AbstractCheckedException
Retrieve the innermost cause of this exception, if any.
getRootCause() - Method in exception com.sas.hls.common.exception.AbstractRuntimeException
Retrieve the innermost cause of this exception, if any.
getSchedulable() - Method in class com.sas.hls.schedule.Schedule
Get the schedulable item.
getSchedulableLabel() - Method in class com.sas.hls.schedule.ScheduleDescriptor
 
getScheduleByDescriptor(ScheduleDescriptor) - Method in interface com.sas.hls.schedule.ScheduleService
Get the full client representation of a schedule from their scheduleDescriptor.
getScheduleKeyGroupName() - Method in class com.sas.hls.schedule.ScheduleDescriptor
 
getScheduleKeyName() - Method in class com.sas.hls.schedule.ScheduleDescriptor
 
getScheduleService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the ScheduleService instance for this session.
getSchedulesForCurrentUser() - Method in interface com.sas.hls.schedule.ScheduleService
Get all schedules defined in the system for the current user.
getServiceManager() - Method in interface com.sas.hls.client.Session
Get the single service manager for this session.
getSize() - Method in class com.sas.hls.recyclebin.RecycleBinItem
Get the size of this deleted object (in bytes).
getSize() - Method in class com.sas.hls.resource.repository.RepositoryFile
 
getSize() - Method in class com.sas.hls.resource.workspace.WorkspaceFile
 
getStartDate() - Method in class com.sas.hls.schedule.ScheduleTrigger
Gets the start date and time of the schedule
getState() - Method in class com.sas.hls.drug.analysis.Analysis
Get the state of the analysis.
getState() - Method in class com.sas.hls.drug.project.Project
Get the state of the project.
getStateComment() - Method in class com.sas.hls.drug.analysis.Analysis
Get the most recent state comment for the analysis.
getStateComment() - Method in class com.sas.hls.drug.project.Project
Get the most recent state comment for the project.
getStatus() - Method in class com.sas.hls.schedule.ScheduleDescriptor
 
getStatusBy() - Method in class com.sas.hls.security.user.AccountInfo
Get the identity of the person who last changed the status of this account.
getStatusCode() - Method in exception com.sas.hls.client.exception.HttpException
Gets the HTTP status code.
getStatusDate() - Method in class com.sas.hls.security.user.AccountInfo
Get the date that this account was put into its current status.
getStatusMessage() - Method in class com.sas.hls.job.JobStatus
Get the status message
getSubmissionType() - Method in class com.sas.hls.job.JobSubmission
Get the submission type of this job submission.
getSummaryStatus() - Method in class com.sas.hls.job.JobStatus
Get the summary status
getTasks() - Method in class com.sas.hls.job.CreateJobInfo
 
getTasks() - Method in class com.sas.hls.job.Job
Get the tasks associated with this job.
getTree() - Method in class com.sas.hls.job.JobDescriptor
Get the tree in which this job lives
getTrigger() - Method in class com.sas.hls.schedule.Schedule
Get the trigger which defines when the schedule will run.
getTriggerType() - Method in class com.sas.hls.schedule.ScheduleTrigger
Gets the trigger type for the schedule.
getType() - Method in class com.sas.hls.common.AttributeDefinition
Get the type of the value set on the attribute defined.
getType() - Method in class com.sas.hls.job.JobParameter
Get the type of the parameter.
getType() - Method in class com.sas.hls.job.ParameterValue
Get the type of the parameter.
getType() - Method in class com.sas.hls.resource.ResourceSpecification
Get the resource type specified.
getUri() - Method in exception com.sas.hls.resource.exception.ResourceException
Returns the URI of the resource in question.
getUri() - Method in exception com.sas.hls.resource.exception.ResourceIllegalStateException
URI of the resource that is (or would be put in) an illegal state with this operation.
getUserByUserDescriptor(UserDescriptor) - Method in interface com.sas.hls.security.user.UserService
Get the full client representation of a user from their userDescriptor.
getUserByUserId(String) - Method in interface com.sas.hls.security.user.UserService
Get the full client representation of a user given their userId.
getUserDescriptorByUserId(String) - Method in interface com.sas.hls.security.user.UserService
Get the light-weight representation of the user with the specified userId.
getUserDescriptorsByUserIds(Set<String>) - Method in interface com.sas.hls.security.user.UserService
Get the light-weight client representation for each provided userId who can be found in the system.
getUserId() - Method in class com.sas.hls.security.user.CreateUserInfo
Get the userId of the CreateUserInfo.
getUserId() - Method in class com.sas.hls.security.user.UserDescriptor
Get the userId of this UserDescriptor.
getUsersByUserDescriptors(Set<UserDescriptor>) - Method in interface com.sas.hls.security.user.UserService
Get the full client representations for each provided userDescriptor who can be found in the system.
getUsersByUserIds(Set<String>) - Method in interface com.sas.hls.security.user.UserService
Get the full client representations for every userId who can be found in the system.
getUserService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the UserService instance for this session.
getValue() - Method in class com.sas.hls.common.Attribute
Returns the serializable value of this attribute.
getValue() - Method in class com.sas.hls.job.ParameterValue
Get the value of the parameter.
getVersion() - Method in class com.sas.hls.job.JobDescriptor
Get the version label for this job
getVersion() - Method in class com.sas.hls.resource.ResourceSpecification
Get the specified version.
getVersionLabel() - Method in class com.sas.hls.resource.repository.RepositoryFile
 
getVersionLabels(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Get the list of labels for each version of the specified repository file stored in the repository.
getVersions(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Get the list of stored versions of the specified repository file.
getVersionType() - Method in class com.sas.hls.resource.repository.NewFileCheckinSpecification
Get the versionType of this specification.
getVersionType() - Method in class com.sas.hls.resource.repository.ResourceCheckinSpecification
 
getWorkspaceResourceService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the WorkspaceResourceService instance for this session.
getWriteContentPermission() - Method in class com.sas.hls.security.acl.AclEntry
Get the content write permission for this acl
getWritePropertiesPermission() - Method in class com.sas.hls.security.acl.AclEntry
Get the properties write permission for this acl
GlobalPrivilegeAssignmentService - Interface in com.sas.hls.security.privilege
The GlobalPrivilegeAssignmentService provides methods to manage the assignment of global privileges to users.
grantPrivilege(UserDescriptor, Privilege) - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
Directly grant a privilege to a specified user.
grantPrivileges(UserDescriptor, Set<Privilege>) - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
Directly grant privileges to a specified user.
grantPrivilegesToPrincipals(Set<? extends UserDescriptor>, Set<Privilege>) - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
Directly grant privileges to the specified principals.
Group - Class in com.sas.hls.security.group
Group is a collection of principals (users or other groups) and may be identified by a name and context.
Group(ObjectIdentity, String, String, String, Set<Principal>, long) - Constructor for class com.sas.hls.security.group.Group
Deprecated. 
Group(ObjectIdentity, String, String, String, String, String, Set<Principal>, long) - Constructor for class com.sas.hls.security.group.Group
Constructor
Group(ObjectIdentity, String, String, String, Set<Principal>) - Constructor for class com.sas.hls.security.group.Group
Deprecated. 
Group(ObjectIdentity, String, String, String, String, String, Set<Principal>) - Constructor for class com.sas.hls.security.group.Group
Constructor
GroupContext - Interface in com.sas.hls.security.group
An interface indicating a context that supports the definition of groups.
GroupContextNotFoundException - Exception in com.sas.hls.security.group.exception
Thrown when the specified group context could not be found.
GroupContextNotFoundException(String) - Constructor for exception com.sas.hls.security.group.exception.GroupContextNotFoundException
Constructor
GroupContextNotFoundException(String, Throwable) - Constructor for exception com.sas.hls.security.group.exception.GroupContextNotFoundException
Constructor when root cause is known
GroupDescriptor - Class in com.sas.hls.security.group
A light-weight client representation of a group.
GroupDescriptor(ObjectIdentity, String, String, String, long) - Constructor for class com.sas.hls.security.group.GroupDescriptor
Deprecated. 
GroupDescriptor(ObjectIdentity, String, String, String, String, String, long) - Constructor for class com.sas.hls.security.group.GroupDescriptor
 
GroupDescriptor(ObjectIdentity, String, String, String) - Constructor for class com.sas.hls.security.group.GroupDescriptor
Deprecated. 
GroupDescriptor(ObjectIdentity, String, String, String, String, String) - Constructor for class com.sas.hls.security.group.GroupDescriptor
Constructor
GroupException - Exception in com.sas.hls.security.group.exception
Abstract parent class of all group exceptions.
GroupException(String) - Constructor for exception com.sas.hls.security.group.exception.GroupException
Constructor
GroupException(String, Throwable) - Constructor for exception com.sas.hls.security.group.exception.GroupException
Constructor when root cause of the problem is known
groupExists(GroupContext, String) - Method in interface com.sas.hls.security.group.GroupService
Does a group exist?
GroupExistsException - Exception in com.sas.hls.security.group.exception
Thrown when an attempt is made to create a group that already exists.
GroupExistsException(GroupContext, String, String) - Constructor for exception com.sas.hls.security.group.exception.GroupExistsException
Constructor
GroupExistsException(String, String) - Constructor for exception com.sas.hls.security.group.exception.GroupExistsException
Constructor
GroupNotFoundException - Exception in com.sas.hls.security.group.exception
Thrown when the specified group can not be found.
GroupNotFoundException(String) - Constructor for exception com.sas.hls.security.group.exception.GroupNotFoundException
Constructor
GroupNotFoundException(String, Throwable) - Constructor for exception com.sas.hls.security.group.exception.GroupNotFoundException
Constructor when root cause is known
GroupService - Interface in com.sas.hls.security.group
Service that provides methods to manage lifecycle of a group within SAS Drug Development.

H

hashCode() - Method in class com.sas.hls.common.AbstractIdentifiable
 
hashCode() - Method in class com.sas.hls.common.Attribute
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.common.AttributeDefinition
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.common.ObjectIdentity
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.drug.analysis.Analysis
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.drug.project.Project
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.drug.project.ProjectDescriptor
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.job.JobDescriptor
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.job.JobParameter
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.job.ParameterValue
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.job.ScheduleJobInfo
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.organization.Organization
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.organization.OrganizationDescriptor
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.resource.repository.RepositoryResource
 
hashCode() - Method in class com.sas.hls.resource.ResourceSpecification
 
hashCode() - Method in class com.sas.hls.resource.workspace.WorkspaceResource
 
hashCode() - Method in class com.sas.hls.security.acl.AclEntry
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.security.acl.AclMembers
 
hashCode() - Method in class com.sas.hls.security.acl.AclOwner
 
hashCode() - Method in interface com.sas.hls.security.acl.AclPrincipal
Refer to the java.lang.Object documentation for the interface contract.
hashCode() - Method in class com.sas.hls.security.group.GroupDescriptor
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.security.membership.Membership
 
hashCode() - Method in class com.sas.hls.security.membership.MembershipDescriptor
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.security.privilege.Privilege
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.security.role.AssignedRole
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.security.role.Role
 
hashCode() - Method in class com.sas.hls.security.role.RoleAssignment
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.security.role.RoleDescriptor
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.security.user.UserDescriptor
Return a hash code value for the object.
hasPrivilege(UserDescriptor, Privilege) - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
Does the specified user have a certain privilege
HttpException - Exception in com.sas.hls.client.exception
Exception thrown when there was an HTTP or communications error between the client and server.
HttpException(String) - Constructor for exception com.sas.hls.client.exception.HttpException
Constructs an HttpException with the specified message.
HttpException(int, String) - Constructor for exception com.sas.hls.client.exception.HttpException
Constructs an HttpException with the specified HTTP status code and message.
HttpException(String, Throwable) - Constructor for exception com.sas.hls.client.exception.HttpException
Constructs an HttpException with the specified message and cause.

I

Identifiable - Interface in com.sas.hls.common
An interface indicating objects that have the identifier and objectType properties.
identifier - Variable in class com.sas.hls.resource.repository.RepositoryResource
 
IllegalPathException - Exception in com.sas.hls.common.exception
An exception indicating a path value provided was not well-formed.
IllegalPathException(String) - Constructor for exception com.sas.hls.common.exception.IllegalPathException
Constructs an IllegalPathException with the specified message.
invalidate() - Method in interface com.sas.hls.client.Session
Invalidate the session and free any server-side resources being held.
InvalidMemberException - Exception in com.sas.hls.security.membership.exception
Thrown when an attempt is made to add Principals into a membership where they are not potential members of that membership.
InvalidMemberException(Set<Principal>, String) - Constructor for exception com.sas.hls.security.membership.exception.InvalidMemberException
Constructor taking the set of invalid principals and a detailed message about the exception.
InvalidMemberException(Set<Principal>, String, Throwable) - Constructor for exception com.sas.hls.security.membership.exception.InvalidMemberException
Constructor taking the set of invalid principals, a detailed message about the exception and the underlying cause of this exception.
InvalidPrivilegeException - Exception in com.sas.hls.security.privilege.exception
Thrown when a specified privilege is not defined.
InvalidPrivilegeException(String) - Constructor for exception com.sas.hls.security.privilege.exception.InvalidPrivilegeException
Constructor with detailed message
InvalidPrivilegeException(String, Set<Privilege>) - Constructor for exception com.sas.hls.security.privilege.exception.InvalidPrivilegeException
Constructor specifying multiple invalid privileges
InvalidRoleAssignmentContextException - Exception in com.sas.hls.security.role.exception
Thrown when an attempt is made to assign a role to a context that does not inherit the definition of that role.
InvalidRoleAssignmentContextException(String) - Constructor for exception com.sas.hls.security.role.exception.InvalidRoleAssignmentContextException
InvalidRoleAssignmentContextException constructor with a detailed message
isActive() - Method in class com.sas.hls.security.user.AccountInfo
Get the boolean value indicating if this account is currently active.
isCheckedOut() - Method in class com.sas.hls.resource.repository.RepositoryFile
 
isCreateParents() - Method in class com.sas.hls.job.CreateJobInfo
 
isEditable() - Method in class com.sas.hls.common.AttributeDefinition
Returns the boolean value indicating if this attribute defined to be modifiable by an end user.
isEnableVersioning() - Method in class com.sas.hls.resource.repository.NewFileCheckinSpecification
Is the enableVersioning value set to true?
isExpired() - Method in class com.sas.hls.security.user.PasswordInfo
Return the boolean value representing if this password is expired.
isExtended() - Method in class com.sas.hls.common.AttributeDefinition
Returns whether or not this is an extended attribute definition or an attribute defined by the platform.
isIncludeSubFolders() - Method in class com.sas.hls.resource.ResourceSpecification
Is the includeSubFolders value set to true?
isInherited() - Method in class com.sas.hls.security.role.AssignedRole
is this roleAssignment inheriting the role definition
isLocked() - Method in class com.sas.hls.security.user.LockedInfo
Get the boolean value indicating if this user account is locked.
isMember(MembershipContext, Principal) - Method in interface com.sas.hls.security.membership.MembershipService
Test to see if a given principal is a member of a specified membership context.
isPrincipalInRole(AssignedRole, Principal) - Method in interface com.sas.hls.security.role.RoleAssignmentService
Is the principal a member of the specified role?
isRequired() - Method in class com.sas.hls.common.AttributeDefinition
Returns whether or not this attribute is required to have a value.
isValid() - Method in interface com.sas.hls.client.Session
Check whether this is session is still valid.
isVersioned() - Method in class com.sas.hls.resource.repository.RepositoryFile
 

J

Job - Class in com.sas.hls.job
The client representation of a job
Job(String, String) - Constructor for class com.sas.hls.job.Job
Constructor
Job(Job) - Constructor for class com.sas.hls.job.Job
Copy constructor
JobDescriptor - Class in com.sas.hls.job
A light-weight client representation of a job.
JobDescriptor(String, String) - Constructor for class com.sas.hls.job.JobDescriptor
Constructor
JobDescriptor(String, String, JobDescriptor.Tree) - Constructor for class com.sas.hls.job.JobDescriptor
Constructor
JobDescriptor.Tree - Enum in com.sas.hls.job
An enumeration of where a job can be defined.
JobExecutionException - Exception in com.sas.hls.job.exception
Thrown when an error is encountered while executing or attempting to execute a job.
JobExecutionException(String) - Constructor for exception com.sas.hls.job.exception.JobExecutionException
Constructor
JobExecutionService - Interface in com.sas.hls.job
Service that provides methods for executing jobs in the repository and in the user's workspace and for getting the status of the submitted job.
JobExistsException - Exception in com.sas.hls.job.exception
Thrown when an attempt is made to create a job which already exists.
JobExistsException(String) - Constructor for exception com.sas.hls.job.exception.JobExistsException
Constructor
jobExistsInRepository(String) - Method in interface com.sas.hls.job.JobService
Confirms whether the job exists at the specified path in the repository
jobExistsInWorkspace(String) - Method in interface com.sas.hls.job.JobService
Confirms whether the job exists at the specified path in the workspace
JobFormatException - Exception in com.sas.hls.job.exception
Thrown when the definition of the job is not valid.
JobFormatException(String) - Constructor for exception com.sas.hls.job.exception.JobFormatException
Constructor
JobNotFoundException - Exception in com.sas.hls.job.exception
Thrown when the specified job can not be found.
JobNotFoundException(String) - Constructor for exception com.sas.hls.job.exception.JobNotFoundException
Constructor
JobParameter - Class in com.sas.hls.job
Client representation of a job parameter.
JobParameter(String, Serializable, ParameterType, String) - Constructor for class com.sas.hls.job.JobParameter
Constructor
JobParameter(String, ParameterType, String) - Constructor for class com.sas.hls.job.JobParameter
Constructor
JobService - Interface in com.sas.hls.job
Service for creating, updating, and getting jobs.
JobStatus - Class in com.sas.hls.job
Client representation of the status of a job
JobStatus(JobStatus.SummaryStatus) - Constructor for class com.sas.hls.job.JobStatus
Constructor
JobStatus(JobStatus.SummaryStatus, JobStatus.DetailStatus, String) - Constructor for class com.sas.hls.job.JobStatus
Constructor
JobStatus.DetailStatus - Enum in com.sas.hls.job
Detailed status values possible.
JobStatus.SummaryStatus - Enum in com.sas.hls.job
The summary status.
JobSubmission - Class in com.sas.hls.job
Job submission object that is used as a token for obtaining status of a submitted job.
JobSubmission(String, JobSubmission.JobSubmissionType, String, String) - Constructor for class com.sas.hls.job.JobSubmission
Constructor
JobSubmission.JobSubmissionType - Enum in com.sas.hls.job
The allowed types of job submissions.
JobSubmissionNotFoundException - Exception in com.sas.hls.job.exception
Thrown when the specified job submission can not be found.
JobSubmissionNotFoundException(String) - Constructor for exception com.sas.hls.job.exception.JobSubmissionNotFoundException
Constructor
JobVersionNotFoundException - Exception in com.sas.hls.job.exception
Thrown when the specified version of a job can not be found.
JobVersionNotFoundException(String) - Constructor for exception com.sas.hls.job.exception.JobVersionNotFoundException
Constructor

L

lastModifiedDate - Variable in class com.sas.hls.resource.repository.RepositoryResource
 
lastModifiedDate - Variable in class com.sas.hls.resource.workspace.WorkspaceResource
 
LockedInfo - Class in com.sas.hls.security.user
A data transfer object with information about the lock state of a user.
LockedInfo() - Constructor for class com.sas.hls.security.user.LockedInfo
Zero-arg constructor for LockedInfo.
LockedInfo(boolean, String, Date) - Constructor for class com.sas.hls.security.user.LockedInfo
Constructor for LockedInfo
lockUser(String) - Method in interface com.sas.hls.security.user.UserService
Locks the user with the specified userId.
LoginInfo - Class in com.sas.hls.security.user
A data transfer object containing information about the last login and how many login attemps have been made for a particular user since their last successful login..
LoginInfo() - Constructor for class com.sas.hls.security.user.LoginInfo
Zero-arg constructor.

M

markForAddAndCheckinFileFromWorkspace(String, boolean, ResourceCheckinSpecification) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Marks a file for add and checks it in to the repository from the workspace.
MarkForAddException - Exception in com.sas.hls.resource.repository.exception
Thrown when the file can not be marked for add.
MarkForAddException(String) - Constructor for exception com.sas.hls.resource.repository.exception.MarkForAddException
Constructor
MemberExistsException - Exception in com.sas.hls.security.membership.exception
The principal specified is already a member of this membership context.
MemberExistsException(Set<Principal>, String) - Constructor for exception com.sas.hls.security.membership.exception.MemberExistsException
Constructs a MembershipExistsException with the specified message and list of principals.
MemberNotFoundException - Exception in com.sas.hls.security.membership.exception
The principal specified is not a member of this membership context.
MemberNotFoundException(Set<Principal>, String) - Constructor for exception com.sas.hls.security.membership.exception.MemberNotFoundException
Constructs a MemberNotFoundException with the specified message and list of principals.
Membership - Class in com.sas.hls.security.membership
A client representation of the membership of some membership context.
Membership() - Constructor for class com.sas.hls.security.membership.Membership
Zero-arg constructor.
Membership(MembershipContext) - Constructor for class com.sas.hls.security.membership.Membership
MembershipDescriptor constructor given a MembershipContext.
Membership(MembershipContext, Principal...) - Constructor for class com.sas.hls.security.membership.Membership
Membership constructor given the context it is for and the list of Principals to be in the membership.
Membership(MembershipContext, Set<Principal>) - Constructor for class com.sas.hls.security.membership.Membership
Membership constructor given the context it is for and the list of Principals to be in the membership.
MembershipContext - Interface in com.sas.hls.security.membership
An interface implemented by objects that can have members (users and groups) assigned to it.
MembershipContextNotFoundException - Exception in com.sas.hls.security.membership.exception
Thrown when a membership context is referenced which can no longer be found in the system.
MembershipContextNotFoundException(String) - Constructor for exception com.sas.hls.security.membership.exception.MembershipContextNotFoundException
MembershipContextNotFoundException constructor
MembershipDescriptor - Class in com.sas.hls.security.membership
A light-weight representation of the membership of some membership context.
MembershipDescriptor() - Constructor for class com.sas.hls.security.membership.MembershipDescriptor
Zero-arg constructor.
MembershipDescriptor(MembershipContext) - Constructor for class com.sas.hls.security.membership.MembershipDescriptor
MembershipDescriptor constructor given a MembershipContext.
MembershipException - Exception in com.sas.hls.security.membership.exception
Abstract parent class for exceptions thrown while manipulating or accessing a membership list.
MembershipException(String) - Constructor for exception com.sas.hls.security.membership.exception.MembershipException
MembershipException constructor with detailed message.
MembershipException(String, Throwable) - Constructor for exception com.sas.hls.security.membership.exception.MembershipException
MembershipException constructor with detailed message and root cause.
MembershipExistsException - Exception in com.sas.hls.security.membership.exception
Thrown when an attempt is made to create a membership for a context when the membership already exists for that context.
MembershipExistsException(String) - Constructor for exception com.sas.hls.security.membership.exception.MembershipExistsException
MembershipExistsException constructor
MembershipService - Interface in com.sas.hls.security.membership
The membershipService provides methods to manage and get information about the members of a memberContext.

N

NewFileCheckinSpecification - Class in com.sas.hls.resource.repository
A special form of a ResourceCheckinSpecification which is only applied to resources that are newly created during another operation.
NewFileCheckinSpecification() - Constructor for class com.sas.hls.resource.repository.NewFileCheckinSpecification
Zero-arg constructor.
NewFileCheckinSpecification(boolean) - Constructor for class com.sas.hls.resource.repository.NewFileCheckinSpecification
Constructor specifying if new files created should be versioned.
NewFileCheckinSpecification(boolean, VersionType) - Constructor for class com.sas.hls.resource.repository.NewFileCheckinSpecification
Constructor specifying if new files should be versioned, and what type of versioning should they use.
NewFileCheckinSpecification(boolean, VersionType, String) - Constructor for class com.sas.hls.resource.repository.NewFileCheckinSpecification
Constructor specifying if new files should be versioned, what type of versioning should they use, and the customVersion to use if versioning type is CUSTOM..
newSession(URL, String, String) - Static method in class com.sas.hls.client.SessionFactory
Create an authenticated Session object to allow interaction with the server.

O

OBJECT_TYPE - Static variable in class com.sas.hls.drug.analysis.AnalysisDescriptor
Represents the type name of an Analysis object.
OBJECT_TYPE - Static variable in class com.sas.hls.drug.project.ProjectDescriptor
Represents the type name of a Project object.
OBJECT_TYPE - Static variable in class com.sas.hls.organization.OrganizationDescriptor
Represents the type name of an Organization object.
OBJECT_TYPE - Static variable in class com.sas.hls.schedule.ScheduleDescriptor
 
OBJECT_TYPE - Static variable in class com.sas.hls.security.role.RoleAssignment
Represents the type name of a RoleAssignment object.
OBJECT_TYPE - Static variable in class com.sas.hls.security.role.RoleDescriptor
Represents the type name of a Role object.
OBJECT_TYPE - Static variable in class com.sas.hls.security.user.UserDescriptor
 
ObjectIdentity - Class in com.sas.hls.common
ObjectIdentity uniquely identifies an object anywhere in the system.
ObjectIdentity() - Constructor for class com.sas.hls.common.ObjectIdentity
Zero-arg constructor for an ObjectIdentity.
ObjectIdentity(String, String) - Constructor for class com.sas.hls.common.ObjectIdentity
Constructor for an ObjectIdentity taking the object type and identifier.
ObjectNotFoundException - Exception in com.sas.hls.common.exception
Thrown when an object can not be found.
ObjectNotFoundException(String) - Constructor for exception com.sas.hls.common.exception.ObjectNotFoundException
Constructs a ObjectNotFoundException with the specified message.
objectType - Variable in class com.sas.hls.resource.repository.RepositoryResource
 
openSession(URL, String, String) - Method in interface com.sas.hls.client.SessionStrategy
Create a new authenticated session using the specified server URL.
Organization - Class in com.sas.hls.organization
This class is a data object that contains all attributes of an organization in the system.
Organization() - Constructor for class com.sas.hls.organization.Organization
Zero-arg constructor
Organization(String) - Constructor for class com.sas.hls.organization.Organization
Constructor given the organization name.
OrganizationDescriptor - Class in com.sas.hls.organization
A light-weight representation of a SAS Drug Development organization.
OrganizationDescriptor() - Constructor for class com.sas.hls.organization.OrganizationDescriptor
Zero-argument constructor
OrganizationDescriptor(String) - Constructor for class com.sas.hls.organization.OrganizationDescriptor
OrganizationDescriptor constructor
OrganizationNotFoundException - Exception in com.sas.hls.organization.exception
This exception indicates that an Organization specified to an action was not found.
OrganizationNotFoundException(String) - Constructor for exception com.sas.hls.organization.exception.OrganizationNotFoundException
Constructs an OrganizationNotFoundException with the specified message.
OrganizationService - Interface in com.sas.hls.organization
This service provides the methods required to get information about organizations defined in SAS Drug Development.

P

ParameterType - Enum in com.sas.hls.job
The allowed values for parameter types.
ParameterValue - Class in com.sas.hls.job
Parameter value is used to specify value of job parameter when a job is submitted.
ParameterValue(String, Serializable, ParameterType) - Constructor for class com.sas.hls.job.ParameterValue
Constructor
PasswordInfo - Class in com.sas.hls.security.user
A data transfer object with information about a user's password.
PasswordInfo() - Constructor for class com.sas.hls.security.user.PasswordInfo
Zero-arg constructor for PasswordInfo.
path - Variable in class com.sas.hls.resource.repository.RepositoryResource
 
path - Variable in class com.sas.hls.resource.workspace.WorkspaceResource
 
pauseSchedule(ScheduleDescriptor) - Method in interface com.sas.hls.schedule.ScheduleService
Pauses the specified schedule.
Principal - Interface in com.sas.hls.security.principal
A principal is either a user or a group that is defined in the system.
PrincipalNotFoundException - Exception in com.sas.hls.security.principal.exception
Thrown when the specified principal can not be found in the system.
PrincipalNotFoundException(String) - Constructor for exception com.sas.hls.security.principal.exception.PrincipalNotFoundException
Construct a PrincipalNotFoundException with specified message.
PrincipalNotFoundException(String, Set<Principal>) - Constructor for exception com.sas.hls.security.principal.exception.PrincipalNotFoundException
Construct a PrincipalNotFoundException with the specified message and list of principals which could not be found in the system.
Privilege - Class in com.sas.hls.security.privilege
A privilege represents a capability to perform some function or action in the system.
Privilege() - Constructor for class com.sas.hls.security.privilege.Privilege
Zero-arg constructor.
Privilege(String, String) - Constructor for class com.sas.hls.security.privilege.Privilege
Constructor specifying the name and identifier of this privilege.
PrivilegeContext - Interface in com.sas.hls.security.privilege
An interface identifying a context which can have privileges defined for it.
PrivilegeException - Exception in com.sas.hls.security.privilege.exception
Abstract parent class for privilege exceptions thrown while getting or managing privileges in the system.
PrivilegeException(String) - Constructor for exception com.sas.hls.security.privilege.exception.PrivilegeException
PrivilegeException constructor with detailed message.
PrivilegeExistsException - Exception in com.sas.hls.security.privilege.exception
Thrown when an attempt is made to define a privilege which is already defined.
PrivilegeExistsException(String) - Constructor for exception com.sas.hls.security.privilege.exception.PrivilegeExistsException
Constructor with detailed message
PrivilegeExistsException(String, Set<Privilege>) - Constructor for exception com.sas.hls.security.privilege.exception.PrivilegeExistsException
Constructor when multiple privileges are found to be already defined
PrivilegeNotFoundException - Exception in com.sas.hls.security.privilege.exception
Thrown when a privilege specified is not found on the server.
PrivilegeNotFoundException(String) - Constructor for exception com.sas.hls.security.privilege.exception.PrivilegeNotFoundException
Constructor with detailed message.
PrivilegeNotFoundException(String, Set<Privilege>) - Constructor for exception com.sas.hls.security.privilege.exception.PrivilegeNotFoundException
Constructor with detailed message and set of privileges which were not found on the server.
PrivilegeService - Interface in com.sas.hls.security.privilege
A service for accessing the privileges available at a given context.
Project - Class in com.sas.hls.drug.project
A data object that represents a SAS Drug Development project and contains all properties of a project defined within an organization in the system.
Project() - Constructor for class com.sas.hls.drug.project.Project
Deprecated. 
Project(String, String, String, OrganizationDescriptor, State, String) - Constructor for class com.sas.hls.drug.project.Project
Constructor
ProjectDescriptor - Class in com.sas.hls.drug.project
A light-weight representation of a SAS Drug Development project.
ProjectDescriptor() - Constructor for class com.sas.hls.drug.project.ProjectDescriptor
Deprecated. 
ProjectDescriptor(String, String, String) - Constructor for class com.sas.hls.drug.project.ProjectDescriptor
Constructor
ProjectDescriptor(String) - Constructor for class com.sas.hls.drug.project.ProjectDescriptor
Constructor
projectExists(OrganizationDescriptor, String) - Method in interface com.sas.hls.drug.project.ProjectService
Test the existence of a project by its organization context and name.
ProjectExistsException - Exception in com.sas.hls.drug.project.exception
Thrown when attempt is made to create a project when a project already exists with that name in the same organization.
ProjectExistsException(String) - Constructor for exception com.sas.hls.drug.project.exception.ProjectExistsException
ProjectExistsException constructor
ProjectNotFoundException - Exception in com.sas.hls.drug.project.exception
Thrown when the specified project can not be found or the user does not have access to the project.
ProjectNotFoundException(String) - Constructor for exception com.sas.hls.drug.project.exception.ProjectNotFoundException
ProjectNotFoundException constructor
ProjectRenameException - Exception in com.sas.hls.drug.project.exception
Thrown when the requested renaming of a project would be illegal.
ProjectRenameException(String) - Constructor for exception com.sas.hls.drug.project.exception.ProjectRenameException
ProjectRenameException constructor
ProjectService - Interface in com.sas.hls.drug.project
Project service provides methods to manage the life cycle of a project and get information about a project.
ProjectStateException - Exception in com.sas.hls.drug.project.exception
Thrown when the project state can not be set.
ProjectStateException(String) - Constructor for exception com.sas.hls.drug.project.exception.ProjectStateException
ProjectStateException constructor

R

RecycleBinItem - Class in com.sas.hls.recyclebin
A data object that represents an item in the recycle bin.
RecycleBinItem(String, String, String, String, Date, long, String, Date) - Constructor for class com.sas.hls.recyclebin.RecycleBinItem
RecycleBinItem constructor
RecycleBinItemDeleteException - Exception in com.sas.hls.recyclebin.exception
Thrown when there is an error deleting items in the recycle bin.
RecycleBinItemDeleteException(String) - Constructor for exception com.sas.hls.recyclebin.exception.RecycleBinItemDeleteException
Constructor
RecycleBinItemNotFoundException - Exception in com.sas.hls.recyclebin.exception
Thrown when an item in the recycle bin cannot be read.
RecycleBinItemNotFoundException(String) - Constructor for exception com.sas.hls.recyclebin.exception.RecycleBinItemNotFoundException
Constructor
RecycleBinItemSearchException - Exception in com.sas.hls.recyclebin.exception
Thrown when an error occurred retrieving an item(s) from the recycle bin.
RecycleBinItemSearchException(String) - Constructor for exception com.sas.hls.recyclebin.exception.RecycleBinItemSearchException
Constructor
RecycleBinService - Interface in com.sas.hls.recyclebin
Service for retrieving and permanently deleting items in the recycle bin.
removeFromGroupContextGroups(GroupContext, Set<Principal>) - Method in interface com.sas.hls.security.group.GroupService
Remove the specified members from all groups in a specific context.
removeFromGroups(Principal) - Method in interface com.sas.hls.security.group.GroupService
Remove the specified member from all groups.
removeFromRoleAssignmentsOfRoleContext(RoleContext, Principal) - Method in interface com.sas.hls.security.role.RoleAssignmentService
Remove the specified principal from all roleAssignments in the specified context.
removeMember(MembershipContext, Principal) - Method in interface com.sas.hls.security.membership.MembershipService
Remove the specified principal from the membership list of the specified context.
removeMembers(MembershipContext, Set<Principal>) - Method in interface com.sas.hls.security.membership.MembershipService
 
removeMembersFromRoleAssignmentsOfRoleContext(RoleContext, Set<Principal>) - Method in interface com.sas.hls.security.role.RoleAssignmentService
Remove the specified principals from all roleAssignments in the specified context.
rename(String, String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Rename the repository resource.
rename(String, String) - Method in interface com.sas.hls.resource.workspace.WorkspaceResourceService
Rename the workspace resource.
renameAnalysis(Analysis, String) - Method in interface com.sas.hls.drug.analysis.AnalysisService
Rename the specified analysis with the new name specified.
renameProject(Project, String) - Method in interface com.sas.hls.drug.project.ProjectService
Rename the specified project with the new name specified.
RepositoryContainer - Class in com.sas.hls.resource.repository
Client side representation of a generic container in the SAS Drug Development repository.
RepositoryContainer(String, Date, List<Attribute>) - Constructor for class com.sas.hls.resource.repository.RepositoryContainer
Deprecated. 
RepositoryContainer(String, String, String, Date, List<Attribute>) - Constructor for class com.sas.hls.resource.repository.RepositoryContainer
It is not intended or recommended that the consumer of the api construct these objects.
RepositoryFile - Class in com.sas.hls.resource.repository
Client representation of a non-container content item stored in the repository.
RepositoryFile(String, String, String, long, boolean, boolean, String, Date, List<Attribute>) - Constructor for class com.sas.hls.resource.repository.RepositoryFile
It is not intended or recommended that the consumer of the api construct these objects.
RepositoryFolder - Class in com.sas.hls.resource.repository
Client side representation of a folder in the SAS Drug Development repository.
RepositoryFolder(String, Date, List<Attribute>) - Constructor for class com.sas.hls.resource.repository.RepositoryFolder
Deprecated. 
RepositoryFolder(String, String, String, Date, List<Attribute>) - Constructor for class com.sas.hls.resource.repository.RepositoryFolder
It is not intended or recommended that the consumer of the api construct these objects.
RepositoryJobCreateException - Exception in com.sas.hls.job.exception
Thrown when the creation of a repository job creation encountered a problem.
RepositoryJobCreateException(String) - Constructor for exception com.sas.hls.job.exception.RepositoryJobCreateException
Constructor
RepositoryResource - Class in com.sas.hls.resource.repository
Abstract parent class for resources in the repository.
RepositoryResource(String, Date, List<Attribute>) - Constructor for class com.sas.hls.resource.repository.RepositoryResource
Deprecated. 
RepositoryResource(String, String, String, Date, List<Attribute>) - Constructor for class com.sas.hls.resource.repository.RepositoryResource
It is not intended or recommended that the consumer of the api construct these objects.
RepositoryResourceCheckinException - Exception in com.sas.hls.resource.repository.exception
Thrown when an attempt is made to checkin a resource that is not checked out.
RepositoryResourceCheckinException(URI, String) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceCheckinException
Constructs a RepositoryResourceCheckinException with the specified message.
RepositoryResourceCheckinException(URI, String, Throwable) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceCheckinException
Constructs a RepositoryResourceCheckinException with the specified message and root cause.
RepositoryResourceCheckoutException - Exception in com.sas.hls.resource.repository.exception
Thrown when attempt is made to check out a resource that is already checked out.
RepositoryResourceCheckoutException(URI, String) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceCheckoutException
Constructs a RepositoryResourceCheckoutException with the specified message.
RepositoryResourceCheckoutException(URI, String, Throwable) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceCheckoutException
Constructs a RepositoryResourceCheckoutException with the specified message and root cause.
RepositoryResourceCopyException - Exception in com.sas.hls.resource.repository.exception
The resource can not be copied as requested.
RepositoryResourceCopyException(URI, String) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceCopyException
Constructs a RepositoryResourceCopyException with the specified message.
RepositoryResourceDeleteException - Exception in com.sas.hls.resource.repository.exception
Typically the resource can not be deleted because it is in use by another user (checked out?).
RepositoryResourceDeleteException(URI, String) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceDeleteException
Constructs a RepositoryResourceDeleteException with the specified message.
RepositoryResourceDeleteException(URI, String, Throwable) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceDeleteException
Constructs a RepositoryResourceDeleteException with the specified message and root cause.
RepositoryResourceExistsException - Exception in com.sas.hls.resource.repository.exception
Typically thrown when an attempt is made to create a resource, and a resource by that name already exists.
RepositoryResourceExistsException(URI, String) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceExistsException
Constructs a RepositoryResourceExistsException with the specified message.
RepositoryResourceExistsException(URI, String, Throwable) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceExistsException
Constructs a RepositoryResourceExistsException with the specified message and root cause.
RepositoryResourceNotFoundException - Exception in com.sas.hls.resource.repository.exception
The specified resource can not be found.
RepositoryResourceNotFoundException(URI, String) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceNotFoundException
Constructs a RepositoryResourceNotFoundException with the specified message.
RepositoryResourceNotFoundException(URI, String, Throwable) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceNotFoundException
Constructs a RepositoryResourceNotFoundException with the specified message and root cause.
RepositoryResourceRenameException - Exception in com.sas.hls.resource.repository.exception
The specified resource could not be renamed.
RepositoryResourceRenameException(URI, String) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceRenameException
Constructs a RepositoryResourceRenameException with the specified message.
RepositoryResourceRenameException(URI, String, Throwable) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceRenameException
Constructs a RepositoryResourceRenameException with the specified message and root cause.
RepositoryResourceService - Interface in com.sas.hls.resource.repository
A service for manipulating resources in the repository.
RepositoryResourceUndoCheckoutException - Exception in com.sas.hls.resource.repository.exception
ServerResource is not checked out, so checkout can not be reversed.
RepositoryResourceUndoCheckoutException(URI, String) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceUndoCheckoutException
Constructs a RepositoryResourceUndoCheckoutException with the specified message.
RepositoryResourceUndoCheckoutException(URI, String, Throwable) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceUndoCheckoutException
Constructs a RepositoryResourceUndoCheckoutException with the specified message and root cause.
RepositoryResourceVersioningException - Exception in com.sas.hls.resource.repository.exception
Thrown when an attempt is made to create a new version of an unversioned file.
RepositoryResourceVersioningException(URI, String) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceVersioningException
Constructs a RepositoryResourceVersioningException with the specified message.
RepositoryResourceVersioningException(URI, String, Throwable) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceVersioningException
Constructs a RepositoryResourceVersioningException with the specified message and root cause.
resetPassword(String, String) - Method in interface com.sas.hls.security.user.UserService
Reset the password of a user.
Resource - Interface in com.sas.hls.resource
A marker interface for a resource anywhere in the system.
ResourceCheckinSpecification - Class in com.sas.hls.resource.repository
The specification of how a new version label for a resource should be created or what its new version number should be.
ResourceCheckinSpecification(String) - Constructor for class com.sas.hls.resource.repository.ResourceCheckinSpecification
 
ResourceCheckinSpecification(String, VersionType) - Constructor for class com.sas.hls.resource.repository.ResourceCheckinSpecification
 
ResourceCheckinSpecification(String, VersionType, String) - Constructor for class com.sas.hls.resource.repository.ResourceCheckinSpecification
 
ResourceDeleteException - Exception in com.sas.hls.resource.exception
The resource can not be deleted (typically because it is in use by another user, locked, or checked out).
ResourceDeleteException(URI, String) - Constructor for exception com.sas.hls.resource.exception.ResourceDeleteException
Constructs a ResourceDeleteException with the specified message.
ResourceDeleteException(URI, String, Throwable) - Constructor for exception com.sas.hls.resource.exception.ResourceDeleteException
Constructs a ResourceDeleteException with the specified message and root cause.
ResourceException - Exception in com.sas.hls.resource.exception
Abstract parent class for exceptions thrown while manipulating or accessing a resource.
ResourceException(URI, String) - Constructor for exception com.sas.hls.resource.exception.ResourceException
Constructs a ResourceException with the specified message.
ResourceException(URI, String, Throwable) - Constructor for exception com.sas.hls.resource.exception.ResourceException
Constructs a ResourceException with the specified message and root cause.
ResourceException(String) - Constructor for exception com.sas.hls.resource.exception.ResourceException
Constructs a ResourceException with the specified message.
ResourceExistsException - Exception in com.sas.hls.resource.exception
Typically thrown when an attempt is made to create a resource and a resource already exists with that name and location..
ResourceExistsException(URI, String) - Constructor for exception com.sas.hls.resource.exception.ResourceExistsException
Constructs a ResourceExistsException with the specified message.
ResourceExistsException(URI, String, Throwable) - Constructor for exception com.sas.hls.resource.exception.ResourceExistsException
Constructs a ResourceExistsException with the specified message and root cause.
ResourceIllegalStateException - Exception in com.sas.hls.resource.exception
The resource being manipulated is in (or would be put into) an incorrect state were this operation to proceed.
ResourceIllegalStateException(URI, String) - Constructor for exception com.sas.hls.resource.exception.ResourceIllegalStateException
Constructs a ResourceIllegalStateException with the specified message.
ResourceNotFoundException - Exception in com.sas.hls.resource.exception
The specified resource can not be found.
ResourceNotFoundException(URI, String) - Constructor for exception com.sas.hls.resource.exception.ResourceNotFoundException
Constructs a ResourceNotFoundException with the specified message.
ResourceNotFoundException(URI, String, Throwable) - Constructor for exception com.sas.hls.resource.exception.ResourceNotFoundException
Constructs a ResourceNotFoundException with the specified message and root cause.
ResourceNotFoundException(String) - Constructor for exception com.sas.hls.resource.exception.ResourceNotFoundException
Constructs a ResourceNotFoundException with the specified message.
ResourceRenameException - Exception in com.sas.hls.resource.exception
The specified resource could not be renamed.
ResourceRenameException(URI, String) - Constructor for exception com.sas.hls.resource.exception.ResourceRenameException
Constructs a ResourceRenameException with the specified message.
ResourceRenameException(URI, String, Throwable) - Constructor for exception com.sas.hls.resource.exception.ResourceRenameException
Constructs a ResourceRenameException with the specified message and root cause.
ResourceRenameException(String) - Constructor for exception com.sas.hls.resource.exception.ResourceRenameException
Constructs a ResourceRenameException with the specified message.
ResourceSpecification - Class in com.sas.hls.resource
The specification of a resource to be created, or which already exists.
ResourceSpecification(String, String, boolean) - Constructor for class com.sas.hls.resource.ResourceSpecification
Constructor
ResourceSpecification(String, String, ResourceSpecification.ResourceType, boolean) - Constructor for class com.sas.hls.resource.ResourceSpecification
Constructor
ResourceSpecification(String) - Constructor for class com.sas.hls.resource.ResourceSpecification
Constructor
ResourceSpecification.ResourceType - Enum in com.sas.hls.resource
The allowed type of resources that can be specified.
resumeSchedule(ScheduleDescriptor) - Method in interface com.sas.hls.schedule.ScheduleService
Resumes the specified schedule
revokeAllPrivileges(UserDescriptor) - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
Revoke all privileges directly given to a user..
revokePrivilege(UserDescriptor, Privilege) - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
Revoke a privilege directly given to a user..
revokePrivileges(UserDescriptor, Set<Privilege>) - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
Revoke a set of privileges directly given to a user..
revokePrivilegesFromPrincipals(Set<? extends UserDescriptor>, Set<Privilege>) - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
Revoke a set of privileges directly given to a user..
Role - Class in com.sas.hls.security.role
Role is a logical grouping of privileges.
Role(ObjectIdentity, String, String, String, Set<Privilege>) - Constructor for class com.sas.hls.security.role.Role
Constructor
Role(ObjectIdentity, String, String, String, Set<Privilege>, long) - Constructor for class com.sas.hls.security.role.Role
Constructor (internal version)
Role(Identifiable, String, String, String, Set<Privilege>) - Constructor for class com.sas.hls.security.role.Role
Constructor
RoleAssignment - Class in com.sas.hls.security.role
This object represents the association between an existing role, a context and the members assigned to the role at that context
RoleAssignment(long, AssignedRole, Set<Principal>) - Constructor for class com.sas.hls.security.role.RoleAssignment
Constructor when you have a membership list defined.
RoleAssignment(long, AssignedRole) - Constructor for class com.sas.hls.security.role.RoleAssignment
Constructor
RoleAssignmentExistsException - Exception in com.sas.hls.security.role.exception
Thrown when an attempt is made to create a role assignment and one is already defined.
RoleAssignmentExistsException(String) - Constructor for exception com.sas.hls.security.role.exception.RoleAssignmentExistsException
RoleAssignmentExistsException constructor with a detailed message
RoleAssignmentNotFoundException - Exception in com.sas.hls.security.role.exception
Thrown when an attempt is made to create a role assignment and one is already defined.
RoleAssignmentNotFoundException(String) - Constructor for exception com.sas.hls.security.role.exception.RoleAssignmentNotFoundException
RoleAssignmentNotFoundException constructor with a detailed message
RoleAssignmentService - Interface in com.sas.hls.security.role
Service for defining and managing the membership of an AssignedRole.
RoleContext - Interface in com.sas.hls.security.role
An interface indicating a context that supports the definition of roles.
RoleContextNotFoundException - Exception in com.sas.hls.security.role.exception
Thrown when the roleContext specified can not be found on the server.
RoleContextNotFoundException(String) - Constructor for exception com.sas.hls.security.role.exception.RoleContextNotFoundException
RoleContextNotFoundException constructor with a detailed message
RoleDefinitionService - Interface in com.sas.hls.security.role
Service for defining and managing the life cycle of roles and assigned roles.
RoleDescriptor - Class in com.sas.hls.security.role
A light-weight representation of a Role defined in the system.See Role
RoleDescriptor(ObjectIdentity, String, String, String) - Constructor for class com.sas.hls.security.role.RoleDescriptor
Constructor
RoleDescriptor(ObjectIdentity, String, String, String, long) - Constructor for class com.sas.hls.security.role.RoleDescriptor
Constructor
RoleException - Exception in com.sas.hls.security.role.exception
Abstract parent class for role exceptions thrown while manipulating or accessing roles.
RoleException(String) - Constructor for exception com.sas.hls.security.role.exception.RoleException
RoleException constructor with detailed message.
roleExists(RoleContext, String) - Method in interface com.sas.hls.security.role.RoleDefinitionService
Check if a role exists in a context
RoleExistsException - Exception in com.sas.hls.security.role.exception
Thrown when an attempt is made to define a role which is already defined.
RoleExistsException(String) - Constructor for exception com.sas.hls.security.role.exception.RoleExistsException
RoleExistsException constructor with a detailed message
RoleNotFoundException - Exception in com.sas.hls.security.role.exception
Thrown when a specified role was not found on the server.
RoleNotFoundException(String) - Constructor for exception com.sas.hls.security.role.exception.RoleNotFoundException
RoleNotFoundException.java constructor with a detailed message

S

Schedulable - Interface in com.sas.hls.schedule
An interface indicating an object that supports the ability to be scheduled.
Schedule - Class in com.sas.hls.schedule
A schedule is composed of the item to be scheduled as well as the mechanism (Trigger) for when the schedule will run.
Schedule() - Constructor for class com.sas.hls.schedule.Schedule
Zero-arg Schedule constructor
Schedule(String, String) - Constructor for class com.sas.hls.schedule.Schedule
Constructor used by the api to populate key values used by the server
ScheduleDescriptor - Class in com.sas.hls.schedule
A light-weight client representation of a schedule.
ScheduleDescriptor() - Constructor for class com.sas.hls.schedule.ScheduleDescriptor
Zero-arg ScheduleDescriptor constructor
ScheduleDescriptor(String, String) - Constructor for class com.sas.hls.schedule.ScheduleDescriptor
Constructor used by the api to populate key values used by the server
ScheduleDescriptor.ScheduleStatus - Enum in com.sas.hls.schedule
ScheduleStatus is an enum status of a schedule.
ScheduleException - Exception in com.sas.hls.schedule.exception
Thrown when there is an error with a specified schedule.
ScheduleException(String) - Constructor for exception com.sas.hls.schedule.exception.ScheduleException
Constructor
ScheduleJobInfo - Class in com.sas.hls.job
ScheduleJobInfo is used for scheduling jobs.
ScheduleJobInfo() - Constructor for class com.sas.hls.job.ScheduleJobInfo
Zero-arg ScheduleJobInfo constructor
ScheduleJobInfo(JobDescriptor) - Constructor for class com.sas.hls.job.ScheduleJobInfo
 
ScheduleNotFoundException - Exception in com.sas.hls.schedule.exception
Thrown when the specified schedule can not be found or the user does not have access to the schedule.
ScheduleNotFoundException(String) - Constructor for exception com.sas.hls.schedule.exception.ScheduleNotFoundException
Constructor
ScheduleService - Interface in com.sas.hls.schedule
The schedule service provides methods to manage the life cycle of a schedule.
ScheduleTrigger - Class in com.sas.hls.schedule
ScheduleTrigger defines when the schedule will run.
ScheduleTrigger() - Constructor for class com.sas.hls.schedule.ScheduleTrigger
 
ScheduleTrigger.DayOfWeek - Enum in com.sas.hls.schedule
DayOfWeek is an enumeration representing the days of a week to use in weekly schedules.
ScheduleTrigger.TriggerType - Enum in com.sas.hls.schedule
TriggerType is an enumeration representing the possible intervals in which the schedule can run.
ServiceManager - Interface in com.sas.hls.client
Marker interface which designates service factory capabilities.
Session - Interface in com.sas.hls.client
Interface that stores the state of the connection to the server.
SESSION_STRATEGY_SYSTEM_PROPERTY - Static variable in class com.sas.hls.client.SessionFactory
System property designating the session strategy instance to be used when creating and initializing Session objects.
SessionFactory - Class in com.sas.hls.client
Entry point into the API, this will create an authenticated session with the server instance.
SessionStrategy - Interface in com.sas.hls.client
Strategy interface which allows consumers the ability to create Session instances.
setAccountInfo(AccountInfo) - Method in class com.sas.hls.security.user.User
Set the accountInfo details for this user.
setAccountType(AccountInfo.AccountType) - Method in class com.sas.hls.security.user.AccountInfo
Set the type of account specified in the AccountInfo.
setAccountType(AccountInfo.AccountType) - Method in class com.sas.hls.security.user.CreateUserInfo
Set the account type value of the CreateUserInfo.
setAce(AclPrincipal, AclEntry.PermissionValue, AclEntry.PermissionValue, AclEntry.PermissionValue, AclEntry.PermissionValue, AclEntry.PermissionValue) - Method in class com.sas.hls.security.acl.Acl
Convenience method in which to add an acl entry to the set of entries defined for this acl.
setActivationDate(Date) - Method in class com.sas.hls.security.user.AccountInfo
Set the activation date of this account.
setActive(boolean) - Method in class com.sas.hls.security.user.AccountInfo
Set the boolean value indicating if this account is currently active.
setAdminPermission(AclEntry.PermissionValue) - Method in class com.sas.hls.security.acl.AclEntry
Set the admin permission for this acl
setAnalysisState(AnalysisDescriptor, State, String) - Method in interface com.sas.hls.drug.analysis.AnalysisService
Set the state for the analysis
setAttributes(List<Attribute>) - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
Set the attributes of this object.
setAttributes(List<Attribute>) - Method in class com.sas.hls.drug.project.ProjectDescriptor
Set the attributes associated with this projectDescriptor.
setAttributes(List<Attribute>) - Method in class com.sas.hls.organization.OrganizationDescriptor
 
setAttributes(List<Attribute>) - Method in class com.sas.hls.security.user.User
Set a list of attributes values on this user.
setContext(ProjectDescriptor) - Method in class com.sas.hls.drug.analysis.Analysis
Deprecated. 
setContext(OrganizationDescriptor) - Method in class com.sas.hls.drug.project.Project
Deprecated. 
setContext(MembershipContext) - Method in class com.sas.hls.security.membership.MembershipDescriptor
Set the context that this MembershipDescriptor represents.
setCreated(Date) - Method in class com.sas.hls.security.user.PasswordInfo
Set the created date for this password.
setCreateParents(boolean) - Method in class com.sas.hls.job.CreateJobInfo
 
setCustomVersionValue(String) - Method in class com.sas.hls.resource.repository.NewFileCheckinSpecification
Set the customVersionValue of this specification.
setDaysOfWeek(List<ScheduleTrigger.DayOfWeek>) - Method in class com.sas.hls.schedule.ScheduleTrigger
Sets the days of week.
setDeactivationDate(Date) - Method in class com.sas.hls.security.user.AccountInfo
Set the deactivation date of this account.
setDefaultAcl(Acl) - Method in class com.sas.hls.security.acl.AclContainer
Sets the default acl for this aclContainer
setDefaultValue(Serializable) - Method in class com.sas.hls.job.JobParameter
Set the default value of the parameter.
setDeletePermission(AclEntry.PermissionValue) - Method in class com.sas.hls.security.acl.AclEntry
Set the delete permission for this acl
setDepartment(String) - Method in class com.sas.hls.security.user.CreateUserInfo
Set the department value of the CreateUserInfo.
setDepartment(String) - Method in class com.sas.hls.security.user.User
Set the department value for this user.
setDescription(String) - Method in class com.sas.hls.job.CreateJobInfo
 
setDescription(String) - Method in class com.sas.hls.job.Job
Set the description of the job
setDescription(String) - Method in class com.sas.hls.schedule.ScheduleDescriptor
 
setDescription(String) - Method in class com.sas.hls.security.group.GroupDescriptor
Set the description of this object
setDescription(String) - Method in class com.sas.hls.security.role.RoleDescriptor
Set the description of this role.
setDetailStatus(JobStatus.DetailStatus) - Method in class com.sas.hls.job.JobStatus
Set the detail status.
setDisplayName(String) - Method in class com.sas.hls.common.AttributeDefinition
Set the displayName to be shown to end users for this attribute definition.
setDisplayName(String) - Method in class com.sas.hls.security.user.CreateUserInfo
Set the displayName of the CreateUserInfo.
setDisplayName(String) - Method in class com.sas.hls.security.user.UserDescriptor
Set the displayName of this UserDescriptor.
setEditable(boolean) - Method in class com.sas.hls.common.AttributeDefinition
Set the indicator of whether or not this attribute value can be changed by an end user.
setEmail(String) - Method in class com.sas.hls.security.user.CreateUserInfo
Set the email of the CreateUserInfo.
setEmail(String) - Method in class com.sas.hls.security.user.UserDescriptor
Set the email value for this userDescriptor.
setEnableVersioning(boolean) - Method in class com.sas.hls.resource.repository.NewFileCheckinSpecification
Set the enableVersioning value.
setEndDate(Date) - Method in class com.sas.hls.schedule.ScheduleTrigger
Sets the end date and time of the schedule.
setEntries(Set<AclEntry>) - Method in class com.sas.hls.security.acl.Acl
Set the acl entries for this acl
setExpiration(Date) - Method in class com.sas.hls.security.user.PasswordInfo
Set the expiration date for this password.
setExpired(boolean) - Method in class com.sas.hls.security.user.PasswordInfo
Set this password as expired or not.
setExtended(boolean) - Method in class com.sas.hls.common.AttributeDefinition
Set whether this attribute is user defined.
setFirstName(String) - Method in class com.sas.hls.security.user.CreateUserInfo
Set the first name value of the CreateUserInfo.
setFirstName(String) - Method in class com.sas.hls.security.user.User
Set the first name for this user.
setGroupContext(ObjectIdentity) - Method in class com.sas.hls.security.group.GroupDescriptor
Deprecated. 
setIdentifier(String) - Method in class com.sas.hls.common.AbstractIdentifiable
Set the identifier of this object.
setIdentifier(String) - Method in class com.sas.hls.common.ObjectIdentity
Set the identifier of this objectIdentity.
setIdentifier(String) - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
Deprecated. 
setIdentifier(String) - Method in class com.sas.hls.drug.project.ProjectDescriptor
Deprecated. 
setIdentifier(String) - Method in class com.sas.hls.organization.OrganizationDescriptor
 
setIdentifier(String) - Method in class com.sas.hls.security.group.GroupDescriptor
Set the identifier of this object
setIdentifier(String) - Method in class com.sas.hls.security.privilege.Privilege
Set the identifier value of this privilege.
setIdentifier(String) - Method in class com.sas.hls.security.role.RoleDescriptor
Get the identifier of this object.
setIdentifier(String) - Method in class com.sas.hls.security.user.UserDescriptor
Deprecated. 
setIncludeSubFolders(boolean) - Method in class com.sas.hls.resource.ResourceSpecification
Set the includeSubFolders value
setInputs(Set<ResourceSpecification>) - Method in class com.sas.hls.job.CreateJobInfo
 
setInputs(Set<ResourceSpecification>) - Method in class com.sas.hls.job.Job
Set the set of inputs associated with this job
setInterval(int) - Method in class com.sas.hls.schedule.ScheduleTrigger
Sets the interval number for the schedule.
setJob(JobDescriptor) - Method in class com.sas.hls.job.ScheduleJobInfo
Set the light-weight representation of the job to run
setJobName(String) - Method in class com.sas.hls.job.CreateJobInfo
 
setLabel(String) - Method in class com.sas.hls.job.JobParameter
Set the label for this parameter.
setLastLogin(Date) - Method in class com.sas.hls.security.user.LoginInfo
Set the date of the last login of this user.
setLastModifiedDate(Date) - Method in class com.sas.hls.schedule.ScheduleDescriptor
 
setLastName(String) - Method in class com.sas.hls.security.user.CreateUserInfo
Set the last name value of the CreateUserInfo.
setLastName(String) - Method in class com.sas.hls.security.user.User
Set the last name for this user.
setLead(String) - Method in class com.sas.hls.drug.analysis.Analysis
Set the lead of the analysis.
setLead(String) - Method in class com.sas.hls.drug.project.Project
Set the lead of the project.
setLead(String) - Method in class com.sas.hls.organization.Organization
Set the lead of this organization.
setLocalizedMessage(String) - Method in exception com.sas.hls.common.exception.AbstractCheckedException
Set localized message value for this exception
setLocalizedMessage(String) - Method in exception com.sas.hls.common.exception.AbstractRuntimeException
Set the localized message value for this exception
setLocked(boolean) - Method in class com.sas.hls.security.user.LockedInfo
Set the boolean value indicating if this user account is locked.
setLockedBy(String) - Method in class com.sas.hls.security.user.LockedInfo
Set the identity of the person who locked this user.
setLockedDate(Date) - Method in class com.sas.hls.security.user.LockedInfo
Set the date that this user account was locked.
setLockedInfo(LockedInfo) - Method in class com.sas.hls.security.user.User
Deprecated. 
setLoginAttempts(long) - Method in class com.sas.hls.security.user.LoginInfo
Set the number of login attempts since the last successful login of the user.
setLoginCount(long) - Method in class com.sas.hls.security.user.LoginInfo
Set the number of times this user has logged into the system.
setLoginInfo(LoginInfo) - Method in class com.sas.hls.security.user.User
Deprecated. 
setLogPath(String) - Method in class com.sas.hls.job.CreateJobInfo
 
setLogPath(String) - Method in class com.sas.hls.job.Job
Set the log path for this job
setLstPath(String) - Method in class com.sas.hls.job.CreateJobInfo
 
setLstPath(String) - Method in class com.sas.hls.job.Job
Set the list path for this job
setManifestPath(String) - Method in class com.sas.hls.job.CreateJobInfo
 
setManifestPath(String) - Method in class com.sas.hls.job.Job
Set the manifest path for this job
setMembers(Set<Principal>) - Method in class com.sas.hls.security.group.Group
Set the members of this group.
setMembers(Set<Principal>) - Method in class com.sas.hls.security.membership.Membership
Set the members of this membership.
setMembers(Set<Principal>) - Method in class com.sas.hls.security.role.RoleAssignment
Set the membership of this roleAssignment.
setName(String) - Method in class com.sas.hls.common.Attribute
Set the name of this attribute.
setName(String) - Method in class com.sas.hls.common.AttributeDefinition
Set the internal name of the attribute being defined.
setName(String) - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
Deprecated. 
setName(String) - Method in class com.sas.hls.drug.project.ProjectDescriptor
Deprecated. 
setName(String) - Method in class com.sas.hls.job.JobParameter
Set the name of the parameter.
setName(String) - Method in class com.sas.hls.job.ParameterValue
Set the name of the parameter.
setName(String) - Method in class com.sas.hls.organization.OrganizationDescriptor
 
setName(String) - Method in class com.sas.hls.schedule.ScheduleDescriptor
 
setName(String) - Method in class com.sas.hls.security.group.GroupDescriptor
Set the name of this object
setName(String) - Method in class com.sas.hls.security.privilege.Privilege
Set the name of this privilege.
setName(String) - Method in class com.sas.hls.security.role.RoleDescriptor
Set the name of this role.
setNumOccurrences(int) - Method in class com.sas.hls.schedule.ScheduleTrigger
Sets the number of occurrences for the which the schedule should execute.
setObjectType(String) - Method in class com.sas.hls.common.AbstractIdentifiable
Set the type of object this represents.
setObjectType(String) - Method in class com.sas.hls.common.ObjectIdentity
Set the objectType of this objectIdentity.
setObjectType(String) - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
Deprecated. 
setObjectType(String) - Method in class com.sas.hls.drug.project.ProjectDescriptor
Deprecated. 
setObjectType(String) - Method in class com.sas.hls.organization.OrganizationDescriptor
 
setObjectType(String) - Method in class com.sas.hls.security.group.GroupDescriptor
Set the objectType of this object.
setObjectType(String) - Method in class com.sas.hls.security.privilege.Privilege
Set the objectType of this privilege object.
setObjectType(String) - Method in class com.sas.hls.security.role.RoleDescriptor
Set the objectType of this object.
setObjectType(String) - Method in class com.sas.hls.security.user.UserDescriptor
Deprecated. 
setOutputFileCheckinSpec(NewFileCheckinSpecification) - Method in class com.sas.hls.job.CreateJobInfo
 
setOutputFileCheckinSpec(NewFileCheckinSpecification) - Method in class com.sas.hls.job.Job
Set the checkin specification to use for new files created by this job.
setOutputs(Set<ResourceSpecification>) - Method in class com.sas.hls.job.CreateJobInfo
 
setOutputs(Set<ResourceSpecification>) - Method in class com.sas.hls.job.Job
Set the set of outputs associated with this job
setOwner(String) - Method in class com.sas.hls.schedule.ScheduleDescriptor
 
setOwner(UserDescriptor) - Method in class com.sas.hls.security.acl.Acl
Sets the user who will be the owner of this acl
setOwningObjectIdentity(ObjectIdentity) - Method in class com.sas.hls.security.acl.Acl
Set the object for which this acl is defined
setParameters(Set<JobParameter>) - Method in class com.sas.hls.job.CreateJobInfo
 
setParameters(Set<JobParameter>) - Method in class com.sas.hls.job.Job
Set the job parameters.
setParamValues(Set<ParameterValue>) - Method in class com.sas.hls.job.ScheduleJobInfo
Sets the job parameterValues.
setParentPath(String) - Method in class com.sas.hls.job.CreateJobInfo
 
setPassword(String) - Method in class com.sas.hls.security.user.CreateUserInfo
Set the password type value of the CreateUserInfo.
setPasswordInfo(PasswordInfo) - Method in class com.sas.hls.security.user.User
Deprecated. 
setPath(String) - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
Deprecated. 
setPath(String) - Method in class com.sas.hls.drug.project.ProjectDescriptor
Deprecated. 
setPath(String) - Method in class com.sas.hls.organization.OrganizationDescriptor
 
setPath(String) - Method in class com.sas.hls.resource.ResourceSpecification
Set the specified path.
setPhone(String) - Method in class com.sas.hls.security.user.CreateUserInfo
Set the phone number value of the CreateUserInfo.
setPhone(String) - Method in class com.sas.hls.security.user.User
Set the primary phone number value for this user.
setPrincipal(AclPrincipal) - Method in class com.sas.hls.security.acl.AclEntry
Set the AclPrincipal for this acl
setPrincipalId(String) - Method in class com.sas.hls.security.group.GroupDescriptor
Deprecated. 
setPrincipalId(String) - Method in class com.sas.hls.security.user.UserDescriptor
Deprecated. 
setPrincipalName(String) - Method in class com.sas.hls.security.group.GroupDescriptor
Deprecated. 
setPrincipalName(String) - Method in class com.sas.hls.security.user.UserDescriptor
Deprecated. 
setPrivileges(UserDescriptor, Set<Privilege>) - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
Set what privileges are directly given to a specified user.
setPrivileges(Set<Privilege>) - Method in class com.sas.hls.security.role.Role
Set the privileges associated with this role.
setProjectState(ProjectDescriptor, State, String, boolean) - Method in interface com.sas.hls.drug.project.ProjectService
Set the state for the project
setReadPermission(AclEntry.PermissionValue) - Method in class com.sas.hls.security.acl.AclEntry
Set the read permission for this acl
setRepeatForever(boolean) - Method in class com.sas.hls.schedule.ScheduleTrigger
Sets whether to repeat the schedule indefinitely.
setRequired(boolean) - Method in class com.sas.hls.common.AttributeDefinition
Set whether or not this attribute is required to have a value.
setRevision(long) - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
Set the internal revision number of this object.
setRevision(long) - Method in class com.sas.hls.drug.project.ProjectDescriptor
Set the internal revision number of this object.
setRevision(long) - Method in class com.sas.hls.organization.OrganizationDescriptor
Set the internal revision number of this object.
setRevision(long) - Method in class com.sas.hls.security.group.GroupDescriptor
Set the internal revision number of this object.
setRevision(long) - Method in class com.sas.hls.security.membership.MembershipDescriptor
Set the internal revision number of this object.
setRevision(long) - Method in class com.sas.hls.security.role.RoleDescriptor
Set the internal revision number of this object.
setRevision(long) - Method in class com.sas.hls.security.user.User
Set the internal revision number of this object.
setRoleContext(ObjectIdentity) - Method in class com.sas.hls.security.role.AssignedRole
Set the context that a role is being assigned to
setRoleContext(ObjectIdentity) - Method in class com.sas.hls.security.role.RoleDescriptor
Set the context in which this role is defined.
setRoleDescriptor(RoleDescriptor) - Method in class com.sas.hls.security.role.AssignedRole
Set the role being assigned to a context.
setSchedulable(Schedulable) - Method in class com.sas.hls.schedule.Schedule
Set the schedulable item.
setSchedulableLabel(String) - Method in class com.sas.hls.schedule.ScheduleDescriptor
 
setStartDate(Date) - Method in class com.sas.hls.schedule.ScheduleTrigger
Sets the start date and time of the schedule.
setState(State) - Method in class com.sas.hls.drug.analysis.Analysis
Deprecated. 
setState(State) - Method in class com.sas.hls.drug.project.Project
Deprecated. 
setStateComment(String) - Method in class com.sas.hls.drug.analysis.Analysis
Deprecated. 
setStateComment(String) - Method in class com.sas.hls.drug.project.Project
Deprecated. 
setStatus(ScheduleDescriptor.ScheduleStatus) - Method in class com.sas.hls.schedule.ScheduleDescriptor
 
setStatusBy(String) - Method in class com.sas.hls.security.user.AccountInfo
Set the identity of the person who last changed the status of this account.
setStatusDate(Date) - Method in class com.sas.hls.security.user.AccountInfo
Set the date that this account was put into its current status.
setStatusMessage(String) - Method in class com.sas.hls.job.JobStatus
Set the status message
setSummaryStatus(JobStatus.SummaryStatus) - Method in class com.sas.hls.job.JobStatus
Set the summary status
setTasks(List<ResourceSpecification>) - Method in class com.sas.hls.job.CreateJobInfo
 
setTasks(List<ResourceSpecification>) - Method in class com.sas.hls.job.Job
Set the tasks associated with this job.
setTree(JobDescriptor.Tree) - Method in class com.sas.hls.job.JobDescriptor
Set the tree location for this job
setTrigger(ScheduleTrigger) - Method in class com.sas.hls.schedule.Schedule
Set the trigger which defines when the schedule will run.
setTriggerType(ScheduleTrigger.TriggerType) - Method in class com.sas.hls.schedule.ScheduleTrigger
Sets the trigger type for the schedule.
setType(AttributeType) - Method in class com.sas.hls.common.AttributeDefinition
Set the type of the value on the defined attribute.
setType(ParameterType) - Method in class com.sas.hls.job.JobParameter
Set the type of the parameter.
setType(ParameterType) - Method in class com.sas.hls.job.ParameterValue
Set the type of the parameter.
setType(ResourceSpecification.ResourceType) - Method in class com.sas.hls.resource.ResourceSpecification
Set the resource type specified.
setUserId(String) - Method in class com.sas.hls.security.user.CreateUserInfo
Set the userId of the CreateUserInfo.
setUserId(String) - Method in class com.sas.hls.security.user.UserDescriptor
Deprecated. 
setValue(Serializable) - Method in class com.sas.hls.common.Attribute
Set the value of this attribute.
setValue(Serializable) - Method in class com.sas.hls.job.ParameterValue
Set the value of the parameter.
setVersion(String) - Method in class com.sas.hls.resource.ResourceSpecification
Set the specified version.
setVersionType(VersionType) - Method in class com.sas.hls.resource.repository.NewFileCheckinSpecification
Set the versionType of this specification.
setWriteContentPermission(AclEntry.PermissionValue) - Method in class com.sas.hls.security.acl.AclEntry
Set the content write permission for this acl
setWritePropertiesPermission(AclEntry.PermissionValue) - Method in class com.sas.hls.security.acl.AclEntry
Set the properties write permission for this acl
size - Variable in class com.sas.hls.resource.repository.RepositoryFile
 
size - Variable in class com.sas.hls.resource.workspace.WorkspaceFile
 
State - Enum in com.sas.hls.common
The enumeration of allowed state values allowed for an object that can have a state.
submitJobInRepository(String, String, Set<ParameterValue>) - Method in interface com.sas.hls.job.JobExecutionService
Submits job in the repository.
submitJobInWorkspace(String, Set<ParameterValue>) - Method in interface com.sas.hls.job.JobExecutionService
Submits job in the current user's workspace.
SystemException - Exception in com.sas.hls.common.exception
A generic runtime error thrown when a more specific exception does not exist.
SystemException(String) - Constructor for exception com.sas.hls.common.exception.SystemException
Constructs a SystemException with the specified message.
SystemException(String, Throwable) - Constructor for exception com.sas.hls.common.exception.SystemException
Constructs a SystemException with the specified message and root cause.

T

toDescriptor() - Method in class com.sas.hls.security.role.Role
Get a roleDescriptor for this role
toDescriptors(List<Role>) - Static method in class com.sas.hls.security.role.Role
Get roleDescriptors for these roles
toString() - Method in class com.sas.hls.common.Attribute
Return a string representation of the object.
toString() - Method in class com.sas.hls.common.AttributeDefinition
Return a string representation of the object.
toString() - Method in class com.sas.hls.common.ObjectIdentity
Return a string representation of the object.
toString() - Method in class com.sas.hls.drug.analysis.Analysis
Return a string representation of the object.
toString() - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
Return a string representation of the object.
toString() - Method in class com.sas.hls.drug.project.Project
Return a string representation of the object.
toString() - Method in class com.sas.hls.drug.project.ProjectDescriptor
Return a string representation of the object.
toString() - Method in class com.sas.hls.job.JobDescriptor
Return a string representation of the object.
toString() - Method in class com.sas.hls.job.JobParameter
Return a string representation of the object.
toString() - Method in class com.sas.hls.job.JobStatus
Return a string representation of the object.
toString() - Method in class com.sas.hls.job.ParameterValue
Return a string representation of the object.
toString() - Method in class com.sas.hls.organization.Organization
Return a string representation of the object.
toString() - Method in class com.sas.hls.organization.OrganizationDescriptor
Return a string representation of the object.
toString() - Method in class com.sas.hls.recyclebin.RecycleBinItem
Return a string representation of the object.
toString() - Method in class com.sas.hls.resource.repository.NewFileCheckinSpecification
 
toString() - Method in class com.sas.hls.resource.repository.RepositoryResource
 
toString() - Method in class com.sas.hls.resource.repository.ResourceCheckinSpecification
 
toString() - Method in class com.sas.hls.resource.ResourceSpecification
 
toString() - Method in class com.sas.hls.resource.workspace.WorkspaceResource
 
toString() - Method in class com.sas.hls.security.acl.Acl
Return a string representation of the object.
toString() - Method in class com.sas.hls.security.acl.AclContainer
 
toString() - Method in class com.sas.hls.security.acl.AclEntry
Return a string representation of the object.
toString() - Method in class com.sas.hls.security.membership.Membership
 
toString() - Method in class com.sas.hls.security.membership.MembershipDescriptor
Return a string representation of the object.
toString() - Method in class com.sas.hls.security.privilege.Privilege
Return a string representation of the object.
toString() - Method in class com.sas.hls.security.role.AssignedRole
Return a string representation of the object.
toString() - Method in class com.sas.hls.security.role.Role
 
toString() - Method in class com.sas.hls.security.role.RoleAssignment
Return a string representation of the object.
toString() - Method in class com.sas.hls.security.role.RoleDescriptor
Return a string representation of the object.
toString() - Method in class com.sas.hls.security.user.AccountInfo
Return a string representation of the object.
toString() - Method in class com.sas.hls.security.user.LockedInfo
Return a string representation of the object.
toString() - Method in class com.sas.hls.security.user.LoginInfo
Return a string representation of the object.
toString() - Method in class com.sas.hls.security.user.PasswordInfo
Return a string representation of the object.
toString() - Method in class com.sas.hls.security.user.UserDescriptor
Return a string representation of the object.
toVersionType(String) - Static method in class com.sas.hls.resource.repository.ResourceCheckinSpecification
Convert string to equivalent version type.
TypeNotFoundException - Exception in com.sas.hls.common.exception
An exception thrown when the specified object type definition can not be found in the system.
TypeNotFoundException(String) - Constructor for exception com.sas.hls.common.exception.TypeNotFoundException
Constructs a TypeNotFoundException with the specified message.

U

unassignAssignedRole(RoleDescriptor) - Method in interface com.sas.hls.security.role.RoleDefinitionService
Remove all assignments of this role to inherited contexts.
unassignAssignedRoleFromContext(AssignedRole) - Method in interface com.sas.hls.security.role.RoleDefinitionService
Remove an inherited role from context.
undoCheckout(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Undo the checkout of the specified resource so others can check out and modify that resource.
unlockUser(String) - Method in interface com.sas.hls.security.user.UserService
Unlocks the user with the specified userId.
updateAcl(AclSecurable, Acl) - Method in interface com.sas.hls.security.acl.AclService
Updates the specified object with the acl
updateAclContainer(AclContainerSecurable, AclContainer) - Method in interface com.sas.hls.security.acl.AclService
Updates the specified container with the aclContainer
updateAnalysis(Analysis) - Method in interface com.sas.hls.drug.analysis.AnalysisService
Updates an analysis
updateContentInWorkspaceAndCheckin(String, String, ResourceCheckinSpecification) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Save the local file contents specified into the current user's workspace, and then check the workspace file into the repository.
updateFileContents(String, ResourceCheckinSpecification, String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Replace the contents of a RepositoryFile with the provided content and make the new version number be as specified.
updateFileContents(String, String) - Method in interface com.sas.hls.resource.workspace.WorkspaceResourceService
Replace the current content of the workspace file with the content of the specified local file.
updateGroup(Group) - Method in interface com.sas.hls.security.group.GroupService
Update the definition of an existing group.
updateJobInRepository(Job, ResourceCheckinSpecification) - Method in interface com.sas.hls.job.JobService
Updates the job in the repository with information on the specified Job
updateJobInWorkspace(Job) - Method in interface com.sas.hls.job.JobService
Updates the job in the workspace with information on the specified Job
updateMembership(Membership) - Method in interface com.sas.hls.security.membership.MembershipService
Update a membership list.
updateProject(Project) - Method in interface com.sas.hls.drug.project.ProjectService
Update a project
updateRole(Role) - Method in interface com.sas.hls.security.role.RoleDefinitionService
Update the definition of the specified role.
updateRoleAssignment(RoleAssignment) - Method in interface com.sas.hls.security.role.RoleAssignmentService
Update the specified roleAssignment.
updateSchedule(Schedule) - Method in interface com.sas.hls.schedule.ScheduleService
Updates the specified schedule
updateUser(User) - Method in interface com.sas.hls.security.user.UserService
Update a user in the system
User - Class in com.sas.hls.security.user
A client representation of a user defined in the system.
User() - Constructor for class com.sas.hls.security.user.User
Zero-arg constructor.
User(String) - Constructor for class com.sas.hls.security.user.User
 
User(String, String, String, String, LoginInfo, LockedInfo, PasswordInfo) - Constructor for class com.sas.hls.security.user.User
 
UserDeleteException - Exception in com.sas.hls.security.user.exception
Thrown to indicate a failure when user is being deleted
UserDeleteException(String) - Constructor for exception com.sas.hls.security.user.exception.UserDeleteException
Create a UserDeleteException with specified message.
UserDescriptor - Class in com.sas.hls.security.user
Light weight representation of a user defined in the system.
UserDescriptor() - Constructor for class com.sas.hls.security.user.UserDescriptor
Zero-arg constructor for a UserDescriptor.
UserDescriptor(String) - Constructor for class com.sas.hls.security.user.UserDescriptor
 
UserDescriptor(String, String, String, String) - Constructor for class com.sas.hls.security.user.UserDescriptor
 
UserException - Exception in com.sas.hls.security.user.exception
Abstract parent class for exceptions thrown while manipulating or accessing a user.
UserException(String) - Constructor for exception com.sas.hls.security.user.exception.UserException
Constructs a UserException with the specified message.
userExists(String) - Method in interface com.sas.hls.security.user.UserService
Test to see if a user with the specified userId exists in the system.
UserExistsException - Exception in com.sas.hls.security.user.exception
Thrown when a user information specified for create is already defined in the system
UserExistsException(String) - Constructor for exception com.sas.hls.security.user.exception.UserExistsException
Create a UserExistsException with specified message.
UserNotFoundException - Exception in com.sas.hls.security.user.exception
Thrown when a user specified for an action does not exist in the system
UserNotFoundException(String) - Constructor for exception com.sas.hls.security.user.exception.UserNotFoundException
Create a UserExistsException with specified message.
UserPasswordException - Exception in com.sas.hls.security.user.exception
Thrown when an invalid password is provided.
UserPasswordException(String) - Constructor for exception com.sas.hls.security.user.exception.UserPasswordException
Create a UserPasswordException with specified message.
UserPasswordValidationException - Exception in com.sas.hls.security.user.exception
Thrown when a user's password has expired
UserPasswordValidationException(String) - Constructor for exception com.sas.hls.security.user.exception.UserPasswordValidationException
Create a UserPasswordValidationException with specified message.
UserService - Interface in com.sas.hls.security.user
The user service provides methods to manage the life cycle of a user and to get information about a user defined in the system.

V

ValidationException - Exception in com.sas.hls.common.exception
An exception indicating an invalid value was provided for the specified property.
ValidationException(String) - Constructor for exception com.sas.hls.common.exception.ValidationException
Constructs a ValidationException with the specified message.
valueOf(String) - Static method in enum com.sas.hls.common.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.common.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.job.JobDescriptor.Tree
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.job.JobStatus.DetailStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.job.JobStatus.SummaryStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.job.JobSubmission.JobSubmissionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.job.ParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.resource.repository.VersionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.resource.ResourceSpecification.ResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.schedule.ScheduleDescriptor.ScheduleStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.schedule.ScheduleTrigger.DayOfWeek
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.schedule.ScheduleTrigger.TriggerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.security.acl.AclEntry.PermissionValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.security.user.AccountInfo.AccountType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sas.hls.common.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.common.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.job.JobDescriptor.Tree
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.job.JobStatus.DetailStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.job.JobStatus.SummaryStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.job.JobSubmission.JobSubmissionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.job.ParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.resource.repository.VersionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.resource.ResourceSpecification.ResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.schedule.ScheduleDescriptor.ScheduleStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.schedule.ScheduleTrigger.DayOfWeek
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.schedule.ScheduleTrigger.TriggerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.security.acl.AclEntry.PermissionValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.security.user.AccountInfo.AccountType
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class com.sas.hls.resource.repository.RepositoryFile
 
versioned - Variable in class com.sas.hls.resource.repository.RepositoryFile
 
VersionType - Enum in com.sas.hls.resource.repository
Specifies what type of new version label should be created for the resource being modified.

W

WorkspaceFile - Class in com.sas.hls.resource.workspace
Client-side representation of a file in the workspace.
WorkspaceFile(String, Date, long) - Constructor for class com.sas.hls.resource.workspace.WorkspaceFile
Constructor for a client-side representation of a file in the workspace.
WorkspaceFolder - Class in com.sas.hls.resource.workspace
Represents a folder in the workspace.
WorkspaceFolder(String, Date) - Constructor for class com.sas.hls.resource.workspace.WorkspaceFolder
Constructs a client-side DTO representing a folder in the workspace.
WorkspaceResource - Class in com.sas.hls.resource.workspace
Abstract base class for client-side representations of workspace resources.
WorkspaceResource(String, Date) - Constructor for class com.sas.hls.resource.workspace.WorkspaceResource
 
WorkspaceResourceCopyException - Exception in com.sas.hls.resource.workspace.exception
The resource can not be copied as requested.
WorkspaceResourceCopyException(URI, String) - Constructor for exception com.sas.hls.resource.workspace.exception.WorkspaceResourceCopyException
Constructs a WorkspaceResourceCopyException with the specified message.
WorkspaceResourceDeleteException - Exception in com.sas.hls.resource.workspace.exception
The resource can not be deleted (currently in use?)
WorkspaceResourceDeleteException(URI, String) - Constructor for exception com.sas.hls.resource.workspace.exception.WorkspaceResourceDeleteException
Constructs a WorkspaceResourceDeleteException with the specified message.
WorkspaceResourceDeleteException(URI, String, Throwable) - Constructor for exception com.sas.hls.resource.workspace.exception.WorkspaceResourceDeleteException
Constructs a WorkspaceResourceDeleteException with the specified message and root cause.
WorkspaceResourceExistsException - Exception in com.sas.hls.resource.workspace.exception
Typically thrown when an attempt is made to create a resource in your workspace, and a resource by that name already exists.
WorkspaceResourceExistsException(URI, String) - Constructor for exception com.sas.hls.resource.workspace.exception.WorkspaceResourceExistsException
Constructs a WorkspaceResourceExistsException with the specified message.
WorkspaceResourceExistsException(URI, String, Throwable) - Constructor for exception com.sas.hls.resource.workspace.exception.WorkspaceResourceExistsException
Constructs a WorkspaceResourceExistsException with the specified message and root cause.
WorkspaceResourceNotFoundException - Exception in com.sas.hls.resource.workspace.exception
The specified resource can not be found in your workspace..
WorkspaceResourceNotFoundException(URI, String) - Constructor for exception com.sas.hls.resource.workspace.exception.WorkspaceResourceNotFoundException
Constructs a WorkspaceResourceNotFoundException with the specified message.
WorkspaceResourceNotFoundException(URI, String, Throwable) - Constructor for exception com.sas.hls.resource.workspace.exception.WorkspaceResourceNotFoundException
Constructs a WorkspaceResourceNotFoundException with the specified message and root cause.
WorkspaceResourceNotFoundException(String) - Constructor for exception com.sas.hls.resource.workspace.exception.WorkspaceResourceNotFoundException
Constructs a WorkspaceResourceNotFoundException with the specified message.
WorkspaceResourceService - Interface in com.sas.hls.resource.workspace
Service for manipulating files and folders in a user's workspace.

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

Copyright (c) 2012, SAS Institute Inc., Cary, NC, USA