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

A

AbstractAttributable - Class in com.sas.hls.common
Abstract implementation of the Attributable interface.
AbstractAttributable() - Constructor for class com.sas.hls.common.AbstractAttributable
Default constructor
AbstractAttributable(String) - Constructor for class com.sas.hls.common.AbstractAttributable
 
AbstractAttributable(String, String) - Constructor for class com.sas.hls.common.AbstractAttributable
 
AbstractAttributable(String, String, String) - Constructor for class com.sas.hls.common.AbstractAttributable
 
AbstractAttributable(String, String, String, String) - Constructor for class com.sas.hls.common.AbstractAttributable
 
AbstractAttributable(String, String, String, String, List<Attribute>) - Constructor for class com.sas.hls.common.AbstractAttributable
 
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 a 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 a 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
AbstractReferenceable - Class in com.sas.hls.common
Abstract implementation of the Referenceable interface.
AbstractReferenceable() - Constructor for class com.sas.hls.common.AbstractReferenceable
Default constructor
AbstractReferenceable(String) - Constructor for class com.sas.hls.common.AbstractReferenceable
 
AbstractReferenceable(String, String) - Constructor for class com.sas.hls.common.AbstractReferenceable
 
AbstractReferenceable(String, String, String) - Constructor for class com.sas.hls.common.AbstractReferenceable
 
AbstractReferenceable(String, String, String, String) - Constructor for class com.sas.hls.common.AbstractReferenceable
 
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, Throwable) - Constructor for exception com.sas.hls.common.exception.AbstractRuntimeException
Construct an AbstractRuntimeException with the specified detail message and nested exception.
AbstractSynchronizable - Class in com.sas.hls.common
Abstract implemetation of the synchronizable interface.
AbstractSynchronizable() - Constructor for class com.sas.hls.common.AbstractSynchronizable
 
AbstractSynchronizable(String) - Constructor for class com.sas.hls.common.AbstractSynchronizable
 
AbstractSynchronizable(String, String) - Constructor for class com.sas.hls.common.AbstractSynchronizable
 
AbstractSynchronizable(String, String, String) - Constructor for class com.sas.hls.common.AbstractSynchronizable
 
AbstractSynchronizable(String, String, String, String) - Constructor for class com.sas.hls.common.AbstractSynchronizable
 
AbstractSynchronizable(String, String, String, String, List<Attribute>) - Constructor for class com.sas.hls.common.AbstractSynchronizable
 
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.
AccountDeactivatedException - Exception in com.sas.hls.security.authentication.exception
Thrown if an authentication request is rejected because the account is in a deactivated state.
AccountDeactivatedException(String) - Constructor for exception com.sas.hls.security.authentication.exception.AccountDeactivatedException
Constructs an AccountDeactivatedException with the specified message.
AccountException - Exception in com.sas.hls.security.authentication.exception
Abstract superclass for all account related authentication exceptions.
AccountException(String) - Constructor for exception com.sas.hls.security.authentication.exception.AccountException
Constructs an AccountException with the specified message.
AccountExpiredException - Exception in com.sas.hls.security.authentication.exception
Thrown if an authentication request is rejected because the account is in an expired state.
AccountExpiredException(String) - Constructor for exception com.sas.hls.security.authentication.exception.AccountExpiredException
Constructs an AccountExpiredException 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(String, String) - Constructor for class com.sas.hls.security.user.AccountInfo
 
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.
AccountLockedException - Exception in com.sas.hls.security.authentication.exception
Thrown if an authentication request is rejected because the account is in a locked state.
AccountLockedException(String) - Constructor for exception com.sas.hls.security.authentication.exception.AccountLockedException
Constructs an AccountLockedException with the specified message.
AccountNotFoundException - Exception in com.sas.hls.security.authentication.exception
Thrown if an authentication request is rejected because the account does not exist within the system.
AccountNotFoundException(String) - Constructor for exception com.sas.hls.security.authentication.exception.AccountNotFoundException
Constructs an AccountNotFoundException with the specified message.
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
Default 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
ACTION_ACCOUNT_LOCKED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_ACCOUNT_UNLOCKED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_ACL_CREATED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_ACL_OWNER_UPDATED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_ACL_UPDATED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_ACTIVATED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_ANALYSIS_ADDED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_ANALYSIS_REMOVED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_ASSIGNED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_ASSOCIATED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_ATTACHMENT_ADDED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_ATTACHMENT_REMOVED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_CHECKEDIN - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_CHECKEDOUT - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_CLAIMED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_COMPLETED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_CREATED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_DEACTIVATED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_DEFAULT_ACL_CREATED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_DEFAULT_ACL_OWNER_UPDATED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_DEFAULT_ACL_UPDATED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_DELETED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_DISABLED_VERSIONING - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_DISASSOCIATED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_DOWNLOADED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_ENABLED_VERSIONING - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_EXTENDED_ATTR_CREATED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_EXTENDED_ATTR_DELETED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_EXTENDED_ATTR_UPDATED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_FILE_ADDED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_FILE_REMOVED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_FOLDER_ADDED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_FOLDER_REMOVED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_GROUP_ADDED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_GROUP_REMOVED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_INITIALIZED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_LEAD_CHANGED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_LOCKED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_LOGOFF_SUCCESSFUL - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_LOGON_FAILED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_LOGON_SUCCESSFUL - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_MEMBER_ADDED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_MEMBER_REMOVED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_MOVED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_PAUSED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_PERMANENTLY_DELETED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_PRIVILEGE_ADDED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_PRIVILEGE_REMOVED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_PROCESSFLOW_ADDED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_PROCESSFLOW_REMOVED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_PROJECT_ADDED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_PROJECT_REMOVED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_RAN - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_REASSIGNED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_RENAMED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_RESTORED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_RESUMED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_REVERTED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_ROLE_ADDED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_ROLE_REMOVED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_SCHEDULED_OCCURRENCE_REMOVED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_SIGNED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_STARTED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_STATE_CHANGED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_STOPPED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_TIMEOUT - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_UNASSIGNED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_UNDO_CHECKEDOUT - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_UNLOCKED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_UPDATED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_UPLOADED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_USER_ACCOUNT_CHANGED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_USER_PASSWORD_UPDATE - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_WORKITEM_ADDED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ACTION_WORKITEM_REMOVED - Static variable in class com.sas.hls.security.audit.AuditConstants
 
ActionStatus - Class in com.sas.hls.client
ActionStatus contains information about the results of a batch operation.
ActionStatus(ActionStatus.SummaryStatusCode, String, List<ActionStatusEntry>, Map<String, String>) - Constructor for class com.sas.hls.client.ActionStatus
Constructor
ActionStatus.SummaryStatusCode - Enum in com.sas.hls.client
The possible values of action summary status.
ActionStatusEntry - Class in com.sas.hls.client
ActionStatusEntry represents the status of an entry from a batch method.
ActionStatusEntry(String, String) - Constructor for class com.sas.hls.client.ActionStatusEntry
Constructor
addAttribute(Attribute) - Method in class com.sas.hls.common.AbstractAttributable
 
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.
AFRICA_BANGUI - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AFRICA_CAIRO - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AFRICA_CASABLANCA - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AFRICA_HARARE - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AFRICA_MONROVIA - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AFRICA_NAIROBI - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ALL_GLOBAL_PRIVILEGES - Static variable in class com.sas.hls.security.privilege.GlobalPrivileges
Complete set of global privileges within the system.
ALL_SCOPED_PRIVILEGES - Static variable in class com.sas.hls.security.privilege.Privileges
Complete set of scoped privileges within the system.
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.
AMERICA_ANCHORAGE - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AMERICA_ASUNCION - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AMERICA_BOGOTA - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AMERICA_BUENOS_AIRES - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AMERICA_CARACAS - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AMERICA_CAYENNE - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AMERICA_CHICAGO - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AMERICA_CUIABA - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AMERICA_DENVER - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AMERICA_DETROIT - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AMERICA_GLACE_BAY - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AMERICA_GODTHAB - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AMERICA_INDIANAPOLIS - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AMERICA_LOS_ANGELES - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AMERICA_MANAUS - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AMERICA_MAZATLAN - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AMERICA_MEXICO_CITY - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AMERICA_MONTEVIDEO - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AMERICA_PHOENIX - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AMERICA_REGINA - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AMERICA_SANTIAGO - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AMERICA_SAO_PAULO - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AMERICA_ST_JOHNS - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AMERICA_TIJUANA - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
Analysis - Class in com.sas.hls.drug.analysis
A data object that represents a SAS Life Science Analytics Framework analysis and contains all properties of a analysis defined within a project in the system.
Analysis(String, String, String, ProjectDescriptor, State, String) - Constructor for class com.sas.hls.drug.analysis.Analysis
Analysis(String, String, String, long, List<Attribute>, ProjectDescriptor, State, String, String) - Constructor for class com.sas.hls.drug.analysis.Analysis
Initializing constructor which sets the values of all variables.
AnalysisDescriptor - Class in com.sas.hls.drug.analysis
A light-weight representation of a SAS Life Science Analytics Framework Analysis.
AnalysisDescriptor(String, String, String) - Constructor for class com.sas.hls.drug.analysis.AnalysisDescriptor
AnalysisDescriptor(String, String, String, long, List<Attribute>) - Constructor for class com.sas.hls.drug.analysis.AnalysisDescriptor
Initializing constructor which sets the values of all variables.
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
ApplicationInformation - Class in com.sas.hls.configuration
Provides information on the internal versions of components that were deployed with the API.
ApplicationInformation(String, String) - Constructor for class com.sas.hls.configuration.ApplicationInformation
Initializing constructor which sets the values of all variables.
ApplicationInformationService - Interface in com.sas.hls.configuration
A service which exposes internal versions of components that were deployed with the API.
ASIA_ALMATY - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_AMMAN - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_BAGHDAD - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_BANGKOK - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_BEIRUT - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_CALCUTTA - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_COLOMBO - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_DHAKA - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_DUBAI - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_IRKUTSK - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_JERUSALEM - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_KABUL - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_KAMCHATKA - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_KARACHI - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_KATMANDU - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_KRASNOYARSK - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_KUALA_LUMPUR - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_KUWAIT - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_MAGADAN - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_NOVOSIBIRSK - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_RANGOON - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_SEOUL - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_SHANGHAI - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_TAIPAI - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_TASHKENT - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_TBILISI - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_TEHRAN - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_ULAANBAATAR - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_VLADIVOSTOK - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_YAKUTSK - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_YEKATERINBURG - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASIA_YEREVAN - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ASKA_TOKYO - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
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.
ATLANTIC_AZORES - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
ATLANTIC_CAPE_VERDE - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
Attributable - Interface in com.sas.hls.common
TODO - javadoc for Attributable
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.
ATTRIBUTE_CONTENTTYPE - Static variable in class com.sas.hls.common.TypeConstants
Attribute name for the content type for file types only.
ATTRIBUTE_CREATED - Static variable in class com.sas.hls.common.TypeConstants
Attribute name for the creation date attribute.
ATTRIBUTE_CREATEDBY - Static variable in class com.sas.hls.common.TypeConstants
Attribute name for the creation date attribute.
ATTRIBUTE_DESCRIPTION - Static variable in class com.sas.hls.common.TypeConstants
Attribute name for the description attribute.
ATTRIBUTE_LASTMODIFIED - Static variable in class com.sas.hls.common.TypeConstants
Attribute name for the last modified date attribute.
ATTRIBUTE_LASTMODIFIEDBY - Static variable in class com.sas.hls.common.TypeConstants
Attribute name for the last modified by attribute.
ATTRIBUTE_LEAD - Static variable in class com.sas.hls.common.TypeConstants
Attribute name for the designated lead for a project or analysis.
ATTRIBUTE_PROPERTIESLASTMODIFIED - Static variable in class com.sas.hls.common.TypeConstants
Attribute name for the properties last modified date attribute.
ATTRIBUTE_PROPERTIESLASTMODIFIEDBY - Static variable in class com.sas.hls.common.TypeConstants
Attribute name for the properties last modified by attribute.
ATTRIBUTE_SIGNATURES - Static variable in class com.sas.hls.common.TypeConstants
Attribute name for the electronic signatures attribute for files types only.
ATTRIBUTE_STATE - Static variable in class com.sas.hls.common.TypeConstants
Attribute name for the project or analysis current state.
ATTRIBUTE_STATECOMMENT - Static variable in class com.sas.hls.common.TypeConstants
Attribute name for the comment set when updating a project or analysis state.
AttributeDefinition - Class in com.sas.hls.common
Deprecated.
As of Java API 1.7. Replaced with AttributeDefinition.
AttributeDefinition() - Constructor for class com.sas.hls.common.AttributeDefinition
Deprecated.
Zero-arg constructor for an AttributeDefinition.
AttributeDefinition(String) - Constructor for class com.sas.hls.common.AttributeDefinition
Deprecated.
Constructs an AttributeDefinition object which defines an attribute on an object.
AttributeDefinition - Class in com.sas.hls.type
Provides information about attributes defined on a Type.
AttributeDefinition(String, String, AttributeDefinition.AttributeType, boolean, boolean, boolean, boolean) - Constructor for class com.sas.hls.type.AttributeDefinition
Initializing constructor which allocates a new AttributeDefinition and sets all attributes to the specified values.
AttributeDefinition.AttributeType - Enum in com.sas.hls.type
The enumeration of value types that an attribute can have.
AttributeType - Enum in com.sas.hls.common
Deprecated.
As of Java API 1.7. Replaced with AttributeDefinition.AttributeType.
AuditConstants - Class in com.sas.hls.security.audit
Abstract class containing string constants which represent the action value in an AuditEntry.
AuditConstants() - Constructor for class com.sas.hls.security.audit.AuditConstants
 
AuditEntriesInfo - Class in com.sas.hls.security.audit
Provides information about the results of a query including the number of entries and a token to access those entries.
AuditEntriesInfo(AuditToken, int) - Constructor for class com.sas.hls.security.audit.AuditEntriesInfo
Constructor
AuditEntry - Class in com.sas.hls.security.audit
AuditEntry contains information from a single audit record which includes the source information, the action performed, when it was performed, and by whom.
AuditEntry(String, Date, String, String, String, String, String, String) - Constructor for class com.sas.hls.security.audit.AuditEntry
Constructor
AuditEntryDetail - Class in com.sas.hls.security.audit
AuditEntryDetail contains the attributes that were changed, including the old and new values, for a particular audit entry.
AuditEntryDetail(String, String, String, String) - Constructor for class com.sas.hls.security.audit.AuditEntryDetail
Constructor
AuditEntryQuery - Class in com.sas.hls.security.audit
AuditEntryQuery contains information on how to filter audit information.
AuditEntryQuery() - Constructor for class com.sas.hls.security.audit.AuditEntryQuery
Zero-arg constructor
AuditEntryQuery(String, List<String>, String, String, String, Date, Date) - Constructor for class com.sas.hls.security.audit.AuditEntryQuery
Constructor
AuditEntryQuery(String, List<String>, List<String>, String, String, String, Date, Date) - Constructor for class com.sas.hls.security.audit.AuditEntryQuery
Constructor
AuditEntrySearchException - Exception in com.sas.hls.security.audit.exception
Thrown when an error is encountered while searching audit entries.
AuditEntrySearchException(String) - Constructor for exception com.sas.hls.security.audit.exception.AuditEntrySearchException
Constructor specifying detailed message about this exception.
AuditEntrySearchException(String, String, Throwable) - Constructor for exception com.sas.hls.security.audit.exception.AuditEntrySearchException
Constructor specifying the detailed message, root cause, and path of the object that this exception concerns.
AuditService - Interface in com.sas.hls.security.audit
Service that provides a way to query the global audit history or an object audit history.
AuditToken - Class in com.sas.hls.security.audit
Identifies an audit query result on the server.
AuditToken(String) - Constructor for class com.sas.hls.security.audit.AuditToken
Constructor
AUSTRALIA_ADELAIDE - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AUSTRALIA_BRISBANE - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AUSTRALIA_DARWIN - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AUSTRALIA_HOBART - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AUSTRALIA_MELBOURNE - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AUSTRALIA_PERTH - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
AuthenticationException - Exception in com.sas.hls.security.authentication.exception
Abstract superclass for all authentication related exceptions.
AuthenticationException(String) - Constructor for exception com.sas.hls.security.authentication.exception.AuthenticationException
Create an AuthenticationException with specified message.
AuthenticationProviderInfo - Class in com.sas.hls.security.user
Metadata representation of an authentication provider suitable for selection lists.
AuthenticationProviderInfo(String, String, String, boolean) - Constructor for class com.sas.hls.security.user.AuthenticationProviderInfo
 

B

BatchRepositoryResourceService - Interface in com.sas.hls.resource.repository
A service for performing batch operations in the repository.
BatchWorkspaceResourceService - Interface in com.sas.hls.resource.workspace
A service for performing batch operations in the workspace.

C

changePassword(String, String) - Method in interface com.sas.hls.security.user.UserService
Change the current user password
CheckedOutFilesInfo - Class in com.sas.hls.resource.repository
Provides information about the results of a query including the number of entries and a token to access those entries.
CheckedOutFilesInfo() - Constructor for class com.sas.hls.resource.repository.CheckedOutFilesInfo
 
CheckedOutFilesInfo(CheckedOutFilesToken, int) - Constructor for class com.sas.hls.resource.repository.CheckedOutFilesInfo
Constructor
CheckedOutFilesQuery - Class in com.sas.hls.resource.repository
CheckedOutFilesQuery contains information on how to filter checked out files.
CheckedOutFilesQuery() - Constructor for class com.sas.hls.resource.repository.CheckedOutFilesQuery
Zero-arg constructor
CheckedOutFilesQuery(String, String, String) - Constructor for class com.sas.hls.resource.repository.CheckedOutFilesQuery
Constructor
CheckedOutFilesSearchException - Exception in com.sas.hls.resource.repository.exception
Thrown when an error is encountered while searching checked out files.
CheckedOutFilesSearchException(String) - Constructor for exception com.sas.hls.resource.repository.exception.CheckedOutFilesSearchException
Constructor specifying detailed message about this exception.
CheckedOutFilesSearchException(String, String, Throwable) - Constructor for exception com.sas.hls.resource.repository.exception.CheckedOutFilesSearchException
Constructor specifying the detailed message, root cause, and path of the object that this exception concerns.
CheckedOutFilesToken - Class in com.sas.hls.resource.repository
Identifies a checked out files query result on the server.
CheckedOutFilesToken(String) - Constructor for class com.sas.hls.resource.repository.CheckedOutFilesToken
Constructor
checkin(List<String>, ResourceCheckinSpecification) - Method in interface com.sas.hls.resource.repository.BatchRepositoryResourceService
Checks in all files specified in the list of paths (can contain container and file paths) that are ready for checkin.
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.
checkout(List<String>) - Method in interface com.sas.hls.resource.repository.BatchRepositoryResourceService
Checks out all files specified in the list of paths (can contain container and file paths).
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.
clearAuditEntriesInfo(AuditToken) - Method in interface com.sas.hls.security.audit.AuditService
Releases the token and any cached information about the query associated with the token.
clearCheckedOutFilesInfo(CheckedOutFilesToken) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Releases the token and any cached information about the query associated with the token.
clearRecycleBinItemsInfo(RecycleBinToken) - Method in interface com.sas.hls.recyclebin.RecycleBinService
Releases the token and any cached information about the query associated with the token.
clearSearchResultsInfo(SearchToken) - Method in interface com.sas.hls.search.SearchService
Releases the token and any cached information about the query associated with the token.
clone() - Method in class com.sas.hls.common.AbstractSynchronizable
 
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.client.utils - package com.sas.hls.client.utils
Contains common utility classes.
com.sas.hls.common - package com.sas.hls.common
Contains common interfaces and data objects 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.configuration - package com.sas.hls.configuration
Provides the services and classes which surface build information for the client and server components so compatibility checks can be performed.
com.sas.hls.drug.analysis - package com.sas.hls.drug.analysis
Service and class definitions for manipulating and creating SAS Life Science Analytics Framework 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 analysis service.
com.sas.hls.drug.client - package com.sas.hls.drug.client
Classes specific to accessing an instance of the SAS Life Science Analytics Framework application.
com.sas.hls.drug.project - package com.sas.hls.drug.project
Service and class definitions for manipulating and creating SAS Life Science Analytics Framework 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.messaging.subscription - package com.sas.hls.messaging.subscription
Service for creating and retrieving subscriptions.
com.sas.hls.messaging.subscription.exception - package com.sas.hls.messaging.subscription.exception
Exceptions that can be thrown when creating or retrieving subscriptions.
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.sassession - package com.sas.hls.sassession
Service and class definitions for querying SAS sessions.
com.sas.hls.sassession.exception - package com.sas.hls.sassession.exception
Exceptions that can be thrown while using the sasSessionService.
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.search - package com.sas.hls.search
Service and class definitions for searching repository items in the system.
com.sas.hls.search.exception - package com.sas.hls.search.exception
Exceptions that can be thrown while using the searchService.
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.audit - package com.sas.hls.security.audit
Service and class definitions for getting global audit entries.
com.sas.hls.security.audit.exception - package com.sas.hls.security.audit.exception
Exceptions that can be thrown while querying audit records.
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.
com.sas.hls.type - package com.sas.hls.type
Provides the services and classes needed to describe the object type definitions within the system.
com.sas.hls.type.exception - package com.sas.hls.type.exception
Exceptions that can be thrown when dealing with types.
com.sas.hls.work.processflow - package com.sas.hls.work.processflow
Service and class definitions for getting process flow information.
com.sas.hls.work.processflow.exception - package com.sas.hls.work.processflow.exception
Exceptions that can be thrown while manipulating a process flow or using the processFlowService.
compareTo(Privilege) - Method in class com.sas.hls.security.privilege.Privilege
Compares this object with the specified object for order.
CompletedElement - Interface in com.sas.hls.work.processflow
Interface representing a completed element of a process flow.
CompletedEvent - Class in com.sas.hls.work.processflow
Represents a completed event in a process flow
CompletedEvent(String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, ProcessFlowDescriptor, Date, UserDescriptor, Date) - Constructor for class com.sas.hls.work.processflow.CompletedEvent
Initializing constructor which sets the values of all variables.
CompletedEventGateway - Class in com.sas.hls.work.processflow
Represents a completed event gateway in a process flow
CompletedEventGateway(String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, ProcessFlowDescriptor, Date, UserDescriptor, Date, CompletedEvent) - Constructor for class com.sas.hls.work.processflow.CompletedEventGateway
Initializing constructor which sets the values of all variables.
CompletedJobTask - Class in com.sas.hls.work.processflow
Represents a completed job task in a process flow.
CompletedJobTask(String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, ProcessFlowDescriptor, Date, Date, Task.TaskStatus, List<Attribute>, UserDescriptor, Date, String, CompletedTask.TaskCompletedState, UserDescriptor, String, String, String, List<ParameterValue>) - Constructor for class com.sas.hls.work.processflow.CompletedJobTask
Initializing constructor which sets the values of all variables.
CompletedNotificationTask - Class in com.sas.hls.work.processflow
Represents a completed notification task in a process flow.
CompletedNotificationTask(String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, ProcessFlowDescriptor, Date, Date, Task.TaskStatus, List<Attribute>, UserDescriptor, Date, String, CompletedTask.TaskCompletedState, Set<Principal>, String, NotificationTaskDefinition.MessagePriority, String) - Constructor for class com.sas.hls.work.processflow.CompletedNotificationTask
Initializing constructor which sets the values of all variables.
CompletedSignalEvent - Class in com.sas.hls.work.processflow
Represents a completed signal event in a process flow
CompletedSignalEvent(String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, ProcessFlowDescriptor, Date, UserDescriptor, Date, String, String) - Constructor for class com.sas.hls.work.processflow.CompletedSignalEvent
 
CompletedTask - Interface in com.sas.hls.work.processflow
Represents a completed task in a process flow.
CompletedTask.TaskCompletedState - Enum in com.sas.hls.work.processflow
Provides the completed state of the task.
CompletedUserTask - Class in com.sas.hls.work.processflow
Represents a completed user task in a process flow.
CompletedUserTask(String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, ProcessFlowDescriptor, Date, Date, Task.TaskStatus, List<Attribute>, UserDescriptor, Date, String, float) - Constructor for class com.sas.hls.work.processflow.CompletedUserTask
Initializing constructor which sets the values of all variables.
CompletedUserTaskDetails - Class in com.sas.hls.work.processflow
Represents a completed user task in a process flow with completion attributes and task assignment history.
CompletedUserTaskDetails(String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, ProcessFlowDescriptor, Date, Date, Task.TaskStatus, List<Attribute>, UserDescriptor, Date, String, float, Set<DataProperty>, Set<UserTaskAssignment>) - Constructor for class com.sas.hls.work.processflow.CompletedUserTaskDetails
Initializing constructor which sets the values of all variables.
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.
copy(String, String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Copy the file or folder from the source path to the destination path.
copy(String, String) - Method in interface com.sas.hls.resource.workspace.WorkspaceResourceService
Copy the file or folder from the source path to the destination path.
CopyToWorkspaceException - Exception in com.sas.hls.resource.exception
Thrown if the item being copied has been marked as Synchronizable.Syncable.DENY or Synchronizable.Syncable.DENY_ALL.
CopyToWorkspaceException(String, String) - Constructor for exception com.sas.hls.resource.exception.CopyToWorkspaceException
Construct a CopyToWorkspaceException with the specified path and detail message.
CopyToWorkspaceException(String, String, Throwable) - Constructor for exception com.sas.hls.resource.exception.CopyToWorkspaceException
Construct a CopyToWorkspaceException with the specified path, detail message and nested exception.
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
createProcessFlow(ProcessFlowContext, String, String) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
Create process flow at the specified context with the specified name using the latest deployed version of the process definition with the specified id.
createProcessFlowManifest(ProcessFlowContext, String, String, NewFileCheckinSpecification) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
Creates a process flow manifest for the specified process flow
createProcessFlowManifests(Set<ProcessFlowDescriptor>, String, NewFileCheckinSpecification) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
Creates process flow manifests for the specified process flows
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
createSignature(String, CreateSignatureInfo) - Method in interface com.sas.hls.resource.repository.SignatureService
Create an electronic signature for the current version of a file (only the current version of a file can be electronically signed).
CreateSignatureInfo - Class in com.sas.hls.resource.repository
Parameters that are necessary when creating an electronic signature.
CreateSignatureInfo() - Constructor for class com.sas.hls.resource.repository.CreateSignatureInfo
Constructs a newly allocated CreateSignatureInfo with all fields uninitialized.
createSubscription(String, SubscribableEvent, Principal, boolean) - Method in interface com.sas.hls.messaging.subscription.SubscriptionService
Create a subscription to the specified event on the object represented by the specified path, for the given principal.
createSubscriptions(String, SubscribableEvent, Set<Principal>, boolean) - Method in interface com.sas.hls.messaging.subscription.SubscriptionService
Create a subscription to the specified event on the object represented by the specified path, for the given principals.
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.
CredentialsException - Exception in com.sas.hls.security.authentication.exception
Abstract superclass for all credentials related authentication exceptions.
CredentialsException(String) - Constructor for exception com.sas.hls.security.authentication.exception.CredentialsException
Constructs an CredentialsException with the specified message.
CredentialsExpiredException - Exception in com.sas.hls.security.authentication.exception
Thrown if an authentication request is rejected because the account's credentials have expired.
CredentialsExpiredException(String) - Constructor for exception com.sas.hls.security.authentication.exception.CredentialsExpiredException
Constructs an CredentialsExpiredException with the specified message.
CredentialsIncorrectException - Exception in com.sas.hls.security.authentication.exception
Thrown if an authentication request is rejected because the presented credentials are incorrect.
CredentialsIncorrectException(String) - Constructor for exception com.sas.hls.security.authentication.exception.CredentialsIncorrectException
Constructs an CredentialsIncorrectException with the specified message.

D

DataProperty - Class in com.sas.hls.work.processflow
Represents a form property in a process flow which is specified with the start event in a process definition.
DataProperty(String, String, DataProperty.Type, Serializable, Map<String, String>, String) - Constructor for class com.sas.hls.work.processflow.DataProperty
It is not intended or recommended that the consumer of the API construct these objects.
DataProperty(String, String, DataProperty.Type, Serializable) - Constructor for class com.sas.hls.work.processflow.DataProperty
It is not intended or recommended that the consumer of the API construct these objects.
DataProperty.Type - Enum in com.sas.hls.work.processflow
Provides the task type.
DEFAULT_PROCESSFLOW_MESSAGE_PRIORITY - Static variable in class com.sas.hls.work.processflow.NotificationTask
 
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.
deleteProcessFlow(ProcessFlowContext, String) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
Deletes the process flow at the specified context with the specified name
deleteProcessFlowAndCreateManifest(ProcessFlowContext, String, String, NewFileCheckinSpecification) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
Deletes the process flow at the specified context with the specified name and creates a process flow manifest (.pmnf) in the specified manifest location with the name of the process flow.
deleteProcessFlows(Set<ProcessFlowDescriptor>) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
Deletes the specified process flows
deleteProcessFlowsAndCreateManifests(Set<ProcessFlowDescriptor>, String, NewFileCheckinSpecification) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
Deletes the specified process flows and creates a process flow manifest (.pmnf) for each in the specified manifest location with the name of the process flow.
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
deleteSession(String, boolean) - Method in interface com.sas.hls.sassession.SasSessionService
Delete a single SAS session with the option to forceCleanup which will force kill the remote SAS process, if necessary, and cleanup the transient workspace, if it exists.
deleteSessions(List<SasSession>, boolean) - Method in interface com.sas.hls.sassession.SasSessionService
Delete the specified SAS sessions with the option to forceCleanup which will force kill the remote SAS processes, if necessary, and cleanup the transient workspaces, if they exist.
deleteUser(String) - Method in interface com.sas.hls.security.user.UserService
Delete a user who has performed no actions in the system.
DeploymentContextType - Enum in com.sas.hls.work.processflow
Provides the context where a process flow may be deployed.
description - Variable in class com.sas.hls.work.processflow.ElementDefinition
 
didRun() - Method in class com.sas.hls.job.ManifestTask
 
disableVersioningOnFile(String, String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Disable versioning support for the specified RepositoryFile.
downloadAsZip(Set<String>, String, boolean) - Method in interface com.sas.hls.resource.repository.BatchRepositoryResourceService
Takes the repository paths in the selected set and downloads them to the zip file specified in local path.
downloadAsZip(Set<String>, String, boolean) - Method in interface com.sas.hls.resource.workspace.BatchWorkspaceResourceService
Takes the workspace paths in the selected set and downloads them to the zip file specified in local path.
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 Life Science Analytics Framework services.

E

Element - Class in com.sas.hls.work.processflow
Parent class for an element in a process flow.
Element(String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, ProcessFlowDescriptor, Date) - Constructor for class com.sas.hls.work.processflow.Element
Initializing constructor which sets the values of all variables.
Element.ElementType - Enum in com.sas.hls.work.processflow
Provides the type of the flow element.
ElementDefinition - Class in com.sas.hls.work.processflow
Abstract parent class of element definitions for all element types in a process flow.
ElementDefinition(String, String, String, Element.ElementType, String, long) - Constructor for class com.sas.hls.work.processflow.ElementDefinition
Initializing constructor which sets the values of all variables.
enableVersioningOnFile(String, String, String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Turn on versioning support for the specified RepositoryFile.
EncryptionException - Exception in com.sas.hls.security.user.exception
Thrown when an error is encountered during encryption.
EncryptionException(String, Throwable) - Constructor for exception com.sas.hls.security.user.exception.EncryptionException
Construct a EncryptionException with the specified detail message and nested exception.
encryptPassword(String) - Method in interface com.sas.hls.security.user.UserService
Gets an encrypted version of the password.
endSession(String) - Method in interface com.sas.hls.sassession.SasSessionService
End a SAS session for the specified SAS session.
equals(Object) - Method in class com.sas.hls.common.AbstractAttributable
 
equals(Object) - Method in class com.sas.hls.common.AbstractIdentifiable
 
equals(Object) - Method in class com.sas.hls.common.AbstractReferenceable
 
equals(Object) - Method in class com.sas.hls.common.AbstractSynchronizable
 
equals(Object) - Method in class com.sas.hls.common.Attribute
 
equals(Object) - Method in class com.sas.hls.common.AttributeDefinition
Deprecated.
 
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.messaging.subscription.SubscribableEvent
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.messaging.subscription.Subscription
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.recyclebin.RecycleBinToken
 
equals(Object) - Method in class com.sas.hls.resource.repository.RepositoryFileInfo
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.resource.repository.Signature
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.resource.repository.SynchronizationFileInfo
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.resource.repository.SynchronizationInfo
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.resource.repository.WorkspaceFileInfo
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.resource.ResourceSpecification
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.resource.workspace.WorkspaceResource
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.schedule.ScheduleDescriptor
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.search.SearchResultObject
 
equals(Object) - Method in class com.sas.hls.search.SearchToken
 
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
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.security.acl.AclOwner
Indicate whether some other object is "equal to" this one.
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
Indicate whether some other object is "equal to" this one.
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
Indicate whether some other object is "equal to" this one.
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.AuthenticationProviderInfo
 
equals(Object) - Method in class com.sas.hls.security.user.LicenseType
 
equals(Object) - Method in class com.sas.hls.security.user.UserDescriptor
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.type.AttributeDefinition
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.type.Type
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.work.processflow.DataProperty
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.work.processflow.Element
 
equals(Object) - Method in class com.sas.hls.work.processflow.ElementDefinition
 
equals(Object) - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
 
equals(Object) - Method in class com.sas.hls.work.processflow.Task
 
equals(Object) - Method in class com.sas.hls.work.processflow.TaskDefinition
 
EUROPE_AMSTERDAM - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
EUROPE_ATHENS - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
EUROPE_BELGRADE - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
EUROPE_BRUSSELS - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
EUROPE_HELSINKI - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
EUROPE_LONDON - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
EUROPE_MINSK - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
EUROPE_MOSCOW - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
EUROPE_SARAJEVO - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
EventDefinition - Class in com.sas.hls.work.processflow
Abstract class of setup information for event types in a process flow.
EventDefinition(String, String, String, Element.ElementType, String, long) - Constructor for class com.sas.hls.work.processflow.EventDefinition
Initializing constructor which sets the values of all variables.
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.
exists(ProcessFlowContext, String) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
Checks if the process flow exists at the specified context with the specified name.

G

getAbsolutePath(String, String) - Static method in class com.sas.hls.client.utils.RelativePathUtility
Generate an absolute path for a relative path in relation to the base path.
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.
getAction() - Method in class com.sas.hls.security.audit.AuditEntry
Get the action performed
getActions() - Method in class com.sas.hls.security.audit.AuditEntryQuery
Get the list of actions in which to query
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.
getActualHours() - Method in class com.sas.hls.work.processflow.UserTask
 
getActualHours() - Method in class com.sas.hls.work.processflow.UserTaskAssignment
 
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.
getAllSessions() - Method in interface com.sas.hls.sassession.SasSessionService
Get a list of all SAS sessions for all users in the system.
getAllTimeZones() - Static method in class com.sas.hls.schedule.ScheduleTimeZoneConstants
Gets all time zones that are supported for weekly schedules.
getAllUserDescriptors() - Method in interface com.sas.hls.security.user.UserService
Get the full client representation of all users defined in the system as UserDescriptors.
getAllUsers() - Method in interface com.sas.hls.security.user.UserService
Get the full client representation of all users 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.
getApiClientVersion() - Method in class com.sas.hls.configuration.ApplicationInformation
Returns the SAS Life Science Analytics Framework API version running on the client.
getApiServerVersion() - Method in class com.sas.hls.configuration.ApplicationInformation
Returns the SAS Life Science Analytics Framework API version running on the server.
getApplicationInformation() - Method in interface com.sas.hls.configuration.ApplicationInformationService
Returns an ApplicationInformation data structure with information containing SAS Life Science Analytics Framework versions in use.
getApplicationInformationService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the ApplicationInformationService instance for this session.
getAppServerVersion() - Method in class com.sas.hls.configuration.ApplicationInformation
Returns the SAS Life Science Analytics Framework server version the API is connected to.
getAssigned() - Method in class com.sas.hls.work.processflow.UserTask
 
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.
getAssignee() - Method in class com.sas.hls.work.processflow.UserTask
 
getAssignee() - Method in class com.sas.hls.work.processflow.UserTaskAssignment
 
getAssignee() - Method in class com.sas.hls.work.processflow.UserTaskDefinition
Gets the user assigned to this user task
getAttribute(String) - Method in class com.sas.hls.common.AbstractAttributable
 
getAttribute(String) - Method in class com.sas.hls.work.processflow.ProcessFlow
 
getAttributeAsBoolean(String) - Method in class com.sas.hls.common.AbstractAttributable
 
getAttributeAsDate(String) - Method in class com.sas.hls.common.AbstractAttributable
 
getAttributeAsLong(String, long) - Method in class com.sas.hls.common.AbstractAttributable
 
getAttributeAsLong(String) - Method in class com.sas.hls.common.AbstractAttributable
 
getAttributeAsString(String) - Method in class com.sas.hls.common.AbstractAttributable
 
getAttributeDefinitions() - Method in class com.sas.hls.type.Type
Returns the attribute definitions related to this object type.
getAttributeDefinitionsForAnalysis() - Method in interface com.sas.hls.drug.analysis.AnalysisService
Get the set of attribute definitions on the analysis type including system and extended attributes.
getAttributeDefinitionsForAnalysisType() - Method in interface com.sas.hls.drug.analysis.AnalysisService
Deprecated.
As of Java API 1.7. Replaced with AnalysisService.getAttributeDefinitionsForAnalysis().
getAttributeDefinitionsForProject() - 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.
getAttributeDefinitionsForProjectType() - Method in interface com.sas.hls.drug.project.ProjectService
Deprecated.
As of Java API 1.7. Replaced with ProjectService.getAttributeDefinitionsForProject().
getAttributeName() - Method in class com.sas.hls.security.audit.AuditEntryDetail
Get the name of the attribute changed
getAttributes() - Method in class com.sas.hls.common.AbstractAttributable
 
getAttributes() - Method in interface com.sas.hls.common.Attributable
 
getAttributes() - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
Returns the attributes associated with this Analysis.
getAttributes() - Method in class com.sas.hls.drug.project.ProjectDescriptor
Returns the attributes associated with this Project.
getAttributes() - Method in class com.sas.hls.organization.OrganizationDescriptor
Return the attributes associated with this Organization.
getAttributes() - Method in class com.sas.hls.security.user.User
Get the list of attributes defined for this user instance.
getAttributes() - Method in interface com.sas.hls.work.processflow.CompletedTask
 
getAttributes() - Method in class com.sas.hls.work.processflow.ProcessFlow
 
getAttributes() - Method in class com.sas.hls.work.processflow.Task
Gets the extended attributes of this task
getAttributes() - Method in class com.sas.hls.work.processflow.TaskDefinition
 
getAttributeType() - Method in class com.sas.hls.security.audit.AuditEntryDetail
Get the type of the attribute changed
getAttributeType() - Method in class com.sas.hls.type.AttributeDefinition
Returns the data type of this attribute definition.
getAuditEntries(AuditToken, int, int) - Method in interface com.sas.hls.security.audit.AuditService
Gets AuditEntry objects using a token from AuditEntriesInfo which is obtained by calling getAuditEntriesInfoByQuery.
getAuditEntriesInfoByQuery(AuditEntryQuery) - Method in interface com.sas.hls.security.audit.AuditService
Returns an AuditEntriesInfo object which contains a token and row count in which to request audit entries.
getAuditEntryDetails(String) - Method in interface com.sas.hls.security.audit.AuditService
Retrieve audit details for the audit entry with the given identifier.
getAuditService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the AuditService instance for this session
getAuditToken() - Method in class com.sas.hls.security.audit.AuditEntriesInfo
Get the token for the submitted audit query
getAuthenticationProviderInfos() - Method in interface com.sas.hls.security.user.UserService
Gets a list of authentication providers that can be specified as part of the user account in the system
getAuthenticator() - Method in class com.sas.hls.security.user.AccountInfo
Get the authenticator of this account.
getAuthenticatorUsername() - Method in class com.sas.hls.security.user.AccountInfo
Get the authenticator username of this account.
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.
getBatchRepositoryResourceService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the BatchRepositoryResourceService instance for this session.
getBatchWorkspaceResourceService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the BatchWorkspaceResourceService instance for this session.
getCandidates() - Method in class com.sas.hls.work.processflow.UserTaskDefinition
Gets the candidates for this user task
getCheckedOutBy() - Method in class com.sas.hls.resource.repository.RepositoryFileInfo
Returns who has this repository file checked out, if it is checked out.
getCheckedOutFiles(CheckedOutFilesToken, int, int) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Gets checked out files, represented by SynchronizationInfo objects, using a token from CheckedOutFilesInfo which is obtained by calling getCheckedOutFilesInfoByQuery.
getCheckedOutFilesInfoByQuery(CheckedOutFilesQuery) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Returns a CheckedOutFilesInfo object which contains a token and row count in which to request checked out files.
getCheckoutStatus() - Method in class com.sas.hls.resource.repository.SynchronizationInfo
Returns the checkout status for this file.
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.
getClientId() - Method in class com.sas.hls.sassession.SasSession
Get the incremental number assigned to a SAS session
getComment() - Method in class com.sas.hls.resource.repository.CreateSignatureInfo
Return the comment to use when creating this electronic signature.
getComment() - Method in class com.sas.hls.resource.repository.NewFileCheckinSpecification
Get the comment associated with this specification
getComment() - Method in class com.sas.hls.resource.repository.ResourceCheckinSpecification
 
getComment() - Method in class com.sas.hls.resource.repository.Signature
Returns the comment provided with this electronic signature, if one was provided.
getCompleted() - Method in class com.sas.hls.job.JobSubmission
Get the date the job was completed
getCompleted() - Method in interface com.sas.hls.work.processflow.CompletedElement
Gets the date this completed element was completed
getCompleted() - Method in class com.sas.hls.work.processflow.CompletedEvent
Gets the completed date of this event
getCompleted() - Method in class com.sas.hls.work.processflow.CompletedJobTask
 
getCompleted() - Method in class com.sas.hls.work.processflow.CompletedNotificationTask
 
getCompleted() - Method in class com.sas.hls.work.processflow.CompletedUserTask
 
getCompletedBy() - Method in interface com.sas.hls.work.processflow.CompletedElement
Gets the user that completed this element
getCompletedBy() - Method in class com.sas.hls.work.processflow.CompletedEvent
 
getCompletedBy() - Method in class com.sas.hls.work.processflow.CompletedJobTask
 
getCompletedBy() - Method in class com.sas.hls.work.processflow.CompletedNotificationTask
 
getCompletedBy() - Method in class com.sas.hls.work.processflow.CompletedUserTask
 
getCompletedElementsByProcessFlow(String) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
Get the completed elements of the process flow with the given identifier
getCompletedState() - Method in class com.sas.hls.work.processflow.CompletedJobTask
 
getCompletedState() - Method in class com.sas.hls.work.processflow.CompletedNotificationTask
 
getCompletedStatus() - Method in class com.sas.hls.work.processflow.CompletedJobTask
 
getCompletedStatus() - Method in class com.sas.hls.work.processflow.CompletedNotificationTask
 
getCompletionAttributes() - Method in class com.sas.hls.work.processflow.CompletedUserTaskDetails
 
getCompletionComment() - Method in class com.sas.hls.work.processflow.CompletedUserTask
 
getComplexity() - Method in class com.sas.hls.work.processflow.UserTask
 
getComplexity() - Method in class com.sas.hls.work.processflow.UserTaskDefinition
Gets the complexity of this user task
getContent() - Method in class com.sas.hls.search.SearchQuery
Get the string to query the contents of files that are of the type specified in object type.
getContext() - Method in class com.sas.hls.drug.analysis.Analysis
Returns the parent organization of this Analysis.
getContext() - Method in class com.sas.hls.drug.project.Project
Returns the parent organization of this Project.
getContext() - Method in class com.sas.hls.security.membership.MembershipDescriptor
Get the context that this MembershipDescriptor represents.
getContext() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
Get the context of this object
getContextPath() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
Get the path of the context of this object
getContexts() - Method in class com.sas.hls.work.processflow.ProcessDefinitionInfo
Get the contexts in which this process definition can be used to create process flows.
getCopyToWorkspaceStatus() - Method in class com.sas.hls.search.SearchQuery
Gets the Synchronizable.Syncable enumeration which controls workspace copy behavior for a specific repository node.
getCreated() - Method in class com.sas.hls.security.user.PasswordInfo
Get the created date of this password.
getCreated() - Method in interface com.sas.hls.work.processflow.CompletedElement
Gets the date this completed element was created
getCreated() - Method in class com.sas.hls.work.processflow.Element
Gets the date this element was created
getCreated() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
Return the date this process flow was created.
getCreatedBy() - Method in class com.sas.hls.search.SearchQuery
Get the userid of the user who performed the creation in which to query
getCreatedBy() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
Get the userid of the user who created this process flow
getCreatedDate() - Method in class com.sas.hls.search.SearchResultObject
Get the creation date of the object represented by this SearchResultObject
getCreationAttributesForAnalysis() - Method in interface com.sas.hls.drug.analysis.AnalysisService
Get the set of attributes that may be specified when creating an analysis.
getCreationAttributesForAnalysisType() - Method in interface com.sas.hls.drug.analysis.AnalysisService
Deprecated.
As of Java API 1.7. Replaced with AnalysisService.getCreationAttributesForAnalysis().
getCreationAttributesForProject() - Method in interface com.sas.hls.drug.project.ProjectService
Get the set of attributes that can be used for creating a project.
getCreationAttributesForProjectType() - Method in interface com.sas.hls.drug.project.ProjectService
Deprecated.
As of Java API 1.7. Replaced with ProjectService.getCreationAttributesForProject().
getCurrentElementsByContext(ProcessFlowContext, boolean) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
Get the current elements for process flows at the given context.
getCurrentElementsByProcessFlow(String) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
Get the current elements of the process flow with the given identifier.
getCurrentFileVersionToWorkspace(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Deprecated.
getCustomVersion() - Method in class com.sas.hls.resource.repository.ResourceCheckinSpecification
 
getCustomVersionValue() - Method in class com.sas.hls.job.OutputFileSpec
 
getCustomVersionValue() - Method in class com.sas.hls.resource.repository.NewFileCheckinSpecification
Get the customVersionValue of this specification.
getDateAssigned() - Method in class com.sas.hls.work.processflow.UserTaskAssignment
 
getDateEnded() - Method in class com.sas.hls.sassession.SasSession
Get the date this SAS session was ended
getDatePattern() - Method in class com.sas.hls.work.processflow.DataProperty
Get the date pattern of this data property as defined in the process definition
getDateStarted() - Method in class com.sas.hls.sassession.SasSession
Get the date this SAS session was started
getDateStarted() - Method in class com.sas.hls.work.processflow.UserTaskAssignment
 
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.
getDefinitionFilePath() - Method in class com.sas.hls.work.processflow.ProcessDefinitionInfo
Get the source path of the repository file that was used to deploy this process definition.
getDefinitionFileVersion() - Method in class com.sas.hls.work.processflow.ProcessDefinitionInfo
Get the version of the process definition file in the repository that was used to deploy this process.
getDeletedBy() - Method in class com.sas.hls.recyclebin.RecycleBinItem
Get the user who deleted this object
getDeletedBy() - Method in class com.sas.hls.recyclebin.RecycleBinItemQuery
Get the userId of the user who deleted files will be queried
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.
getDeployedVersion() - Method in class com.sas.hls.work.processflow.ProcessDefinitionInfo
Get the deployed version of the process definition.
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
Return the description of this schedule.
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.
getDescription() - Method in class com.sas.hls.security.user.AuthenticationProviderInfo
 
getDescription() - Method in class com.sas.hls.security.user.LicenseType
 
getDescription() - Method in interface com.sas.hls.work.processflow.CompletedElement
Gets the description of this completed element
getDescription() - Method in class com.sas.hls.work.processflow.Element
 
getDescription() - Method in class com.sas.hls.work.processflow.ElementDefinition
Gets the description of this element definition
getDescription() - Method in class com.sas.hls.work.processflow.ProcessDefinitionInfo
Get the description of this process definition
getDescription() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
Get the description of this object
getDetailStatus() - Method in class com.sas.hls.job.JobStatus
Get the detail status.
getDisplayName() - Method in class com.sas.hls.common.AttributeDefinition
Deprecated.
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.LicenseType
 
getDisplayName() - Method in class com.sas.hls.security.user.UserDescriptor
Get the displayName of this UserDescriptor.
getDisplayName() - Method in class com.sas.hls.type.AttributeDefinition
Returns the display name of this attribute definition.
getDisplayName() - Method in class com.sas.hls.type.Type
Returns the display name of this object type.
getDueDate() - Method in class com.sas.hls.work.processflow.TimerEvent
 
getDueDate() - Method in class com.sas.hls.work.processflow.UserTask
 
getDueDate() - Method in class com.sas.hls.work.processflow.UserTaskDefinition
Gets the due date for this user task
getElementDefinitions(ProcessFlowContext, String) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
Get the process flow element definitions for the process flow at the specified context with the specified name.
getElementId() - Method in interface com.sas.hls.work.processflow.CompletedElement
Gets the id of this completed element as it appears in the process definition
getElementId() - Method in class com.sas.hls.work.processflow.Element
Gets the id for this element as defined in the process definition
getElementId() - Method in class com.sas.hls.work.processflow.ElementDefinition
Gets the id for this element as defined in the process definition
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.User
Get the email of this user.
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.client.ActionStatus
Gets status entries for all files acted upon
getEntries() - Method in class com.sas.hls.security.acl.Acl
Get the acl entries for this acl
getEntryMessage(String) - Method in class com.sas.hls.client.ActionStatus
Looks up the descriptive message based on the code provided
getEvent() - Method in class com.sas.hls.messaging.subscription.SubscribableEvent
Gets the subscribable event
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.
getFileStatus() - Method in class com.sas.hls.resource.repository.SynchronizationInfo
Returns where the file exists.
getFileValidity() - Method in class com.sas.hls.job.ManifestFile
 
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.
getFlowStatus() - Method in interface com.sas.hls.work.processflow.CompletedElement
Gets the status of this completed element
getFlowStatus() - Method in class com.sas.hls.work.processflow.Element
 
getFromCreatedDate() - Method in class com.sas.hls.search.SearchQuery
Get the start date of the range for created date in which to query
getFromDate() - Method in class com.sas.hls.recyclebin.RecycleBinItemQuery
Get the from deleted date of the item to query in deleted items
getFromDate() - Method in class com.sas.hls.security.audit.AuditEntryQuery
Get the start date in which to query
getFromLastModifiedDate() - Method in class com.sas.hls.search.SearchQuery
Get the start date of the range for last modified date in which to query
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.
getGroupDescriptorByName(GroupContext, String) - Method in interface com.sas.hls.security.group.GroupService
Get the light-weight representation of a group given its name and context.
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.
getId() - Method in class com.sas.hls.work.processflow.DataProperty
Get the id of this data property as defined in the process definition
getId() - Method in class com.sas.hls.work.processflow.ProcessDefinitionInfo
Get the id of this process definition
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
 
getIdentifier() - Method in class com.sas.hls.drug.project.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.recyclebin.RecycleBinToken
Get the identifier for the recycle bin items query result on the server
getIdentifier() - Method in class com.sas.hls.resource.repository.CheckedOutFilesToken
Get the identifier for the checked out files query result on the server
getIdentifier() - Method in class com.sas.hls.resource.repository.RepositoryFileInfo
Returns the unique identifier of this repository file.
getIdentifier() - Method in class com.sas.hls.resource.repository.Signature
Returns the unique identifier of this electronic signature.
getIdentifier() - Method in class com.sas.hls.search.SearchToken
Get the identifier for the search query result on the server
getIdentifier() - Method in class com.sas.hls.security.audit.AuditEntry
Get the identifier value for this entry
getIdentifier() - Method in class com.sas.hls.security.audit.AuditToken
Get the identifier for the audit query result on the server
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.AuthenticationProviderInfo
 
getIdentifier() - Method in class com.sas.hls.security.user.UserDescriptor
Get the identifier of this UserDescriptor.
getInfo() - Method in class com.sas.hls.job.ManifestTask
 
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
getInputs() - Method in class com.sas.hls.job.Manifest
 
getInterval() - Method in class com.sas.hls.schedule.ScheduleTrigger
Gets the interval number for the schedule.
getInvalidMembers() - Method in exception com.sas.hls.security.group.exception.InvalidGroupMemberException
Returns the set of members which are invalid additions to the group.
getInvalidMembers() - Method in exception com.sas.hls.security.membership.exception.InvalidMemberException
Get the set of invalid principals referenced by this exception.
getInvalidMembers() - Method in exception com.sas.hls.security.role.exception.InvalidRoleMemberException
Returns the set of members which are invalid additions to the role assignment.
getInvalidPrivileges() - Method in exception com.sas.hls.security.privilege.exception.InvalidPrivilegeException
Get the set of privileges which were found to be invalid.
getInvalidPrivileges() - Method in exception com.sas.hls.security.role.exception.InvalidRolePrivilegeException
Returns the set of privileges which cannot be assigned to the specified role.
getJob() - Method in class com.sas.hls.job.Manifest
 
getJob() - Method in class com.sas.hls.job.ScheduleJobInfo
Get the light-weight representation of the job to run
getJobDescription() - Method in class com.sas.hls.job.Manifest
 
getJobDetails() - Method in class com.sas.hls.work.processflow.CompletedJobTask
Gets the details of the job - the description from with in the job xml
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
 
getJobName() - Method in class com.sas.hls.job.Manifest
 
getJobPath() - Method in class com.sas.hls.job.JobSubmission
Get the job path of this job submission.
getJobPath() - Method in class com.sas.hls.job.Manifest
 
getJobPath() - Method in class com.sas.hls.work.processflow.CompletedJobTask
 
getJobPath() - Method in class com.sas.hls.work.processflow.JobTask
Get the full path of the job
getJobPath() - Method in class com.sas.hls.work.processflow.JobTaskDefinition
Get the full path of the job
getJobService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the JobService instance for this session.
getJobStatus() - Method in class com.sas.hls.job.JobSubmission
Get the job details and execution status for this job submission
getJobSubmission() - Method in class com.sas.hls.job.Manifest
 
getJobSubmissionForSasSession(String) - Method in interface com.sas.hls.job.JobExecutionService
Get the JobSubmission containing job information and job execution status for job that created the specified SAS session.
getJobSubmissionsByJobPath(String) - Method in interface com.sas.hls.job.JobExecutionService
Get job submission entries for the repository job specified by the job path
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.
getJobVersion() - Method in class com.sas.hls.job.Manifest
 
getJobVersion() - Method in class com.sas.hls.work.processflow.CompletedJobTask
 
getJobVersion() - Method in class com.sas.hls.work.processflow.JobTask
Gets the version of the job
getJobVersion() - Method in class com.sas.hls.work.processflow.JobTaskDefinition
Gets the version of the job
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
getLastModified() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
Return the date this process flow was last modified.
getLastModifiedBy() - Method in class com.sas.hls.recyclebin.RecycleBinItem
Get the userid of the user who last modified this deleted object
getLastModifiedBy() - Method in class com.sas.hls.search.SearchQuery
Get the userid of the user who performed the last modification in which to query
getLastModifiedBy() - Method in class com.sas.hls.search.SearchResultObject
Get the userid of the user who last modified the object represented by this SearchResultObject
getLastModifiedBy() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
Get the userid of the user who last modified this process flow
getLastModifiedDate() - Method in class com.sas.hls.resource.repository.RepositoryFileInfo
Returns the last date this repository file was modified.
getLastModifiedDate() - Method in class com.sas.hls.resource.repository.RepositoryResource
Return the date this repository resource was last modified.
getLastModifiedDate() - Method in class com.sas.hls.resource.repository.WorkspaceFileInfo
Returns the last date this workspace file was modified.
getLastModifiedDate() - Method in class com.sas.hls.resource.workspace.WorkspaceResource
Return the date this workspace resource was last modified.
getLastModifiedDate() - Method in class com.sas.hls.schedule.ScheduleDescriptor
Return the date this schedule was last modified.
getLastModifiedDate() - Method in class com.sas.hls.search.SearchResultObject
Get the last modified date of the object represented by this SearchResultObject
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.
getLatestFileVersionToWorkspace(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Get the latest version of the specified repository file and bring it into your workspace.
getLatestJobSubmissionByJobPath(String) - Method in interface com.sas.hls.job.JobExecutionService
Get the latest job submission entry for the repository job specified by the job path
getLead() - Method in class com.sas.hls.drug.analysis.Analysis
Return the current lead of this Analysis.
getLead() - Method in class com.sas.hls.drug.project.Project
Return the current lead of this Project.
getLead() - Method in class com.sas.hls.organization.Organization
Returns the current lead of this Organization.
getLicenseType() - Method in class com.sas.hls.security.user.AccountInfo
Get the name of the license type of this account.
getLicenseTypes() - Method in interface com.sas.hls.security.user.UserService
Retrieve the license types currently configured in the system.
getListingContents(String) - Method in interface com.sas.hls.sassession.SasSessionService
Get the listing contents for the specified SAS session if the size of the file does not exceed 5 megabytes (5242880 bytes).
getListingSize(String) - Method in interface com.sas.hls.sassession.SasSessionService
Get the size of the listing file for the specified SAS session in bytes.
getLocalizedMessage() - Method in exception com.sas.hls.common.exception.AbstractCheckedException
 
getLocalizedMessage() - Method in exception com.sas.hls.common.exception.AbstractRuntimeException
 
getLocation() - Method in class com.sas.hls.resource.repository.CheckedOutFilesQuery
Get the location to query for checked out files
getLocation() - Method in class com.sas.hls.search.SearchQuery
Get the location from which to query
getLocation() - Method in class com.sas.hls.search.SearchResultObject
Get the parent location of the object represented by this SearchResultObject
getLocations() - Method in class com.sas.hls.work.processflow.SignalEvent
 
getLocations() - Method in class com.sas.hls.work.processflow.SignalEventDefinition
 
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.
getLog() - Method in class com.sas.hls.job.Manifest
 
getLogContents(String) - Method in interface com.sas.hls.sassession.SasSessionService
Get the log contents for the specified SAS session if the size of the file does not exceed 5 megabytes (5242880 bytes).
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
Deprecated.
As of version 1.7.2, this method is deprecated and there is no replacement. A replacement will be added in a future release.
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
getLogSize(String) - Method in interface com.sas.hls.sassession.SasSessionService
Get the size of the log file for the specified SAS session in bytes.
getLst() - Method in class com.sas.hls.job.Manifest
 
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
getManifestByJobSubmission(String) - Method in interface com.sas.hls.job.JobExecutionService
Get the job manifest for the specified job submission
getManifestByRepositoryPath(String, String) - Method in interface com.sas.hls.job.JobExecutionService
Get the job manifest at the path and version specified.
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
getManifestType() - Method in class com.sas.hls.job.Manifest
 
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.
getMessage() - Method in class com.sas.hls.work.processflow.NotificationTask
 
getMessage() - Method in class com.sas.hls.work.processflow.NotificationTaskDefinition
Gets the message text for this notification task
getMessageCode() - Method in class com.sas.hls.client.ActionStatusEntry
Gets the code containing status and message information.
getMyProcessFlowDescriptors(ProcessFlowContext, boolean) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
Get all process flows that are owned by the current user at a specified context, and (optionally) below.
getName(String) - Static method in class com.sas.hls.client.utils.RelativePathUtility
Return the name of the file or folder denoted by this path.
getName() - Method in class com.sas.hls.common.AbstractReferenceable
 
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
Deprecated.
Returns a String containing the name of the attribute defined.
getName() - Method in interface com.sas.hls.common.Referenceable
 
getName() - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
Returns the name of this Analysis.
getName() - Method in class com.sas.hls.drug.project.ProjectDescriptor
Returns the name of this Project.
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
Returns the name of this Organization.
getName() - Method in class com.sas.hls.recyclebin.RecycleBinItemQuery
Get the name of the item to query in deleted items
getName() - Method in class com.sas.hls.resource.repository.CheckedOutFilesQuery
Get the name of the file to query for checked out files.
getName() - Method in class com.sas.hls.schedule.ScheduleDescriptor
Return the name of this schedule.
getName() - Method in class com.sas.hls.search.SearchQuery
Get the name of the source in which to query
getName() - Method in class com.sas.hls.search.SearchResultObject
Get the name of the object represented by this SearchResultObject
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.
getName() - Method in class com.sas.hls.security.user.AuthenticationProviderInfo
 
getName() - Method in class com.sas.hls.security.user.LicenseType
 
getName() - Method in class com.sas.hls.type.AttributeDefinition
Returns the name of the attribute defined.
getName() - Method in class com.sas.hls.type.Type
Returns the name of this object type.
getName() - Method in interface com.sas.hls.work.processflow.CompletedElement
Gets the name of this completed element
getName() - Method in class com.sas.hls.work.processflow.DataProperty
Get the name of this data property as defined in the process definition
getName() - Method in class com.sas.hls.work.processflow.Element
Gets the name for this element
getName() - Method in class com.sas.hls.work.processflow.ElementDefinition
Gets the name of this element definition
getName() - Method in class com.sas.hls.work.processflow.ProcessDefinitionInfo
Get the name of this process definition
getName() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
Get the name of this process flow
getNewValue() - Method in class com.sas.hls.security.audit.AuditEntryDetail
Get the new value
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
 
getObjectType() - Method in class com.sas.hls.drug.project.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.search.SearchQuery
Get the object type in which to query
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.
getObjectType() - Method in class com.sas.hls.work.processflow.TaskDefinition
 
getOldValue() - Method in class com.sas.hls.security.audit.AuditEntryDetail
Get the old value
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.
getOutputFileSpec() - Method in class com.sas.hls.job.Manifest
 
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
getOutputs() - Method in class com.sas.hls.job.Manifest
 
getOwner() - Method in class com.sas.hls.schedule.ScheduleDescriptor
Return the owner of this schedule.
getOwner() - Method in class com.sas.hls.search.SearchQuery
Set the userid of the owner in which to query.
getOwner() - Method in class com.sas.hls.security.acl.Acl
Get the user who is the owner of this acl
getOwner() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
Get the owner's userid of this process flow
getOwningObjectIdentity() - Method in class com.sas.hls.security.acl.Acl
Get the object for which this acl is defined
getPageSizeLimit() - Method in interface com.sas.hls.recyclebin.RecycleBinService
Gets the maximum number of recycle bin items that can be returned in a single request.
getPageSizeLimit() - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Gets the maximum number of checked out files that can be returned in a single request.
getPageSizeLimit() - Method in interface com.sas.hls.search.SearchService
Gets the maximum number of search entries that can be returned in a single request.
getPageSizeLimit() - Method in interface com.sas.hls.security.audit.AuditService
Gets the maximum number of audit entries that can be returned in a single request.
getParameters() - Method in class com.sas.hls.job.CreateJobInfo
 
getParameters() - Method in class com.sas.hls.job.Job
Get the job parameters.
getParameters() - Method in class com.sas.hls.job.Manifest
 
getParameters() - Method in class com.sas.hls.work.processflow.JobTask
Get the parameter values that will override the default parameter values in the job
getParameters() - Method in class com.sas.hls.work.processflow.JobTaskDefinition
Get the parameter values that will override the default parameter values in the job
getParamValues() - Method in class com.sas.hls.job.ScheduleJobInfo
Get the job parameterValues.
getParentPath(String) - Static method in class com.sas.hls.client.utils.RelativePathUtility
Return the path to the parent folder for this file or folder path.
getParentPath() - Method in class com.sas.hls.job.CreateJobInfo
 
getPassword() - Method in class com.sas.hls.resource.repository.CreateSignatureInfo
Returns the password which will be used in the creation of this electronic signature.
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.client.ActionStatusEntry
Gets the path of the entry
getPath() - Method in class com.sas.hls.common.AbstractReferenceable
 
getPath() - Method in interface com.sas.hls.common.Referenceable
 
getPath() - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
Returns the full path of this Analysis.
getPath() - Method in class com.sas.hls.drug.project.ProjectDescriptor
Returns the full path of this Project.
getPath() - Method in class com.sas.hls.job.JobDescriptor
Get the path of the job
getPath() - Method in class com.sas.hls.messaging.subscription.Subscription
Get the path of the object for the subscription
getPath() - Method in class com.sas.hls.organization.OrganizationDescriptor
Returns the full path of this Organization.
getPath() - Method in class com.sas.hls.recyclebin.RecycleBinItem
Get the path of this object
getPath() - Method in class com.sas.hls.recyclebin.RecycleBinItemQuery
Get the path of the item to query in deleted items
getPath() - Method in exception com.sas.hls.resource.exception.CopyToWorkspaceException
Return the path of the item that caused this exception.
getPath() - Method in exception com.sas.hls.resource.exception.ResourceException
Returns the String of the resource in question.
getPath() - Method in exception com.sas.hls.resource.repository.exception.CheckedOutFilesSearchException
Get the path value specified in this exception.
getPath() - Method in exception com.sas.hls.resource.repository.exception.SigningException
Return the repository path to the file associated with this electronic signing error.
getPath() - Method in class com.sas.hls.resource.repository.RepositoryFileInfo
Returns the full path of this repository file.
getPath() - Method in class com.sas.hls.resource.repository.SynchronizationFileInfo
Returns the full path of the repository file.
getPath() - Method in class com.sas.hls.resource.repository.SynchronizationInfo
Returns the file path associated with this synchronization information.
getPath() - Method in class com.sas.hls.resource.repository.WorkspaceFileInfo
Returns the full path of this workspace file.
getPath() - Method in class com.sas.hls.resource.ResourceSpecification
Get the specified path.
getPath() - Method in class com.sas.hls.resource.workspace.WorkspaceResource
Return the path to this workspace resource.
getPath() - Method in class com.sas.hls.search.SearchResultObject
Get the full path of the object represented by this SearchResultObject
getPath() - Method in exception com.sas.hls.security.audit.exception.AuditEntrySearchException
Get the path value specified in this exception.
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.messaging.subscription.Subscription
Get the principal for the subscription
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.
getPriority() - Method in class com.sas.hls.work.processflow.NotificationTask
 
getPriority() - Method in class com.sas.hls.work.processflow.NotificationTaskDefinition
Gets the priority for this notification task
getPriority() - Method in class com.sas.hls.work.processflow.UserTask
 
getPriority() - Method in class com.sas.hls.work.processflow.UserTaskDefinition
Gets the priority of this user task
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.
getProcessData() - Method in class com.sas.hls.work.processflow.ProcessFlow
 
getProcessDefinitionInfo() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
Get the process definition information that was used to create this process flow
getProcessDefinitionsByType(DeploymentContextType) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
Gets the latest deployed process definitions at the specified context type.
getProcessFlow() - Method in class com.sas.hls.work.processflow.Element
Gets the process flow which contains this element
getProcessFlowByIdentifier(String) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
Get process flow with the specified identifier.
getProcessFlowByNameAndContext(ProcessFlowContext, String) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
Get process flow at the specified context with the specified name.
getProcessFlowDescriptors(ProcessFlowContext, boolean) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
Get process flows at a specified context and (optionally) below.
getProcessFlowIdentifier() - Method in class com.sas.hls.work.processflow.ElementDefinition
 
getProcessFlowService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the ProcesslowService 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.
getProxyHost() - Method in class com.sas.hls.client.ProxyInfo
Returns the proxy server host to use when establishing a Session.
getProxyPassword() - Method in class com.sas.hls.client.ProxyInfo
Returns the proxy server password to use when establishing a Session.
getProxyPort() - Method in class com.sas.hls.client.ProxyInfo
Returns the proxy server port to use when establishing a Session.
getProxyUserId() - Method in class com.sas.hls.client.ProxyInfo
Returns the proxy server user id to use when establishing a 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
getReason() - Method in class com.sas.hls.resource.repository.CreateSignatureInfo
Return the signature reason to use when creating this electronic signature.
getReason() - Method in class com.sas.hls.resource.repository.Signature
Returns the signature reason used when creating this electronic signature.
getRecipients() - Method in class com.sas.hls.work.processflow.NotificationTask
 
getRecipients() - Method in class com.sas.hls.work.processflow.NotificationTaskDefinition
Sets the recipients for this notification task
getRecycleBinItems(RecycleBinToken, int, int) - Method in interface com.sas.hls.recyclebin.RecycleBinService
Gets RecycleBinItem objects using a token from RecycleBinItemsInfo which is obtained by calling getRecycleBinItemsInfoByQuery.
getRecycleBinItemsInfoByQuery(RecycleBinItemQuery) - Method in interface com.sas.hls.recyclebin.RecycleBinService
Returns an RecycleBinItemsInfo object which contains a token and row count in which to request recycle bin items.
getRecycleBinService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the RecycleBinService instance for this session.
getRecycleBinToken() - Method in class com.sas.hls.recyclebin.RecycleBinItemsInfo
Get the token for the submitted recycle bin items query
getReferencingSASFile() - Method in class com.sas.hls.job.ManifestInput
 
getReferencingSASFile() - Method in class com.sas.hls.job.ManifestOutput
 
getRelativePath(String, String) - Static method in class com.sas.hls.client.utils.RelativePathUtility
Generate a relative path for a file relative to the base path.
getReleaseVersion() - Method in class com.sas.hls.job.Job
Get the release version of this job
getReleaseVersion() - Method in class com.sas.hls.job.Manifest
 
getRepeatForever() - Method in class com.sas.hls.schedule.ScheduleTrigger
Gets whether to repeat the schedule indefinitely.
getRepositoryFileIdentifier() - Method in class com.sas.hls.resource.repository.Signature
Returns the unique identifier of the repository file associated with this electronic signature.
getRepositoryFileInfo() - Method in class com.sas.hls.resource.repository.SynchronizationInfo
Return the repository file information if the file exists in the repository, if it does not exist then this returns null.
getRepositoryFileLastModifiedDate() - Method in class com.sas.hls.resource.repository.SynchronizationFileInfo
Returns the last modification date of the repository file synchronized to the workspace.
getRepositoryFilePath() - Method in class com.sas.hls.resource.repository.Signature
Returns the path of the repository file associated with this electronic signature.
getRepositoryFileSize() - Method in class com.sas.hls.resource.repository.SynchronizationFileInfo
Returns the size of the repository file (in bytes) synchronized to the workspace.
getRepositoryFileVersion() - Method in class com.sas.hls.resource.repository.Signature
Returns the version of the repository file associated with this electronic signature.
getRepositoryResourceService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the RepositoryResourceService instance for this session.
getResource() - Method in class com.sas.hls.job.ManifestFile
 
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
Returns the internal revision number of this Analysis.
getRevision() - Method in class com.sas.hls.drug.project.ProjectDescriptor
Returns the internal revision number of this Project.
getRevision() - Method in class com.sas.hls.organization.OrganizationDescriptor
Returns the internal revision number of this Organization.
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.
getRevision() - Method in class com.sas.hls.work.processflow.ElementDefinition
 
getRevision() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
The internal revision number of this process flow object.
getRole() - Method in class com.sas.hls.resource.repository.CreateSignatureInfo
Return the signature role to use when creating this electronic signature.
getRole() - Method in class com.sas.hls.resource.repository.Signature
Returns the signature role used when creating this electronic signature.
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.
getRowCount() - Method in interface com.sas.hls.common.QueryResultsInfo
 
getRowCount() - Method in class com.sas.hls.recyclebin.RecycleBinItemsInfo
Gets the total number of rows in the submitted recycle bin items query
getRowCount() - Method in class com.sas.hls.resource.repository.CheckedOutFilesInfo
Gets the total number of rows in the submitted checked out files query
getRowCount() - Method in class com.sas.hls.search.SearchResultsInfo
Gets the total number of rows in the generated search query
getRowCount() - Method in class com.sas.hls.security.audit.AuditEntriesInfo
Gets the total number of rows in the submitted audit query
getRunAsOwner(Job) - Method in interface com.sas.hls.job.JobService
Get the flag that defines whether the repository job will run as the owner.
getRunAsOwner() - Method in class com.sas.hls.work.processflow.CompletedJobTask
Get the runAsOwner user as defined on the job for this task
getRunAsUser() - Method in class com.sas.hls.job.JobSubmission
Get the userid of the user the job was run as
getSasSessionService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the SasSessionService instance for this session.
getSasSYSCC() - Method in class com.sas.hls.job.ManifestTask
 
getSchedulable() - Method in class com.sas.hls.schedule.Schedule
Get the schedulable item.
getSchedulableLabel() - Method in class com.sas.hls.schedule.ScheduleDescriptor
Return the label of this schedule.
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
Return the schedule key group name.
getScheduleKeyName() - Method in class com.sas.hls.schedule.ScheduleDescriptor
Return the key name for this schedule.
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.
getSearchResults(SearchToken, int, int) - Method in interface com.sas.hls.search.SearchService
Gets SearchResult objects using a token from SearchResultsInfo which is obtained by calling getSearchResultsInfoByQuery.
getSearchResultsInfoByQuery(SearchQuery) - Method in interface com.sas.hls.search.SearchService
Returns a SearchResultsInfo object which contains a token and row count in which to request search entries.
getSearchService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the SearchService instance for this session.
getSearchToken() - Method in class com.sas.hls.search.SearchResultsInfo
Get the token for the generated search query
getServiceManager() - Method in interface com.sas.hls.client.Session
Get the single service manager for this session.
getSession(String) - Method in interface com.sas.hls.sassession.SasSessionService
Get the SAS session with the specified identifier.
getSessionId() - Method in class com.sas.hls.job.JobSubmission
Get the identifier of the SAS session generated for this job submission
getSessionsByUser(String) - Method in interface com.sas.hls.sassession.SasSessionService
Get a list of SAS sessions for the user with the userId specified.
getSessionsForCurrentUser() - Method in interface com.sas.hls.sassession.SasSessionService
Get a list of SAS sessions for the current user.
getSignaledBy() - Method in class com.sas.hls.work.processflow.CompletedSignalEvent
Get the userid of the user who triggered the signal event
getSignalName() - Method in class com.sas.hls.work.processflow.CompletedSignalEvent
Get the signal name used to trigger the signal event
getSignalName() - Method in class com.sas.hls.work.processflow.SignalEvent
 
getSignalName() - Method in class com.sas.hls.work.processflow.SignalEventDefinition
 
getSignature() - Method in class com.sas.hls.resource.repository.Signature
Returns the signature hash generated when this electronic signature was created.
getSignatureReasons() - Method in interface com.sas.hls.resource.repository.SignatureService
Retrieve all of the valid signature reasons that can be used when populating a CreateSignatureInfo object to create an electronic signature on a repository file.
getSignatureRoles() - Method in interface com.sas.hls.resource.repository.SignatureService
Retrieve all of the valid signature roles that can be used when populating a CreateSignatureInfo object to create an electronic signature on a repository file.
getSignatures(String) - Method in interface com.sas.hls.resource.repository.SignatureService
Retrieve all the electronic signatures associated to a file in the repository.
getSignaturesByVersion(String, String) - Method in interface com.sas.hls.resource.repository.SignatureService
Retrieve the electronic signatures for a specific version of a file in the repository.
getSignatureService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the SignatureService instance for this session.
getSignaturesForLatestVersion(String) - Method in interface com.sas.hls.resource.repository.SignatureService
Retrieve the electronic signatures for the latest version of a file in the repository.
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
Return the size of this repository file (in bytes).
getSize() - Method in class com.sas.hls.resource.repository.RepositoryFileInfo
Returns the size of this repository file (in bytes).
getSize() - Method in class com.sas.hls.resource.repository.WorkspaceFileInfo
Returns the size of this workspace file (in bytes).
getSize() - Method in class com.sas.hls.resource.workspace.WorkspaceFile
Return the size of this workspace file (in bytes).
getSize() - Method in class com.sas.hls.search.SearchResultObject
Get the size (in bytes) of the object (files only) represented by this SearchResultObject.
getSourceIdentifier() - Method in class com.sas.hls.security.audit.AuditEntry
Get the identifier of the object that was acted upon
getSourceIdentifier() - Method in class com.sas.hls.security.audit.AuditEntryQuery
Get the identifier of source in which to query
getSourceLocation() - Method in class com.sas.hls.security.audit.AuditEntry
Get the location of the object that was acted upon
getSourceLocation() - Method in class com.sas.hls.security.audit.AuditEntryQuery
Get the location of source in which to query
getSourceName() - Method in class com.sas.hls.security.audit.AuditEntry
Get the name of the object that was acted upon
getSourceName() - Method in class com.sas.hls.security.audit.AuditEntryQuery
Get the name of the source in which to query
getSourceType() - Method in class com.sas.hls.security.audit.AuditEntry
Get the type of object that was acted upon
getSourceTypes() - Method in class com.sas.hls.security.audit.AuditEntryQuery
Get the list of object types in which to query
getStartDate() - Method in class com.sas.hls.schedule.ScheduleTrigger
Gets the start date and time of the schedule
getStarted() - Method in interface com.sas.hls.work.processflow.CompletedTask
 
getStarted() - Method in class com.sas.hls.work.processflow.Task
Gets the date this task was started
getState() - Method in class com.sas.hls.drug.analysis.Analysis
Returns the current state of this Analysis.
getState() - Method in class com.sas.hls.drug.project.Project
Returns the current state of this Project.
getState() - Method in class com.sas.hls.sassession.SasSession
Get the state of the SAS session
getStateComment() - Method in class com.sas.hls.drug.analysis.Analysis
Returns the most recent state comment for this Analysis.
getStateComment() - Method in class com.sas.hls.drug.project.Project
Returns the most recent state comment for this Project.
getStatus() - Method in class com.sas.hls.schedule.ScheduleDescriptor
Return the schedule's status.
getStatus() - Method in exception com.sas.hls.work.processflow.exception.InvalidProcessFlowStateException
Gets the status of the process flow
getStatus() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
Get the status of this process flow
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
getSubject() - Method in class com.sas.hls.work.processflow.NotificationTask
 
getSubject() - Method in class com.sas.hls.work.processflow.NotificationTaskDefinition
Gets the subject for this notification task
getSubmissionLabel() - Method in class com.sas.hls.sassession.SasSession
Get the label describing what is executing in the SAS session
getSubmissionType() - Method in class com.sas.hls.job.JobSubmission
Get the submission type of this job submission.
getSubmitted() - Method in class com.sas.hls.job.JobSubmission
Get the date the job was submitted
getSubmittedBy() - Method in class com.sas.hls.job.JobSubmission
Get the userid of the user who submitted the job
getSubscribableEvents(String) - Method in interface com.sas.hls.messaging.subscription.SubscriptionService
Get the subscribable events available for the specified object type.
getSubscriptionEvent() - Method in class com.sas.hls.messaging.subscription.Subscription
Get the event subscribing to
getSubscriptionsByPathAndEvent(String, SubscribableEvent) - Method in interface com.sas.hls.messaging.subscription.SubscriptionService
Get the subscriptions for the specified path and specified event.
getSubscriptionsByPrincipal(Principal) - Method in interface com.sas.hls.messaging.subscription.SubscriptionService
Get the subscriptions for the specified principal.
getSubscriptionService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the SubscriptionService instance for this session.
getSummaryMessage() - Method in class com.sas.hls.client.ActionStatus
Gets the summary message describing the outcome of the batch operation.
getSummaryStatus() - Method in class com.sas.hls.job.JobStatus
Get the summary status
getSummaryStatusCode() - Method in class com.sas.hls.client.ActionStatus
Gets the summary status code indicating the most severe outcome (ERROR) encountered during the batch operation
getSyncable() - Method in class com.sas.hls.common.AbstractSynchronizable
 
getSyncable() - Method in interface com.sas.hls.common.Synchronizable
Retrieve the current synchronization flag which controls workspace synchronization behavior for this specific repository node.
getSynchronizationDate() - Method in class com.sas.hls.resource.repository.SynchronizationFileInfo
Returns the date this repository file was synchronized to the workspace.
getSynchronizationFileInfo() - Method in class com.sas.hls.resource.repository.SynchronizationInfo
Returns the synchronization file information if the file was synchronized between the workspace and repository, if it was not synchronized then this returns null.
getSynchronizationInfo(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Retrieve the synchronization information for the specified file path.
getSynchronizationInfos(String, boolean) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Retrieves the synchronization information for files within a folder.
getSynchronizationStatus() - Method in class com.sas.hls.resource.repository.SynchronizationInfo
Returns the synchronization status between the repository and workspace files.
getSyncMessage() - Method in class com.sas.hls.job.ManifestFile
 
getSyncVersion() - Method in class com.sas.hls.job.ManifestFile
 
getTaskAssignmentHistory() - Method in class com.sas.hls.work.processflow.CompletedUserTaskDetails
 
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.
getTasks() - Method in class com.sas.hls.job.Manifest
 
getTaskStatus() - Method in class com.sas.hls.work.processflow.Task
Gets the status of this task
getTimerType() - Method in class com.sas.hls.work.processflow.TimerEventDefinition
 
getTimerValue() - Method in class com.sas.hls.work.processflow.TimerEventDefinition
 
getTimestamp() - Method in class com.sas.hls.resource.repository.Signature
Returns the Date when this electronic signature was created.
getTimestamp() - Method in class com.sas.hls.security.audit.AuditEntry
Get the date and time in which the action was performed
getTimeZone() - Method in class com.sas.hls.schedule.ScheduleTrigger
Gets the timeZone for the schedule.
getToCreatedDate() - Method in class com.sas.hls.search.SearchQuery
Get the end date of the range for created date in which to query
getToDate() - Method in class com.sas.hls.recyclebin.RecycleBinItemQuery
Get the ending deleted date of the item to query in deleted items
getToDate() - Method in class com.sas.hls.security.audit.AuditEntryQuery
Get the end date in which to query
getToken() - Method in class com.sas.hls.resource.repository.CheckedOutFilesInfo
Get the token for the submitted checked out files query
getToLastModifiedDate() - Method in class com.sas.hls.search.SearchQuery
Get the end date of the range for last modified date in which to query
getTotalActualHours() - Method in class com.sas.hls.work.processflow.CompletedUserTask
 
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.
getTriggeredEvent() - Method in class com.sas.hls.work.processflow.CompletedEventGateway
Get the event that triggered flow from the gateway
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
Deprecated.
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.
getType() - Method in class com.sas.hls.sassession.SasSession
Get the type of the SAS session
getType() - Method in interface com.sas.hls.work.processflow.CompletedElement
Gets the type of this completed element
getType() - Method in class com.sas.hls.work.processflow.DataProperty
Get the type of this data property as defined in the process definition
getType() - Method in class com.sas.hls.work.processflow.Element
Gets the type of this element
getType() - Method in class com.sas.hls.work.processflow.ElementDefinition
Gets the type of this element
getTypeByName(String) - Method in interface com.sas.hls.type.TypeService
Retrieve the Type with the specified name.
getTypes() - Method in interface com.sas.hls.type.TypeService
Retrieve all Type instances in the system.
getTypeService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the TypeService instance for this session.
getUrl() - Method in exception com.sas.hls.client.exception.HttpConnectException
Return the URL used during the connection failure.
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.resource.repository.CheckedOutFilesQuery
Get the userId of the user whose checked out files will be queried
getUserId() - Method in class com.sas.hls.resource.repository.CreateSignatureInfo
Returns the user ID which will be used in the creation of this electronic signature.
getUserId() - Method in class com.sas.hls.resource.repository.Signature
Returns the user ID of the user who created this electronic signature.
getUserId() - Method in class com.sas.hls.sassession.SasSession
Get the userId of who created the SAS session
getUserId() - Method in class com.sas.hls.security.audit.AuditEntry
Get the userId of the user who performed the action
getUserId() - Method in class com.sas.hls.security.audit.AuditEntryQuery
Get the userId of the user whose actions will be queried
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.
getValue() - Method in class com.sas.hls.work.processflow.DataProperty
Get the value of this data property
getValues() - Method in class com.sas.hls.work.processflow.DataProperty
Get the values of this data property as defined in the process definition
getVariableName() - Method in class com.sas.hls.work.processflow.TimerEventDefinition
 
getVersion() - Method in class com.sas.hls.job.JobDescriptor
Get the version label for this job
getVersion() - Method in class com.sas.hls.resource.repository.RepositoryFileInfo
Returns the latest version of this repository file.
getVersion() - Method in class com.sas.hls.resource.repository.SynchronizationFileInfo
Returns the version of the repository file that was synchronized to the workspace.
getVersion() - Method in class com.sas.hls.resource.ResourceSpecification
Get the specified version.
getVersionLabel() - Method in class com.sas.hls.resource.repository.RepositoryFile
Return the version of this repository file.
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.job.OutputFileSpec
 
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
 
getWasSynced() - Method in class com.sas.hls.job.ManifestFile
 
getWorkspaceFileInfo() - Method in class com.sas.hls.resource.repository.SynchronizationInfo
Returns the workspace file information if the file exists in the workspace, if it does not exist then this returns null.
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.
GlobalPrivileges - Class in com.sas.hls.security.privilege
A constants class which provides a comprehensive list of global privileges used within the system.
GMT - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
GMT_MINUS_12 - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
GMT_PLUS_11 - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
GMT_PLUS_12 - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
GMT_PLUS_2 - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
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, String, String, Set<Principal>, long) - Constructor for class com.sas.hls.security.group.Group
Constructor
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
GroupDescriptor - Class in com.sas.hls.security.group
A light-weight client representation of a group.
GroupDescriptor(ObjectIdentity, String, String, String, String, String, long) - Constructor for class com.sas.hls.security.group.GroupDescriptor
Constructor
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
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
GroupService - Interface in com.sas.hls.security.group
Service that provides methods to manage lifecycle of a group within SAS Life Science Analytics Framework.

H

hashCode() - Method in class com.sas.hls.common.AbstractAttributable
 
hashCode() - Method in class com.sas.hls.common.AbstractIdentifiable
 
hashCode() - Method in class com.sas.hls.common.AbstractReferenceable
 
hashCode() - Method in class com.sas.hls.common.AbstractSynchronizable
 
hashCode() - Method in class com.sas.hls.common.Attribute
 
hashCode() - Method in class com.sas.hls.common.AttributeDefinition
Deprecated.
 
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.messaging.subscription.SubscribableEvent
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.messaging.subscription.Subscription
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.recyclebin.RecycleBinToken
 
hashCode() - Method in class com.sas.hls.resource.repository.RepositoryFileInfo
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.resource.repository.Signature
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.resource.repository.SynchronizationFileInfo
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.resource.repository.SynchronizationInfo
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.resource.repository.WorkspaceFileInfo
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.resource.ResourceSpecification
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.resource.workspace.WorkspaceResource
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.search.SearchResultObject
 
hashCode() - Method in class com.sas.hls.search.SearchToken
 
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
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.security.acl.AclOwner
Return a hash code value for the object.
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
Return a hash code value for the object.
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
Return a hash code value for the object.
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.AuthenticationProviderInfo
 
hashCode() - Method in class com.sas.hls.security.user.LicenseType
 
hashCode() - Method in class com.sas.hls.security.user.UserDescriptor
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.type.AttributeDefinition
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.type.Type
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.work.processflow.DataProperty
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.work.processflow.Element
 
hashCode() - Method in class com.sas.hls.work.processflow.ElementDefinition
 
hashCode() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
 
hashCode() - Method in class com.sas.hls.work.processflow.Task
 
hashCode() - Method in class com.sas.hls.work.processflow.TaskDefinition
 
hasPrivilege(UserDescriptor, Privilege) - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
Does the specified user have a certain privilege
hasPrivilegeAtContext(Privilege, RoleContext, Principal) - Method in interface com.sas.hls.security.role.RoleAssignmentService
Check if the principal has the privilege at the given context.
HttpConnectException - Exception in com.sas.hls.client.exception
Exception thrown when there was communication error between the client and server.
HttpConnectException(URL, String, Throwable) - Constructor for exception com.sas.hls.client.exception.HttpConnectException
Constructs an HttpUnknownHostException with the specified message and cause.
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(int, String, Throwable) - Constructor for exception com.sas.hls.client.exception.HttpException
Constructs an HttpException with the specified HTTP status code, message and cause.
HttpException(String, Throwable) - Constructor for exception com.sas.hls.client.exception.HttpException
Constructs an HttpException with the specified message and cause.
HttpUnknownHostException - Exception in com.sas.hls.client.exception
Exception thrown when there was communication error between the client and server because the host specified in the URL cannot be reached.
HttpUnknownHostException(URL, String, Throwable) - Constructor for exception com.sas.hls.client.exception.HttpUnknownHostException
Constructs an HttpUnknownHostException 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.
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.
INDIAN_MAURITIUS - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
invalidate() - Method in interface com.sas.hls.client.Session
Invalidate the session and free any server-side resources being held.
InvalidContextException - Exception in com.sas.hls.common.exception
Thrown when an attempt is made to assign a role to a context that does not inherit the definition of that role.
InvalidContextException(String) - Constructor for exception com.sas.hls.common.exception.InvalidContextException
InvalidRoleAssignmentContextException constructor with a detailed message
InvalidGroupMemberException - Exception in com.sas.hls.security.group.exception
Thrown when a group is updated with new members that violate any membership contracts.
InvalidGroupMemberException(Set<Principal>, String) - Constructor for exception com.sas.hls.security.group.exception.InvalidGroupMemberException
Constructor for GroupIdentifierNotFoundException.
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.
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
InvalidProcessFlowStateException - Exception in com.sas.hls.work.processflow.exception
Thrown when the flow is in an invalid state for performing a specific action.
InvalidProcessFlowStateException(String) - Constructor for exception com.sas.hls.work.processflow.exception.InvalidProcessFlowStateException
Constructs an WorkflowException with the specified message.
InvalidProcessFlowStateException(String, ProcessFlowDescriptor.FlowStatus) - Constructor for exception com.sas.hls.work.processflow.exception.InvalidProcessFlowStateException
 
InvalidProcessFlowStateException(String, Throwable) - Constructor for exception com.sas.hls.work.processflow.exception.InvalidProcessFlowStateException
Constructs an WorkflowException with the specified message and root cause.
InvalidRecipientException - Exception in com.sas.hls.work.processflow.exception
Thrown when the recipients for the notification task setup are invalid.
InvalidRecipientException(String) - Constructor for exception com.sas.hls.work.processflow.exception.InvalidRecipientException
 
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
InvalidRoleMemberException - Exception in com.sas.hls.security.role.exception
Exception thrown when a role assignment is updated with new members that violate any membership contracts.
InvalidRoleMemberException(Set<Principal>, String) - Constructor for exception com.sas.hls.security.role.exception.InvalidRoleMemberException
Constructs an InvalidRoleMemberException with the invalid members and specified message.
InvalidRolePrivilegeException - Exception in com.sas.hls.security.role.exception
Exception thrown when a privilege is assigned to a role and the privilege is not valid for that particular role context.
InvalidRolePrivilegeException(Set<Privilege>, String) - Constructor for exception com.sas.hls.security.role.exception.InvalidRolePrivilegeException
Constructs an InvalidRolePrivilegeException with the invalid privileges and specified message.
InvalidTaskAssigneeException - Exception in com.sas.hls.work.processflow.exception
Thrown when the assignee for the user task setup is invalid.
InvalidTaskAssigneeException(String) - Constructor for exception com.sas.hls.work.processflow.exception.InvalidTaskAssigneeException
 
isActive() - Method in class com.sas.hls.security.user.AccountInfo
Get the boolean value indicating if this account is currently active.
isCascadable() - Method in class com.sas.hls.messaging.subscription.SubscribableEvent
Gets whether the event can cascade
isCascade() - Method in class com.sas.hls.messaging.subscription.Subscription
Gets whether the subscription cascades
isCascadeOnly() - Method in class com.sas.hls.messaging.subscription.SubscribableEvent
Gets whether the event is cascade only
isCheckedOut() - Method in class com.sas.hls.resource.repository.RepositoryFile
Is this repository file currently checked out?
isCheckedOut() - Method in class com.sas.hls.resource.repository.RepositoryFileInfo
Is this repository file currently checked out?
isCreateParents() - Method in class com.sas.hls.job.CreateJobInfo
 
isEditable() - Method in class com.sas.hls.common.AttributeDefinition
Deprecated.
Returns the boolean value indicating if this attribute defined to be modifiable by an end user.
isEditable() - Method in class com.sas.hls.type.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?
isEnableVersioningForNewFiles() - Method in class com.sas.hls.job.OutputFileSpec
 
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
Deprecated.
Returns whether or not this is an extended attribute definition or an attribute defined by the platform.
isExtended() - Method in class com.sas.hls.type.AttributeDefinition
Returns whether or not this is an extended attribute (defined by an end-user), or an attribute defined by the system.
isFailed() - Method in class com.sas.hls.job.ManifestTask
 
isFileType() - Method in class com.sas.hls.type.Type
Returns whether or not this object type represents a file or not.
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
isInherited() - Method in class com.sas.hls.type.AttributeDefinition
Returns whether or not this attribute definition was defined on a super type and therefore inherited or whether this definition was defined on the enclosing type.
isLatestVersionSigned(String) - Method in interface com.sas.hls.resource.repository.SignatureService
Determine if any electronic signatures exist for the latest version of a file in the repository.
isLocked() - Method in class com.sas.hls.resource.repository.RepositoryFile
Is this repository file locked?
isLocked() - Method in class com.sas.hls.security.user.LockedInfo
Get the boolean value indicating if this user account is locked.
isMember(String, Principal) - Method in interface com.sas.hls.security.group.GroupService
Deprecated.
As of Java API 1.8. Replaced with GroupService.isMember(String, Principal, boolean).
isMember(String, Principal, boolean) - Method in interface com.sas.hls.security.group.GroupService
Test to see if a given principal is member of the group, using the group identifier specified.
isMember(MembershipContext, Principal) - Method in interface com.sas.hls.security.membership.MembershipService
Test to see if a given principal is an explicit member of a specified membership context.
isPrimary() - Method in class com.sas.hls.security.user.AuthenticationProviderInfo
 
isPrincipalInRole(AssignedRole, Principal) - Method in interface com.sas.hls.security.role.RoleAssignmentService
Is the principal a member of the specified role?
isRepositoryJobScheduled(String) - Method in interface com.sas.hls.schedule.ScheduleService
Determines if any schedules for the specified repository job exist.
isRequired() - Method in class com.sas.hls.common.AttributeDefinition
Deprecated.
Returns whether or not this attribute is required to have a value.
isRequired() - Method in class com.sas.hls.type.AttributeDefinition
Returns whether or not this attribute is required to have a value.
isSigned(String) - Method in interface com.sas.hls.resource.repository.SignatureService
Determine if any electronic signatures exist for any version of a file in the repository.
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
Is this repository file versioned?
isVersionSigned(String, String) - Method in interface com.sas.hls.resource.repository.SignatureService
Determine if any electronic signatures exist for a specific version of a file in the repository.
isWorkspaceJobScheduled(String) - Method in interface com.sas.hls.schedule.ScheduleService
Determines if any schedules for the specified workspace job exist.

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, String, JobStatus, String, Date, Date, 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
JobTask - Class in com.sas.hls.work.processflow
Represents a job task in a process flow
JobTask(String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, ProcessFlowDescriptor, Date, Date, Task.TaskStatus, List<Attribute>, String, String, List<ParameterValue>) - Constructor for class com.sas.hls.work.processflow.JobTask
Initializing constructor which sets the values of all variables.
JobTaskDefinition - Class in com.sas.hls.work.processflow
Provides setup information for job task elements in a process flow.
JobTaskDefinition(String, String, String, Element.ElementType, String, long) - Constructor for class com.sas.hls.work.processflow.JobTaskDefinition
Initializing constructor which sets the values of all variables.
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

LicenseType - Class in com.sas.hls.security.user
A data transfer object with license type information for a user.
LicenseType(String, String, String) - Constructor for class com.sas.hls.security.user.LicenseType
 
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
lockFile(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Lock the repository file
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 attempts have been made for a particular user since their last successful login.
LoginInfo(long, Date) - Constructor for class com.sas.hls.security.user.LoginInfo
Constructor.

M

Manifest - Class in com.sas.hls.job
 
Manifest(String, String, String, String, ManifestFile, JobSubmission, List<ManifestTask>, List<ManifestInput>, List<ManifestOutput>, OutputFileSpec, Set<JobParameter>, Manifest.ManifestType, ManifestFile, ManifestFile, String) - Constructor for class com.sas.hls.job.Manifest
 
Manifest.ManifestType - Enum in com.sas.hls.job
 
ManifestFile - Class in com.sas.hls.job
 
ManifestFile(Resource, boolean, String, ManifestFile.FileValidity, String) - Constructor for class com.sas.hls.job.ManifestFile
 
ManifestFile.FileValidity - Enum in com.sas.hls.job
 
ManifestInput - Class in com.sas.hls.job
 
ManifestInput(Resource, boolean, String, ManifestFile.FileValidity, String, String) - Constructor for class com.sas.hls.job.ManifestInput
 
ManifestOutput - Class in com.sas.hls.job
 
ManifestOutput(Resource, boolean, String, ManifestFile.FileValidity, String, String) - Constructor for class com.sas.hls.job.ManifestOutput
 
ManifestTask - Class in com.sas.hls.job
 
ManifestTask(Resource, boolean, String, ManifestFile.FileValidity, String, int, boolean, boolean, String) - Constructor for class com.sas.hls.job.ManifestTask
 
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.
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(ObjectIdentity) - Constructor for class com.sas.hls.security.membership.Membership
MembershipDescriptor constructor given a MembershipContext.
Membership(ObjectIdentity, 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(ObjectIdentity, 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.
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
Default constructor.
MembershipDescriptor(ObjectIdentity) - 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.
MembershipService - Interface in com.sas.hls.security.membership
The membershipService provides methods to manage and get information about the members of a memberContext.
move(String, String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Move the file or folder located by the source path to the destination folder.
move(String, String) - Method in interface com.sas.hls.resource.workspace.WorkspaceResourceService
Move the file or folder from one location to another.

N

name - Variable in class com.sas.hls.work.processflow.ElementDefinition
 
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
Default 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.
NewFileCheckinSpecification(boolean, VersionType, String, 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, the customVersion to use if versioning type is CUSTOM, and optionally, a comment.
newSession(URL, String, String) - Static method in class com.sas.hls.client.SessionFactory
Create an authenticated Session object to allow interaction with the server.
newSessionWithProxy(URL, String, String, ProxyInfo) - Static method in class com.sas.hls.client.SessionFactory
Create an authenticated Session object to allow interaction with the server.
NotificationTask - Class in com.sas.hls.work.processflow
Represents a job task in a process flow
NotificationTask(String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, ProcessFlowDescriptor, Date, Date, Task.TaskStatus, List<Attribute>, Set<Principal>, String, NotificationTaskDefinition.MessagePriority, String) - Constructor for class com.sas.hls.work.processflow.NotificationTask
Initializing constructor which sets the values of all variables.
NotificationTaskDefinition - Class in com.sas.hls.work.processflow
Provides setup information for notification task elements in a process flow.
NotificationTaskDefinition(String, String, String, Element.ElementType, String, long) - Constructor for class com.sas.hls.work.processflow.NotificationTaskDefinition
Initializing constructor which sets the values of all variables.
NotificationTaskDefinition.MessagePriority - Enum in com.sas.hls.work.processflow
Provides the priority of the message sent by this task.

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.sassession.SasSession
 
OBJECT_TYPE - Static variable in class com.sas.hls.schedule.ScheduleDescriptor
Represents the type name of a Schedule object.
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
Represents the type name of a User object.
OBJECT_TYPE - Static variable in class com.sas.hls.work.processflow.Element
Comment for serialVersionUID
OBJECT_TYPE - Static variable in class com.sas.hls.work.processflow.ProcessFlowDescriptor
Represents the type name of a ProcessFlow object.
OBJECT_TYPE - Static variable in class com.sas.hls.work.processflow.Task
 
OBJECT_TYPE - Static variable in class com.sas.hls.work.processflow.TaskDefinition
 
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.
openSession(URL, String, String) - Method in interface com.sas.hls.client.SessionStrategy
Create an authenticated Session object to allow interaction with the server.
openSessionWithProxy(URL, String, String, ProxyInfo) - Method in interface com.sas.hls.client.SessionStrategy
Create an authenticated Session object to allow interaction with the server.
Organization - Class in com.sas.hls.organization
A data object that contains all attributes of an organization in the system.
Organization() - Constructor for class com.sas.hls.organization.Organization
Organization(String) - Constructor for class com.sas.hls.organization.Organization
Organization(String, String, String, long, List<Attribute>, String) - Constructor for class com.sas.hls.organization.Organization
Initializing constructor which sets the values of all variables.
OrganizationDescriptor - Class in com.sas.hls.organization
A light-weight representation of a SAS Life Science Analytics Framework Organization.
OrganizationDescriptor() - Constructor for class com.sas.hls.organization.OrganizationDescriptor
OrganizationDescriptor(String) - Constructor for class com.sas.hls.organization.OrganizationDescriptor
OrganizationDescriptor(String, String, String, long, List<Attribute>) - Constructor for class com.sas.hls.organization.OrganizationDescriptor
Initializing constructor which sets the values of all variables.
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 Life Science Analytics Framework.
OutputFileSpec - Class in com.sas.hls.job
Provides information for how to check in outputs generated from a job execution
OutputFileSpec(boolean, VersionType, String) - Constructor for class com.sas.hls.job.OutputFileSpec
Constructor

P

PACIFIC_APIA - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
PACIFIC_AUCKLAND - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
PACIFIC_FIJI - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
PACIFIC_GUAM - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
PACIFIC_HONOLULU - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
PACIFIC_KIRITIMATI - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
PACIFIC_TONGATAPU - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
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.
pauseSchedule(ScheduleDescriptor) - Method in interface com.sas.hls.schedule.ScheduleService
Pauses the specified schedule.
permanentlyDelete(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Permanently delete the specified resource
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.
PRIVILEGE_ALLOW_DOWNLOAD - Static variable in class com.sas.hls.security.privilege.GlobalPrivileges
Global privilege allows users to download file content from the repository or workspace.
PRIVILEGE_ALLOW_VISUAL_ANALYTICS - Static variable in class com.sas.hls.security.privilege.GlobalPrivileges
Global privilege allows users to provide files for SAS Visual Analytics.
PRIVILEGE_AUDIT_REPORTING - Static variable in class com.sas.hls.security.privilege.GlobalPrivileges
Global privilege allows users to view the audit trail for the entire system.
PRIVILEGE_AUDIT_VIEWING - Static variable in class com.sas.hls.security.privilege.GlobalPrivileges
Global privilege allows users to view the audit trail for specific objects in the system they have access rights to view.
PRIVILEGE_CREATE_MESSAGE - Static variable in class com.sas.hls.security.privilege.GlobalPrivileges
Global privilege allows users to send internal messages to other users within the system.
PRIVILEGE_CREATE_PROCESS_FLOWS - Static variable in class com.sas.hls.security.privilege.Privileges
Scoped privilege allows users to create process flows within the repository.
PRIVILEGE_DISABLE_VERSIONING - Static variable in class com.sas.hls.security.privilege.Privileges
Scoped privilege allows users to disable versioning on versioned files.
PRIVILEGE_ENABLE_VERSIONING - Static variable in class com.sas.hls.security.privilege.Privileges
Scoped privilege allows users to enable versioning on unversioned files.
PRIVILEGE_GOVERN_STANDARDS - Static variable in class com.sas.hls.security.privilege.GlobalPrivileges
Global privilege allows users to create and update data standards within the repository.
PRIVILEGE_MANAGE_ALL_SCHEDULES - Static variable in class com.sas.hls.security.privilege.GlobalPrivileges
Global privilege allows users to manage schedules created by other users.
PRIVILEGE_MANAGE_ALL_SESSIONS - Static variable in class com.sas.hls.security.privilege.GlobalPrivileges
Global privilege allows users to manage SAS Sessions created by other users.
PRIVILEGE_MANAGE_ALL_SUBSCRIPTIONS - Static variable in class com.sas.hls.security.privilege.GlobalPrivileges
Global privilege allows users to manage subscriptions created by other users.
PRIVILEGE_MANAGE_CHECKEDOUT_FILES - Static variable in class com.sas.hls.security.privilege.GlobalPrivileges
Global privilege allows users to manage checked out files that are checked out by other users.
PRIVILEGE_MANAGE_EXTENDED_ATTRIBUTES - Static variable in class com.sas.hls.security.privilege.GlobalPrivileges
Global privilege allows users to create and manage extended attributes within the system.
PRIVILEGE_MANAGE_LOCKS - Static variable in class com.sas.hls.security.privilege.Privileges
Scoped privilege allows users to create and manage locks on files.
PRIVILEGE_MANAGE_MEMBERSHIP - Static variable in class com.sas.hls.security.privilege.Privileges
Scoped privilege allows users to manage the memberships of the organization, projects and analyses.
PRIVILEGE_MANAGE_MESSAGE_OF_THE_DAY - Static variable in class com.sas.hls.security.privilege.GlobalPrivileges
Global privilege allows users to edit the "Message of the Day" message that application users see in their dashboard view.
PRIVILEGE_MANAGE_PROCESS_FLOW_DEFINITIONS - Static variable in class com.sas.hls.security.privilege.GlobalPrivileges
Global privilege allows users to manage process flow definitions within the repository.
PRIVILEGE_MANAGE_PROCESS_FLOWS - Static variable in class com.sas.hls.security.privilege.Privileges
Scoped privilege allows users to manage process flows owned by other users.
PRIVILEGE_MANAGE_ROLES - Static variable in class com.sas.hls.security.privilege.Privileges
Scoped privilege allows users to manage role definitions, role assignments and role memberships for the organization, projects and analyses.
PRIVILEGE_MANAGE_SCHEDULES - Static variable in class com.sas.hls.security.privilege.GlobalPrivileges
Global privilege allows users to create and manage their own schedules.
PRIVILEGE_MANAGE_STATE - Static variable in class com.sas.hls.security.privilege.Privileges
Scoped privilege allows users to manage the "State" of projects and analyses.
PRIVILEGE_MANAGE_STUDIES - Static variable in class com.sas.hls.security.privilege.Privileges
Scoped privilege allows users to manage studies.
PRIVILEGE_MANAGE_USER_ACCOUNTS - Static variable in class com.sas.hls.security.privilege.GlobalPrivileges
Global privilege allows users to create and manage user accounts within the system.
PRIVILEGE_MANAGE_USERS - Static variable in class com.sas.hls.security.privilege.GlobalPrivileges
Global privilege allows users to manage user detail information within the system.
PRIVILEGE_OPEN_CONTEXT - Static variable in class com.sas.hls.security.privilege.Privileges
Scoped privilege allows users open context and view details.
PRIVILEGE_PERMANENTLY_DELETE - Static variable in class com.sas.hls.security.privilege.Privileges
Scoped privilege allows users to permanently delete objects that were logically deleted by other users.
PRIVILEGE_PROCESS_FLOW_ADMINISTRATION - Static variable in class com.sas.hls.security.privilege.Privileges
Scoped privilege allows users to take ownership of process flows owned by other users.
PRIVILEGE_RESTORE - Static variable in class com.sas.hls.security.privilege.Privileges
Scoped privilege allows users to restore objects that were logically deleted by other users.
PRIVILEGE_SIGN_FILE - Static variable in class com.sas.hls.security.privilege.Privileges
Scoped privilege allows users to electronically sign files within the repository.
PRIVILEGE_SUBMIT_SESSION - Static variable in class com.sas.hls.security.privilege.GlobalPrivileges
Global privilege allows users to submit and execute SAS code within the system.
PRIVILEGE_VIEW_USERS - Static variable in class com.sas.hls.security.privilege.GlobalPrivileges
Global privilege allows users to view all users.
PRIVILEGE_WEBDAV_ACCESS - Static variable in class com.sas.hls.security.privilege.GlobalPrivileges
Global privilege allows users to connect and access all WebDAV functionality.
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.
Privileges - Class in com.sas.hls.security.privilege
A constants class which provides a comprehensive list of scoped privileges used within the system.
PrivilegeService - Interface in com.sas.hls.security.privilege
A service for accessing the privileges available at a given context.
ProcessDefinitionInfo - Class in com.sas.hls.work.processflow
Provides information about the process definition used to create a process flow.
ProcessDefinitionInfo(String, String, String, String, String, String, Set<DeploymentContextType>) - Constructor for class com.sas.hls.work.processflow.ProcessDefinitionInfo
 
ProcessDefinitionNotFoundException - Exception in com.sas.hls.work.processflow.exception
Thrown when the specified process definition can not be found.
ProcessDefinitionNotFoundException(String) - Constructor for exception com.sas.hls.work.processflow.exception.ProcessDefinitionNotFoundException
 
ProcessFlow - Class in com.sas.hls.work.processflow
A process flow is a collection of tasks and elements that can be assigned or executed based on the underlying process flow definition.
ProcessFlow(String, ProcessFlowContext, String, String, String, ProcessFlowDescriptor.FlowStatus, String, ProcessDefinitionInfo, String, Date, String, Date, long) - Constructor for class com.sas.hls.work.processflow.ProcessFlow
 
ProcessFlowContext - Interface in com.sas.hls.work.processflow
An interface implemented by objects that can contain process flows.
ProcessFlowContextNotFoundException - Exception in com.sas.hls.work.processflow.exception
Thrown when the specified process definition context can not be found.
ProcessFlowContextNotFoundException(String) - Constructor for exception com.sas.hls.work.processflow.exception.ProcessFlowContextNotFoundException
 
ProcessFlowContextNotFoundException(String, Throwable) - Constructor for exception com.sas.hls.work.processflow.exception.ProcessFlowContextNotFoundException
 
ProcessFlowDescriptor - Class in com.sas.hls.work.processflow
A light-weight client representation of a process flow.
ProcessFlowDescriptor(String, ProcessFlowContext, String, String, String, ProcessFlowDescriptor.FlowStatus, String, ProcessDefinitionInfo, String, Date, String, Date, long) - Constructor for class com.sas.hls.work.processflow.ProcessFlowDescriptor
Initializing constructor.
ProcessFlowDescriptor.FlowStatus - Enum in com.sas.hls.work.processflow
Provides the status of the process flow.
ProcessFlowElementDefinitionException - Exception in com.sas.hls.work.processflow.exception
Thrown when the element definition for the process flow could not be updated.
ProcessFlowElementDefinitionException(String) - Constructor for exception com.sas.hls.work.processflow.exception.ProcessFlowElementDefinitionException
Constructs an ProcessFlowElementDefinitionException with the specified message.
ProcessFlowElementDefinitionException(String, Throwable) - Constructor for exception com.sas.hls.work.processflow.exception.ProcessFlowElementDefinitionException
Constructs an ProcessFlowElementDefinitionException with the specified message and root cause.
ProcessFlowElementDefinitionNotFoundException - Exception in com.sas.hls.work.processflow.exception
Thrown when the element definition for the process flow can not be found.
ProcessFlowElementDefinitionNotFoundException(String) - Constructor for exception com.sas.hls.work.processflow.exception.ProcessFlowElementDefinitionNotFoundException
Constructs an ProcessFlowElementDefinitionNotFoundException with the specified message.
ProcessFlowElementDefinitionNotFoundException(String, Throwable) - Constructor for exception com.sas.hls.work.processflow.exception.ProcessFlowElementDefinitionNotFoundException
Constructs an ProcessFlowElementDefinitionNotFoundException with the specified message and root cause.
ProcessFlowException - Exception in com.sas.hls.work.processflow.exception
WorkflowException represents an exception during workflow service execution
ProcessFlowException(String) - Constructor for exception com.sas.hls.work.processflow.exception.ProcessFlowException
Constructs an WorkflowException with the specified message.
ProcessFlowException(String, String) - Constructor for exception com.sas.hls.work.processflow.exception.ProcessFlowException
 
ProcessFlowException(String, Throwable) - Constructor for exception com.sas.hls.work.processflow.exception.ProcessFlowException
Constructs an WorkflowException with the specified message and root cause.
ProcessFlowException(String, String, Throwable) - Constructor for exception com.sas.hls.work.processflow.exception.ProcessFlowException
 
ProcessFlowExistsException - Exception in com.sas.hls.work.processflow.exception
Thrown when an attempt is made to create a process flow and one with that name exists at the same context.
ProcessFlowExistsException(String) - Constructor for exception com.sas.hls.work.processflow.exception.ProcessFlowExistsException
Constructs an ProcessFlowExistsException with the specified message.
ProcessFlowExistsException(String, Throwable) - Constructor for exception com.sas.hls.work.processflow.exception.ProcessFlowExistsException
Constructs an ProcessFlowExistsException with the specified message and root cause.
ProcessFlowManifestCreateException - Exception in com.sas.hls.work.processflow.exception
Thrown when there is an issue creating a process flow manifest for a process flow.
ProcessFlowManifestCreateException(String, Throwable) - Constructor for exception com.sas.hls.work.processflow.exception.ProcessFlowManifestCreateException
Constructs an ProcessFlowManifestCreateException with the specified message and root cause.
ProcessFlowManifestCreateException(String) - Constructor for exception com.sas.hls.work.processflow.exception.ProcessFlowManifestCreateException
Constructs an ProcessFlowManifestCreateException with the specified message.
ProcessFlowNotFoundException - Exception in com.sas.hls.work.processflow.exception
Thrown when the specified process flow can not be found or the user does not have access to the process flow.
ProcessFlowNotFoundException(String) - Constructor for exception com.sas.hls.work.processflow.exception.ProcessFlowNotFoundException
Constructs an ProcessFlowNotFoundException with the specified message.
ProcessFlowNotFoundException(String, Throwable) - Constructor for exception com.sas.hls.work.processflow.exception.ProcessFlowNotFoundException
Constructs an ProcessFlowNotFoundException with the specified message and root cause.
ProcessFlowService - Interface in com.sas.hls.work.processflow
Service that provides methods to manage process flows within the system.
Project - Class in com.sas.hls.drug.project
A data object that represents a SAS Life Science Analytics Framework project and contains all properties of a project defined within an organization in the system.
Project(String, String, String, OrganizationDescriptor, State, String) - Constructor for class com.sas.hls.drug.project.Project
Project(String, String, String, long, List<Attribute>, OrganizationDescriptor, State, String, String) - Constructor for class com.sas.hls.drug.project.Project
Initializing constructor which sets the values of all variables.
ProjectDescriptor - Class in com.sas.hls.drug.project
A light-weight representation of a SAS Life Science Analytics Framework Project.
ProjectDescriptor(String, String, String) - Constructor for class com.sas.hls.drug.project.ProjectDescriptor
ProjectDescriptor(String) - Constructor for class com.sas.hls.drug.project.ProjectDescriptor
ProjectDescriptor(String, String, String, long, List<Attribute>) - Constructor for class com.sas.hls.drug.project.ProjectDescriptor
Initializing constructor which sets the values of all variables.
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
ProxyInfo - Class in com.sas.hls.client
Simple information holder which contains the necessary information to connect to a proxy server.
ProxyInfo(String, int) - Constructor for class com.sas.hls.client.ProxyInfo
Constructs a proxy server information holder containing the proxy server connection parameters.
ProxyInfo(String, int, String, String) - Constructor for class com.sas.hls.client.ProxyInfo
Constructs a proxy server information holder containing the proxy server connection parameters as well as the credentials required to connect.

Q

QueryResultsInfo - Interface in com.sas.hls.common
An interface for information about the results of a query.

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
RecycleBinItemQuery - Class in com.sas.hls.recyclebin
RecycleBinItemQuery contains information on how to filter recycle bin items.
RecycleBinItemQuery() - Constructor for class com.sas.hls.recyclebin.RecycleBinItemQuery
Zero-arg constructor
RecycleBinItemQuery(String, String, String, Date, Date) - Constructor for class com.sas.hls.recyclebin.RecycleBinItemQuery
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
RecycleBinItemsInfo - Class in com.sas.hls.recyclebin
Provides information about the results of a query including the number of entries and a token to access those entries.
RecycleBinItemsInfo(RecycleBinToken, int) - Constructor for class com.sas.hls.recyclebin.RecycleBinItemsInfo
Constructor
RecycleBinService - Interface in com.sas.hls.recyclebin
Service for retrieving and permanently deleting items in the recycle bin.
RecycleBinToken - Class in com.sas.hls.recyclebin
Identifies a recycle bin items query result on the server.
RecycleBinToken(String) - Constructor for class com.sas.hls.recyclebin.RecycleBinToken
Constructor
Referenceable - Interface in com.sas.hls.common
 
RelativePathUtility - Class in com.sas.hls.client.utils
Utility class to generate a relative path for a file relative to the provided base path.
RelativePathUtility() - Constructor for class com.sas.hls.client.utils.RelativePathUtility
 
removeAttribute(String) - Method in class com.sas.hls.common.AbstractAttributable
 
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 representation of a generic container stored in the repository.
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 file stored in the repository.
RepositoryFile(String, String, String, long, boolean, boolean, String, boolean, 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.
RepositoryFileInfo - Class in com.sas.hls.resource.repository
Provides the latest repository file information related to synchronization state.
RepositoryFileInfo(String, String, String, Date, long, boolean, String) - Constructor for class com.sas.hls.resource.repository.RepositoryFileInfo
Initializing constructor which sets the values of all variables.
RepositoryFolder - Class in com.sas.hls.resource.repository
Client representation of a folder stored in the repository.
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, 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.
RepositoryResourceCheckedoutException - Exception in com.sas.hls.resource.repository.exception
Thrown when an action is taken that is not allowed on checked out files.
RepositoryResourceCheckedoutException(String) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceCheckedoutException
Constructs an CheckedoutException with the specified message.
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(String, String) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceCheckinException
Constructs a RepositoryResourceCheckinException with the specified message.
RepositoryResourceCheckinException(String, 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(String, String) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceCheckoutException
Constructs a RepositoryResourceCheckoutException with the specified message.
RepositoryResourceCheckoutException(String, 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(String, 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(String, String) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceDeleteException
Constructs a RepositoryResourceDeleteException with the specified message.
RepositoryResourceDeleteException(String, 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(String, String) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceExistsException
Constructs a RepositoryResourceExistsException with the specified message.
RepositoryResourceExistsException(String, String, Throwable) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceExistsException
Constructs a RepositoryResourceExistsException with the specified message and root cause.
RepositoryResourceLockedException - Exception in com.sas.hls.resource.repository.exception
Thrown if an action could not be completed because the item was locked
RepositoryResourceLockedException(String) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceLockedException
Constructs a RepositoryResourceLockedException with the specified message.
RepositoryResourceLockException - Exception in com.sas.hls.resource.repository.exception
Thrown if there is an issue locking the file at the path specified
RepositoryResourceLockException(String, String) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceLockException
Constructs a RepositoryResourceLockedException with the specified message.
RepositoryResourceMoveException - Exception in com.sas.hls.resource.repository.exception
The resource can not be moved as requested.
RepositoryResourceMoveException(String, String) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceMoveException
Constructs a RepositoryResourceMoveException with the specified message.
RepositoryResourceNotFoundException - Exception in com.sas.hls.resource.repository.exception
The specified resource can not be found.
RepositoryResourceNotFoundException(String, String) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceNotFoundException
Constructs a RepositoryResourceNotFoundException with the specified message.
RepositoryResourceNotFoundException(String, 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(String, String) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceRenameException
Constructs a RepositoryResourceRenameException with the specified message.
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(String, String) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceUndoCheckoutException
Constructs a RepositoryResourceUndoCheckoutException with the specified message.
RepositoryResourceUndoCheckoutException(String, String, Throwable) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceUndoCheckoutException
Constructs a RepositoryResourceUndoCheckoutException with the specified message and root cause.
RepositoryResourceUnlockException - Exception in com.sas.hls.resource.repository.exception
Thrown if there is an issue unlocking the file at the path specified
RepositoryResourceUnlockException(String, String) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceUnlockException
Constructs a RepositoryResourceUnlockedException with the specified message.
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(String, String) - Constructor for exception com.sas.hls.resource.repository.exception.RepositoryResourceVersioningException
Constructs a RepositoryResourceVersioningException with the specified message.
RepositoryResourceVersioningException(String, 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(String, String) - Constructor for exception com.sas.hls.resource.exception.ResourceDeleteException
Constructs a ResourceDeleteException with the specified message.
ResourceDeleteException(String, 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(String, String) - Constructor for exception com.sas.hls.resource.exception.ResourceException
Constructs a ResourceException with the specified message.
ResourceException(String, String, Throwable) - Constructor for exception com.sas.hls.resource.exception.ResourceException
Constructs a ResourceException with the specified message and root cause.
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(String, String) - Constructor for exception com.sas.hls.resource.exception.ResourceExistsException
Constructs a ResourceExistsException with the specified message.
ResourceExistsException(String, String, Throwable) - Constructor for exception com.sas.hls.resource.exception.ResourceExistsException
Constructs a ResourceExistsException with the specified message and root cause.
ResourceNotFoundException - Exception in com.sas.hls.resource.exception
The specified resource can not be found.
ResourceNotFoundException(String, String) - Constructor for exception com.sas.hls.resource.exception.ResourceNotFoundException
Constructs a ResourceNotFoundException with the specified message.
ResourceNotFoundException(String, String, Throwable) - Constructor for exception com.sas.hls.resource.exception.ResourceNotFoundException
Constructs a ResourceNotFoundException with the specified message and root cause.
ResourceRenameException - Exception in com.sas.hls.resource.exception
The specified resource could not be renamed.
ResourceRenameException(String, String) - Constructor for exception com.sas.hls.resource.exception.ResourceRenameException
Constructs a ResourceRenameException with the specified message.
ResourceRenameException(String, String, Throwable) - Constructor for exception com.sas.hls.resource.exception.ResourceRenameException
Constructs a ResourceRenameException with the specified message and root cause.
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

SasSession - Class in com.sas.hls.sassession
A client representation of SAS sessions in the system.
SasSession(String, Date, Date, SasSession.SessionType, SasSession.SessionState, String, String, int) - Constructor for class com.sas.hls.sassession.SasSession
Initializing constructor.
SasSession(String) - Constructor for class com.sas.hls.sassession.SasSession
Initializing constructor.
SasSession.SessionState - Enum in com.sas.hls.sassession
Session state enumeration which describes the state of the SAS session.
SasSession.SessionType - Enum in com.sas.hls.sassession
Session type enumeration which describes the source that started the session.
SasSessionService - Interface in com.sas.hls.sassession
Service that provides methods to query SAS sessions in the system.
saveListingToCurrentUserWorkspace(String, String) - Method in interface com.sas.hls.sassession.SasSessionService
Save the listing file for the specified SAS session to the current user's workspace in the specified location.
saveLogToCurrentUserWorkspace(String, String) - Method in interface com.sas.hls.sassession.SasSessionService
Save the log file for the specified SAS session to the current user's workspace in the specified location.
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
Default 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
Default 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
scheduleExists(String) - Method in interface com.sas.hls.schedule.ScheduleService
Determines if a schedule with the specified name exists.
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.
ScheduleTimeZoneConstants - Class in com.sas.hls.schedule
Abstract class containing string constants which represent the time zone values required when creating a weekly ScheduleTrigger.
ScheduleTimeZoneConstants() - Constructor for class com.sas.hls.schedule.ScheduleTimeZoneConstants
 
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.
SearchException - Exception in com.sas.hls.search.exception
Thrown when an error occurred performing a search.
SearchException(String) - Constructor for exception com.sas.hls.search.exception.SearchException
Constructor specifying detailed message about this exception.
SearchException(String, Throwable) - Constructor for exception com.sas.hls.search.exception.SearchException
Constructor specifying the detailed message and root cause of this exception.
SearchQuery - Class in com.sas.hls.search
SearchQuery contains information on how to filter repository items.
SearchQuery() - Constructor for class com.sas.hls.search.SearchQuery
Zero-arg constructor
SearchResultObject - Class in com.sas.hls.search
Represents a repository item returned from a search query
SearchResultObject(String, String, String, String, String, Date, String, Date, long) - Constructor for class com.sas.hls.search.SearchResultObject
Constructor
SearchResultsInfo - Class in com.sas.hls.search
Provides information about the results of a query including the number of entries and a token to access those entries.
SearchResultsInfo(SearchToken, int) - Constructor for class com.sas.hls.search.SearchResultsInfo
Constructor
SearchService - Interface in com.sas.hls.search
Service that provides a way to search the repository using query parameters.
SearchToken - Class in com.sas.hls.search
Identifies a search query result on the server.
SearchToken(String) - Constructor for class com.sas.hls.search.SearchToken
Constructor
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.
SessionException - Exception in com.sas.hls.sassession.exception
Thrown when an error occurred performing an action on a session.
SessionException(String) - Constructor for exception com.sas.hls.sassession.exception.SessionException
Constructor specifying detailed message about this exception.
SessionException(String, Throwable) - Constructor for exception com.sas.hls.sassession.exception.SessionException
Constructor specifying the detailed message and root cause of this exception.
SessionFactory - Class in com.sas.hls.client
Entry point into the API, this will create an authenticated session with the server instance.
SessionNotFoundException - Exception in com.sas.hls.sassession.exception
Thrown if the specified session can not be found.
SessionNotFoundException(String) - Constructor for exception com.sas.hls.sassession.exception.SessionNotFoundException
Constructor specifying detailed message about this exception.
SessionNotFoundException(String, Throwable) - Constructor for exception com.sas.hls.sassession.exception.SessionNotFoundException
Constructor specifying the detailed message and root cause of this exception.
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.
setActions(List<String>) - Method in class com.sas.hls.security.audit.AuditEntryQuery
set the list of actions in which to query
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.
setActualHours(float) - Method in class com.sas.hls.work.processflow.UserTask
 
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
setAssigned(Date) - Method in class com.sas.hls.work.processflow.UserTask
 
setAssignee(UserDescriptor) - Method in class com.sas.hls.work.processflow.UserTask
 
setAssignee(UserDescriptor) - Method in class com.sas.hls.work.processflow.UserTaskDefinition
Sets the user to be assigned to this user task.
setAttribute(String, Serializable) - Method in class com.sas.hls.common.AbstractAttributable
 
setAttribute(String, Serializable) - Method in class com.sas.hls.work.processflow.ProcessFlow
 
setAttribute(Attribute) - Method in class com.sas.hls.work.processflow.TaskDefinition
 
setAttributes(List<Attribute>) - Method in class com.sas.hls.common.AbstractAttributable
 
setAttributes(List<Attribute>) - Method in interface com.sas.hls.common.Attributable
 
setAttributes(List<Attribute>) - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
Set the attributes associated with this Analysis.
setAttributes(List<Attribute>) - Method in class com.sas.hls.drug.project.ProjectDescriptor
Set the attributes associated with this Project.
setAttributes(List<Attribute>) - Method in class com.sas.hls.organization.OrganizationDescriptor
Set the attributes associated with this Organization.
setAttributes(List<Attribute>) - Method in class com.sas.hls.security.user.User
Set a list of attributes values on this user.
setAttributes(List<Attribute>) - Method in class com.sas.hls.work.processflow.ProcessFlow
 
setAttributes(List<Attribute>) - Method in class com.sas.hls.work.processflow.Task
Sets the extended attributes for this task
setAttributes(List<Attribute>) - Method in class com.sas.hls.work.processflow.TaskDefinition
 
setAuthenticator(String) - Method in class com.sas.hls.security.user.AccountInfo
Deprecated.
As of Java API 1.8. There is no replacement. Object type is immutable.
setAuthenticatorUsername(String) - Method in class com.sas.hls.security.user.AccountInfo
Deprecated.
As of Java API 1.8. There is no replacement. Object type is immutable.
setCandidates(Set<Principal>) - Method in class com.sas.hls.work.processflow.UserTaskDefinition
Sets the candidates for this user task
setCascade(boolean) - Method in class com.sas.hls.messaging.subscription.Subscription
Sets whether the subscription will cascade
setComment(String) - Method in class com.sas.hls.resource.repository.CreateSignatureInfo
Set the comment to use when creating this electronic signature.
setComplexity(Task.Complexity) - Method in class com.sas.hls.work.processflow.UserTask
 
setComplexity(Task.Complexity) - Method in class com.sas.hls.work.processflow.UserTaskDefinition
Sets the complexity of this user task
setContent(String) - Method in class com.sas.hls.search.SearchQuery
Set the string to query the contents of files that are of the type specified in object type.
setContext(ObjectIdentity) - Method in class com.sas.hls.security.membership.MembershipDescriptor
Set the context that this MembershipDescriptor represents.
setCopyToWorkspaceStatus(Synchronizable.Syncable) - Method in class com.sas.hls.search.SearchQuery
Sets the Synchronizable.Syncable enumeration which controls workspace copy behavior for a specific repository node.
setCreated(Date) - Method in class com.sas.hls.security.user.PasswordInfo
Set the created date for this password.
setCreatedBy(String) - Method in class com.sas.hls.search.SearchQuery
Set the userid of the user who performed the creation in which to query.
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
setDefaultAuthenticatorByUserId(String, String) - Method in interface com.sas.hls.security.user.UserService
Sets the default authenticator for the specified user which will use the password defined in the current system.
setDefaultValue(Serializable) - Method in class com.sas.hls.job.JobParameter
Set the default value of the parameter.
setDeletedBy(String) - Method in class com.sas.hls.recyclebin.RecycleBinItemQuery
Sets the userId of the user whose deleted files will be queried.
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
Set the description of this schedule.
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.
setDescription(String) - Method in class com.sas.hls.work.processflow.Element
 
setDescription(String) - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
Set the description of this process flow
setDescription(String) - Method in class com.sas.hls.work.processflow.TaskDefinition
Sets the description of this element definition
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
Deprecated.
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.
setDueDate(Date) - Method in class com.sas.hls.work.processflow.TimerEvent
 
setDueDate(Date) - Method in class com.sas.hls.work.processflow.UserTask
 
setDueDate(Date) - Method in class com.sas.hls.work.processflow.UserTaskDefinition
Sets the due date for this user task
setEditable(boolean) - Method in class com.sas.hls.common.AttributeDefinition
Deprecated.
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.User
Set the email value for this user.
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
Deprecated.
Set whether this attribute is user defined.
setExternalAuthenticatorByUserId(String, String, String) - Method in interface com.sas.hls.security.user.UserService
Sets the external authenticator for the specified user.
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.
setFromCreatedDate(Date) - Method in class com.sas.hls.search.SearchQuery
Set the start date of the range for created date in which to query
setFromDate(Date) - Method in class com.sas.hls.recyclebin.RecycleBinItemQuery
Set the starting deleted date of the item to query in deleted items
setFromDate(Date) - Method in class com.sas.hls.security.audit.AuditEntryQuery
Set the start date in which to query
setFromLastModifiedDate(Date) - Method in class com.sas.hls.search.SearchQuery
Set the start date of the range for last modified date in which to query
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.organization.OrganizationDescriptor
Deprecated.
As of Java API 1.7. There is no replacement. Identifier is immutable.
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.
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
 
setJobPath(String) - Method in class com.sas.hls.work.processflow.JobTaskDefinition
Set the full path of the job
setJobVersion(String) - Method in class com.sas.hls.work.processflow.JobTaskDefinition
Sets the version of the job.
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
Deprecated.
As of Java API 1.8. There is no replacement. Last login is immutable.
setLastModifiedBy(String) - Method in class com.sas.hls.search.SearchQuery
Set the userid of the user who performed the last modification in which to query.
setLastModifiedDate(Date) - Method in class com.sas.hls.schedule.ScheduleDescriptor
Set the date this schedule was last modified.
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 new lead of this Analysis.
setLead(String) - Method in class com.sas.hls.drug.project.Project
Set the new lead of this Project.
setLead(String) - Method in class com.sas.hls.organization.Organization
Set the lead of this Organization.
setLicenseType(String) - Method in class com.sas.hls.security.user.AccountInfo
Set the name of the license type of this account.
setLocalizedMessage(String) - Method in exception com.sas.hls.common.exception.AbstractRuntimeException
Set the localized message value for this exception
setLocation(String) - Method in class com.sas.hls.resource.repository.CheckedOutFilesQuery
Set the name to query for checked out files.
setLocation(String) - Method in class com.sas.hls.search.SearchQuery
Set the location from which to query
setLocations(Set<String>) - Method in class com.sas.hls.work.processflow.SignalEvent
 
setLocations(Set<String>) - Method in class com.sas.hls.work.processflow.SignalEventDefinition
 
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.
setLoginAttempts(long) - Method in class com.sas.hls.security.user.LoginInfo
Deprecated.
As of Java API 1.8. There is no replacement. This value is immutable.
setLoginCount(long) - Method in class com.sas.hls.security.user.LoginInfo
Deprecated.
As of version 1.7.2, this method is deprecated and there is no replacement. A replacement will be added in a future release.
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.
setMessage(String) - Method in class com.sas.hls.work.processflow.NotificationTaskDefinition
Sets the message text for this notification task
setName(String) - Method in class com.sas.hls.common.AbstractReferenceable
 
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
Deprecated.
Set the internal name of the attribute being defined.
setName(String) - Method in interface com.sas.hls.common.Referenceable
 
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
Deprecated.
As of Java API 1.7. There is no replacement. Name is immutable.
setName(String) - Method in class com.sas.hls.recyclebin.RecycleBinItemQuery
Set the name of the item to query in deleted items
setName(String) - Method in class com.sas.hls.resource.repository.CheckedOutFilesQuery
Set the name of the file to query for checked out files.
setName(String) - Method in class com.sas.hls.schedule.ScheduleDescriptor
Set the name of this schedule.
setName(String) - Method in class com.sas.hls.search.SearchQuery
Set the name of the source in which to query.
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.
setName(String) - Method in class com.sas.hls.work.processflow.Element
Sets the name of this element
setName(String) - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
Set the name of this process flow
setName(String) - Method in class com.sas.hls.work.processflow.TaskDefinition
Sets the name of this element definition
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.organization.OrganizationDescriptor
Deprecated.
As of Java API 1.7. There is no replacement. Object type is immutable.
setObjectType(String) - Method in class com.sas.hls.search.SearchQuery
Set the object type in which to query
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.
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
Set the opwner of this schedule.
setOwner(String) - Method in class com.sas.hls.search.SearchQuery
Set the userid of the owner in which to query.
setOwner(UserDescriptor) - Method in class com.sas.hls.security.acl.Acl
Sets the user who will be the owner of this acl
setOwner(String) - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
Set the userid of the user who will be the owner of this process flow
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.
setParameters(Set<ParameterValue>) - Method in class com.sas.hls.work.processflow.JobTaskDefinition
Sets the parameter values that will override the default parameter values in the job
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.resource.repository.CreateSignatureInfo
Set the password to be used during the electronic signature process.
setPassword(String) - Method in class com.sas.hls.security.user.CreateUserInfo
Set the password type value of the CreateUserInfo.
setPath(String) - Method in class com.sas.hls.common.AbstractReferenceable
 
setPath(String) - Method in interface com.sas.hls.common.Referenceable
 
setPath(String) - Method in class com.sas.hls.messaging.subscription.Subscription
Set the path of the object for the subscription
setPath(String) - Method in class com.sas.hls.organization.OrganizationDescriptor
Deprecated.
As of Java API 1.7. There is no replacement. Path is immutable.
setPath(String) - Method in class com.sas.hls.recyclebin.RecycleBinItemQuery
Set the path of the item to query in deleted items
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(Principal) - Method in class com.sas.hls.messaging.subscription.Subscription
Set the principal for the subscription
setPrincipal(AclPrincipal) - Method in class com.sas.hls.security.acl.AclEntry
Set the AclPrincipal for this acl
setPriority(NotificationTaskDefinition.MessagePriority) - Method in class com.sas.hls.work.processflow.NotificationTaskDefinition
Sets the priority for this notification task
setPriority(Task.Priority) - Method in class com.sas.hls.work.processflow.UserTask
 
setPriority(Task.Priority) - Method in class com.sas.hls.work.processflow.UserTaskDefinition
Sets the complexity of this user task
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.
setProcessData(Set<DataProperty>) - Method in class com.sas.hls.work.processflow.ProcessFlow
 
setProjectState(ProjectDescriptor, State, String, boolean) - Method in interface com.sas.hls.drug.project.ProjectService
Set the state for the project
setProxyHost(String) - Method in class com.sas.hls.client.ProxyInfo
Set the proxy server host to use when establishing a Session.
setProxyPassword(String) - Method in class com.sas.hls.client.ProxyInfo
Set the proxy server password to use when establishing a Session.
setProxyPort(int) - Method in class com.sas.hls.client.ProxyInfo
Set the proxy server port to use when establishing a Session.
setProxyUserId(String) - Method in class com.sas.hls.client.ProxyInfo
Set the proxy server user id to use when establishing a Session.
setReadPermission(AclEntry.PermissionValue) - Method in class com.sas.hls.security.acl.AclEntry
Set the read permission for this acl
setReason(String) - Method in class com.sas.hls.resource.repository.CreateSignatureInfo
Set the signature reason to use when creating this electronic signature.
setRecipients(Set<Principal>) - Method in class com.sas.hls.work.processflow.NotificationTaskDefinition
Sets the recipients for this notification task
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
Deprecated.
Set whether or not this attribute is required to have a value.
setRevision(long) - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
Deprecated.
As of Java API 1.7. There is no replacement. Revision is immutable.
setRevision(long) - Method in class com.sas.hls.drug.project.ProjectDescriptor
Deprecated.
As of Java API 1.7. There is no replacement. Revision is immutable.
setRevision(long) - Method in class com.sas.hls.organization.OrganizationDescriptor
Deprecated.
As of Java API 1.7. There is no replacement. Revision is immutable.
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.
setRole(String) - Method in class com.sas.hls.resource.repository.CreateSignatureInfo
Set the signature role to use when creating this electronic signature.
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.
setRunAsOwner(Job, boolean) - Method in interface com.sas.hls.job.JobService
Sets if the repository job will run as the owner.
setSchedulable(Schedulable) - Method in class com.sas.hls.schedule.Schedule
Set the schedulable item.
setSchedulableLabel(String) - Method in class com.sas.hls.schedule.ScheduleDescriptor
Set the label of this schedule.
setSignalName(String) - Method in class com.sas.hls.work.processflow.SignalEvent
 
setSourceIdentifier(String) - Method in class com.sas.hls.security.audit.AuditEntryQuery
Set the identifier of source in which to query
setSourceLocation(String) - Method in class com.sas.hls.security.audit.AuditEntryQuery
Set the location of source in which to query
setSourceName(String) - Method in class com.sas.hls.security.audit.AuditEntryQuery
Set the name of the source in which to query
setSourceTypes(List<String>) - Method in class com.sas.hls.security.audit.AuditEntryQuery
set the list of object types in which to query
setStartDate(Date) - Method in class com.sas.hls.schedule.ScheduleTrigger
Sets the start date and time of the schedule.
setStatus(ScheduleDescriptor.ScheduleStatus) - Method in class com.sas.hls.schedule.ScheduleDescriptor
Set the schedule's status.
setStatus(ProcessFlowDescriptor.FlowStatus) - Method in exception com.sas.hls.work.processflow.exception.InvalidProcessFlowStateException
 
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
setSubject(String) - Method in class com.sas.hls.work.processflow.NotificationTaskDefinition
Sets the subject for this notification task
setSubscriptionEvent(SubscribableEvent) - Method in class com.sas.hls.messaging.subscription.Subscription
Set the event subscribing to
setSummaryStatus(JobStatus.SummaryStatus) - Method in class com.sas.hls.job.JobStatus
Set the summary status
setSyncable(Synchronizable.Syncable) - Method in class com.sas.hls.common.AbstractSynchronizable
 
setSyncable(Synchronizable.Syncable) - Method in interface com.sas.hls.common.Synchronizable
Set the synchronization flag to control workspace synchronization behavior for this specific repository node.
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.
setTimerValue(Serializable) - Method in class com.sas.hls.work.processflow.TimerEventDefinition
 
setTimeZone(String) - Method in class com.sas.hls.schedule.ScheduleTrigger
Sets the timeZone for the schedule.
setToCreatedDate(Date) - Method in class com.sas.hls.search.SearchQuery
Set the end date of the range for created date in which to query
setToDate(Date) - Method in class com.sas.hls.recyclebin.RecycleBinItemQuery
Set the ending deleted date of the item to query in deleted items
setToDate(Date) - Method in class com.sas.hls.security.audit.AuditEntryQuery
Set the end date in which to query
setToLastModifiedDate(Date) - Method in class com.sas.hls.search.SearchQuery
Set the end date of the range for last modified date in which to query
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
Deprecated.
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.resource.repository.CheckedOutFilesQuery
Sets the userId of the user whose checked out files will be queried.
setUserId(String) - Method in class com.sas.hls.resource.repository.CreateSignatureInfo
Set the user ID to be used in the creation of this electronic signature.
setUserId(String) - Method in class com.sas.hls.security.audit.AuditEntryQuery
Set the userId of the user whose actions will be queried
setUserId(String) - Method in class com.sas.hls.security.user.CreateUserInfo
Set the userId of the CreateUserInfo.
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.
setValue(Serializable) - Method in class com.sas.hls.work.processflow.DataProperty
Set the value of this data property
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
SignalEvent - Class in com.sas.hls.work.processflow
Represents a signal event in a process flow
SignalEvent(String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, ProcessFlowDescriptor, Date) - Constructor for class com.sas.hls.work.processflow.SignalEvent
 
SignalEventDefinition - Class in com.sas.hls.work.processflow
Provides setup information for IntermediateSignalCatchEvent elements in a process flow.
SignalEventDefinition(String, String, String, Element.ElementType, String, long, String) - Constructor for class com.sas.hls.work.processflow.SignalEventDefinition
Initializing constructor which sets the values of all variables.
Signature - Class in com.sas.hls.resource.repository
Client side representation of an electronic signature created in the SAS Life Science Analytics Framework repository.
Signature(String, String, String, String, String, String, String, String, Date, String) - Constructor for class com.sas.hls.resource.repository.Signature
Constructs a newly allocated Signature with all fields initialized.
SignatureService - Interface in com.sas.hls.resource.repository
A service for creating and retrieving electronic signature information for file resources in the repository.
SigningException - Exception in com.sas.hls.resource.repository.exception
Thrown when an error occurs during the electronic signature process.
SigningException(String, String, Throwable) - Constructor for exception com.sas.hls.resource.repository.exception.SigningException
Constructs an SigningException with the specified message and root cause.
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.
submitJobInWorkspaceAndPopulate(String, Set<ParameterValue>, boolean) - Method in interface com.sas.hls.job.JobExecutionService
Submits job in the workspace and updates the input and output specifications in the job based on inputs and outputs accessed during the job run.
SubscribableEvent - Class in com.sas.hls.messaging.subscription
The client representation of a subscription event
SubscribableEvent(String, boolean, boolean) - Constructor for class com.sas.hls.messaging.subscription.SubscribableEvent
Constructor
Subscription - Class in com.sas.hls.messaging.subscription
The client representation of a subscription
Subscription(String, Principal, SubscribableEvent, boolean) - Constructor for class com.sas.hls.messaging.subscription.Subscription
Constructor
SubscriptionExistsException - Exception in com.sas.hls.messaging.subscription.exception
Thrown when attempt is made to create a subscription when a subscription already exists.
SubscriptionExistsException(String) - Constructor for exception com.sas.hls.messaging.subscription.exception.SubscriptionExistsException
SubscriptionExistsException constructor
SubscriptionService - Interface in com.sas.hls.messaging.subscription
Service that provides a way to create and retrieve Subscriptions for subscribable events in the repository.
Synchronizable - Interface in com.sas.hls.common
Provides synchronization control on repository objects such that end-users will be allowed, warned or prevented when synchronizing from repository nodes.
Synchronizable.Syncable - Enum in com.sas.hls.common
Syncable enumeration which controls workspace synchronization behavior for a specific repository node.
SynchronizationFileInfo - Class in com.sas.hls.resource.repository
Provides information about the repository file when it was synchronized to the workspace.
SynchronizationFileInfo(String, String, Date, Date, long) - Constructor for class com.sas.hls.resource.repository.SynchronizationFileInfo
Initializing constructor which sets the values of all variables.
SynchronizationInfo - Class in com.sas.hls.resource.repository
Provides information about the synchronization state between the file that resides in the workspace and the file that resides in the repository.
SynchronizationInfo(String, RepositoryFileInfo, SynchronizationFileInfo, WorkspaceFileInfo, SynchronizationInfo.FileStatus, SynchronizationInfo.SynchronizationStatus, SynchronizationInfo.CheckoutStatus) - Constructor for class com.sas.hls.resource.repository.SynchronizationInfo
Initializing constructor which sets the values of all variables.
SynchronizationInfo.CheckoutStatus - Enum in com.sas.hls.resource.repository
Enumeration describing the checkin status of the file.
SynchronizationInfo.FileStatus - Enum in com.sas.hls.resource.repository
Enumeration which describes where the file exists.
SynchronizationInfo.SynchronizationStatus - Enum in com.sas.hls.resource.repository
Enumeration which describes whether the file has been synchronized between the workspace and repository or not.
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

Task - Class in com.sas.hls.work.processflow
Abstract parent class for a task in a process flow.
Task(String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, ProcessFlowDescriptor, Date, Date, Task.TaskStatus, List<Attribute>) - Constructor for class com.sas.hls.work.processflow.Task
Initializing constructor which sets the values of all variables.
Task.Complexity - Enum in com.sas.hls.work.processflow
Provides the complexity of the task.
Task.Priority - Enum in com.sas.hls.work.processflow
Provides the priority of the task.
Task.TaskStatus - Enum in com.sas.hls.work.processflow
Provides the status of the task.
TaskDefinition - Class in com.sas.hls.work.processflow
Abstract class for providing common setup information for task elements in a process flow.
TaskDefinition(String, String, String, Element.ElementType, String, long) - Constructor for class com.sas.hls.work.processflow.TaskDefinition
Initializing constructor which sets the values of all variables.
TimerEvent - Class in com.sas.hls.work.processflow
Represents a timer event in a process flow
TimerEvent(String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, ProcessFlowDescriptor, Date) - Constructor for class com.sas.hls.work.processflow.TimerEvent
 
TimerEventDefinition - Class in com.sas.hls.work.processflow
Provides setup information for TimerEventDefinition elements in a process flow.
TimerEventDefinition(String, String, String, Element.ElementType, String, long, TimerEventDefinition.TimerType, String) - Constructor for class com.sas.hls.work.processflow.TimerEventDefinition
Initializing constructor which sets the values of all variables.
TimerEventDefinition.TimerType - Enum in com.sas.hls.work.processflow
Provides type of timer to use in the timer event.
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
toDisplayValue(Synchronizable.Syncable) - Static method in class com.sas.hls.common.AbstractSynchronizable
 
toString() - Method in class com.sas.hls.client.ActionStatusEntry
Return a string representation of the object.
toString() - Method in class com.sas.hls.common.Attribute
 
toString() - Method in class com.sas.hls.common.AttributeDefinition
Deprecated.
 
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
 
toString() - Method in class com.sas.hls.job.JobStatus
Return a string representation of the object.
toString() - Method in class com.sas.hls.job.JobSubmission
 
toString() - Method in class com.sas.hls.job.ManifestFile
 
toString() - Method in class com.sas.hls.job.ManifestInput
 
toString() - Method in class com.sas.hls.job.ManifestOutput
 
toString() - Method in class com.sas.hls.job.ManifestTask
 
toString() - Method in class com.sas.hls.job.ParameterValue
Return a string representation of the object.
toString() - Method in class com.sas.hls.messaging.subscription.SubscribableEvent
Return a string representation of the object.
toString() - Method in class com.sas.hls.messaging.subscription.Subscription
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.CheckedOutFilesInfo
 
toString() - Method in class com.sas.hls.resource.repository.CreateSignatureInfo
Return a string representation of the object.
toString() - Method in class com.sas.hls.resource.repository.NewFileCheckinSpecification
Return a string representation of the object.
toString() - Method in class com.sas.hls.resource.repository.RepositoryFileInfo
Return a string representation of the object.
toString() - Method in class com.sas.hls.resource.repository.RepositoryResource
Return a string representation of the object.
toString() - Method in class com.sas.hls.resource.repository.ResourceCheckinSpecification
 
toString() - Method in class com.sas.hls.resource.repository.Signature
Return a string representation of the object.
toString() - Method in class com.sas.hls.resource.repository.SynchronizationFileInfo
Return a string representation of the object.
toString() - Method in class com.sas.hls.resource.repository.SynchronizationInfo
Return a string representation of the object.
toString() - Method in class com.sas.hls.resource.repository.WorkspaceFileInfo
Return a string representation of the object.
toString() - Method in class com.sas.hls.resource.ResourceSpecification
 
toString() - Method in class com.sas.hls.resource.workspace.WorkspaceResource
Return a string representation of the object.
toString() - Method in class com.sas.hls.sassession.SasSession
 
toString() - Method in class com.sas.hls.search.SearchResultObject
 
toString() - Method in class com.sas.hls.search.SearchResultsInfo
 
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
Return a string representation of the object.
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.audit.AuditEntriesInfo
Return a string representation of the object.
toString() - Method in class com.sas.hls.security.audit.AuditEntry
Return a string representation of the object.
toString() - Method in class com.sas.hls.security.audit.AuditEntryDetail
Return a string representation of the object.
toString() - Method in class com.sas.hls.security.membership.Membership
Return a string representation of the object.
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
Return a string representation of the object.
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.AuthenticationProviderInfo
 
toString() - Method in class com.sas.hls.security.user.LicenseType
 
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.
toString() - Method in class com.sas.hls.type.AttributeDefinition
Return a string representation of the object.
toString() - Method in class com.sas.hls.type.Type
Return a string representation of the object.
toString() - Method in class com.sas.hls.work.processflow.CompletedEvent
 
toString() - Method in class com.sas.hls.work.processflow.CompletedEventGateway
 
toString() - Method in class com.sas.hls.work.processflow.CompletedJobTask
 
toString() - Method in class com.sas.hls.work.processflow.CompletedNotificationTask
 
toString() - Method in class com.sas.hls.work.processflow.CompletedSignalEvent
 
toString() - Method in class com.sas.hls.work.processflow.CompletedUserTaskDetails
 
toString() - Method in class com.sas.hls.work.processflow.DataProperty
 
toString() - Method in class com.sas.hls.work.processflow.Element
 
toString() - Method in class com.sas.hls.work.processflow.ElementDefinition
 
toString() - Method in class com.sas.hls.work.processflow.JobTask
 
toString() - Method in class com.sas.hls.work.processflow.NotificationTask
 
toString() - Method in class com.sas.hls.work.processflow.NotificationTaskDefinition
 
toString() - Method in class com.sas.hls.work.processflow.SignalEvent
 
toString() - Method in class com.sas.hls.work.processflow.Task
 
toString() - Method in class com.sas.hls.work.processflow.TimerEvent
 
toString() - Method in class com.sas.hls.work.processflow.UserTask
 
toString() - Method in class com.sas.hls.work.processflow.UserTaskAssignment
 
toVersionType(String) - Static method in class com.sas.hls.resource.repository.ResourceCheckinSpecification
Convert string to equivalent version type.
Type - Class in com.sas.hls.type
A Type represents an object type defined in the system and contains metadata representing the state maintained by instances of this type.
Type(String, String, boolean, List<AttributeDefinition>) - Constructor for class com.sas.hls.type.Type
Initializing constructor which allocates a new Type and sets all attributes to the specified values.
TYPE_ANALYSIS - Static variable in class com.sas.hls.common.TypeConstants
The type name for an analysis object.
TYPE_FILE - Static variable in class com.sas.hls.common.TypeConstants
The type name for a file object.
TYPE_FLOW_ELEMENT - Static variable in class com.sas.hls.common.TypeConstants
The type name for a process flow element.
TYPE_FOLDER - Static variable in class com.sas.hls.common.TypeConstants
The type name for a folder object.
TYPE_GROUP - Static variable in class com.sas.hls.common.TypeConstants
The type name for a group object.
TYPE_JOB - Static variable in class com.sas.hls.common.TypeConstants
The type name for a job object.
TYPE_ORGANIZATION - Static variable in class com.sas.hls.common.TypeConstants
The type name for an organization object.
TYPE_PDF - Static variable in class com.sas.hls.common.TypeConstants
The type name for a pdf file.
TYPE_PROCESS_FLOW - Static variable in class com.sas.hls.common.TypeConstants
The type name for a process flow.
TYPE_PROJECT - Static variable in class com.sas.hls.common.TypeConstants
The type name for a project object.
TYPE_ROLE - Static variable in class com.sas.hls.common.TypeConstants
The type name for a role object.
TYPE_SAS_DATASET - Static variable in class com.sas.hls.common.TypeConstants
The type name for a SAS dataset.
TYPE_SASPROGRAM - Static variable in class com.sas.hls.common.TypeConstants
The type name for a SAS program.
TYPE_SCHEDULE - Static variable in class com.sas.hls.common.TypeConstants
The type name for a schedule object.
TYPE_TASK - Static variable in class com.sas.hls.common.TypeConstants
The type name for a process flow task.
TYPE_USER - Static variable in class com.sas.hls.common.TypeConstants
The type name for a user object.
TypeConstants - Class in com.sas.hls.common
 
TypeConstants() - Constructor for class com.sas.hls.common.TypeConstants
 
typeExists(String) - Method in interface com.sas.hls.type.TypeService
Determine whether a Type with the specified name exists within the system.
TypeNotFoundException - Exception in com.sas.hls.common.exception
Deprecated.
As of Java API 1.7. Replaced with TypeNotFoundException.
TypeNotFoundException(String) - Constructor for exception com.sas.hls.common.exception.TypeNotFoundException
Deprecated.
Constructs a TypeNotFoundException with the specified message.
TypeNotFoundException - Exception in com.sas.hls.type.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.type.exception.TypeNotFoundException
Constructs a TypeNotFoundException with the specified message.
TypeService - Interface in com.sas.hls.type
A service for retrieving object type information for objects stored in the system.

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.
UnknownAuthenticationException - Exception in com.sas.hls.security.authentication.exception
Thrown when an unforeseen authentication error occurs.
UnknownAuthenticationException(String) - Constructor for exception com.sas.hls.security.authentication.exception.UnknownAuthenticationException
Constructs an UnknownAuthenticationException with the specified message.
unlockFile(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Unlock the repository file
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.
updateElementDefinition(ElementDefinition) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
Update the element definition for the process flow identified by ElementDefinition.getProcessFlowIdentifier().
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.
updateOrganization(Organization) - Method in interface com.sas.hls.organization.OrganizationService
Update an Organization.
updateProcessFlow(ProcessFlow) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
Updates the process flow
updateProject(Project) - Method in interface com.sas.hls.drug.project.ProjectService
Update a project.
updateResource(RepositoryResource) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Update the attributes on a repository resource.
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
uploadAndExpand(String, String, boolean, ResourceCheckinSpecification, boolean) - Method in interface com.sas.hls.resource.repository.BatchRepositoryResourceService
Unzips the zip file specified in localZipFilePath and saves the contents to the repository location specified in parentPath.
uploadAndExpand(String, String, boolean) - Method in interface com.sas.hls.resource.workspace.BatchWorkspaceResourceService
Unzips the zip file specified in localZipFilePath and saves the contents to the workspace location specified in parentPath.
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
Constructor
User(String, String, String, String, String) - Constructor for class com.sas.hls.security.user.User
Constructor
User(String, String, String, String, LoginInfo, LockedInfo, PasswordInfo) - Constructor for class com.sas.hls.security.user.User
Constructor
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
Constructor
UserDescriptor(String, String, String, String) - Constructor for class com.sas.hls.security.user.UserDescriptor
Constructor
UserDescriptor(String, String, String, String, String) - Constructor for class com.sas.hls.security.user.UserDescriptor
Constructor
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.
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.
UserTask - Class in com.sas.hls.work.processflow
Represents a user task in a process flow
UserTask(String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, ProcessFlowDescriptor, Date, Date, Task.TaskStatus, List<Attribute>) - Constructor for class com.sas.hls.work.processflow.UserTask
 
UserTaskAssignment - Class in com.sas.hls.work.processflow
Represents a task assignment history for a user task.
UserTaskAssignment(Date, Date, Principal, float) - Constructor for class com.sas.hls.work.processflow.UserTaskAssignment
Initializing constructor which sets the values of all variables.
UserTaskDefinition - Class in com.sas.hls.work.processflow
Provides setup information for user task elements in a process flow.
UserTaskDefinition(String, String, String, Element.ElementType, String, long) - Constructor for class com.sas.hls.work.processflow.UserTaskDefinition
Initializing constructor which sets the values of all variables.

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.client.ActionStatus.SummaryStatusCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.common.AttributeType
Deprecated.
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.common.Synchronizable.Syncable
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.Manifest.ManifestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.job.ManifestFile.FileValidity
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.SynchronizationInfo.CheckoutStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.resource.repository.SynchronizationInfo.FileStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.resource.repository.SynchronizationInfo.SynchronizationStatus
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.sassession.SasSession.SessionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.sassession.SasSession.SessionType
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.
valueOf(String) - Static method in enum com.sas.hls.type.AttributeDefinition.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.work.processflow.CompletedTask.TaskCompletedState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.work.processflow.DataProperty.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.work.processflow.DeploymentContextType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.work.processflow.Element.ElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.work.processflow.NotificationTaskDefinition.MessagePriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.work.processflow.ProcessFlowDescriptor.FlowStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.work.processflow.Task.Complexity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.work.processflow.Task.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.work.processflow.Task.TaskStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.work.processflow.TimerEventDefinition.TimerType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sas.hls.client.ActionStatus.SummaryStatusCode
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.AttributeType
Deprecated.
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.common.Synchronizable.Syncable
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.Manifest.ManifestType
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.ManifestFile.FileValidity
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.SynchronizationInfo.CheckoutStatus
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.SynchronizationInfo.FileStatus
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.SynchronizationInfo.SynchronizationStatus
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.sassession.SasSession.SessionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.sassession.SasSession.SessionType
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.
values() - Static method in enum com.sas.hls.type.AttributeDefinition.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.work.processflow.CompletedTask.TaskCompletedState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.work.processflow.DataProperty.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.work.processflow.DeploymentContextType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.work.processflow.Element.ElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.work.processflow.NotificationTaskDefinition.MessagePriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.work.processflow.ProcessFlowDescriptor.FlowStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.work.processflow.Task.Complexity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.work.processflow.Task.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.work.processflow.Task.TaskStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.work.processflow.TimerEventDefinition.TimerType
Returns an array containing the constants of this enum type, in the order they are declared.
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.
WorkspaceFileInfo - Class in com.sas.hls.resource.repository
Provides the latest workspace file information related to synchronization state.
WorkspaceFileInfo(String, Date, long) - Constructor for class com.sas.hls.resource.repository.WorkspaceFileInfo
Initializing constructor which sets the values of all variables.
WorkspaceFolder - Class in com.sas.hls.resource.workspace
Client-side representation of a folder in the workspace.
WorkspaceFolder(String, Date) - Constructor for class com.sas.hls.resource.workspace.WorkspaceFolder
Constructor for a client-side representation of 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
It is not intended or recommended that the consumer of the API construct these objects.
WorkspaceResourceCopyException - Exception in com.sas.hls.resource.workspace.exception
The resource can not be copied as requested.
WorkspaceResourceCopyException(String, 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(String, 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(String, String) - Constructor for exception com.sas.hls.resource.workspace.exception.WorkspaceResourceExistsException
Constructs a WorkspaceResourceExistsException with the specified message.
WorkspaceResourceExistsException(String, String, Throwable) - Constructor for exception com.sas.hls.resource.workspace.exception.WorkspaceResourceExistsException
Constructs a WorkspaceResourceExistsException with the specified message and root cause.
WorkspaceResourceMoveException - Exception in com.sas.hls.resource.workspace.exception
The resource can not be moved as requested.
WorkspaceResourceMoveException(String, String) - Constructor for exception com.sas.hls.resource.workspace.exception.WorkspaceResourceMoveException
Constructs a WorkspaceResourceMoveException with the specified message.
WorkspaceResourceNotFoundException - Exception in com.sas.hls.resource.workspace.exception
The specified resource can not be found in your workspace.
WorkspaceResourceNotFoundException(String, String) - Constructor for exception com.sas.hls.resource.workspace.exception.WorkspaceResourceNotFoundException
Constructs a WorkspaceResourceNotFoundException with the specified message.
WorkspaceResourceNotFoundException(String, String, Throwable) - Constructor for exception com.sas.hls.resource.workspace.exception.WorkspaceResourceNotFoundException
Constructs a WorkspaceResourceNotFoundException with the specified message and root cause.
WorkspaceResourceService - Interface in com.sas.hls.resource.workspace
Service for manipulating files and folders in a user's workspace.
A B C D E G H I J L M N O P Q R S T U V W 

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