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

A

AbstractCheckedException - Exception in com.sas.hls.common.exception
Parent class of all checked exceptions created in the java API.
AbstractCheckedException(String) - Constructor for exception com.sas.hls.common.exception.AbstractCheckedException
Construct an AbstractCheckedException with the specified detail message.
AbstractCheckedException(String, Throwable) - Constructor for exception com.sas.hls.common.exception.AbstractCheckedException
Construct an AbstractCheckedException with the specified detail message and nested exception.
AbstractIdentifiable - Class in com.sas.hls.common
An abstract parent class for objects implementing the Identifiable interface.
AbstractIdentifiable() - Constructor for class com.sas.hls.common.AbstractIdentifiable
Zero-arg constructor
AbstractIdentifiable(String) - Constructor for class com.sas.hls.common.AbstractIdentifiable
Constructor
AbstractIdentifiable(String, String) - Constructor for class com.sas.hls.common.AbstractIdentifiable
Constructor
AbstractRuntimeException - Exception in com.sas.hls.common.exception
Parent class of all Runtime exceptions created in the java API.
AbstractRuntimeException(String) - Constructor for exception com.sas.hls.common.exception.AbstractRuntimeException
Construct an AbstractRuntimeException with the specified detail message.
AbstractRuntimeException(String, Throwable) - Constructor for exception com.sas.hls.common.exception.AbstractRuntimeException
Construct an AbstractRuntimeException with the specified detail message and nested exception.
AccessDeniedException - Exception in com.sas.hls.common.exception
An exception indicating the user does not have appropriate permissions for the action they attempted.
AccessDeniedException(String) - Constructor for exception com.sas.hls.common.exception.AccessDeniedException
Constructs an AccessDeniedException with the specified message.
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(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_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
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 Drug Development 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
Deprecated. As of Java API 1.7. Please use Analysis.Analysis(String, String, String, long, List, ProjectDescriptor, State, String, String).
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 Drug Development Analysis.
AnalysisDescriptor(String, String, String) - Constructor for class com.sas.hls.drug.analysis.AnalysisDescriptor
Deprecated. As of Java API 1.7. Please use AnalysisDescriptor.AnalysisDescriptor(String, String, String, long, List).
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
 
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.

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

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.
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 Drug Development analyses.
com.sas.hls.drug.analysis.exception - package com.sas.hls.drug.analysis.exception
Exceptions that can be thrown when manipulating an analysis or using the analysis service.
com.sas.hls.drug.client - package com.sas.hls.drug.client
Classes specific to accessing an instance of the SAS Drug Development application.
com.sas.hls.drug.project - package com.sas.hls.drug.project
Service and class definitions for manipulating and creating SAS Drug Development projects.
com.sas.hls.drug.project.exception - package com.sas.hls.drug.project.exception
Exceptions that can be thrown while manipulating a project or using the projectService.
com.sas.hls.job - package com.sas.hls.job
Provides the classes needed to create, update, and get jobs as well as execute them and get their status
com.sas.hls.job.exception - package com.sas.hls.job.exception
Exceptions that can be thrown when manipulating or executing a job.
com.sas.hls.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.schedule - package com.sas.hls.schedule
Service and class definitions for managing schedules.
com.sas.hls.schedule.exception - package com.sas.hls.schedule.exception
Exceptions that can be thrown while manipulating a schedule using the scheduleService.
com.sas.hls.security.acl - package com.sas.hls.security.acl
Service and class definitions for manipulating and creating acls.
com.sas.hls.security.acl.exception - package com.sas.hls.security.acl.exception
Exceptions that can be thrown while manipulating an acl using the aclService.
com.sas.hls.security.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.workitem - package com.sas.hls.work.workitem
Service and class definitions for getting work item and task information.
com.sas.hls.work.workitem.exception - package com.sas.hls.work.workitem.exception
Exceptions that can be thrown while getting work item and task information using the workitemService.
compareTo(Privilege) - Method in class com.sas.hls.security.privilege.Privilege
Compares this object with the specified object for order.
CompletedTask - Class in com.sas.hls.work.workitem
A data object that represents a completed task in a work item
CompletedTask(String, String, String, String, Date, Date, Date, String, String, String, String, String) - Constructor for class com.sas.hls.work.workitem.CompletedTask
Constructor
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.
createAnalysis(ProjectDescriptor, String, List<Attribute>) - Method in interface com.sas.hls.drug.analysis.AnalysisService
Create an analysis in the specified project.
createFile(String, String, String, boolean) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Create an unversioned file in the repository.
createFile(String, String, boolean) - Method in interface com.sas.hls.resource.workspace.WorkspaceResourceService
Create a new file in the workspace.
createFolder(String, boolean) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Create a container at the given location in the repository.
createFolder(String, boolean) - Method in interface com.sas.hls.resource.workspace.WorkspaceResourceService
Create a folder at the given location.
createGroup(GroupContext, String, String, Set<Principal>) - Method in interface com.sas.hls.security.group.GroupService
Create a new group.
CreateJobInfo - Class in com.sas.hls.job
A data structure for specifying the parameters of a job to be created.
CreateJobInfo() - Constructor for class com.sas.hls.job.CreateJobInfo
Zero-arg constructor.
CreateJobInfo(CreateJobInfo) - Constructor for class com.sas.hls.job.CreateJobInfo
Copy constructor.
createJobInWorkspace(String, String, List<ResourceSpecification>, Set<JobParameter>, boolean) - Method in interface com.sas.hls.job.JobService
Creates a job in the current user's workspace while optionally being able to specify tasks and parameters.
createJobInWorkspace(CreateJobInfo) - Method in interface com.sas.hls.job.JobService
Creates job in workspace based on information specified on CreateJobInfo
createJobInWorkspaceAndRepository(CreateJobInfo, NewFileCheckinSpecification) - Method in interface com.sas.hls.job.JobService
Creates job in workspace and checks it into the repository
createProject(OrganizationDescriptor, String, List<Attribute>) - Method in interface com.sas.hls.drug.project.ProjectService
Create a project within the specified organization.
createRole(RoleContext, String, String, Set<Privilege>) - Method in interface com.sas.hls.security.role.RoleDefinitionService
Create a role and assign role to the specified context.
createSchedule(String, String, Schedulable, ScheduleTrigger) - Method in interface com.sas.hls.schedule.ScheduleService
Creates a schedule that will run the job specified in the scheduleable at the specified time(s) defined in the trigger
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

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.
deleteItemQuery(RecycleBinItem) - Method in interface com.sas.hls.recyclebin.RecycleBinService
 
deleteItems(Set<RecycleBinItem>) - Method in interface com.sas.hls.recyclebin.RecycleBinService
Permanently deletes the specified items in the recycle bin.
deleteProject(ProjectDescriptor) - Method in interface com.sas.hls.drug.project.ProjectService
Delete the specified project.
deleteRole(RoleDescriptor) - Method in interface com.sas.hls.security.role.RoleDefinitionService
Delete a role and remove its assignment from the context it was defined at.
deleteSchedule(ScheduleDescriptor) - Method in interface com.sas.hls.schedule.ScheduleService
Deletes the specified schedule
deleteUser(String) - Method in interface com.sas.hls.security.user.UserService
Delete a user who has performed no actions in the system.
disableVersioningOnFile(String, String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Disable versioning support for the specified RepositoryFile.
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 Drug Development services.

E

enableVersioningOnFile(String, String, String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Turn on versioning support for the specified RepositoryFile.
equals(Object) - Method in class com.sas.hls.common.AbstractIdentifiable
 
equals(Object) - Method in class com.sas.hls.common.Attribute
 
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.resource.repository.RepositoryFileInfo
Indicate whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.hls.resource.repository.RepositoryResource
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.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.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.
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
 
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.

F

FlowDetails - Class in com.sas.hls.work.workitem
A data object that represents the flow of a work item
FlowDetails(String, String, List<FlowParameter>, List<Task>) - Constructor for class com.sas.hls.work.workitem.FlowDetails
Constructor
FlowParameter - Class in com.sas.hls.work.workitem
A data object that represents a flow parameter of a work item.
FlowParameter(String, Serializable, FlowParameter.FlowParameterType) - Constructor for class com.sas.hls.work.workitem.FlowParameter
Constructor
FlowParameter.FlowParameterType - Enum in com.sas.hls.work.workitem
 

G

getAccountInfo() - Method in class com.sas.hls.security.user.User
Get the accountInfo details for this user.
getAccountType() - Method in class com.sas.hls.security.user.AccountInfo
Get the type of account specified in the AccountInfo.
getAccountType() - Method in class com.sas.hls.security.user.CreateUserInfo
Get the account type value of the CreateUserInfo.
getAcl(AclSecurable) - Method in interface com.sas.hls.security.acl.AclService
Gets the acl for the object.
getAclContainer(AclContainerSecurable) - Method in interface com.sas.hls.security.acl.AclService
Gets the AclContainer for the specified container
getAclService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the AclService instance for this session.
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.
getActiveTasksOfWorkItem(String) - Method in interface com.sas.hls.work.workitem.WorkItemService
Get all active tasks for a work item.
getActivityType() - Method in class com.sas.hls.work.workitem.Task
Get the activity type for the task
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.
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.
getAllWorkItemsByContext(ObjectIdentity, boolean) - Method in interface com.sas.hls.work.workitem.WorkItemService
Get all work items at a specified context, and (optionally) below.
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 Drug Development API version running on the client.
getApiServerVersion() - Method in class com.sas.hls.configuration.ApplicationInformation
Returns the SAS Drug Development API version running on the server.
getApplicationInformation() - Method in interface com.sas.hls.configuration.ApplicationInformationService
Returns an ApplicationInformation data structure with information containing SAS Drug Development 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 Drug Development server version the API is connected to.
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.workitem.CompletedTask
Get the assignee for the completed task
getAssignee() - Method in class com.sas.hls.work.workitem.Task
Get the assignee for the task
getAssigneeType() - Method in class com.sas.hls.work.workitem.CompletedTask
Get the assignee type for the completed task
getAttachmentsForWorkItem(String) - Method in interface com.sas.hls.work.workitem.WorkItemService
Get all attachments associated with a work item.
getAttribute(String) - Method in class com.sas.hls.resource.repository.RepositoryResource
Return the attribute with the provided name.
getAttribute(String) - Method in class com.sas.hls.work.workitem.WorkItem
Return the attribute with the provided name.
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.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.resource.repository.RepositoryResource
Return the list of attributes associated with this repository resource.
getAttributes() - Method in class com.sas.hls.security.user.User
Get the list of attributes defined for this user instance.
getAttributes() - Method in class com.sas.hls.work.workitem.WorkItem
Get the attributes of this work item
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
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.
getCheckedOutBy() - Method in class com.sas.hls.resource.repository.RepositoryFileInfo
Returns who has this repository file checked out, if it is checked out.
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.
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.ResourceCheckinSpecification
 
getComment() - Method in class com.sas.hls.resource.repository.Signature
Returns the comment provided with this electronic signature, if one was provided.
getComments() - Method in class com.sas.hls.work.workitem.CompletedTask
Get the comments for the completed task
getCompleted() - Method in class com.sas.hls.work.workitem.CompletedTask
Get the completed date for the completed task
getCompletedBy() - Method in class com.sas.hls.work.workitem.CompletedTask
Get the completed by for the completed task
getCompletedTasksForWorkItem(String) - Method in interface com.sas.hls.work.workitem.WorkItemService
Get all completed tasks for a work item.
getComplexity() - Method in class com.sas.hls.work.workitem.CompletedTask
Get the complexity for the completed task
getComplexity() - Method in class com.sas.hls.work.workitem.Task
Get the complexity for the task
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.workitem.WorkItem
Get the context for this work item
getContextPath() - Method in class com.sas.hls.work.workitem.WorkItem
Get the path of the context for this work item
getCreated() - Method in class com.sas.hls.security.user.PasswordInfo
Get the created date of this password.
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().
getCurrentFileVersionToWorkspace(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Deprecated. As of Java API 1.7. Replaced with RepositoryResourceService.getLatestFileVersionToWorkspace(String).
getCustomVersion() - Method in class com.sas.hls.resource.repository.ResourceCheckinSpecification
 
getCustomVersionValue() - Method in class com.sas.hls.resource.repository.NewFileCheckinSpecification
Get the customVersionValue of this specification.
getDaysOfWeek() - Method in class com.sas.hls.schedule.ScheduleTrigger
For WEEKLY trigger types, this returns the days of the week that this schedule will execute.
getDeactivationDate() - Method in class com.sas.hls.security.user.AccountInfo
Get the deactivation date of this account.
getDefaultAcl() - Method in class com.sas.hls.security.acl.AclContainer
Gets the default acl for this aclContainer
getDefaultValue() - Method in class com.sas.hls.job.JobParameter
Get the default value of the parameter.
getDeletedBy() - Method in class com.sas.hls.recyclebin.RecycleBinItem
Get the user who deleted this object
getDeletedDate() - Method in class com.sas.hls.recyclebin.RecycleBinItem
Get the deleted date
getDeletePermission() - Method in class com.sas.hls.security.acl.AclEntry
Get the delete permission for this acl
getDepartment() - Method in class com.sas.hls.security.user.CreateUserInfo
Get the department value of the CreateUserInfo.
getDepartment() - Method in class com.sas.hls.security.user.User
Get the department value for this user.
getDescription() - Method in class com.sas.hls.job.CreateJobInfo
 
getDescription() - Method in class com.sas.hls.job.Job
Get the description of the job
getDescription() - Method in class com.sas.hls.schedule.ScheduleDescriptor
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.work.workitem.Task
Get the description for the task
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.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.workitem.CompletedTask
Get the due date for the completed task
getDueDate() - Method in class com.sas.hls.work.workitem.Task
Get the due date for the task
getEmail() - Method in class com.sas.hls.security.user.CreateUserInfo
Get the email of the CreateUserInfo.
getEmail() - Method in class com.sas.hls.security.user.UserDescriptor
Get the email of this userDescriptor.
getEndDate() - Method in class com.sas.hls.schedule.ScheduleTrigger
Gets the end date and time of the schedule which specifies when the schedule will stop executing.
getEntries() - Method in class com.sas.hls.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.
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.
getFlowForWorkItem(String) - Method in interface com.sas.hls.work.workitem.WorkItemService
Get the work flow definition details for a work item.
getFlowName() - Method in class com.sas.hls.work.workitem.FlowDetails
Get the name for this flow
getFromDate() - Method in class com.sas.hls.security.audit.AuditEntryQuery
Get the start 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.
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.resource.repository.RepositoryFileInfo
Returns the unique identifier of this repository file.
getIdentifier() - Method in class com.sas.hls.resource.repository.RepositoryResource
 
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.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.UserDescriptor
Get the identifier of this UserDescriptor.
getInputs() - Method in class com.sas.hls.job.CreateJobInfo
 
getInputs() - Method in class com.sas.hls.job.Job
Get the set of inputs associated with this job
getInterval() - Method in class com.sas.hls.schedule.ScheduleTrigger
Gets the interval number for the schedule.
getInvalidMembers() - Method in exception com.sas.hls.security.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.ScheduleJobInfo
Get the light-weight representation of the job to run
getJobExecutionService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the JobExecutionService instance for this session.
getJobInRepository(String, String) - Method in interface com.sas.hls.job.JobService
Gets the job from the specified path in the repository
getJobInWorkspace(String) - Method in interface com.sas.hls.job.JobService
Gets the job from the specified path in the workspace
getJobName() - Method in class com.sas.hls.job.CreateJobInfo
 
getJobPath() - Method in class com.sas.hls.job.JobSubmission
Get the job path of this job submission.
getJobService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the JobService instance for this session.
getJobSubmissionStatus(JobSubmission) - Method in interface com.sas.hls.job.JobExecutionService
Gets the current job submission status for a specific submission of a job.
getJobVersion() - Method in class com.sas.hls.job.JobSubmission
Get the job version of this job submission.
getLabel() - Method in class com.sas.hls.job.JobParameter
Get the label for this parameter.
getLabel() - Method in class com.sas.hls.job.ScheduleJobInfo
 
getLabel() - Method in interface com.sas.hls.schedule.Schedulable
Get label which describes the item being scheduled.
getLastLogin() - Method in class com.sas.hls.security.user.LoginInfo
Get the date of the last login of this user.
getLastModified() - Method in class com.sas.hls.recyclebin.RecycleBinItem
Get the date this deleted object was last modified
getLastModifiedBy() - Method in class com.sas.hls.recyclebin.RecycleBinItem
Get the userid of the user who last modified this deleted object
getLastModifiedDate() - Method in class com.sas.hls.resource.repository.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.
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.
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.
getLocalizedMessage() - Method in exception com.sas.hls.common.exception.AbstractCheckedException
 
getLocalizedMessage() - Method in exception com.sas.hls.common.exception.AbstractRuntimeException
 
getLocked() - Method in class com.sas.hls.security.user.LockedInfo
Get the boolean value indicating if this user account is locked.
getLockedBy() - Method in class com.sas.hls.security.user.LockedInfo
Get the identity of the person who locked this user.
getLockedDate() - Method in class com.sas.hls.security.user.LockedInfo
Get the date that this user account was locked.
getLockedInfo() - Method in class com.sas.hls.security.user.User
Get the lockedInfo details for this user.
getLoginAttempts() - Method in class com.sas.hls.security.user.LoginInfo
Get the number of login attempts since the last successful login of the user.
getLoginCount() - Method in class com.sas.hls.security.user.LoginInfo
Get the number of times this user has logged into the system.
getLoginInfo() - Method in class com.sas.hls.security.user.User
Get the loginInfo details for this user.
getLogPath() - Method in class com.sas.hls.job.CreateJobInfo
 
getLogPath() - Method in class com.sas.hls.job.Job
Get the log path for this job
getLstPath() - Method in class com.sas.hls.job.CreateJobInfo
 
getLstPath() - Method in class com.sas.hls.job.Job
Get the list path for this job
getManifestPath() - Method in class com.sas.hls.job.CreateJobInfo
 
getManifestPath() - Method in class com.sas.hls.job.Job
Get the manifest path for this job
getMembers() - Method in class com.sas.hls.security.group.Group
Get the members of this group.
getMembers() - Method in class com.sas.hls.security.membership.Membership
Get the members of this membership.
getMembers() - Method in class com.sas.hls.security.role.RoleAssignment
Get the membership of this roleAssignment.
getMembersAvailableForAssignment(MembershipContext) - Method in interface com.sas.hls.security.membership.MembershipService
Get the set of all principals which can be added to the current membership of the specified context (this list will not include principals already in the current membership).
getMembership(MembershipContext) - Method in interface com.sas.hls.security.membership.MembershipService
Get the membership list of the specified context.
getMemberships(Principal) - Method in interface com.sas.hls.security.membership.MembershipService
Get the set of membership lists where the specified principal is a member.
getMembershipService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the MembershipService instance for this session.
getMessage() - Method in exception com.sas.hls.common.exception.AbstractCheckedException
Return the detail message, including the message from the nested exception if there is one.
getMessage() - Method in exception com.sas.hls.common.exception.AbstractRuntimeException
Return the detail message, including the message from the nested exception if there is one.
getMessageCode() - Method in class com.sas.hls.client.ActionStatusEntry
Gets the code containing status and message information.
getMyWorkItemsByContext(ObjectIdentity, boolean) - Method in interface com.sas.hls.work.workitem.WorkItemService
Get all work items 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.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 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.schedule.ScheduleDescriptor
Return the name of this schedule.
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.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 class com.sas.hls.work.workitem.CompletedTask
Get the name for the completed task
getName() - Method in class com.sas.hls.work.workitem.Task
Get the name for the task
getName() - Method in class com.sas.hls.work.workitem.WorkItem
Get the name for this work item
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.resource.repository.RepositoryResource
 
getObjectType() - Method in class com.sas.hls.security.group.GroupDescriptor
Get the objectType of this object.
getObjectType() - Method in class com.sas.hls.security.privilege.Privilege
Get the objectType of this privilege object.
getObjectType() - Method in class com.sas.hls.security.role.RoleAssignment
Get the objectType of this roleAssignment.
getObjectType() - Method in class com.sas.hls.security.role.RoleDescriptor
 
getObjectType() - Method in class com.sas.hls.security.user.UserDescriptor
Get the objectType of this userDescriptor.
getOldValue() - Method in class com.sas.hls.security.audit.AuditEntryDetail
Get the old value
getOrder() - Method in class com.sas.hls.work.workitem.Task
Get the order for the task
getOrganizationByIdentifier(String) - Method in interface com.sas.hls.organization.OrganizationService
Get the representation of an organization, given its identifier.
getOrganizationByName(String) - Method in interface com.sas.hls.organization.OrganizationService
Get the full client representation of an organization, given its name.
getOrganizationDescriptorByIdentifier(String) - Method in interface com.sas.hls.organization.OrganizationService
Get the light-weight client representation of an organization, given its identifier.
getOrganizationDescriptorByName(String) - Method in interface com.sas.hls.organization.OrganizationService
Get the light-weight client representation of an organization, given its name.
getOrganizationDescriptors() - Method in interface com.sas.hls.organization.OrganizationService
Get a list of light-weight representations of all organizations currently defined.
getOrganizations() - Method in interface com.sas.hls.organization.OrganizationService
Get the list of all organizations currently defined in the system.
getOrganizationService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the OrganizationService instance for this session.
getOutputFileCheckinSpec() - Method in class com.sas.hls.job.CreateJobInfo
 
getOutputFileCheckinSpec() - Method in class com.sas.hls.job.Job
Get the checkin specification to use for new files created by this job.
getOutputs() - Method in class com.sas.hls.job.CreateJobInfo
 
getOutputs() - Method in class com.sas.hls.job.Job
Get the set of outputs associated with this job
getOwner() - Method in class com.sas.hls.schedule.ScheduleDescriptor
Return the owner of this schedule.
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.workitem.WorkItem
Get the owner for this work item.
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.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.work.workitem.FlowDetails
Get the parameters for this flow
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.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 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.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.RepositoryResource
Return the path to this repository resource.
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 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.workitem.CompletedTask
Get the priority for the completed task
getPriority() - Method in class com.sas.hls.work.workitem.Task
Get the priority for the 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.
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.
getRecycleBinService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the RecycleBinService instance for this session.
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
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(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.
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.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.
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.
getServiceManager() - Method in interface com.sas.hls.client.Session
Get the single service manager for this session.
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).
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 class com.sas.hls.work.workitem.CompletedTask
Get the start date for the completed task
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.
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 class com.sas.hls.work.workitem.CompletedTask
Get the status for the completed task
getStatus() - Method in class com.sas.hls.work.workitem.WorkItem
Get the status of this work item.
getStatusBy() - Method in class com.sas.hls.security.user.AccountInfo
Get the identity of the person who last changed the status of this account.
getStatusCode() - Method in exception com.sas.hls.client.exception.HttpException
Gets the HTTP status code.
getStatusDate() - Method in class com.sas.hls.security.user.AccountInfo
Get the date that this account was put into its current status.
getStatusMessage() - Method in class com.sas.hls.job.JobStatus
Get the status message
getSubmissionType() - Method in class com.sas.hls.job.JobSubmission
Get the submission type of this job submission.
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
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.
getTaskId() - Method in class com.sas.hls.work.workitem.CompletedTask
Get the task id for the completed task
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.work.workitem.FlowDetails
Get the tasks for this flow
getTaskStatus() - Method in class com.sas.hls.work.workitem.Task
Get the task status for the task
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.
getToDate() - Method in class com.sas.hls.security.audit.AuditEntryQuery
Get the end date in which to query
getTree() - Method in class com.sas.hls.job.JobDescriptor
Get the tree in which this job lives
getTrigger() - Method in class com.sas.hls.schedule.Schedule
Get the trigger which defines when the schedule will run.
getTriggerType() - Method in class com.sas.hls.schedule.ScheduleTrigger
Gets the trigger type for the schedule.
getType() - Method in class com.sas.hls.common.AttributeDefinition
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.work.workitem.FlowParameter
Get the type for this parameter
getType() - Method in class com.sas.hls.work.workitem.Task
Get the type of the task
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.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.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.
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.resource.repository.NewFileCheckinSpecification
Get the versionType of this specification.
getVersionType() - Method in class com.sas.hls.resource.repository.ResourceCheckinSpecification
 
getWorkItemId() - Method in class com.sas.hls.work.workitem.FlowDetails
Get the work item id for this flow
getWorkItemService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
Get the WorkItemService instance for this session.
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 Drug Development.

H

hashCode() - Method in class com.sas.hls.common.AbstractIdentifiable
 
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.resource.repository.RepositoryFileInfo
Return a hash code value for the object.
hashCode() - Method in class com.sas.hls.resource.repository.RepositoryResource
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.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.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.
hasPrivilege(UserDescriptor, Privilege) - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
Does the specified user have a certain privilege
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
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.
isActive() - Method in class com.sas.hls.security.user.AccountInfo
Get the boolean value indicating if this account is currently active.
isActive() - Method in class com.sas.hls.work.workitem.Task
Get whether the task is 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?
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.
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
Test to see if a given principal is an explicit 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.
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) - Constructor for class com.sas.hls.job.JobSubmission
Constructor
JobSubmission.JobSubmissionType - Enum in com.sas.hls.job
The allowed types of job submissions.
JobSubmissionNotFoundException - Exception in com.sas.hls.job.exception
Thrown when the specified job submission can not be found.
JobSubmissionNotFoundException(String) - Constructor for exception com.sas.hls.job.exception.JobSubmissionNotFoundException
Constructor
JobVersionNotFoundException - Exception in com.sas.hls.job.exception
Thrown when the specified version of a job can not be found.
JobVersionNotFoundException(String) - Constructor for exception com.sas.hls.job.exception.JobVersionNotFoundException
Constructor

L

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() - Constructor for class com.sas.hls.security.user.LoginInfo
Zero-arg constructor.

M

markForAddAndCheckinFileFromWorkspace(String, boolean, ResourceCheckinSpecification) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
Marks a file for add and checks it in to the repository from the workspace.
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

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.
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.

O

OBJECT_TYPE - Static variable in class com.sas.hls.drug.analysis.AnalysisDescriptor
Represents the type name of an Analysis object.
OBJECT_TYPE - Static variable in class com.sas.hls.drug.project.ProjectDescriptor
Represents the type name of a Project object.
OBJECT_TYPE - Static variable in class com.sas.hls.organization.OrganizationDescriptor
Represents the type name of an Organization object.
OBJECT_TYPE - Static variable in class com.sas.hls.schedule.ScheduleDescriptor
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.workitem.WorkItem
Represents the type name of a WorkItem object.
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
Deprecated. As of Java API 1.7. Please use Organization.Organization(String, String, String, long, List, String).
Organization(String) - Constructor for class com.sas.hls.organization.Organization
Deprecated. As of Java API 1.7. Please use Organization.Organization(String, String, String, long, List, String).
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 Drug Development Organization.
OrganizationDescriptor() - Constructor for class com.sas.hls.organization.OrganizationDescriptor
Deprecated. As of Java API 1.7. Please use OrganizationDescriptor.OrganizationDescriptor(String, String, String, long, List).
OrganizationDescriptor(String) - Constructor for class com.sas.hls.organization.OrganizationDescriptor
Deprecated. As of Java API 1.7. Please use OrganizationDescriptor.OrganizationDescriptor(String, String, String, long, List).
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 Drug Development.

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.
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_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_WORKITEMS - Static variable in class com.sas.hls.security.privilege.Privileges
Scoped privilege allows users to create work items 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_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_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_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_MANAGE_WORKITEMS - Static variable in class com.sas.hls.security.privilege.Privileges
Scoped privilege allows users to manage work items owned by other users.
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_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_WEBDAV_ACCESS - Static variable in class com.sas.hls.security.privilege.GlobalPrivileges
Global privilege allows users to connect and access all WebDAV functionality.
PRIVILEGE_WORKITEM_ADMINISTRATION - Static variable in class com.sas.hls.security.privilege.Privileges
Scoped privilege allows users to take ownership of work items owned by other users.
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.
Project - Class in com.sas.hls.drug.project
A data object that represents a SAS Drug Development project and contains all properties of a project defined within an organization in the system.
Project(String, String, String, OrganizationDescriptor, State, String) - Constructor for class com.sas.hls.drug.project.Project
Deprecated. As of Java API 1.7. Please use Project.Project(String, String, String, long, List, OrganizationDescriptor, State, String, String).
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 Drug Development Project.
ProjectDescriptor(String, String, String) - Constructor for class com.sas.hls.drug.project.ProjectDescriptor
Deprecated. As of Java API 1.7. Please use ProjectDescriptor.ProjectDescriptor(String, String, String, long, List).
ProjectDescriptor(String) - Constructor for class com.sas.hls.drug.project.ProjectDescriptor
Deprecated. As of Java API 1.7. Please use ProjectDescriptor.ProjectDescriptor(String, String, String, long, List).
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
RecycleBinItemSearchException - Exception in com.sas.hls.recyclebin.exception
Thrown when an error occurred retrieving an item(s) from the recycle bin.
RecycleBinItemSearchException(String) - Constructor for exception com.sas.hls.recyclebin.exception.RecycleBinItemSearchException
Constructor
RecycleBinService - Interface in com.sas.hls.recyclebin
Service for retrieving and permanently deleting items in the recycle bin.
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
 
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

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.
ServiceManager - Interface in com.sas.hls.client
Marker interface which designates service factory capabilities.
Session - Interface in com.sas.hls.client
Interface that stores the state of the connection to the server.
SESSION_STRATEGY_SYSTEM_PROPERTY - Static variable in class com.sas.hls.client.SessionFactory
System property designating the session strategy instance to be used when creating and initializing Session objects.
SessionFactory - Class in com.sas.hls.client
Entry point into the API, this will create an authenticated session with the server instance.
SessionStrategy - Interface in com.sas.hls.client
Strategy interface which allows consumers the ability to create Session instances.
setAccountInfo(AccountInfo) - Method in class com.sas.hls.security.user.User
Set the accountInfo details for this user.
setAccountType(AccountInfo.AccountType) - Method in class com.sas.hls.security.user.AccountInfo
Set the type of account specified in the AccountInfo.
setAccountType(AccountInfo.AccountType) - Method in class com.sas.hls.security.user.CreateUserInfo
Set the account type value of the CreateUserInfo.
setAce(AclPrincipal, AclEntry.PermissionValue, AclEntry.PermissionValue, AclEntry.PermissionValue, AclEntry.PermissionValue, AclEntry.PermissionValue) - Method in class com.sas.hls.security.acl.Acl
Convenience method in which to add an acl entry to the set of entries defined for this acl.
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.
setAdminPermission(AclEntry.PermissionValue) - Method in class com.sas.hls.security.acl.AclEntry
Set the admin permission for this acl
setAnalysisState(AnalysisDescriptor, State, String) - Method in interface com.sas.hls.drug.analysis.AnalysisService
Set the state for the analysis
setAttributes(List<Attribute>) - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
Set the attributes 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.resource.repository.RepositoryResource
 
setAttributes(List<Attribute>) - Method in class com.sas.hls.security.user.User
Set a list of attributes values on this user.
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.
setContext(ObjectIdentity) - Method in class com.sas.hls.security.membership.MembershipDescriptor
Set the context that this MembershipDescriptor represents.
setCreated(Date) - Method in class com.sas.hls.security.user.PasswordInfo
Set the created date for this password.
setCreateParents(boolean) - Method in class com.sas.hls.job.CreateJobInfo
 
setCustomVersionValue(String) - Method in class com.sas.hls.resource.repository.NewFileCheckinSpecification
Set the customVersionValue of this specification.
setDaysOfWeek(List<ScheduleTrigger.DayOfWeek>) - Method in class com.sas.hls.schedule.ScheduleTrigger
Sets the days of week.
setDeactivationDate(Date) - Method in class com.sas.hls.security.user.AccountInfo
Set the deactivation date of this account.
setDefaultAcl(Acl) - Method in class com.sas.hls.security.acl.AclContainer
Sets the default acl for this aclContainer
setDefaultValue(Serializable) - Method in class com.sas.hls.job.JobParameter
Set the default value of the parameter.
setDeletePermission(AclEntry.PermissionValue) - Method in class com.sas.hls.security.acl.AclEntry
Set the delete permission for this acl
setDepartment(String) - Method in class com.sas.hls.security.user.CreateUserInfo
Set the department value of the CreateUserInfo.
setDepartment(String) - Method in class com.sas.hls.security.user.User
Set the department value for this user.
setDescription(String) - Method in class com.sas.hls.job.CreateJobInfo
 
setDescription(String) - Method in class com.sas.hls.job.Job
Set the description of the job
setDescription(String) - Method in class com.sas.hls.schedule.ScheduleDescriptor
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.
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.
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.UserDescriptor
Set the email value for this userDescriptor.
setEnableVersioning(boolean) - Method in class com.sas.hls.resource.repository.NewFileCheckinSpecification
Set the enableVersioning value.
setEndDate(Date) - Method in class com.sas.hls.schedule.ScheduleTrigger
Sets the end date and time of the schedule.
setEntries(Set<AclEntry>) - Method in class com.sas.hls.security.acl.Acl
Set the acl entries for this acl
setExpiration(Date) - Method in class com.sas.hls.security.user.PasswordInfo
Set the expiration date for this password.
setExpired(boolean) - Method in class com.sas.hls.security.user.PasswordInfo
Set this password as expired or not.
setExtended(boolean) - Method in class com.sas.hls.common.AttributeDefinition
Deprecated. Set whether this attribute is user defined.
setFirstName(String) - Method in class com.sas.hls.security.user.CreateUserInfo
Set the first name value of the CreateUserInfo.
setFirstName(String) - Method in class com.sas.hls.security.user.User
Set the first name for this user.
setFromDate(Date) - Method in class com.sas.hls.security.audit.AuditEntryQuery
Set the start 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
 
setLabel(String) - Method in class com.sas.hls.job.JobParameter
Set the label for this parameter.
setLastLogin(Date) - Method in class com.sas.hls.security.user.LoginInfo
Set the date of the last login of this user.
setLastModifiedDate(Date) - Method in class com.sas.hls.schedule.ScheduleDescriptor
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.
setLocalizedMessage(String) - Method in exception com.sas.hls.common.exception.AbstractRuntimeException
Set the localized message value for this exception
setLocked(boolean) - Method in class com.sas.hls.security.user.LockedInfo
Set the boolean value indicating if this user account is locked.
setLockedBy(String) - Method in class com.sas.hls.security.user.LockedInfo
Set the identity of the person who locked this user.
setLockedDate(Date) - Method in class com.sas.hls.security.user.LockedInfo
Set the date that this user account was locked.
setLoginAttempts(long) - Method in class com.sas.hls.security.user.LoginInfo
Set the number of login attempts since the last successful login of the user.
setLoginCount(long) - Method in class com.sas.hls.security.user.LoginInfo
Set the number of times this user has logged into the system.
setLogPath(String) - Method in class com.sas.hls.job.CreateJobInfo
 
setLogPath(String) - Method in class com.sas.hls.job.Job
Set the log path for this job
setLstPath(String) - Method in class com.sas.hls.job.CreateJobInfo
 
setLstPath(String) - Method in class com.sas.hls.job.Job
Set the list path for this job
setManifestPath(String) - Method in class com.sas.hls.job.CreateJobInfo
 
setManifestPath(String) - Method in class com.sas.hls.job.Job
Set the manifest path for this job
setMembers(Set<Principal>) - Method in class com.sas.hls.security.group.Group
Set the members of this group.
setMembers(Set<Principal>) - Method in class com.sas.hls.security.membership.Membership
Set the members of this membership.
setMembers(Set<Principal>) - Method in class com.sas.hls.security.role.RoleAssignment
Set the membership of this roleAssignment.
setName(String) - Method in class com.sas.hls.common.Attribute
Set the name of this attribute.
setName(String) - Method in class com.sas.hls.common.AttributeDefinition
Deprecated. Set the internal name of the attribute being defined.
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.schedule.ScheduleDescriptor
Set the name of this schedule.
setName(String) - Method in class com.sas.hls.security.group.GroupDescriptor
Set the name of this object
setName(String) - Method in class com.sas.hls.security.privilege.Privilege
Set the name of this privilege.
setName(String) - Method in class com.sas.hls.security.role.RoleDescriptor
Set the name of this role.
setNumOccurrences(int) - Method in class com.sas.hls.schedule.ScheduleTrigger
Sets the number of occurrences for the which the schedule should execute.
setObjectType(String) - Method in class com.sas.hls.common.AbstractIdentifiable
Set the type of object this represents.
setObjectType(String) - Method in class com.sas.hls.common.ObjectIdentity
Set the objectType of this objectIdentity.
setObjectType(String) - Method in class com.sas.hls.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.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(UserDescriptor) - Method in class com.sas.hls.security.acl.Acl
Sets the user who will be the owner of this acl
setOwningObjectIdentity(ObjectIdentity) - Method in class com.sas.hls.security.acl.Acl
Set the object for which this acl is defined
setParameters(Set<JobParameter>) - Method in class com.sas.hls.job.CreateJobInfo
 
setParameters(Set<JobParameter>) - Method in class com.sas.hls.job.Job
Set the job parameters.
setParamValues(Set<ParameterValue>) - Method in class com.sas.hls.job.ScheduleJobInfo
Sets the job parameterValues.
setParentPath(String) - Method in class com.sas.hls.job.CreateJobInfo
 
setPassword(String) - Method in class com.sas.hls.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.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.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
setPrivileges(UserDescriptor, Set<Privilege>) - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
Set what privileges are directly given to a specified user.
setPrivileges(Set<Privilege>) - Method in class com.sas.hls.security.role.Role
Set the privileges associated with this role.
setProjectState(ProjectDescriptor, State, String, boolean) - Method in interface com.sas.hls.drug.project.ProjectService
Set the state for the project
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.
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.
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.
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
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
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.
setTimeZone(String) - Method in class com.sas.hls.schedule.ScheduleTrigger
Sets the timeZone for the schedule.
setToDate(Date) - Method in class com.sas.hls.security.audit.AuditEntryQuery
Set the end 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.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.
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
Signature - Class in com.sas.hls.resource.repository
Client side representation of an electronic signature created in the SAS Drug Development 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.
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.
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.workitem
A data object that represents a task in a work item
Task(String, String, String, Task.Complexity, Task.Priority, Date, Principal, Task.TaskStatus, Task.TaskType, Task.ActivityType, boolean) - Constructor for class com.sas.hls.work.workitem.Task
Constructor
Task.ActivityType - Enum in com.sas.hls.work.workitem
ActivityType is an enum representing the activity type of the task.
Task.Complexity - Enum in com.sas.hls.work.workitem
Complexity is an enum representing the complexity of the task.
Task.Priority - Enum in com.sas.hls.work.workitem
Priority is an enum representing the priority of the task.
Task.TaskStatus - Enum in com.sas.hls.work.workitem
TaskStatus is an enum representing the status of the task.
Task.TaskType - Enum in com.sas.hls.work.workitem
TaskType is an enum representing the type of the task.
toDescriptor() - Method in class com.sas.hls.security.role.Role
Get a roleDescriptor for this role
toDescriptors(List<Role>) - Static method in class com.sas.hls.security.role.Role
Get roleDescriptors for these roles
toString() - Method in class com.sas.hls.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
Return a string representation of the object.
toString() - Method in class com.sas.hls.job.JobStatus
Return a string representation of the object.
toString() - Method in class com.sas.hls.job.ParameterValue
Return a string representation of the object.
toString() - Method in class com.sas.hls.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.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
Return a string representation of the object.
toString() - Method in class com.sas.hls.resource.workspace.WorkspaceResource
Return a string representation of the object.
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.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.workitem.CompletedTask
Return a string representation of the object.
toString() - Method in class com.sas.hls.work.workitem.Task
Return a string representation of the object.
toString() - Method in class com.sas.hls.work.workitem.WorkItem
Return a string representation of the object.
toVersionType(String) - Static method in class com.sas.hls.resource.repository.ResourceCheckinSpecification
Convert string to equivalent version type.
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_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_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_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.
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.
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, 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
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.

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.job.JobDescriptor.Tree
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.job.JobStatus.DetailStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.job.JobStatus.SummaryStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.job.JobSubmission.JobSubmissionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.job.ParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.resource.repository.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.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.workitem.FlowParameter.FlowParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.work.workitem.Task.ActivityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.work.workitem.Task.Complexity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.work.workitem.Task.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.work.workitem.Task.TaskStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.work.workitem.Task.TaskType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.hls.work.workitem.WorkItem.Status
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.job.JobDescriptor.Tree
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.job.JobStatus.DetailStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.job.JobStatus.SummaryStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.job.JobSubmission.JobSubmissionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.job.ParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.hls.resource.repository.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.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.workitem.FlowParameter.FlowParameterType
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.workitem.Task.ActivityType
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.workitem.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.workitem.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.workitem.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.workitem.Task.TaskType
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.workitem.WorkItem.Status
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

WorkItem - Class in com.sas.hls.work.workitem
A data object that represents a work item
WorkItem(String, ObjectIdentity, String, String, WorkItem.Status, List<Attribute>) - Constructor for class com.sas.hls.work.workitem.WorkItem
Deprecated. Deprecated as of version 1.7. Please use WorkItem.WorkItem(String, ObjectIdentity, String, String, Status, String, List).
WorkItem(String, ObjectIdentity, String, String, WorkItem.Status, String, List<Attribute>) - Constructor for class com.sas.hls.work.workitem.WorkItem
Initializing constructor.
WorkItem.Status - Enum in com.sas.hls.work.workitem
Status is an enum representing the status of the work item.
WorkItemException - Exception in com.sas.hls.work.workitem.exception
Abstract parent class for exceptions thrown while dealing with work items.
WorkItemException(String) - Constructor for exception com.sas.hls.work.workitem.exception.WorkItemException
Constructs an WorkItemException with the specified message.
WorkItemNotFoundException - Exception in com.sas.hls.work.workitem.exception
Thrown to indicate the work item does not exist in the system.
WorkItemNotFoundException(String) - Constructor for exception com.sas.hls.work.workitem.exception.WorkItemNotFoundException
Constructs an WorkItemNotFoundException with the specified message.
WorkItemService - Interface in com.sas.hls.work.workitem
The WorkItemService provides methods to access information about work items defined in the system.
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 F G H I J L M N O P Q R S T U V W

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