- changePassword(String, String) - Method in interface com.sas.hls.security.user.UserService
-
Change the current user password
- CheckedOutFilesInfo - Class in com.sas.hls.resource.repository
-
Provides information about the results of a query including the number of entries and a token to access those
entries.
- CheckedOutFilesInfo() - Constructor for class com.sas.hls.resource.repository.CheckedOutFilesInfo
-
- CheckedOutFilesInfo(CheckedOutFilesToken, int) - Constructor for class com.sas.hls.resource.repository.CheckedOutFilesInfo
-
Constructor
- CheckedOutFilesQuery - Class in com.sas.hls.resource.repository
-
CheckedOutFilesQuery contains information on how to filter checked out files.
- CheckedOutFilesQuery() - Constructor for class com.sas.hls.resource.repository.CheckedOutFilesQuery
-
Zero-arg constructor
- CheckedOutFilesQuery(String, String, String) - Constructor for class com.sas.hls.resource.repository.CheckedOutFilesQuery
-
Constructor
- CheckedOutFilesSearchException - Exception in com.sas.hls.resource.repository.exception
-
Thrown when an error is encountered while searching checked out files.
- CheckedOutFilesSearchException(String) - Constructor for exception com.sas.hls.resource.repository.exception.CheckedOutFilesSearchException
-
Constructor specifying detailed message about this exception.
- CheckedOutFilesSearchException(String, String, Throwable) - Constructor for exception com.sas.hls.resource.repository.exception.CheckedOutFilesSearchException
-
Constructor specifying the detailed message, root cause, and path of the object that this exception concerns.
- CheckedOutFilesToken - Class in com.sas.hls.resource.repository
-
Identifies a checked out files query result on the server.
- CheckedOutFilesToken(String) - Constructor for class com.sas.hls.resource.repository.CheckedOutFilesToken
-
Constructor
- checkin(List<String>, ResourceCheckinSpecification) - Method in interface com.sas.hls.resource.repository.BatchRepositoryResourceService
-
Checks in all files specified in the list of paths (can contain container and file paths) that are ready for
checkin.
- checkinFileFromWorkspace(String, ResourceCheckinSpecification) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
-
Check in the contents of this resource from the current user's workspace to the repository.
- checkout(List<String>) - Method in interface com.sas.hls.resource.repository.BatchRepositoryResourceService
-
Checks out all files specified in the list of paths (can contain container and file paths).
- checkoutFileToWorkspace(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
-
Checkout the specified resource from the repository and into the current user's workspace.
- checkoutFileToWorkspaceAndDownload(String, String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
-
Checkout the specified resource from the repository to the current user's workspace, and then download the
content of the workspace file to the specified local file path.
- clearAuditEntriesInfo(AuditToken) - Method in interface com.sas.hls.security.audit.AuditService
-
Releases the token and any cached information about the query associated with the token.
- clearCheckedOutFilesInfo(CheckedOutFilesToken) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
-
Releases the token and any cached information about the query associated with the token.
- clearRecycleBinItemsInfo(RecycleBinToken) - Method in interface com.sas.hls.recyclebin.RecycleBinService
-
Releases the token and any cached information about the query associated with the token.
- clearSearchResultsInfo(SearchToken) - Method in interface com.sas.hls.search.SearchService
-
Releases the token and any cached information about the query associated with the token.
- clone() - Method in class com.sas.hls.common.AbstractSynchronizable
-
- com.sas.hls.client - package com.sas.hls.client
-
Provides the classes needed to create a session and access available services.
- com.sas.hls.client.exception - package com.sas.hls.client.exception
-
Top-level exceptions that can be thrown when communicating with the API.
- com.sas.hls.client.utils - package com.sas.hls.client.utils
-
Contains common utility classes.
- com.sas.hls.common - package com.sas.hls.common
-
Contains common interfaces and data objects that work across the HLS platform.
- com.sas.hls.common.exception - package com.sas.hls.common.exception
-
Exceptions that are common across the HLS platform.
- com.sas.hls.configuration - package com.sas.hls.configuration
-
Provides the services and classes which surface build information for the client and server components so compatibility checks can be performed.
- com.sas.hls.drug.analysis - package com.sas.hls.drug.analysis
-
Service and class definitions for manipulating and creating SAS Life Science Analytics Framework analyses.
- com.sas.hls.drug.analysis.exception - package com.sas.hls.drug.analysis.exception
-
Exceptions that can be thrown when manipulating an analysis or using the analysis service.
- com.sas.hls.drug.client - package com.sas.hls.drug.client
-
Classes specific to accessing an instance of the SAS Life Science Analytics Framework application.
- com.sas.hls.drug.project - package com.sas.hls.drug.project
-
Service and class definitions for manipulating and creating SAS Life Science Analytics Framework projects.
- com.sas.hls.drug.project.exception - package com.sas.hls.drug.project.exception
-
Exceptions that can be thrown while manipulating a project or using the projectService.
- com.sas.hls.job - package com.sas.hls.job
-
Provides the classes needed to create, update, and get jobs as well as execute them and get their status
- com.sas.hls.job.exception - package com.sas.hls.job.exception
-
Exceptions that can be thrown when manipulating or executing a job.
- com.sas.hls.messaging.subscription - package com.sas.hls.messaging.subscription
-
Service for creating and retrieving subscriptions.
- com.sas.hls.messaging.subscription.exception - package com.sas.hls.messaging.subscription.exception
-
Exceptions that can be thrown when creating or retrieving subscriptions.
- com.sas.hls.organization - package com.sas.hls.organization
-
Service and class definitions for manipulating and creating organizations.
- com.sas.hls.organization.exception - package com.sas.hls.organization.exception
-
Exceptions that can be thrown when manipulating an organization or using the organizationService.
- com.sas.hls.recyclebin - package com.sas.hls.recyclebin
-
Service for retrieving and deleting items from the recycle bin.
- com.sas.hls.recyclebin.exception - package com.sas.hls.recyclebin.exception
-
Exceptions that can be thrown when retrieving or deleting items in the recycle bin.
- com.sas.hls.resource - package com.sas.hls.resource
-
Provides the services and classes needed to manage the life cycle of resources in workspaces or the repository, and to get information about those resources.
- com.sas.hls.resource.exception - package com.sas.hls.resource.exception
-
General exceptions that can be thrown when manipulating resources.
- com.sas.hls.resource.repository - package com.sas.hls.resource.repository
-
Provides the classes and interfaces needed to manipulate resources in the repository.
- com.sas.hls.resource.repository.exception - package com.sas.hls.resource.repository.exception
-
Exceptions that can be thrown when manipulating repository resources.
- com.sas.hls.resource.workspace - package com.sas.hls.resource.workspace
-
Provides the classes and interfaces to manipulate resources in the current workspace.
- com.sas.hls.resource.workspace.exception - package com.sas.hls.resource.workspace.exception
-
Exceptions that can be thrown when manipulating workspace resources.
- com.sas.hls.sassession - package com.sas.hls.sassession
-
Service and class definitions for querying SAS sessions.
- com.sas.hls.sassession.exception - package com.sas.hls.sassession.exception
-
Exceptions that can be thrown while using the sasSessionService.
- com.sas.hls.schedule - package com.sas.hls.schedule
-
Service and class definitions for managing schedules.
- com.sas.hls.schedule.exception - package com.sas.hls.schedule.exception
-
Exceptions that can be thrown while manipulating a schedule using the scheduleService.
- com.sas.hls.search - package com.sas.hls.search
-
Service and class definitions for searching repository items in the system.
- com.sas.hls.search.exception - package com.sas.hls.search.exception
-
Exceptions that can be thrown while using the searchService.
- com.sas.hls.security.acl - package com.sas.hls.security.acl
-
Service and class definitions for manipulating and creating acls.
- com.sas.hls.security.acl.exception - package com.sas.hls.security.acl.exception
-
Exceptions that can be thrown while manipulating an acl using the aclService.
- com.sas.hls.security.audit - package com.sas.hls.security.audit
-
Service and class definitions for getting global audit entries.
- com.sas.hls.security.audit.exception - package com.sas.hls.security.audit.exception
-
Exceptions that can be thrown while querying audit records.
- com.sas.hls.security.authentication.exception - package com.sas.hls.security.authentication.exception
-
Exceptions that can be thrown when authenticating a user.
- com.sas.hls.security.group - package com.sas.hls.security.group
-
Service and class definitions for manipulating and creating groups.
- com.sas.hls.security.group.exception - package com.sas.hls.security.group.exception
-
Exceptions that can be thrown while manipulating a group or using the groupService.
- com.sas.hls.security.membership - package com.sas.hls.security.membership
-
Service and class definitions for manipulating the membership of a context.
- com.sas.hls.security.membership.exception - package com.sas.hls.security.membership.exception
-
Exceptions that can be thrown while manipulating a membership list or using the membershipService.
- com.sas.hls.security.principal - package com.sas.hls.security.principal
-
Class definitions for manipulating and identifying principals in the system.
- com.sas.hls.security.principal.exception - package com.sas.hls.security.principal.exception
-
Exceptions that can be thrown while manipulating or accessing principals in the system.
- com.sas.hls.security.privilege - package com.sas.hls.security.privilege
-
Class definitions for identifying and using privileges in the system.
- com.sas.hls.security.privilege.exception - package com.sas.hls.security.privilege.exception
-
Exceptions that can be thrown while manipulating or accessing privileges in the system.
- com.sas.hls.security.role - package com.sas.hls.security.role
-
Service and class definitions for manipulating and creating roles, their
availability in contexts, and their membership lists.
- com.sas.hls.security.role.exception - package com.sas.hls.security.role.exception
-
Exceptions that can be thrown while manipulating roles or using the roleDefinitionService or roleAssignmentService.
- com.sas.hls.security.user - package com.sas.hls.security.user
-
Service and class definitions for manipulating and creating Users.
- com.sas.hls.security.user.exception - package com.sas.hls.security.user.exception
-
Exceptions that can be thrown while manipulating a user or using the userService.
- com.sas.hls.type - package com.sas.hls.type
-
Provides the services and classes needed to describe the object type definitions within the system.
- com.sas.hls.type.exception - package com.sas.hls.type.exception
-
Exceptions that can be thrown when dealing with types.
- com.sas.hls.work.processflow - package com.sas.hls.work.processflow
-
Service and class definitions for getting process flow information.
- com.sas.hls.work.processflow.exception - package com.sas.hls.work.processflow.exception
-
Exceptions that can be thrown while manipulating a process flow or using the processFlowService.
- compareTo(Privilege) - Method in class com.sas.hls.security.privilege.Privilege
-
Compares this object with the specified object for order.
- CompletedElement - Interface in com.sas.hls.work.processflow
-
Interface representing a completed element of a process flow.
- CompletedEvent - Class in com.sas.hls.work.processflow
-
Represents a completed event in a process flow
- CompletedEvent(String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, ProcessFlowDescriptor, Date, UserDescriptor, Date) - Constructor for class com.sas.hls.work.processflow.CompletedEvent
-
Initializing constructor which sets the values of all variables.
- CompletedEventGateway - Class in com.sas.hls.work.processflow
-
Represents a completed event gateway in a process flow
- CompletedEventGateway(String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, ProcessFlowDescriptor, Date, UserDescriptor, Date, CompletedEvent) - Constructor for class com.sas.hls.work.processflow.CompletedEventGateway
-
Initializing constructor which sets the values of all variables.
- CompletedJobTask - Class in com.sas.hls.work.processflow
-
Represents a completed job task in a process flow.
- CompletedJobTask(String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, ProcessFlowDescriptor, Date, Date, Task.TaskStatus, List<Attribute>, UserDescriptor, Date, String, CompletedTask.TaskCompletedState, UserDescriptor, String, String, String, List<ParameterValue>) - Constructor for class com.sas.hls.work.processflow.CompletedJobTask
-
Initializing constructor which sets the values of all variables.
- CompletedNotificationTask - Class in com.sas.hls.work.processflow
-
Represents a completed notification task in a process flow.
- CompletedNotificationTask(String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, ProcessFlowDescriptor, Date, Date, Task.TaskStatus, List<Attribute>, UserDescriptor, Date, String, CompletedTask.TaskCompletedState, Set<Principal>, String, NotificationTaskDefinition.MessagePriority, String) - Constructor for class com.sas.hls.work.processflow.CompletedNotificationTask
-
Initializing constructor which sets the values of all variables.
- CompletedSignalEvent - Class in com.sas.hls.work.processflow
-
Represents a completed signal event in a process flow
- CompletedSignalEvent(String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, ProcessFlowDescriptor, Date, UserDescriptor, Date, String, String) - Constructor for class com.sas.hls.work.processflow.CompletedSignalEvent
-
- CompletedTask - Interface in com.sas.hls.work.processflow
-
Represents a completed task in a process flow.
- CompletedTask.TaskCompletedState - Enum in com.sas.hls.work.processflow
-
Provides the completed state of the task.
- CompletedUserTask - Class in com.sas.hls.work.processflow
-
Represents a completed user task in a process flow.
- CompletedUserTask(String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, ProcessFlowDescriptor, Date, Date, Task.TaskStatus, List<Attribute>, UserDescriptor, Date, String, float) - Constructor for class com.sas.hls.work.processflow.CompletedUserTask
-
Initializing constructor which sets the values of all variables.
- CompletedUserTaskDetails - Class in com.sas.hls.work.processflow
-
Represents a completed user task in a process flow with completion attributes and task assignment history.
- CompletedUserTaskDetails(String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, ProcessFlowDescriptor, Date, Date, Task.TaskStatus, List<Attribute>, UserDescriptor, Date, String, float, Set<DataProperty>, Set<UserTaskAssignment>) - Constructor for class com.sas.hls.work.processflow.CompletedUserTaskDetails
-
Initializing constructor which sets the values of all variables.
- ConfigurationException - Exception in com.sas.hls.client.exception
-
Exception thrown when a configuration error is detected.
- ConfigurationException(String) - Constructor for exception com.sas.hls.client.exception.ConfigurationException
-
Constructs a ConfigurationException
with the specified message.
- ConfigurationException(String, Throwable) - Constructor for exception com.sas.hls.client.exception.ConfigurationException
-
Constructs a ConfigurationException
with the specified message and root cause.
- copy(String, String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
-
Copy the file or folder from the source path to the destination path.
- copy(String, String) - Method in interface com.sas.hls.resource.workspace.WorkspaceResourceService
-
Copy the file or folder from the source path to the destination path.
- CopyToWorkspaceException - Exception in com.sas.hls.resource.exception
-
- CopyToWorkspaceException(String, String) - Constructor for exception com.sas.hls.resource.exception.CopyToWorkspaceException
-
Construct a CopyToWorkspaceException
with the specified path and detail message.
- CopyToWorkspaceException(String, String, Throwable) - Constructor for exception com.sas.hls.resource.exception.CopyToWorkspaceException
-
Construct a CopyToWorkspaceException
with the specified path, detail message and nested
exception.
- createAnalysis(ProjectDescriptor, String, List<Attribute>) - Method in interface com.sas.hls.drug.analysis.AnalysisService
-
Create an analysis in the specified project.
- createFile(String, String, String, boolean) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
-
Create an unversioned file in the repository.
- createFile(String, String, boolean) - Method in interface com.sas.hls.resource.workspace.WorkspaceResourceService
-
Create a new file in the workspace.
- createFolder(String, boolean) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
-
Create a container at the given location in the repository.
- createFolder(String, boolean) - Method in interface com.sas.hls.resource.workspace.WorkspaceResourceService
-
Create a folder at the given location.
- createGroup(GroupContext, String, String, Set<Principal>) - Method in interface com.sas.hls.security.group.GroupService
-
Create a new group.
- CreateJobInfo - Class in com.sas.hls.job
-
A data structure for specifying the parameters of a job to be created.
- CreateJobInfo() - Constructor for class com.sas.hls.job.CreateJobInfo
-
Zero-arg constructor.
- CreateJobInfo(CreateJobInfo) - Constructor for class com.sas.hls.job.CreateJobInfo
-
Copy constructor.
- createJobInWorkspace(String, String, List<ResourceSpecification>, Set<JobParameter>, boolean) - Method in interface com.sas.hls.job.JobService
-
Creates a job in the current user's workspace while optionally being able to specify tasks and parameters.
- createJobInWorkspace(CreateJobInfo) - Method in interface com.sas.hls.job.JobService
-
Creates job in workspace based on information specified on CreateJobInfo
- createJobInWorkspaceAndRepository(CreateJobInfo, NewFileCheckinSpecification) - Method in interface com.sas.hls.job.JobService
-
Creates job in workspace and checks it into the repository
- createProcessFlow(ProcessFlowContext, String, String) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
-
Create process flow at the specified context with the specified name using the latest deployed version of the process definition with the specified id.
- createProcessFlowManifest(ProcessFlowContext, String, String, NewFileCheckinSpecification) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
-
Creates a process flow manifest for the specified process flow
- createProcessFlowManifests(Set<ProcessFlowDescriptor>, String, NewFileCheckinSpecification) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
-
Creates process flow manifests for the specified process flows
- createProject(OrganizationDescriptor, String, List<Attribute>) - Method in interface com.sas.hls.drug.project.ProjectService
-
Create a project within the specified organization.
- createRole(RoleContext, String, String, Set<Privilege>) - Method in interface com.sas.hls.security.role.RoleDefinitionService
-
Create a role and assign role to the specified context.
- createSchedule(String, String, Schedulable, ScheduleTrigger) - Method in interface com.sas.hls.schedule.ScheduleService
-
Creates a schedule that will run the job specified in the scheduleable at the specified time(s) defined in the
trigger
- createSignature(String, CreateSignatureInfo) - Method in interface com.sas.hls.resource.repository.SignatureService
-
Create an electronic signature for the current version of a file (only the current version of a file can be
electronically signed).
- CreateSignatureInfo - Class in com.sas.hls.resource.repository
-
Parameters that are necessary when creating an electronic signature.
- CreateSignatureInfo() - Constructor for class com.sas.hls.resource.repository.CreateSignatureInfo
-
Constructs a newly allocated CreateSignatureInfo
with all fields uninitialized.
- createSubscription(String, SubscribableEvent, Principal, boolean) - Method in interface com.sas.hls.messaging.subscription.SubscriptionService
-
Create a subscription to the specified event on the object represented by the specified path, for the given
principal.
- createSubscriptions(String, SubscribableEvent, Set<Principal>, boolean) - Method in interface com.sas.hls.messaging.subscription.SubscriptionService
-
Create a subscription to the specified event on the object represented by the specified path, for the given
principals.
- createUser(String, String, String, String) - Method in interface com.sas.hls.security.user.UserService
-
Create a new user in the system.
- createUserByCreateUserInfo(CreateUserInfo) - Method in interface com.sas.hls.security.user.UserService
-
Create a new user in the system.
- CreateUserInfo - Class in com.sas.hls.security.user
-
A data structure for specifying the detailed attributes of a user to be created.
- CreateUserInfo() - Constructor for class com.sas.hls.security.user.CreateUserInfo
-
Zero-arg constructor for CreateUserInfo.
- createVersionedFile(String, String, String, String, boolean) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
-
Create a versioned file in the repository.
- CredentialsException - Exception in com.sas.hls.security.authentication.exception
-
Abstract superclass for all credentials related authentication exceptions.
- CredentialsException(String) - Constructor for exception com.sas.hls.security.authentication.exception.CredentialsException
-
Constructs an CredentialsException
with the specified message.
- CredentialsExpiredException - Exception in com.sas.hls.security.authentication.exception
-
Thrown if an authentication request is rejected because the account's credentials have expired.
- CredentialsExpiredException(String) - Constructor for exception com.sas.hls.security.authentication.exception.CredentialsExpiredException
-
Constructs an CredentialsExpiredException
with the specified message.
- CredentialsIncorrectException - Exception in com.sas.hls.security.authentication.exception
-
Thrown if an authentication request is rejected because the presented credentials are incorrect.
- CredentialsIncorrectException(String) - Constructor for exception com.sas.hls.security.authentication.exception.CredentialsIncorrectException
-
Constructs an CredentialsIncorrectException
with the specified message.
- getAbsolutePath(String, String) - Static method in class com.sas.hls.client.utils.RelativePathUtility
-
Generate an absolute path for a relative path in relation to the base path.
- getAccountInfo() - Method in class com.sas.hls.security.user.User
-
Get the accountInfo details for this user.
- getAccountType() - Method in class com.sas.hls.security.user.AccountInfo
-
Get the type of account specified in the AccountInfo.
- getAccountType() - Method in class com.sas.hls.security.user.CreateUserInfo
-
Get the account type value of the CreateUserInfo.
- getAcl(AclSecurable) - Method in interface com.sas.hls.security.acl.AclService
-
Gets the acl for the object.
- getAclContainer(AclContainerSecurable) - Method in interface com.sas.hls.security.acl.AclService
-
Gets the AclContainer for the specified container
- getAclService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the AclService instance for this session.
- getAction() - Method in class com.sas.hls.security.audit.AuditEntry
-
Get the action performed
- getActions() - Method in class com.sas.hls.security.audit.AuditEntryQuery
-
Get the list of actions in which to query
- getActivationDate() - Method in class com.sas.hls.security.user.AccountInfo
-
Get the activation date of this account.
- getActive() - Method in class com.sas.hls.security.user.AccountInfo
-
Get the boolean value indicating if this account is currently active.
- getActualHours() - Method in class com.sas.hls.work.processflow.UserTask
-
- getActualHours() - Method in class com.sas.hls.work.processflow.UserTaskAssignment
-
- getAdminPermission() - Method in class com.sas.hls.security.acl.AclEntry
-
Get the admin permission for this acl
- getAllAssignedRoles(RoleDescriptor) - Method in interface com.sas.hls.security.role.RoleDefinitionService
-
Get all assignments of this role to contexts in the system
- getAllGrantees(Set<Privilege>) - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
-
Return a list of users which have ANY of the specified privileges granted
- getAllGroupsByMember(Principal) - Method in interface com.sas.hls.security.group.GroupService
-
Get all groups that have the specified principal as a member.
- getAllReachableGroupsByMember(Principal) - Method in interface com.sas.hls.security.group.GroupService
-
Returns a set of all reachable groups.
- getAllRolesByPrivilege(Privilege) - Method in interface com.sas.hls.security.role.RoleDefinitionService
-
Get all roles defined which include the specified privilege.
- getAllSchedules() - Method in interface com.sas.hls.schedule.ScheduleService
-
Get all schedules defined in the system.
- getAllSessions() - Method in interface com.sas.hls.sassession.SasSessionService
-
Get a list of all SAS sessions for all users in the system.
- getAllTimeZones() - Static method in class com.sas.hls.schedule.ScheduleTimeZoneConstants
-
Gets all time zones that are supported for weekly schedules.
- getAllUserDescriptors() - Method in interface com.sas.hls.security.user.UserService
-
Get the full client representation of all users defined in the system as UserDescriptors.
- getAllUsers() - Method in interface com.sas.hls.security.user.UserService
-
Get the full client representation of all users defined in the system.
- getAnalysesByProject(ProjectDescriptor) - Method in interface com.sas.hls.drug.analysis.AnalysisService
-
Get all the analyses defined in the specified project.
- getAnalysisByIdentifier(String) - Method in interface com.sas.hls.drug.analysis.AnalysisService
-
Get the analysis specified by its identifier.
- getAnalysisByName(ProjectDescriptor, String) - Method in interface com.sas.hls.drug.analysis.AnalysisService
-
Get the analysis specified by name in the given project.
- getAnalysisDescriptorByIdentifier(String) - Method in interface com.sas.hls.drug.analysis.AnalysisService
-
Get the light-weight representation of the analysis specified by its identifier.
- getAnalysisDescriptorByName(ProjectDescriptor, String) - Method in interface com.sas.hls.drug.analysis.AnalysisService
-
Get the light-weight representation of the analysis specified by name in the given project.
- getAnalysisDescriptorsByProject(ProjectDescriptor) - Method in interface com.sas.hls.drug.analysis.AnalysisService
-
Get light-weight representations of all the analyses defined in the specified project.
- getAnalysisService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the AnalysisService instance for this session.
- getApiClientVersion() - Method in class com.sas.hls.configuration.ApplicationInformation
-
Returns the SAS Life Science Analytics Framework API version running on the client.
- getApiServerVersion() - Method in class com.sas.hls.configuration.ApplicationInformation
-
Returns the SAS Life Science Analytics Framework API version running on the server.
- getApplicationInformation() - Method in interface com.sas.hls.configuration.ApplicationInformationService
-
Returns an
ApplicationInformation
data structure with information containing SAS Life Science Analytics Framework
versions in use.
- getApplicationInformationService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the ApplicationInformationService instance for this session.
- getAppServerVersion() - Method in class com.sas.hls.configuration.ApplicationInformation
-
Returns the SAS Life Science Analytics Framework server version the API is connected to.
- getAssigned() - Method in class com.sas.hls.work.processflow.UserTask
-
- getAssignedMembers(MembershipContext) - Method in interface com.sas.hls.security.membership.MembershipService
-
- getAssignedRole() - Method in class com.sas.hls.security.role.RoleAssignment
-
Get the assignedRole who's membership this object manages.
- getAssignedRole(RoleContext, RoleDescriptor) - Method in interface com.sas.hls.security.role.RoleDefinitionService
-
Get the specified role assigned to the context
- getAssignedRoles(RoleContext) - Method in interface com.sas.hls.security.role.RoleDefinitionService
-
Get all inherited and defined roles assigned to the context.
- getAssignedRolesByPrincipal(RoleContext, Principal) - Method in interface com.sas.hls.security.role.RoleAssignmentService
-
Get all assignedRoles in a given context which have the specified principal as a member.
- getAssignee() - Method in class com.sas.hls.work.processflow.UserTask
-
- getAssignee() - Method in class com.sas.hls.work.processflow.UserTaskAssignment
-
- getAssignee() - Method in class com.sas.hls.work.processflow.UserTaskDefinition
-
Gets the user assigned to this user task
- getAttribute(String) - Method in class com.sas.hls.common.AbstractAttributable
-
- getAttribute(String) - Method in class com.sas.hls.work.processflow.ProcessFlow
-
- getAttributeAsBoolean(String) - Method in class com.sas.hls.common.AbstractAttributable
-
- getAttributeAsDate(String) - Method in class com.sas.hls.common.AbstractAttributable
-
- getAttributeAsLong(String, long) - Method in class com.sas.hls.common.AbstractAttributable
-
- getAttributeAsLong(String) - Method in class com.sas.hls.common.AbstractAttributable
-
- getAttributeAsString(String) - Method in class com.sas.hls.common.AbstractAttributable
-
- getAttributeDefinitions() - Method in class com.sas.hls.type.Type
-
Returns the attribute definitions related to this object type.
- getAttributeDefinitionsForAnalysis() - Method in interface com.sas.hls.drug.analysis.AnalysisService
-
Get the set of attribute definitions on the analysis type including system and extended attributes.
- getAttributeDefinitionsForAnalysisType() - Method in interface com.sas.hls.drug.analysis.AnalysisService
-
- 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
-
- getAttributeName() - Method in class com.sas.hls.security.audit.AuditEntryDetail
-
Get the name of the attribute changed
- getAttributes() - Method in class com.sas.hls.common.AbstractAttributable
-
- getAttributes() - Method in interface com.sas.hls.common.Attributable
-
- getAttributes() - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
-
Returns the attributes associated with this Analysis
.
- getAttributes() - Method in class com.sas.hls.drug.project.ProjectDescriptor
-
Returns the attributes associated with this Project
.
- getAttributes() - Method in class com.sas.hls.organization.OrganizationDescriptor
-
Return the attributes associated with this Organization
.
- getAttributes() - Method in class com.sas.hls.security.user.User
-
Get the list of attributes defined for this user instance.
- getAttributes() - Method in interface com.sas.hls.work.processflow.CompletedTask
-
- getAttributes() - Method in class com.sas.hls.work.processflow.ProcessFlow
-
- getAttributes() - Method in class com.sas.hls.work.processflow.Task
-
Gets the extended attributes of this task
- getAttributes() - Method in class com.sas.hls.work.processflow.TaskDefinition
-
- getAttributeType() - Method in class com.sas.hls.security.audit.AuditEntryDetail
-
Get the type of the attribute changed
- getAttributeType() - Method in class com.sas.hls.type.AttributeDefinition
-
Returns the data type of this attribute definition.
- getAuditEntries(AuditToken, int, int) - Method in interface com.sas.hls.security.audit.AuditService
-
Gets AuditEntry objects using a token from AuditEntriesInfo which is obtained by calling
getAuditEntriesInfoByQuery.
- getAuditEntriesInfoByQuery(AuditEntryQuery) - Method in interface com.sas.hls.security.audit.AuditService
-
Returns an AuditEntriesInfo object which contains a token and row count in which to request audit entries.
- getAuditEntryDetails(String) - Method in interface com.sas.hls.security.audit.AuditService
-
Retrieve audit details for the audit entry with the given identifier.
- getAuditService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the AuditService instance for this session
- getAuditToken() - Method in class com.sas.hls.security.audit.AuditEntriesInfo
-
Get the token for the submitted audit query
- getAuthenticationProviderInfos() - Method in interface com.sas.hls.security.user.UserService
-
Gets a list of authentication providers that can be specified as part of the user account in the system
- getAuthenticator() - Method in class com.sas.hls.security.user.AccountInfo
-
Get the authenticator of this account.
- getAuthenticatorUsername() - Method in class com.sas.hls.security.user.AccountInfo
-
Get the authenticator username of this account.
- getAvailableItems() - Method in interface com.sas.hls.recyclebin.RecycleBinService
-
Gets items in the recycle bin to which the current user has the privilege to delete.
- getAvailablePrivileges() - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
-
Returns a list of global privileges that are available for global assignment.
- getAvailablePrivileges(PrivilegeContext) - Method in interface com.sas.hls.security.privilege.PrivilegeService
-
Get the set of privileges available at a given context.
- getBatchRepositoryResourceService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the BatchRepositoryResourceService instance for this session.
- getBatchWorkspaceResourceService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the BatchWorkspaceResourceService instance for this session.
- getCandidates() - Method in class com.sas.hls.work.processflow.UserTaskDefinition
-
Gets the candidates for this user task
- getCheckedOutBy() - Method in class com.sas.hls.resource.repository.RepositoryFileInfo
-
Returns who has this repository file checked out, if it is checked out.
- getCheckedOutFiles(CheckedOutFilesToken, int, int) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
-
Gets checked out files, represented by SynchronizationInfo objects, using a token from CheckedOutFilesInfo which is obtained by calling
getCheckedOutFilesInfoByQuery.
- getCheckedOutFilesInfoByQuery(CheckedOutFilesQuery) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
-
Returns a CheckedOutFilesInfo object which contains a token and row count in which to request checked out files.
- getCheckoutStatus() - Method in class com.sas.hls.resource.repository.SynchronizationInfo
-
Returns the checkout status for this file.
- getChildren(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
-
Return the children of the specified resource.
- getChildren(String) - Method in interface com.sas.hls.resource.workspace.WorkspaceResourceService
-
Return the children of the specified workspace folder.
- getClientId() - Method in class com.sas.hls.sassession.SasSession
-
Get the incremental number assigned to a SAS session
- getComment() - Method in class com.sas.hls.resource.repository.CreateSignatureInfo
-
Return the comment to use when creating this electronic signature.
- getComment() - Method in class com.sas.hls.resource.repository.NewFileCheckinSpecification
-
Get the comment associated with this specification
- getComment() - Method in class com.sas.hls.resource.repository.ResourceCheckinSpecification
-
- getComment() - Method in class com.sas.hls.resource.repository.Signature
-
Returns the comment provided with this electronic signature, if one was provided.
- getCompleted() - Method in class com.sas.hls.job.JobSubmission
-
Get the date the job was completed
- getCompleted() - Method in interface com.sas.hls.work.processflow.CompletedElement
-
Gets the date this completed element was completed
- getCompleted() - Method in class com.sas.hls.work.processflow.CompletedEvent
-
Gets the completed date of this event
- getCompleted() - Method in class com.sas.hls.work.processflow.CompletedJobTask
-
- getCompleted() - Method in class com.sas.hls.work.processflow.CompletedNotificationTask
-
- getCompleted() - Method in class com.sas.hls.work.processflow.CompletedUserTask
-
- getCompletedBy() - Method in interface com.sas.hls.work.processflow.CompletedElement
-
Gets the user that completed this element
- getCompletedBy() - Method in class com.sas.hls.work.processflow.CompletedEvent
-
- getCompletedBy() - Method in class com.sas.hls.work.processflow.CompletedJobTask
-
- getCompletedBy() - Method in class com.sas.hls.work.processflow.CompletedNotificationTask
-
- getCompletedBy() - Method in class com.sas.hls.work.processflow.CompletedUserTask
-
- getCompletedElementsByProcessFlow(String) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
-
Get the completed elements of the process flow with the given identifier
- getCompletedState() - Method in class com.sas.hls.work.processflow.CompletedJobTask
-
- getCompletedState() - Method in class com.sas.hls.work.processflow.CompletedNotificationTask
-
- getCompletedStatus() - Method in class com.sas.hls.work.processflow.CompletedJobTask
-
- getCompletedStatus() - Method in class com.sas.hls.work.processflow.CompletedNotificationTask
-
- getCompletionAttributes() - Method in class com.sas.hls.work.processflow.CompletedUserTaskDetails
-
- getCompletionComment() - Method in class com.sas.hls.work.processflow.CompletedUserTask
-
- getComplexity() - Method in class com.sas.hls.work.processflow.UserTask
-
- getComplexity() - Method in class com.sas.hls.work.processflow.UserTaskDefinition
-
Gets the complexity of this user task
- getContent() - Method in class com.sas.hls.search.SearchQuery
-
Get the string to query the contents of files that are of the type specified in object type.
- getContext() - Method in class com.sas.hls.drug.analysis.Analysis
-
Returns the parent organization of this Analysis
.
- getContext() - Method in class com.sas.hls.drug.project.Project
-
Returns the parent organization of this Project
.
- getContext() - Method in class com.sas.hls.security.membership.MembershipDescriptor
-
Get the context that this MembershipDescriptor represents.
- getContext() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
-
Get the context of this object
- getContextPath() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
-
Get the path of the context of this object
- getContexts() - Method in class com.sas.hls.work.processflow.ProcessDefinitionInfo
-
Get the contexts in which this process definition can be used to create process flows.
- getCopyToWorkspaceStatus() - Method in class com.sas.hls.search.SearchQuery
-
Gets the
Synchronizable.Syncable
enumeration which controls workspace copy behavior for a specific repository node.
- getCreated() - Method in class com.sas.hls.security.user.PasswordInfo
-
Get the created date of this password.
- getCreated() - Method in interface com.sas.hls.work.processflow.CompletedElement
-
Gets the date this completed element was created
- getCreated() - Method in class com.sas.hls.work.processflow.Element
-
Gets the date this element was created
- getCreated() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
-
Return the date this process flow was created.
- getCreatedBy() - Method in class com.sas.hls.search.SearchQuery
-
Get the userid of the user who performed the creation in which to query
- getCreatedBy() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
-
Get the userid of the user who created this process flow
- getCreatedDate() - Method in class com.sas.hls.search.SearchResultObject
-
Get the creation date of the object represented by this SearchResultObject
- getCreationAttributesForAnalysis() - Method in interface com.sas.hls.drug.analysis.AnalysisService
-
Get the set of attributes that may be specified when creating an analysis.
- getCreationAttributesForAnalysisType() - Method in interface com.sas.hls.drug.analysis.AnalysisService
-
- 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
-
- getCurrentElementsByContext(ProcessFlowContext, boolean) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
-
Get the current elements for process flows at the given context.
- getCurrentElementsByProcessFlow(String) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
-
Get the current elements of the process flow with the given identifier.
- getCurrentFileVersionToWorkspace(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
-
- getCustomVersion() - Method in class com.sas.hls.resource.repository.ResourceCheckinSpecification
-
- getCustomVersionValue() - Method in class com.sas.hls.job.OutputFileSpec
-
- getCustomVersionValue() - Method in class com.sas.hls.resource.repository.NewFileCheckinSpecification
-
Get the customVersionValue of this specification.
- getDateAssigned() - Method in class com.sas.hls.work.processflow.UserTaskAssignment
-
- getDateEnded() - Method in class com.sas.hls.sassession.SasSession
-
Get the date this SAS session was ended
- getDatePattern() - Method in class com.sas.hls.work.processflow.DataProperty
-
Get the date pattern of this data property as defined in the process definition
- getDateStarted() - Method in class com.sas.hls.sassession.SasSession
-
Get the date this SAS session was started
- getDateStarted() - Method in class com.sas.hls.work.processflow.UserTaskAssignment
-
- getDaysOfWeek() - Method in class com.sas.hls.schedule.ScheduleTrigger
-
For WEEKLY trigger types, this returns the days of the week that this schedule will execute.
- getDeactivationDate() - Method in class com.sas.hls.security.user.AccountInfo
-
Get the deactivation date of this account.
- getDefaultAcl() - Method in class com.sas.hls.security.acl.AclContainer
-
Gets the default acl for this aclContainer
- getDefaultValue() - Method in class com.sas.hls.job.JobParameter
-
Get the default value of the parameter.
- getDefinitionFilePath() - Method in class com.sas.hls.work.processflow.ProcessDefinitionInfo
-
Get the source path of the repository file that was used to deploy this process definition.
- getDefinitionFileVersion() - Method in class com.sas.hls.work.processflow.ProcessDefinitionInfo
-
Get the version of the process definition file in the repository that was used to deploy this process.
- getDeletedBy() - Method in class com.sas.hls.recyclebin.RecycleBinItem
-
Get the user who deleted this object
- getDeletedBy() - Method in class com.sas.hls.recyclebin.RecycleBinItemQuery
-
Get the userId of the user who deleted files will be queried
- getDeletedDate() - Method in class com.sas.hls.recyclebin.RecycleBinItem
-
Get the deleted date
- getDeletePermission() - Method in class com.sas.hls.security.acl.AclEntry
-
Get the delete permission for this acl
- getDepartment() - Method in class com.sas.hls.security.user.CreateUserInfo
-
Get the department value of the CreateUserInfo.
- getDepartment() - Method in class com.sas.hls.security.user.User
-
Get the department value for this user.
- getDeployedVersion() - Method in class com.sas.hls.work.processflow.ProcessDefinitionInfo
-
Get the deployed version of the process definition.
- getDescription() - Method in class com.sas.hls.job.CreateJobInfo
-
- getDescription() - Method in class com.sas.hls.job.Job
-
Get the description of the job
- getDescription() - Method in class com.sas.hls.schedule.ScheduleDescriptor
-
Return the description of this schedule.
- getDescription() - Method in class com.sas.hls.security.group.GroupDescriptor
-
Get the description of this object
- getDescription() - Method in class com.sas.hls.security.role.RoleDescriptor
-
Get the description of this role.
- getDescription() - Method in class com.sas.hls.security.user.AuthenticationProviderInfo
-
- getDescription() - Method in class com.sas.hls.security.user.LicenseType
-
- getDescription() - Method in interface com.sas.hls.work.processflow.CompletedElement
-
Gets the description of this completed element
- getDescription() - Method in class com.sas.hls.work.processflow.Element
-
- getDescription() - Method in class com.sas.hls.work.processflow.ElementDefinition
-
Gets the description of this element definition
- getDescription() - Method in class com.sas.hls.work.processflow.ProcessDefinitionInfo
-
Get the description of this process definition
- getDescription() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
-
Get the description of this object
- getDetailStatus() - Method in class com.sas.hls.job.JobStatus
-
Get the detail status.
- getDisplayName() - Method in class com.sas.hls.common.AttributeDefinition
-
Deprecated.
Get the displayName value for this attribute definition.
- getDisplayName() - Method in class com.sas.hls.security.user.CreateUserInfo
-
Get the displayName of the CreateUserInfo.
- getDisplayName() - Method in class com.sas.hls.security.user.LicenseType
-
- getDisplayName() - Method in class com.sas.hls.security.user.UserDescriptor
-
Get the displayName of this UserDescriptor.
- getDisplayName() - Method in class com.sas.hls.type.AttributeDefinition
-
Returns the display name of this attribute definition.
- getDisplayName() - Method in class com.sas.hls.type.Type
-
Returns the display name of this object type.
- getDueDate() - Method in class com.sas.hls.work.processflow.TimerEvent
-
- getDueDate() - Method in class com.sas.hls.work.processflow.UserTask
-
- getDueDate() - Method in class com.sas.hls.work.processflow.UserTaskDefinition
-
Gets the due date for this user task
- getElementDefinitions(ProcessFlowContext, String) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
-
Get the process flow element definitions for the process flow at the specified context with the specified name.
- getElementId() - Method in interface com.sas.hls.work.processflow.CompletedElement
-
Gets the id of this completed element as it appears in the process definition
- getElementId() - Method in class com.sas.hls.work.processflow.Element
-
Gets the id for this element as defined in the process definition
- getElementId() - Method in class com.sas.hls.work.processflow.ElementDefinition
-
Gets the id for this element as defined in the process definition
- getEmail() - Method in class com.sas.hls.security.user.CreateUserInfo
-
Get the email of the CreateUserInfo.
- getEmail() - Method in class com.sas.hls.security.user.User
-
Get the email of this user.
- getEndDate() - Method in class com.sas.hls.schedule.ScheduleTrigger
-
Gets the end date and time of the schedule which specifies when the schedule will stop executing.
- getEntries() - Method in class com.sas.hls.client.ActionStatus
-
Gets status entries for all files acted upon
- getEntries() - Method in class com.sas.hls.security.acl.Acl
-
Get the acl entries for this acl
- getEntryMessage(String) - Method in class com.sas.hls.client.ActionStatus
-
Looks up the descriptive message based on the code provided
- getEvent() - Method in class com.sas.hls.messaging.subscription.SubscribableEvent
-
Gets the subscribable event
- getExistingMembers() - Method in exception com.sas.hls.security.membership.exception.MemberExistsException
-
Get the set of principals which are already members of this context.
- getExistingPrivileges() - Method in exception com.sas.hls.security.privilege.exception.PrivilegeExistsException
-
Get the set of privileges which were already defined.
- getExpiration() - Method in class com.sas.hls.security.user.PasswordInfo
-
Get the expiration date for this password.
- getExpired() - Method in class com.sas.hls.security.user.PasswordInfo
-
Get the boolean value representing if this password is expired.
- getFileStatus() - Method in class com.sas.hls.resource.repository.SynchronizationInfo
-
Returns where the file exists.
- getFileValidity() - Method in class com.sas.hls.job.ManifestFile
-
- getFileVersion(String, String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
-
Get a client representation of the specified resource.
- getFileVersionToWorkspace(String, String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
-
Get the specified version of the repository file and bring it into your workspace.
- getFirstName() - Method in class com.sas.hls.security.user.CreateUserInfo
-
Get the first name value of the CreateUserInfo.
- getFirstName() - Method in class com.sas.hls.security.user.User
-
Get the first name for this user.
- getFlowStatus() - Method in interface com.sas.hls.work.processflow.CompletedElement
-
Gets the status of this completed element
- getFlowStatus() - Method in class com.sas.hls.work.processflow.Element
-
- getFromCreatedDate() - Method in class com.sas.hls.search.SearchQuery
-
Get the start date of the range for created date in which to query
- getFromDate() - Method in class com.sas.hls.recyclebin.RecycleBinItemQuery
-
Get the from deleted date of the item to query in deleted items
- getFromDate() - Method in class com.sas.hls.security.audit.AuditEntryQuery
-
Get the start date in which to query
- getFromLastModifiedDate() - Method in class com.sas.hls.search.SearchQuery
-
Get the start date of the range for last modified date in which to query
- getGlobalPrivilegeAssignmentService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the GlobalPrivilegeAssignmentService instance for this session.
- getGrantedPrivileges(UserDescriptor) - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
-
Get the set of privileges which are granted to a user.
- getGrantees(Privilege) - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
-
Get the set of users who have been granted the specified privilege
- getGroup(GroupDescriptor) - Method in interface com.sas.hls.security.group.GroupService
-
Get the client representation of a group given its descriptor.
- getGroupByIdentifier(String) - Method in interface com.sas.hls.security.group.GroupService
-
Get the client representation of a group given its identifier.
- getGroupByName(GroupContext, String) - Method in interface com.sas.hls.security.group.GroupService
-
Get the client representation of a group given its name and context.
- getGroupContext() - Method in exception com.sas.hls.security.group.exception.GroupExistsException
-
Get the context of the group in question
- getGroupContext() - Method in class com.sas.hls.security.group.GroupDescriptor
-
Get the context of this group
- getGroupDescriptorByIdentifier(String) - Method in interface com.sas.hls.security.group.GroupService
-
Get the light-weight representation of a group given its identifier.
- getGroupDescriptorByName(GroupContext, String) - Method in interface com.sas.hls.security.group.GroupService
-
Get the light-weight representation of a group given its name and context.
- getGroupDescriptors(GroupContext) - Method in interface com.sas.hls.security.group.GroupService
-
Get the light-weight representation of all groups defined in a given context
- getGroupDescriptorsByIdentifiers(Set<String>) - Method in interface com.sas.hls.security.group.GroupService
-
Get the light-weight representation of a group given its identifier.
- getGroups(GroupContext) - Method in interface com.sas.hls.security.group.GroupService
-
Get all the groups defined in a given context
- getGroupsByIdentifiers(Set<String>) - Method in interface com.sas.hls.security.group.GroupService
-
Get all the groups specified by the list of identifiers
- getGroupsByMember(GroupContext, Principal) - Method in interface com.sas.hls.security.group.GroupService
-
Get all groups in a given context that have the specified principal as a member.
- getGroupService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the GroupService instance for this session.
- getId() - Method in class com.sas.hls.work.processflow.DataProperty
-
Get the id of this data property as defined in the process definition
- getId() - Method in class com.sas.hls.work.processflow.ProcessDefinitionInfo
-
Get the id of this process definition
- getIdentifier() - Method in class com.sas.hls.common.AbstractIdentifiable
-
- getIdentifier() - Method in interface com.sas.hls.common.Identifiable
-
Get the identifier of this object.
- getIdentifier() - Method in class com.sas.hls.common.ObjectIdentity
-
Get the identifier of the object this objectIdentity refers to.
- getIdentifier() - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
-
- getIdentifier() - Method in class com.sas.hls.drug.project.ProjectDescriptor
-
- getIdentifier() - Method in class com.sas.hls.job.JobSubmission
-
Get the identifier of this job submission.
- getIdentifier() - Method in class com.sas.hls.organization.OrganizationDescriptor
-
- getIdentifier() - Method in class com.sas.hls.recyclebin.RecycleBinItem
-
Get the identifier of this object
- getIdentifier() - Method in class com.sas.hls.recyclebin.RecycleBinToken
-
Get the identifier for the recycle bin items query result on the server
- getIdentifier() - Method in class com.sas.hls.resource.repository.CheckedOutFilesToken
-
Get the identifier for the checked out files query result on the server
- getIdentifier() - Method in class com.sas.hls.resource.repository.RepositoryFileInfo
-
Returns the unique identifier of this repository file.
- getIdentifier() - Method in class com.sas.hls.resource.repository.Signature
-
Returns the unique identifier of this electronic signature.
- getIdentifier() - Method in class com.sas.hls.search.SearchToken
-
Get the identifier for the search query result on the server
- getIdentifier() - Method in class com.sas.hls.security.audit.AuditEntry
-
Get the identifier value for this entry
- getIdentifier() - Method in class com.sas.hls.security.audit.AuditToken
-
Get the identifier for the audit query result on the server
- getIdentifier() - Method in class com.sas.hls.security.group.GroupDescriptor
-
Get the identifier of this object
- getIdentifier() - Method in class com.sas.hls.security.privilege.Privilege
-
Get the identifier value of this privilege.
- getIdentifier() - Method in class com.sas.hls.security.role.AssignedRole
-
Get the identifier of this assignedRole
- getIdentifier() - Method in class com.sas.hls.security.role.RoleDescriptor
-
- getIdentifier() - Method in class com.sas.hls.security.user.AuthenticationProviderInfo
-
- getIdentifier() - Method in class com.sas.hls.security.user.UserDescriptor
-
Get the identifier of this UserDescriptor.
- getInfo() - Method in class com.sas.hls.job.ManifestTask
-
- getInputs() - Method in class com.sas.hls.job.CreateJobInfo
-
- getInputs() - Method in class com.sas.hls.job.Job
-
Get the set of inputs associated with this job
- getInputs() - Method in class com.sas.hls.job.Manifest
-
- getInterval() - Method in class com.sas.hls.schedule.ScheduleTrigger
-
Gets the interval number for the schedule.
- getInvalidMembers() - Method in exception com.sas.hls.security.group.exception.InvalidGroupMemberException
-
Returns the set of members which are invalid additions to the group.
- getInvalidMembers() - Method in exception com.sas.hls.security.membership.exception.InvalidMemberException
-
Get the set of invalid principals referenced by this exception.
- getInvalidMembers() - Method in exception com.sas.hls.security.role.exception.InvalidRoleMemberException
-
Returns the set of members which are invalid additions to the role assignment.
- getInvalidPrivileges() - Method in exception com.sas.hls.security.privilege.exception.InvalidPrivilegeException
-
Get the set of privileges which were found to be invalid.
- getInvalidPrivileges() - Method in exception com.sas.hls.security.role.exception.InvalidRolePrivilegeException
-
Returns the set of privileges which cannot be assigned to the specified role.
- getJob() - Method in class com.sas.hls.job.Manifest
-
- getJob() - Method in class com.sas.hls.job.ScheduleJobInfo
-
Get the light-weight representation of the job to run
- getJobDescription() - Method in class com.sas.hls.job.Manifest
-
- getJobDetails() - Method in class com.sas.hls.work.processflow.CompletedJobTask
-
Gets the details of the job - the description from with in the job xml
- getJobExecutionService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the JobExecutionService instance for this session.
- getJobInRepository(String, String) - Method in interface com.sas.hls.job.JobService
-
Gets the job from the specified path in the repository
- getJobInWorkspace(String) - Method in interface com.sas.hls.job.JobService
-
Gets the job from the specified path in the workspace
- getJobName() - Method in class com.sas.hls.job.CreateJobInfo
-
- getJobName() - Method in class com.sas.hls.job.Manifest
-
- getJobPath() - Method in class com.sas.hls.job.JobSubmission
-
Get the job path of this job submission.
- getJobPath() - Method in class com.sas.hls.job.Manifest
-
- getJobPath() - Method in class com.sas.hls.work.processflow.CompletedJobTask
-
- getJobPath() - Method in class com.sas.hls.work.processflow.JobTask
-
Get the full path of the job
- getJobPath() - Method in class com.sas.hls.work.processflow.JobTaskDefinition
-
Get the full path of the job
- getJobService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the JobService instance for this session.
- getJobStatus() - Method in class com.sas.hls.job.JobSubmission
-
Get the job details and execution status for this job submission
- getJobSubmission() - Method in class com.sas.hls.job.Manifest
-
- getJobSubmissionForSasSession(String) - Method in interface com.sas.hls.job.JobExecutionService
-
Get the
JobSubmission
containing job information and job execution status for job that created the specified SAS session.
- getJobSubmissionsByJobPath(String) - Method in interface com.sas.hls.job.JobExecutionService
-
Get job submission entries for the repository job specified by the job path
- getJobSubmissionStatus(JobSubmission) - Method in interface com.sas.hls.job.JobExecutionService
-
Gets the current job submission status for a specific submission of a job.
- getJobVersion() - Method in class com.sas.hls.job.JobSubmission
-
Get the job version of this job submission.
- getJobVersion() - Method in class com.sas.hls.job.Manifest
-
- getJobVersion() - Method in class com.sas.hls.work.processflow.CompletedJobTask
-
- getJobVersion() - Method in class com.sas.hls.work.processflow.JobTask
-
Gets the version of the job
- getJobVersion() - Method in class com.sas.hls.work.processflow.JobTaskDefinition
-
Gets the version of the job
- getLabel() - Method in class com.sas.hls.job.JobParameter
-
Get the label for this parameter.
- getLabel() - Method in class com.sas.hls.job.ScheduleJobInfo
-
- getLabel() - Method in interface com.sas.hls.schedule.Schedulable
-
Get label which describes the item being scheduled.
- getLastLogin() - Method in class com.sas.hls.security.user.LoginInfo
-
Get the date of the last login of this user.
- getLastModified() - Method in class com.sas.hls.recyclebin.RecycleBinItem
-
Get the date this deleted object was last modified
- getLastModified() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
-
Return the date this process flow was last modified.
- getLastModifiedBy() - Method in class com.sas.hls.recyclebin.RecycleBinItem
-
Get the userid of the user who last modified this deleted object
- getLastModifiedBy() - Method in class com.sas.hls.search.SearchQuery
-
Get the userid of the user who performed the last modification in which to query
- getLastModifiedBy() - Method in class com.sas.hls.search.SearchResultObject
-
Get the userid of the user who last modified the object represented by this SearchResultObject
- getLastModifiedBy() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
-
Get the userid of the user who last modified this process flow
- getLastModifiedDate() - Method in class com.sas.hls.resource.repository.RepositoryFileInfo
-
Returns the last date this repository file was modified.
- getLastModifiedDate() - Method in class com.sas.hls.resource.repository.RepositoryResource
-
Return the date this repository resource was last modified.
- getLastModifiedDate() - Method in class com.sas.hls.resource.repository.WorkspaceFileInfo
-
Returns the last date this workspace file was modified.
- getLastModifiedDate() - Method in class com.sas.hls.resource.workspace.WorkspaceResource
-
Return the date this workspace resource was last modified.
- getLastModifiedDate() - Method in class com.sas.hls.schedule.ScheduleDescriptor
-
Return the date this schedule was last modified.
- getLastModifiedDate() - Method in class com.sas.hls.search.SearchResultObject
-
Get the last modified date of the object represented by this SearchResultObject
- getLastName() - Method in class com.sas.hls.security.user.CreateUserInfo
-
Get the last name value of the CreateUserInfo.
- getLastName() - Method in class com.sas.hls.security.user.User
-
Get the last name for this user.
- getLatestFileVersionToWorkspace(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
-
Get the latest version of the specified repository file and bring it into your workspace.
- getLatestJobSubmissionByJobPath(String) - Method in interface com.sas.hls.job.JobExecutionService
-
Get the latest job submission entry for the repository job specified by the job path
- getLead() - Method in class com.sas.hls.drug.analysis.Analysis
-
Return the current lead of this Analysis
.
- getLead() - Method in class com.sas.hls.drug.project.Project
-
Return the current lead of this Project
.
- getLead() - Method in class com.sas.hls.organization.Organization
-
Returns the current lead of this Organization
.
- getLicenseType() - Method in class com.sas.hls.security.user.AccountInfo
-
Get the name of the license type of this account.
- getLicenseTypes() - Method in interface com.sas.hls.security.user.UserService
-
Retrieve the license types currently configured in the system.
- getListingContents(String) - Method in interface com.sas.hls.sassession.SasSessionService
-
Get the listing contents for the specified SAS session if the size of the file does not exceed 5 megabytes (5242880 bytes).
- getListingSize(String) - Method in interface com.sas.hls.sassession.SasSessionService
-
Get the size of the listing file for the specified SAS session in bytes.
- getLocalizedMessage() - Method in exception com.sas.hls.common.exception.AbstractCheckedException
-
- getLocalizedMessage() - Method in exception com.sas.hls.common.exception.AbstractRuntimeException
-
- getLocation() - Method in class com.sas.hls.resource.repository.CheckedOutFilesQuery
-
Get the location to query for checked out files
- getLocation() - Method in class com.sas.hls.search.SearchQuery
-
Get the location from which to query
- getLocation() - Method in class com.sas.hls.search.SearchResultObject
-
Get the parent location of the object represented by this SearchResultObject
- getLocations() - Method in class com.sas.hls.work.processflow.SignalEvent
-
- getLocations() - Method in class com.sas.hls.work.processflow.SignalEventDefinition
-
- getLocked() - Method in class com.sas.hls.security.user.LockedInfo
-
Get the boolean value indicating if this user account is locked.
- getLockedBy() - Method in class com.sas.hls.security.user.LockedInfo
-
Get the identity of the person who locked this user.
- getLockedDate() - Method in class com.sas.hls.security.user.LockedInfo
-
Get the date that this user account was locked.
- getLockedInfo() - Method in class com.sas.hls.security.user.User
-
Get the lockedInfo details for this user.
- getLog() - Method in class com.sas.hls.job.Manifest
-
- getLogContents(String) - Method in interface com.sas.hls.sassession.SasSessionService
-
Get the log contents for the specified SAS session if the size of the file does not exceed 5 megabytes (5242880 bytes).
- getLoginAttempts() - Method in class com.sas.hls.security.user.LoginInfo
-
Get the number of login attempts since the last successful login of the user.
- getLoginCount() - Method in class com.sas.hls.security.user.LoginInfo
-
Deprecated.
As of version 1.7.2, this method is deprecated and there is no replacement.
A replacement will be added in a future release.
- getLoginInfo() - Method in class com.sas.hls.security.user.User
-
Get the loginInfo details for this user.
- getLogPath() - Method in class com.sas.hls.job.CreateJobInfo
-
- getLogPath() - Method in class com.sas.hls.job.Job
-
Get the log path for this job
- getLogSize(String) - Method in interface com.sas.hls.sassession.SasSessionService
-
Get the size of the log file for the specified SAS session in bytes.
- getLst() - Method in class com.sas.hls.job.Manifest
-
- getLstPath() - Method in class com.sas.hls.job.CreateJobInfo
-
- getLstPath() - Method in class com.sas.hls.job.Job
-
Get the list path for this job
- getManifestByJobSubmission(String) - Method in interface com.sas.hls.job.JobExecutionService
-
Get the job manifest for the specified job submission
- getManifestByRepositoryPath(String, String) - Method in interface com.sas.hls.job.JobExecutionService
-
Get the job manifest at the path and version specified.
- getManifestPath() - Method in class com.sas.hls.job.CreateJobInfo
-
- getManifestPath() - Method in class com.sas.hls.job.Job
-
Get the manifest path for this job
- getManifestType() - Method in class com.sas.hls.job.Manifest
-
- getMembers() - Method in class com.sas.hls.security.group.Group
-
Get the members of this group.
- getMembers() - Method in class com.sas.hls.security.membership.Membership
-
Get the members of this membership.
- getMembers() - Method in class com.sas.hls.security.role.RoleAssignment
-
Get the membership of this roleAssignment.
- getMembersAvailableForAssignment(MembershipContext) - Method in interface com.sas.hls.security.membership.MembershipService
-
Get the set of all principals which can be added to the current membership of the specified context (this list
will not include principals already in the current membership).
- getMembership(MembershipContext) - Method in interface com.sas.hls.security.membership.MembershipService
-
Get the membership list of the specified context.
- getMemberships(Principal) - Method in interface com.sas.hls.security.membership.MembershipService
-
Get the set of membership lists where the specified principal is a member.
- getMembershipService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the MembershipService instance for this session.
- getMessage() - Method in exception com.sas.hls.common.exception.AbstractCheckedException
-
Return the detail message, including the message from the nested exception if there is one.
- getMessage() - Method in exception com.sas.hls.common.exception.AbstractRuntimeException
-
Return the detail message, including the message from the nested exception if there is one.
- getMessage() - Method in class com.sas.hls.work.processflow.NotificationTask
-
- getMessage() - Method in class com.sas.hls.work.processflow.NotificationTaskDefinition
-
Gets the message text for this notification task
- getMessageCode() - Method in class com.sas.hls.client.ActionStatusEntry
-
Gets the code containing status and message information.
- getMyProcessFlowDescriptors(ProcessFlowContext, boolean) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
-
Get all process flows that are owned by the current user at a specified context, and (optionally) below.
- getName(String) - Static method in class com.sas.hls.client.utils.RelativePathUtility
-
Return the name of the file or folder denoted by this path.
- getName() - Method in class com.sas.hls.common.AbstractReferenceable
-
- getName() - Method in class com.sas.hls.common.Attribute
-
Returns a String containing the name of the attribute.
- getName() - Method in class com.sas.hls.common.AttributeDefinition
-
Deprecated.
Returns a String containing the name of the attribute defined.
- getName() - Method in interface com.sas.hls.common.Referenceable
-
- getName() - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
-
Returns the name of this Analysis
.
- getName() - Method in class com.sas.hls.drug.project.ProjectDescriptor
-
Returns the name of this Project
.
- getName() - Method in class com.sas.hls.job.JobParameter
-
Get the name of the parameter.
- getName() - Method in class com.sas.hls.job.ParameterValue
-
Get the name of the parameter.
- getName() - Method in class com.sas.hls.organization.OrganizationDescriptor
-
Returns the name of this Organization
.
- getName() - Method in class com.sas.hls.recyclebin.RecycleBinItemQuery
-
Get the name of the item to query in deleted items
- getName() - Method in class com.sas.hls.resource.repository.CheckedOutFilesQuery
-
Get the name of the file to query for checked out files.
- getName() - Method in class com.sas.hls.schedule.ScheduleDescriptor
-
Return the name of this schedule.
- getName() - Method in class com.sas.hls.search.SearchQuery
-
Get the name of the source in which to query
- getName() - Method in class com.sas.hls.search.SearchResultObject
-
Get the name of the object represented by this SearchResultObject
- getName() - Method in exception com.sas.hls.security.group.exception.GroupExistsException
-
Get the name of the group in question.
- getName() - Method in class com.sas.hls.security.group.GroupDescriptor
-
Get the name of this object
- getName() - Method in class com.sas.hls.security.privilege.Privilege
-
Get the name of this privilege.
- getName() - Method in class com.sas.hls.security.role.RoleDescriptor
-
Get the name of this role.
- getName() - Method in class com.sas.hls.security.user.AuthenticationProviderInfo
-
- getName() - Method in class com.sas.hls.security.user.LicenseType
-
- getName() - Method in class com.sas.hls.type.AttributeDefinition
-
Returns the name of the attribute defined.
- getName() - Method in class com.sas.hls.type.Type
-
Returns the name of this object type.
- getName() - Method in interface com.sas.hls.work.processflow.CompletedElement
-
Gets the name of this completed element
- getName() - Method in class com.sas.hls.work.processflow.DataProperty
-
Get the name of this data property as defined in the process definition
- getName() - Method in class com.sas.hls.work.processflow.Element
-
Gets the name for this element
- getName() - Method in class com.sas.hls.work.processflow.ElementDefinition
-
Gets the name of this element definition
- getName() - Method in class com.sas.hls.work.processflow.ProcessDefinitionInfo
-
Get the name of this process definition
- getName() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
-
Get the name of this process flow
- getNewValue() - Method in class com.sas.hls.security.audit.AuditEntryDetail
-
Get the new value
- getNonMembers() - Method in exception com.sas.hls.security.membership.exception.MemberNotFoundException
-
Get the set of principals which are not members of this context.
- getNotFound() - Method in exception com.sas.hls.security.principal.exception.PrincipalNotFoundException
-
Get the set of principals which could not be found.
- getNotFoundPrivileges() - Method in exception com.sas.hls.security.privilege.exception.PrivilegeNotFoundException
-
Get the set of privileges which were not found.
- getNumOccurrences() - Method in class com.sas.hls.schedule.ScheduleTrigger
-
Gets the number of occurrences for the which the schedule should execute.
- getObjectType() - Method in class com.sas.hls.common.AbstractIdentifiable
-
- getObjectType() - Method in interface com.sas.hls.common.Identifiable
-
Get the object type of this item.
- getObjectType() - Method in class com.sas.hls.common.ObjectIdentity
-
Get the type of object this objectIdentity refers to.
- getObjectType() - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
-
- getObjectType() - Method in class com.sas.hls.drug.project.ProjectDescriptor
-
- getObjectType() - Method in class com.sas.hls.organization.OrganizationDescriptor
-
- getObjectType() - Method in class com.sas.hls.recyclebin.RecycleBinItem
-
Get the object type of this deleted object
- getObjectType() - Method in class com.sas.hls.search.SearchQuery
-
Get the object type in which to query
- getObjectType() - Method in class com.sas.hls.security.group.GroupDescriptor
-
Get the objectType of this object.
- getObjectType() - Method in class com.sas.hls.security.privilege.Privilege
-
Get the objectType of this privilege object.
- getObjectType() - Method in class com.sas.hls.security.role.RoleAssignment
-
Get the objectType of this roleAssignment.
- getObjectType() - Method in class com.sas.hls.security.role.RoleDescriptor
-
- getObjectType() - Method in class com.sas.hls.security.user.UserDescriptor
-
Get the objectType of this userDescriptor.
- getObjectType() - Method in class com.sas.hls.work.processflow.TaskDefinition
-
- getOldValue() - Method in class com.sas.hls.security.audit.AuditEntryDetail
-
Get the old value
- getOrganizationByIdentifier(String) - Method in interface com.sas.hls.organization.OrganizationService
-
Get the representation of an organization, given its identifier.
- getOrganizationByName(String) - Method in interface com.sas.hls.organization.OrganizationService
-
Get the full client representation of an organization, given its name.
- getOrganizationDescriptorByIdentifier(String) - Method in interface com.sas.hls.organization.OrganizationService
-
Get the light-weight client representation of an organization, given its identifier.
- getOrganizationDescriptorByName(String) - Method in interface com.sas.hls.organization.OrganizationService
-
Get the light-weight client representation of an organization, given its name.
- getOrganizationDescriptors() - Method in interface com.sas.hls.organization.OrganizationService
-
Get a list of light-weight representations of all organizations currently defined.
- getOrganizations() - Method in interface com.sas.hls.organization.OrganizationService
-
Get the list of all organizations currently defined in the system.
- getOrganizationService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the OrganizationService instance for this session.
- getOutputFileCheckinSpec() - Method in class com.sas.hls.job.CreateJobInfo
-
- getOutputFileCheckinSpec() - Method in class com.sas.hls.job.Job
-
Get the checkin specification to use for new files created by this job.
- getOutputFileSpec() - Method in class com.sas.hls.job.Manifest
-
- getOutputs() - Method in class com.sas.hls.job.CreateJobInfo
-
- getOutputs() - Method in class com.sas.hls.job.Job
-
Get the set of outputs associated with this job
- getOutputs() - Method in class com.sas.hls.job.Manifest
-
- getOwner() - Method in class com.sas.hls.schedule.ScheduleDescriptor
-
Return the owner of this schedule.
- getOwner() - Method in class com.sas.hls.search.SearchQuery
-
Set the userid of the owner in which to query.
- getOwner() - Method in class com.sas.hls.security.acl.Acl
-
Get the user who is the owner of this acl
- getOwner() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
-
Get the owner's userid of this process flow
- getOwningObjectIdentity() - Method in class com.sas.hls.security.acl.Acl
-
Get the object for which this acl is defined
- getPageSizeLimit() - Method in interface com.sas.hls.recyclebin.RecycleBinService
-
Gets the maximum number of recycle bin items that can be returned in a single request.
- getPageSizeLimit() - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
-
Gets the maximum number of checked out files that can be returned in a single request.
- getPageSizeLimit() - Method in interface com.sas.hls.search.SearchService
-
Gets the maximum number of search entries that can be returned in a single request.
- getPageSizeLimit() - Method in interface com.sas.hls.security.audit.AuditService
-
Gets the maximum number of audit entries that can be returned in a single request.
- getParameters() - Method in class com.sas.hls.job.CreateJobInfo
-
- getParameters() - Method in class com.sas.hls.job.Job
-
Get the job parameters.
- getParameters() - Method in class com.sas.hls.job.Manifest
-
- getParameters() - Method in class com.sas.hls.work.processflow.JobTask
-
Get the parameter values that will override the default parameter values in the job
- getParameters() - Method in class com.sas.hls.work.processflow.JobTaskDefinition
-
Get the parameter values that will override the default parameter values in the job
- getParamValues() - Method in class com.sas.hls.job.ScheduleJobInfo
-
Get the job parameterValues.
- getParentPath(String) - Static method in class com.sas.hls.client.utils.RelativePathUtility
-
Return the path to the parent folder for this file or folder path.
- getParentPath() - Method in class com.sas.hls.job.CreateJobInfo
-
- getPassword() - Method in class com.sas.hls.resource.repository.CreateSignatureInfo
-
Returns the password which will be used in the creation of this electronic signature.
- getPassword() - Method in class com.sas.hls.security.user.CreateUserInfo
-
Get the password type value of the CreateUserInfo.
- getPasswordInfo() - Method in class com.sas.hls.security.user.User
-
Get the passwordInfo details for this user.
- getPath() - Method in class com.sas.hls.client.ActionStatusEntry
-
Gets the path of the entry
- getPath() - Method in class com.sas.hls.common.AbstractReferenceable
-
- getPath() - Method in interface com.sas.hls.common.Referenceable
-
- getPath() - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
-
Returns the full path of this Analysis
.
- getPath() - Method in class com.sas.hls.drug.project.ProjectDescriptor
-
Returns the full path of this Project
.
- getPath() - Method in class com.sas.hls.job.JobDescriptor
-
Get the path of the job
- getPath() - Method in class com.sas.hls.messaging.subscription.Subscription
-
Get the path of the object for the subscription
- getPath() - Method in class com.sas.hls.organization.OrganizationDescriptor
-
Returns the full path of this Organization
.
- getPath() - Method in class com.sas.hls.recyclebin.RecycleBinItem
-
Get the path of this object
- getPath() - Method in class com.sas.hls.recyclebin.RecycleBinItemQuery
-
Get the path of the item to query in deleted items
- getPath() - Method in exception com.sas.hls.resource.exception.CopyToWorkspaceException
-
Return the path of the item that caused this exception.
- getPath() - Method in exception com.sas.hls.resource.exception.ResourceException
-
Returns the String of the resource in question.
- getPath() - Method in exception com.sas.hls.resource.repository.exception.CheckedOutFilesSearchException
-
Get the path value specified in this exception.
- getPath() - Method in exception com.sas.hls.resource.repository.exception.SigningException
-
Return the repository path to the file associated with this electronic signing error.
- getPath() - Method in class com.sas.hls.resource.repository.RepositoryFileInfo
-
Returns the full path of this repository file.
- getPath() - Method in class com.sas.hls.resource.repository.SynchronizationFileInfo
-
Returns the full path of the repository file.
- getPath() - Method in class com.sas.hls.resource.repository.SynchronizationInfo
-
Returns the file path associated with this synchronization information.
- getPath() - Method in class com.sas.hls.resource.repository.WorkspaceFileInfo
-
Returns the full path of this workspace file.
- getPath() - Method in class com.sas.hls.resource.ResourceSpecification
-
Get the specified path.
- getPath() - Method in class com.sas.hls.resource.workspace.WorkspaceResource
-
Return the path to this workspace resource.
- getPath() - Method in class com.sas.hls.search.SearchResultObject
-
Get the full path of the object represented by this SearchResultObject
- getPath() - Method in exception com.sas.hls.security.audit.exception.AuditEntrySearchException
-
Get the path value specified in this exception.
- getPhone() - Method in class com.sas.hls.security.user.CreateUserInfo
-
Get the phone number value of the CreateUserInfo.
- getPhone() - Method in class com.sas.hls.security.user.User
-
Get the primary phone number value for this user.
- getPotentialMembers(MembershipContext) - Method in interface com.sas.hls.security.membership.MembershipService
-
Get the set of all principals which could be included in the membership of the specified context (including
current members of that membership).
- getPrincipal() - Method in class com.sas.hls.messaging.subscription.Subscription
-
Get the principal for the subscription
- getPrincipal() - Method in class com.sas.hls.security.acl.AclEntry
-
Get the principal for this acl
- getPrincipalId() - Method in class com.sas.hls.security.acl.AclMembers
-
Gets the principal id of the acl members principal
- getPrincipalId() - Method in class com.sas.hls.security.acl.AclOwner
-
Gets the principal id of the acl owner
- getPrincipalId() - Method in interface com.sas.hls.security.acl.AclPrincipal
-
Returns the principal id of the aclPrincipal
- getPrincipalId() - Method in class com.sas.hls.security.group.GroupDescriptor
-
- getPrincipalId() - Method in class com.sas.hls.security.user.UserDescriptor
-
Get the principalId of this userDescriptor.
- getPrincipalName() - Method in class com.sas.hls.security.acl.AclMembers
-
Gets the principal name of the acl members principal
- getPrincipalName() - Method in class com.sas.hls.security.acl.AclOwner
-
Gets the principal name of the acl owner
- getPrincipalName() - Method in interface com.sas.hls.security.acl.AclPrincipal
-
Returns the principal name of the aclPrincipal
- getPrincipalName() - Method in class com.sas.hls.security.group.GroupDescriptor
-
- getPrincipalName() - Method in class com.sas.hls.security.user.UserDescriptor
-
Get the principal name of this userDescriptor.
- getPriority() - Method in class com.sas.hls.work.processflow.NotificationTask
-
- getPriority() - Method in class com.sas.hls.work.processflow.NotificationTaskDefinition
-
Gets the priority for this notification task
- getPriority() - Method in class com.sas.hls.work.processflow.UserTask
-
- getPriority() - Method in class com.sas.hls.work.processflow.UserTaskDefinition
-
Gets the priority of this user task
- getPrivileges() - Method in class com.sas.hls.security.role.Role
-
Get the privileges associated with this role.
- getPrivilegeService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the PrivilegeService instance for this session.
- getProcessData() - Method in class com.sas.hls.work.processflow.ProcessFlow
-
- getProcessDefinitionInfo() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
-
Get the process definition information that was used to create this process flow
- getProcessDefinitionsByType(DeploymentContextType) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
-
Gets the latest deployed process definitions at the specified context type.
- getProcessFlow() - Method in class com.sas.hls.work.processflow.Element
-
Gets the process flow which contains this element
- getProcessFlowByIdentifier(String) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
-
Get process flow with the specified identifier.
- getProcessFlowByNameAndContext(ProcessFlowContext, String) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
-
Get process flow at the specified context with the specified name.
- getProcessFlowDescriptors(ProcessFlowContext, boolean) - Method in interface com.sas.hls.work.processflow.ProcessFlowService
-
Get process flows at a specified context and (optionally) below.
- getProcessFlowIdentifier() - Method in class com.sas.hls.work.processflow.ElementDefinition
-
- getProcessFlowService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the ProcesslowService instance for this session.
- getProjectByIdentifier(String) - Method in interface com.sas.hls.drug.project.ProjectService
-
Get a project using its unique identifier in the system.
- getProjectByName(OrganizationDescriptor, String) - Method in interface com.sas.hls.drug.project.ProjectService
-
Get project by specifying the organization context and name within that context.
- getProjectDescriptorByIdentifier(String) - Method in interface com.sas.hls.drug.project.ProjectService
-
Get a light-weight representation of a project using its unique identifier in the system.
- getProjectDescriptorByName(OrganizationDescriptor, String) - Method in interface com.sas.hls.drug.project.ProjectService
-
Get a light-weight representation of a project by specifying the organization context and name within that
context.
- getProjectDescriptorsByOrganization(OrganizationDescriptor) - Method in interface com.sas.hls.drug.project.ProjectService
-
Get light-weight representations of all projects associated with the given organization context.
- getProjectsByOrganization(OrganizationDescriptor) - Method in interface com.sas.hls.drug.project.ProjectService
-
Get all projects associated with the given organization context.
- getProjectService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the ProjectService instance for this session.
- getProxyHost() - Method in class com.sas.hls.client.ProxyInfo
-
Returns the proxy server host to use when establishing a
Session
.
- getProxyPassword() - Method in class com.sas.hls.client.ProxyInfo
-
Returns the proxy server password to use when establishing a
Session
.
- getProxyPort() - Method in class com.sas.hls.client.ProxyInfo
-
Returns the proxy server port to use when establishing a
Session
.
- getProxyUserId() - Method in class com.sas.hls.client.ProxyInfo
-
Returns the proxy server user id to use when establishing a
Session
.
- getReachableGroupsByMember(GroupContext, Principal) - Method in interface com.sas.hls.security.group.GroupService
-
Returns a set of all reachable groups in the specified context.
- getReadPermission() - Method in class com.sas.hls.security.acl.AclEntry
-
Get the read permission for this acl
- getReason() - Method in class com.sas.hls.resource.repository.CreateSignatureInfo
-
Return the signature reason to use when creating this electronic signature.
- getReason() - Method in class com.sas.hls.resource.repository.Signature
-
Returns the signature reason used when creating this electronic signature.
- getRecipients() - Method in class com.sas.hls.work.processflow.NotificationTask
-
- getRecipients() - Method in class com.sas.hls.work.processflow.NotificationTaskDefinition
-
Sets the recipients for this notification task
- getRecycleBinItems(RecycleBinToken, int, int) - Method in interface com.sas.hls.recyclebin.RecycleBinService
-
Gets RecycleBinItem objects using a token from RecycleBinItemsInfo which is obtained by calling
getRecycleBinItemsInfoByQuery.
- getRecycleBinItemsInfoByQuery(RecycleBinItemQuery) - Method in interface com.sas.hls.recyclebin.RecycleBinService
-
Returns an RecycleBinItemsInfo object which contains a token and row count in which to request recycle bin items.
- getRecycleBinService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the RecycleBinService instance for this session.
- getRecycleBinToken() - Method in class com.sas.hls.recyclebin.RecycleBinItemsInfo
-
Get the token for the submitted recycle bin items query
- getReferencingSASFile() - Method in class com.sas.hls.job.ManifestInput
-
- getReferencingSASFile() - Method in class com.sas.hls.job.ManifestOutput
-
- getRelativePath(String, String) - Static method in class com.sas.hls.client.utils.RelativePathUtility
-
Generate a relative path for a file relative to the base path.
- getReleaseVersion() - Method in class com.sas.hls.job.Job
-
Get the release version of this job
- getReleaseVersion() - Method in class com.sas.hls.job.Manifest
-
- getRepeatForever() - Method in class com.sas.hls.schedule.ScheduleTrigger
-
Gets whether to repeat the schedule indefinitely.
- getRepositoryFileIdentifier() - Method in class com.sas.hls.resource.repository.Signature
-
Returns the unique identifier of the repository file associated with this electronic signature.
- getRepositoryFileInfo() - Method in class com.sas.hls.resource.repository.SynchronizationInfo
-
Return the repository file information if the file exists in the repository, if it does not exist then this
returns null
.
- getRepositoryFileLastModifiedDate() - Method in class com.sas.hls.resource.repository.SynchronizationFileInfo
-
Returns the last modification date of the repository file synchronized to the workspace.
- getRepositoryFilePath() - Method in class com.sas.hls.resource.repository.Signature
-
Returns the path of the repository file associated with this electronic signature.
- getRepositoryFileSize() - Method in class com.sas.hls.resource.repository.SynchronizationFileInfo
-
Returns the size of the repository file (in bytes) synchronized to the workspace.
- getRepositoryFileVersion() - Method in class com.sas.hls.resource.repository.Signature
-
Returns the version of the repository file associated with this electronic signature.
- getRepositoryResourceService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the RepositoryResourceService instance for this session.
- getResource() - Method in class com.sas.hls.job.ManifestFile
-
- getResource(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
-
Get a client representation of the specified repository resource.
- getResource(String) - Method in interface com.sas.hls.resource.workspace.WorkspaceResourceService
-
Get a client representation of the specified resource in the workspace.
- getRevision() - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
-
Returns the internal revision number of this Analysis
.
- getRevision() - Method in class com.sas.hls.drug.project.ProjectDescriptor
-
Returns the internal revision number of this Project
.
- getRevision() - Method in class com.sas.hls.organization.OrganizationDescriptor
-
Returns the internal revision number of this Organization
.
- getRevision() - Method in class com.sas.hls.security.group.GroupDescriptor
-
Get the internal revision number of this object.
- getRevision() - Method in class com.sas.hls.security.membership.MembershipDescriptor
-
Get the internal revision number of this object.
- getRevision() - Method in class com.sas.hls.security.role.RoleAssignment
-
Get the internal revision number of this roleAssignment.
- getRevision() - Method in class com.sas.hls.security.role.RoleDescriptor
-
Get the internal revision number of this object.
- getRevision() - Method in class com.sas.hls.security.user.User
-
Get the internal revision number of this object.
- getRevision() - Method in class com.sas.hls.work.processflow.ElementDefinition
-
- getRevision() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
-
The internal revision number of this process flow object.
- getRole() - Method in class com.sas.hls.resource.repository.CreateSignatureInfo
-
Return the signature role to use when creating this electronic signature.
- getRole() - Method in class com.sas.hls.resource.repository.Signature
-
Returns the signature role used when creating this electronic signature.
- getRole(RoleContext, String) - Method in interface com.sas.hls.security.role.RoleDefinitionService
-
Get a role by specifying its context and name
- getRoleAssignment(AssignedRole) - Method in interface com.sas.hls.security.role.RoleAssignmentService
-
Get the roleAssignment object for the specified assignedRole.
- getRoleAssignments(RoleContext) - Method in interface com.sas.hls.security.role.RoleAssignmentService
-
Get all the roleAssignments for a specified context.
- getRoleAssignmentsByRole(RoleDescriptor) - Method in interface com.sas.hls.security.role.RoleAssignmentService
-
Get all roleAssignments across the system which involve the specified role.
- getRoleAssignmentsByRoleContextAndPrincipal(RoleContext, Principal) - Method in interface com.sas.hls.security.role.RoleAssignmentService
-
Get all the roleAssignments for a context which include the specified principal as a member.
- getRoleAssignmentService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the RoleAssignmentService instance for this session.
- getRoleByIdentifier(String) - Method in interface com.sas.hls.security.role.RoleDefinitionService
-
Get a role given its identifier.
- getRoleContext() - Method in class com.sas.hls.security.role.AssignedRole
-
Get the context that a role is being assigned to
- getRoleContext() - Method in class com.sas.hls.security.role.RoleDescriptor
-
Get the context in which this role is defined.
- getRoleDefinitionService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the RoleDefinitionService instance for this session.
- getRoleDescriptor() - Method in class com.sas.hls.security.role.AssignedRole
-
Get the role being assigned to a context.
- getRoleDescriptors(RoleContext) - Method in interface com.sas.hls.security.role.RoleDefinitionService
-
Get light-weight representations of all roles defined in a given context.
- getRoles(RoleContext) - Method in interface com.sas.hls.security.role.RoleDefinitionService
-
Get all the roles defined in a given context
- getRolesByDescriptors(Set<RoleDescriptor>) - Method in interface com.sas.hls.security.role.RoleDefinitionService
-
Get a set of roles given their role descriptors
- getRolesByIdentifiers(Set<String>) - Method in interface com.sas.hls.security.role.RoleDefinitionService
-
Get a set of roles given their identifiers
- getRolesByPrivilege(RoleContext, Privilege) - Method in interface com.sas.hls.security.role.RoleDefinitionService
-
Get all roles defined in a given context which include the specified privilege.
- getRootCause() - Method in exception com.sas.hls.common.exception.AbstractCheckedException
-
Retrieve the innermost cause of this exception, if any.
- getRootCause() - Method in exception com.sas.hls.common.exception.AbstractRuntimeException
-
Retrieve the innermost cause of this exception, if any.
- getRowCount() - Method in interface com.sas.hls.common.QueryResultsInfo
-
- getRowCount() - Method in class com.sas.hls.recyclebin.RecycleBinItemsInfo
-
Gets the total number of rows in the submitted recycle bin items query
- getRowCount() - Method in class com.sas.hls.resource.repository.CheckedOutFilesInfo
-
Gets the total number of rows in the submitted checked out files query
- getRowCount() - Method in class com.sas.hls.search.SearchResultsInfo
-
Gets the total number of rows in the generated search query
- getRowCount() - Method in class com.sas.hls.security.audit.AuditEntriesInfo
-
Gets the total number of rows in the submitted audit query
- getRunAsOwner(Job) - Method in interface com.sas.hls.job.JobService
-
Get the flag that defines whether the repository job will run as the owner.
- getRunAsOwner() - Method in class com.sas.hls.work.processflow.CompletedJobTask
-
Get the runAsOwner user as defined on the job for this task
- getRunAsUser() - Method in class com.sas.hls.job.JobSubmission
-
Get the userid of the user the job was run as
- getSasSessionService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the SasSessionService instance for this session.
- getSasSYSCC() - Method in class com.sas.hls.job.ManifestTask
-
- getSchedulable() - Method in class com.sas.hls.schedule.Schedule
-
Get the schedulable item.
- getSchedulableLabel() - Method in class com.sas.hls.schedule.ScheduleDescriptor
-
Return the label of this schedule.
- getScheduleByDescriptor(ScheduleDescriptor) - Method in interface com.sas.hls.schedule.ScheduleService
-
Get the full client representation of a schedule from their scheduleDescriptor.
- getScheduleKeyGroupName() - Method in class com.sas.hls.schedule.ScheduleDescriptor
-
Return the schedule key group name.
- getScheduleKeyName() - Method in class com.sas.hls.schedule.ScheduleDescriptor
-
Return the key name for this schedule.
- getScheduleService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the ScheduleService instance for this session.
- getSchedulesForCurrentUser() - Method in interface com.sas.hls.schedule.ScheduleService
-
Get all schedules defined in the system for the current user.
- getSearchResults(SearchToken, int, int) - Method in interface com.sas.hls.search.SearchService
-
Gets SearchResult objects using a token from SearchResultsInfo which is obtained by calling
getSearchResultsInfoByQuery.
- getSearchResultsInfoByQuery(SearchQuery) - Method in interface com.sas.hls.search.SearchService
-
Returns a SearchResultsInfo object which contains a token and row count in which to request search entries.
- getSearchService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the SearchService instance for this session.
- getSearchToken() - Method in class com.sas.hls.search.SearchResultsInfo
-
Get the token for the generated search query
- getServiceManager() - Method in interface com.sas.hls.client.Session
-
Get the single service manager for this session.
- getSession(String) - Method in interface com.sas.hls.sassession.SasSessionService
-
Get the SAS session with the specified identifier.
- getSessionId() - Method in class com.sas.hls.job.JobSubmission
-
Get the identifier of the SAS session generated for this job submission
- getSessionsByUser(String) - Method in interface com.sas.hls.sassession.SasSessionService
-
Get a list of SAS sessions for the user with the userId specified.
- getSessionsForCurrentUser() - Method in interface com.sas.hls.sassession.SasSessionService
-
Get a list of SAS sessions for the current user.
- getSignaledBy() - Method in class com.sas.hls.work.processflow.CompletedSignalEvent
-
Get the userid of the user who triggered the signal event
- getSignalName() - Method in class com.sas.hls.work.processflow.CompletedSignalEvent
-
Get the signal name used to trigger the signal event
- getSignalName() - Method in class com.sas.hls.work.processflow.SignalEvent
-
- getSignalName() - Method in class com.sas.hls.work.processflow.SignalEventDefinition
-
- getSignature() - Method in class com.sas.hls.resource.repository.Signature
-
Returns the signature hash generated when this electronic signature was created.
- getSignatureReasons() - Method in interface com.sas.hls.resource.repository.SignatureService
-
Retrieve all of the valid signature reasons that can be used when populating a
CreateSignatureInfo
object
to create an electronic signature on a repository file.
- getSignatureRoles() - Method in interface com.sas.hls.resource.repository.SignatureService
-
Retrieve all of the valid signature roles that can be used when populating a
CreateSignatureInfo
object
to create an electronic signature on a repository file.
- getSignatures(String) - Method in interface com.sas.hls.resource.repository.SignatureService
-
Retrieve all the electronic signatures associated to a file in the repository.
- getSignaturesByVersion(String, String) - Method in interface com.sas.hls.resource.repository.SignatureService
-
Retrieve the electronic signatures for a specific version of a file in the repository.
- getSignatureService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the SignatureService instance for this session.
- getSignaturesForLatestVersion(String) - Method in interface com.sas.hls.resource.repository.SignatureService
-
Retrieve the electronic signatures for the latest version of a file in the repository.
- getSize() - Method in class com.sas.hls.recyclebin.RecycleBinItem
-
Get the size of this deleted object (in bytes).
- getSize() - Method in class com.sas.hls.resource.repository.RepositoryFile
-
Return the size of this repository file (in bytes).
- getSize() - Method in class com.sas.hls.resource.repository.RepositoryFileInfo
-
Returns the size of this repository file (in bytes).
- getSize() - Method in class com.sas.hls.resource.repository.WorkspaceFileInfo
-
Returns the size of this workspace file (in bytes).
- getSize() - Method in class com.sas.hls.resource.workspace.WorkspaceFile
-
Return the size of this workspace file (in bytes).
- getSize() - Method in class com.sas.hls.search.SearchResultObject
-
Get the size (in bytes) of the object (files only) represented by this SearchResultObject.
- getSourceIdentifier() - Method in class com.sas.hls.security.audit.AuditEntry
-
Get the identifier of the object that was acted upon
- getSourceIdentifier() - Method in class com.sas.hls.security.audit.AuditEntryQuery
-
Get the identifier of source in which to query
- getSourceLocation() - Method in class com.sas.hls.security.audit.AuditEntry
-
Get the location of the object that was acted upon
- getSourceLocation() - Method in class com.sas.hls.security.audit.AuditEntryQuery
-
Get the location of source in which to query
- getSourceName() - Method in class com.sas.hls.security.audit.AuditEntry
-
Get the name of the object that was acted upon
- getSourceName() - Method in class com.sas.hls.security.audit.AuditEntryQuery
-
Get the name of the source in which to query
- getSourceType() - Method in class com.sas.hls.security.audit.AuditEntry
-
Get the type of object that was acted upon
- getSourceTypes() - Method in class com.sas.hls.security.audit.AuditEntryQuery
-
Get the list of object types in which to query
- getStartDate() - Method in class com.sas.hls.schedule.ScheduleTrigger
-
Gets the start date and time of the schedule
- getStarted() - Method in interface com.sas.hls.work.processflow.CompletedTask
-
- getStarted() - Method in class com.sas.hls.work.processflow.Task
-
Gets the date this task was started
- getState() - Method in class com.sas.hls.drug.analysis.Analysis
-
Returns the current state of this Analysis
.
- getState() - Method in class com.sas.hls.drug.project.Project
-
Returns the current state of this Project
.
- getState() - Method in class com.sas.hls.sassession.SasSession
-
Get the state of the SAS session
- getStateComment() - Method in class com.sas.hls.drug.analysis.Analysis
-
Returns the most recent state comment for this Analysis
.
- getStateComment() - Method in class com.sas.hls.drug.project.Project
-
Returns the most recent state comment for this Project
.
- getStatus() - Method in class com.sas.hls.schedule.ScheduleDescriptor
-
Return the schedule's status.
- getStatus() - Method in exception com.sas.hls.work.processflow.exception.InvalidProcessFlowStateException
-
Gets the status of the process flow
- getStatus() - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
-
Get the status of this process flow
- getStatusBy() - Method in class com.sas.hls.security.user.AccountInfo
-
Get the identity of the person who last changed the status of this account.
- getStatusCode() - Method in exception com.sas.hls.client.exception.HttpException
-
Gets the HTTP status code.
- getStatusDate() - Method in class com.sas.hls.security.user.AccountInfo
-
Get the date that this account was put into its current status.
- getStatusMessage() - Method in class com.sas.hls.job.JobStatus
-
Get the status message
- getSubject() - Method in class com.sas.hls.work.processflow.NotificationTask
-
- getSubject() - Method in class com.sas.hls.work.processflow.NotificationTaskDefinition
-
Gets the subject for this notification task
- getSubmissionLabel() - Method in class com.sas.hls.sassession.SasSession
-
Get the label describing what is executing in the SAS session
- getSubmissionType() - Method in class com.sas.hls.job.JobSubmission
-
Get the submission type of this job submission.
- getSubmitted() - Method in class com.sas.hls.job.JobSubmission
-
Get the date the job was submitted
- getSubmittedBy() - Method in class com.sas.hls.job.JobSubmission
-
Get the userid of the user who submitted the job
- getSubscribableEvents(String) - Method in interface com.sas.hls.messaging.subscription.SubscriptionService
-
Get the subscribable events available for the specified object type.
- getSubscriptionEvent() - Method in class com.sas.hls.messaging.subscription.Subscription
-
Get the event subscribing to
- getSubscriptionsByPathAndEvent(String, SubscribableEvent) - Method in interface com.sas.hls.messaging.subscription.SubscriptionService
-
Get the subscriptions for the specified path and specified event.
- getSubscriptionsByPrincipal(Principal) - Method in interface com.sas.hls.messaging.subscription.SubscriptionService
-
Get the subscriptions for the specified principal.
- getSubscriptionService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the SubscriptionService instance for this session.
- getSummaryMessage() - Method in class com.sas.hls.client.ActionStatus
-
Gets the summary message describing the outcome of the batch operation.
- getSummaryStatus() - Method in class com.sas.hls.job.JobStatus
-
Get the summary status
- getSummaryStatusCode() - Method in class com.sas.hls.client.ActionStatus
-
Gets the summary status code indicating the most severe outcome (ERROR) encountered during the batch operation
- getSyncable() - Method in class com.sas.hls.common.AbstractSynchronizable
-
- getSyncable() - Method in interface com.sas.hls.common.Synchronizable
-
Retrieve the current synchronization flag which controls workspace synchronization behavior for this specific
repository node.
- getSynchronizationDate() - Method in class com.sas.hls.resource.repository.SynchronizationFileInfo
-
Returns the date this repository file was synchronized to the workspace.
- getSynchronizationFileInfo() - Method in class com.sas.hls.resource.repository.SynchronizationInfo
-
Returns the synchronization file information if the file was synchronized between the workspace and repository,
if it was not synchronized then this returns null
.
- getSynchronizationInfo(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
-
Retrieve the synchronization information for the specified file path.
- getSynchronizationInfos(String, boolean) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
-
Retrieves the synchronization information for files within a folder.
- getSynchronizationStatus() - Method in class com.sas.hls.resource.repository.SynchronizationInfo
-
Returns the synchronization status between the repository and workspace files.
- getSyncMessage() - Method in class com.sas.hls.job.ManifestFile
-
- getSyncVersion() - Method in class com.sas.hls.job.ManifestFile
-
- getTaskAssignmentHistory() - Method in class com.sas.hls.work.processflow.CompletedUserTaskDetails
-
- getTasks() - Method in class com.sas.hls.job.CreateJobInfo
-
- getTasks() - Method in class com.sas.hls.job.Job
-
Get the tasks associated with this job.
- getTasks() - Method in class com.sas.hls.job.Manifest
-
- getTaskStatus() - Method in class com.sas.hls.work.processflow.Task
-
Gets the status of this task
- getTimerType() - Method in class com.sas.hls.work.processflow.TimerEventDefinition
-
- getTimerValue() - Method in class com.sas.hls.work.processflow.TimerEventDefinition
-
- getTimestamp() - Method in class com.sas.hls.resource.repository.Signature
-
Returns the
Date
when this electronic signature was created.
- getTimestamp() - Method in class com.sas.hls.security.audit.AuditEntry
-
Get the date and time in which the action was performed
- getTimeZone() - Method in class com.sas.hls.schedule.ScheduleTrigger
-
Gets the timeZone for the schedule.
- getToCreatedDate() - Method in class com.sas.hls.search.SearchQuery
-
Get the end date of the range for created date in which to query
- getToDate() - Method in class com.sas.hls.recyclebin.RecycleBinItemQuery
-
Get the ending deleted date of the item to query in deleted items
- getToDate() - Method in class com.sas.hls.security.audit.AuditEntryQuery
-
Get the end date in which to query
- getToken() - Method in class com.sas.hls.resource.repository.CheckedOutFilesInfo
-
Get the token for the submitted checked out files query
- getToLastModifiedDate() - Method in class com.sas.hls.search.SearchQuery
-
Get the end date of the range for last modified date in which to query
- getTotalActualHours() - Method in class com.sas.hls.work.processflow.CompletedUserTask
-
- getTree() - Method in class com.sas.hls.job.JobDescriptor
-
Get the tree in which this job lives
- getTrigger() - Method in class com.sas.hls.schedule.Schedule
-
Get the trigger which defines when the schedule will run.
- getTriggeredEvent() - Method in class com.sas.hls.work.processflow.CompletedEventGateway
-
Get the event that triggered flow from the gateway
- getTriggerType() - Method in class com.sas.hls.schedule.ScheduleTrigger
-
Gets the trigger type for the schedule.
- getType() - Method in class com.sas.hls.common.AttributeDefinition
-
Deprecated.
Get the type of the value set on the attribute defined.
- getType() - Method in class com.sas.hls.job.JobParameter
-
Get the type of the parameter.
- getType() - Method in class com.sas.hls.job.ParameterValue
-
Get the type of the parameter.
- getType() - Method in class com.sas.hls.resource.ResourceSpecification
-
Get the resource type specified.
- getType() - Method in class com.sas.hls.sassession.SasSession
-
Get the type of the SAS session
- getType() - Method in interface com.sas.hls.work.processflow.CompletedElement
-
Gets the type of this completed element
- getType() - Method in class com.sas.hls.work.processflow.DataProperty
-
Get the type of this data property as defined in the process definition
- getType() - Method in class com.sas.hls.work.processflow.Element
-
Gets the type of this element
- getType() - Method in class com.sas.hls.work.processflow.ElementDefinition
-
Gets the type of this element
- getTypeByName(String) - Method in interface com.sas.hls.type.TypeService
-
Retrieve the
Type
with the specified name.
- getTypes() - Method in interface com.sas.hls.type.TypeService
-
Retrieve all
Type
instances in the system.
- getTypeService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the TypeService instance for this session.
- getUrl() - Method in exception com.sas.hls.client.exception.HttpConnectException
-
Return the URL used during the connection failure.
- getUserByUserDescriptor(UserDescriptor) - Method in interface com.sas.hls.security.user.UserService
-
Get the full client representation of a user from their userDescriptor.
- getUserByUserId(String) - Method in interface com.sas.hls.security.user.UserService
-
Get the full client representation of a user given their userId.
- getUserDescriptorByUserId(String) - Method in interface com.sas.hls.security.user.UserService
-
Get the light-weight representation of the user with the specified userId.
- getUserDescriptorsByUserIds(Set<String>) - Method in interface com.sas.hls.security.user.UserService
-
Get the light-weight client representation for each provided userId who can be found in the system.
- getUserId() - Method in class com.sas.hls.resource.repository.CheckedOutFilesQuery
-
Get the userId of the user whose checked out files will be queried
- getUserId() - Method in class com.sas.hls.resource.repository.CreateSignatureInfo
-
Returns the user ID which will be used in the creation of this electronic signature.
- getUserId() - Method in class com.sas.hls.resource.repository.Signature
-
Returns the user ID of the user who created this electronic signature.
- getUserId() - Method in class com.sas.hls.sassession.SasSession
-
Get the userId of who created the SAS session
- getUserId() - Method in class com.sas.hls.security.audit.AuditEntry
-
Get the userId of the user who performed the action
- getUserId() - Method in class com.sas.hls.security.audit.AuditEntryQuery
-
Get the userId of the user whose actions will be queried
- getUserId() - Method in class com.sas.hls.security.user.CreateUserInfo
-
Get the userId of the CreateUserInfo.
- getUserId() - Method in class com.sas.hls.security.user.UserDescriptor
-
Get the userId of this UserDescriptor.
- getUsersByUserDescriptors(Set<UserDescriptor>) - Method in interface com.sas.hls.security.user.UserService
-
Get the full client representations for each provided userDescriptor who can be found in the system.
- getUsersByUserIds(Set<String>) - Method in interface com.sas.hls.security.user.UserService
-
Get the full client representations for every userId who can be found in the system.
- getUserService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the UserService instance for this session.
- getValue() - Method in class com.sas.hls.common.Attribute
-
Returns the serializable value of this attribute.
- getValue() - Method in class com.sas.hls.job.ParameterValue
-
Get the value of the parameter.
- getValue() - Method in class com.sas.hls.work.processflow.DataProperty
-
Get the value of this data property
- getValues() - Method in class com.sas.hls.work.processflow.DataProperty
-
Get the values of this data property as defined in the process definition
- getVariableName() - Method in class com.sas.hls.work.processflow.TimerEventDefinition
-
- getVersion() - Method in class com.sas.hls.job.JobDescriptor
-
Get the version label for this job
- getVersion() - Method in class com.sas.hls.resource.repository.RepositoryFileInfo
-
Returns the latest version of this repository file.
- getVersion() - Method in class com.sas.hls.resource.repository.SynchronizationFileInfo
-
Returns the version of the repository file that was synchronized to the workspace.
- getVersion() - Method in class com.sas.hls.resource.ResourceSpecification
-
Get the specified version.
- getVersionLabel() - Method in class com.sas.hls.resource.repository.RepositoryFile
-
Return the version of this repository file.
- getVersionLabels(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
-
Get the list of labels for each version of the specified repository file stored in the repository.
- getVersions(String) - Method in interface com.sas.hls.resource.repository.RepositoryResourceService
-
Get the list of stored versions of the specified repository file.
- getVersionType() - Method in class com.sas.hls.job.OutputFileSpec
-
- getVersionType() - Method in class com.sas.hls.resource.repository.NewFileCheckinSpecification
-
Get the versionType of this specification.
- getVersionType() - Method in class com.sas.hls.resource.repository.ResourceCheckinSpecification
-
- getWasSynced() - Method in class com.sas.hls.job.ManifestFile
-
- getWorkspaceFileInfo() - Method in class com.sas.hls.resource.repository.SynchronizationInfo
-
Returns the workspace file information if the file exists in the workspace, if it does not exist then this
returns null
.
- getWorkspaceResourceService() - Method in interface com.sas.hls.drug.client.DrugServiceManager
-
Get the WorkspaceResourceService instance for this session.
- getWriteContentPermission() - Method in class com.sas.hls.security.acl.AclEntry
-
Get the content write permission for this acl
- getWritePropertiesPermission() - Method in class com.sas.hls.security.acl.AclEntry
-
Get the properties write permission for this acl
- GlobalPrivilegeAssignmentService - Interface in com.sas.hls.security.privilege
-
The GlobalPrivilegeAssignmentService provides methods to manage the assignment of global privileges to users.
- GlobalPrivileges - Class in com.sas.hls.security.privilege
-
A constants class which provides a comprehensive list of global privileges used within the system.
- GMT - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
-
- GMT_MINUS_12 - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
-
- GMT_PLUS_11 - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
-
- GMT_PLUS_12 - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
-
- GMT_PLUS_2 - Static variable in class com.sas.hls.schedule.ScheduleTimeZoneConstants
-
- grantPrivilege(UserDescriptor, Privilege) - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
-
Directly grant a privilege to a specified user.
- grantPrivileges(UserDescriptor, Set<Privilege>) - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
-
Directly grant privileges to a specified user.
- grantPrivilegesToPrincipals(Set<? extends UserDescriptor>, Set<Privilege>) - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
-
Directly grant privileges to the specified principals.
- Group - Class in com.sas.hls.security.group
-
Group is a collection of principals (users or other groups) and may be identified by a name and context.
- Group(ObjectIdentity, String, String, String, String, String, Set<Principal>, long) - Constructor for class com.sas.hls.security.group.Group
-
Constructor
- Group(ObjectIdentity, String, String, String, String, String, Set<Principal>) - Constructor for class com.sas.hls.security.group.Group
-
Constructor
- GroupContext - Interface in com.sas.hls.security.group
-
An interface indicating a context that supports the definition of groups.
- GroupContextNotFoundException - Exception in com.sas.hls.security.group.exception
-
Thrown when the specified group context could not be found.
- GroupContextNotFoundException(String) - Constructor for exception com.sas.hls.security.group.exception.GroupContextNotFoundException
-
Constructor
- GroupDescriptor - Class in com.sas.hls.security.group
-
A light-weight client representation of a group.
- GroupDescriptor(ObjectIdentity, String, String, String, String, String, long) - Constructor for class com.sas.hls.security.group.GroupDescriptor
-
Constructor
- GroupDescriptor(ObjectIdentity, String, String, String, String, String) - Constructor for class com.sas.hls.security.group.GroupDescriptor
-
Constructor
- GroupException - Exception in com.sas.hls.security.group.exception
-
Abstract parent class of all group exceptions.
- GroupException(String) - Constructor for exception com.sas.hls.security.group.exception.GroupException
-
Constructor
- groupExists(GroupContext, String) - Method in interface com.sas.hls.security.group.GroupService
-
Does a group exist?
- GroupExistsException - Exception in com.sas.hls.security.group.exception
-
Thrown when an attempt is made to create a group that already exists.
- GroupExistsException(GroupContext, String, String) - Constructor for exception com.sas.hls.security.group.exception.GroupExistsException
-
Constructor
- GroupExistsException(String, String) - Constructor for exception com.sas.hls.security.group.exception.GroupExistsException
-
Constructor
- GroupNotFoundException - Exception in com.sas.hls.security.group.exception
-
Thrown when the specified group can not be found.
- GroupNotFoundException(String) - Constructor for exception com.sas.hls.security.group.exception.GroupNotFoundException
-
Constructor
- GroupService - Interface in com.sas.hls.security.group
-
Service that provides methods to manage lifecycle of a group within SAS Life Science Analytics Framework.
- SasSession - Class in com.sas.hls.sassession
-
A client representation of SAS sessions in the system.
- SasSession(String, Date, Date, SasSession.SessionType, SasSession.SessionState, String, String, int) - Constructor for class com.sas.hls.sassession.SasSession
-
Initializing constructor.
- SasSession(String) - Constructor for class com.sas.hls.sassession.SasSession
-
Initializing constructor.
- SasSession.SessionState - Enum in com.sas.hls.sassession
-
Session state enumeration which describes the state of the SAS session.
- SasSession.SessionType - Enum in com.sas.hls.sassession
-
Session type enumeration which describes the source that started the session.
- SasSessionService - Interface in com.sas.hls.sassession
-
Service that provides methods to query SAS sessions in the system.
- saveListingToCurrentUserWorkspace(String, String) - Method in interface com.sas.hls.sassession.SasSessionService
-
Save the listing file for the specified SAS session to the current user's workspace in the specified location.
- saveLogToCurrentUserWorkspace(String, String) - Method in interface com.sas.hls.sassession.SasSessionService
-
Save the log file for the specified SAS session to the current user's workspace in the specified location.
- Schedulable - Interface in com.sas.hls.schedule
-
An interface indicating an object that supports the ability to be scheduled.
- Schedule - Class in com.sas.hls.schedule
-
A schedule is composed of the item to be scheduled as well as the mechanism (Trigger) for when the schedule will run.
- Schedule() - Constructor for class com.sas.hls.schedule.Schedule
-
Default constructor
- Schedule(String, String) - Constructor for class com.sas.hls.schedule.Schedule
-
Constructor used by the api to populate key values used by the server
- ScheduleDescriptor - Class in com.sas.hls.schedule
-
A light-weight client representation of a schedule.
- ScheduleDescriptor() - Constructor for class com.sas.hls.schedule.ScheduleDescriptor
-
Default constructor
- ScheduleDescriptor(String, String) - Constructor for class com.sas.hls.schedule.ScheduleDescriptor
-
Constructor used by the api to populate key values used by the server
- ScheduleDescriptor.ScheduleStatus - Enum in com.sas.hls.schedule
-
ScheduleStatus is an enum status of a schedule.
- ScheduleException - Exception in com.sas.hls.schedule.exception
-
Thrown when there is an error with a specified schedule.
- ScheduleException(String) - Constructor for exception com.sas.hls.schedule.exception.ScheduleException
-
Constructor
- scheduleExists(String) - Method in interface com.sas.hls.schedule.ScheduleService
-
Determines if a schedule with the specified name exists.
- ScheduleJobInfo - Class in com.sas.hls.job
-
ScheduleJobInfo is used for scheduling jobs.
- ScheduleJobInfo() - Constructor for class com.sas.hls.job.ScheduleJobInfo
-
Zero-arg ScheduleJobInfo constructor
- ScheduleJobInfo(JobDescriptor) - Constructor for class com.sas.hls.job.ScheduleJobInfo
-
- ScheduleNotFoundException - Exception in com.sas.hls.schedule.exception
-
Thrown when the specified schedule can not be found or the user does not have access to the schedule.
- ScheduleNotFoundException(String) - Constructor for exception com.sas.hls.schedule.exception.ScheduleNotFoundException
-
Constructor
- ScheduleService - Interface in com.sas.hls.schedule
-
The schedule service provides methods to manage the life cycle of a schedule.
- ScheduleTimeZoneConstants - Class in com.sas.hls.schedule
-
Abstract class containing string constants which represent the time zone values required when creating a weekly
ScheduleTrigger
.
- ScheduleTimeZoneConstants() - Constructor for class com.sas.hls.schedule.ScheduleTimeZoneConstants
-
- ScheduleTrigger - Class in com.sas.hls.schedule
-
ScheduleTrigger defines when the schedule will run.
- ScheduleTrigger() - Constructor for class com.sas.hls.schedule.ScheduleTrigger
-
- ScheduleTrigger.DayOfWeek - Enum in com.sas.hls.schedule
-
DayOfWeek is an enumeration representing the days of a week to use in weekly schedules.
- ScheduleTrigger.TriggerType - Enum in com.sas.hls.schedule
-
TriggerType is an enumeration representing the possible intervals in which the schedule can run.
- SearchException - Exception in com.sas.hls.search.exception
-
Thrown when an error occurred performing a search.
- SearchException(String) - Constructor for exception com.sas.hls.search.exception.SearchException
-
Constructor specifying detailed message about this exception.
- SearchException(String, Throwable) - Constructor for exception com.sas.hls.search.exception.SearchException
-
Constructor specifying the detailed message and root cause of this exception.
- SearchQuery - Class in com.sas.hls.search
-
SearchQuery contains information on how to filter repository items.
- SearchQuery() - Constructor for class com.sas.hls.search.SearchQuery
-
Zero-arg constructor
- SearchResultObject - Class in com.sas.hls.search
-
Represents a repository item returned from a search query
- SearchResultObject(String, String, String, String, String, Date, String, Date, long) - Constructor for class com.sas.hls.search.SearchResultObject
-
Constructor
- SearchResultsInfo - Class in com.sas.hls.search
-
Provides information about the results of a query including the number of entries and a token to access those
entries.
- SearchResultsInfo(SearchToken, int) - Constructor for class com.sas.hls.search.SearchResultsInfo
-
Constructor
- SearchService - Interface in com.sas.hls.search
-
Service that provides a way to search the repository using query parameters.
- SearchToken - Class in com.sas.hls.search
-
Identifies a search query result on the server.
- SearchToken(String) - Constructor for class com.sas.hls.search.SearchToken
-
Constructor
- ServiceManager - Interface in com.sas.hls.client
-
Marker interface which designates service factory capabilities.
- Session - Interface in com.sas.hls.client
-
Interface that stores the state of the connection to the server.
- SESSION_STRATEGY_SYSTEM_PROPERTY - Static variable in class com.sas.hls.client.SessionFactory
-
System property designating the session strategy instance to be used when creating and initializing Session
objects.
- SessionException - Exception in com.sas.hls.sassession.exception
-
Thrown when an error occurred performing an action on a session.
- SessionException(String) - Constructor for exception com.sas.hls.sassession.exception.SessionException
-
Constructor specifying detailed message about this exception.
- SessionException(String, Throwable) - Constructor for exception com.sas.hls.sassession.exception.SessionException
-
Constructor specifying the detailed message and root cause of this exception.
- SessionFactory - Class in com.sas.hls.client
-
Entry point into the API, this will create an authenticated session with the server instance.
- SessionNotFoundException - Exception in com.sas.hls.sassession.exception
-
Thrown if the specified session can not be found.
- SessionNotFoundException(String) - Constructor for exception com.sas.hls.sassession.exception.SessionNotFoundException
-
Constructor specifying detailed message about this exception.
- SessionNotFoundException(String, Throwable) - Constructor for exception com.sas.hls.sassession.exception.SessionNotFoundException
-
Constructor specifying the detailed message and root cause of this exception.
- SessionStrategy - Interface in com.sas.hls.client
-
Strategy interface which allows consumers the ability to create
Session
instances.
- setAccountInfo(AccountInfo) - Method in class com.sas.hls.security.user.User
-
Set the accountInfo details for this user.
- setAccountType(AccountInfo.AccountType) - Method in class com.sas.hls.security.user.AccountInfo
-
Set the type of account specified in the AccountInfo.
- setAccountType(AccountInfo.AccountType) - Method in class com.sas.hls.security.user.CreateUserInfo
-
Set the account type value of the CreateUserInfo.
- setAce(AclPrincipal, AclEntry.PermissionValue, AclEntry.PermissionValue, AclEntry.PermissionValue, AclEntry.PermissionValue, AclEntry.PermissionValue) - Method in class com.sas.hls.security.acl.Acl
-
Convenience method in which to add an acl entry to the set of entries defined for this acl.
- setActions(List<String>) - Method in class com.sas.hls.security.audit.AuditEntryQuery
-
set the list of actions in which to query
- setActivationDate(Date) - Method in class com.sas.hls.security.user.AccountInfo
-
Set the activation date of this account.
- setActive(boolean) - Method in class com.sas.hls.security.user.AccountInfo
-
Set the boolean value indicating if this account is currently active.
- setActualHours(float) - Method in class com.sas.hls.work.processflow.UserTask
-
- setAdminPermission(AclEntry.PermissionValue) - Method in class com.sas.hls.security.acl.AclEntry
-
Set the admin permission for this acl
- setAnalysisState(AnalysisDescriptor, State, String) - Method in interface com.sas.hls.drug.analysis.AnalysisService
-
Set the state for the analysis
- setAssigned(Date) - Method in class com.sas.hls.work.processflow.UserTask
-
- setAssignee(UserDescriptor) - Method in class com.sas.hls.work.processflow.UserTask
-
- setAssignee(UserDescriptor) - Method in class com.sas.hls.work.processflow.UserTaskDefinition
-
Sets the user to be assigned to this user task.
- setAttribute(String, Serializable) - Method in class com.sas.hls.common.AbstractAttributable
-
- setAttribute(String, Serializable) - Method in class com.sas.hls.work.processflow.ProcessFlow
-
- setAttribute(Attribute) - Method in class com.sas.hls.work.processflow.TaskDefinition
-
- setAttributes(List<Attribute>) - Method in class com.sas.hls.common.AbstractAttributable
-
- setAttributes(List<Attribute>) - Method in interface com.sas.hls.common.Attributable
-
- setAttributes(List<Attribute>) - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
-
Set the attributes associated with this Analysis
.
- setAttributes(List<Attribute>) - Method in class com.sas.hls.drug.project.ProjectDescriptor
-
Set the attributes associated with this Project
.
- setAttributes(List<Attribute>) - Method in class com.sas.hls.organization.OrganizationDescriptor
-
Set the attributes associated with this Organization
.
- setAttributes(List<Attribute>) - Method in class com.sas.hls.security.user.User
-
Set a list of attributes values on this user.
- setAttributes(List<Attribute>) - Method in class com.sas.hls.work.processflow.ProcessFlow
-
- setAttributes(List<Attribute>) - Method in class com.sas.hls.work.processflow.Task
-
Sets the extended attributes for this task
- setAttributes(List<Attribute>) - Method in class com.sas.hls.work.processflow.TaskDefinition
-
- setAuthenticator(String) - Method in class com.sas.hls.security.user.AccountInfo
-
Deprecated.
As of Java API 1.8. There is no replacement. Object type is immutable.
- setAuthenticatorUsername(String) - Method in class com.sas.hls.security.user.AccountInfo
-
Deprecated.
As of Java API 1.8. There is no replacement. Object type is immutable.
- setCandidates(Set<Principal>) - Method in class com.sas.hls.work.processflow.UserTaskDefinition
-
Sets the candidates for this user task
- setCascade(boolean) - Method in class com.sas.hls.messaging.subscription.Subscription
-
Sets whether the subscription will cascade
- setComment(String) - Method in class com.sas.hls.resource.repository.CreateSignatureInfo
-
Set the comment to use when creating this electronic signature.
- setComplexity(Task.Complexity) - Method in class com.sas.hls.work.processflow.UserTask
-
- setComplexity(Task.Complexity) - Method in class com.sas.hls.work.processflow.UserTaskDefinition
-
Sets the complexity of this user task
- setContent(String) - Method in class com.sas.hls.search.SearchQuery
-
Set the string to query the contents of files that are of the type specified in object type.
- setContext(ObjectIdentity) - Method in class com.sas.hls.security.membership.MembershipDescriptor
-
Set the context that this MembershipDescriptor represents.
- setCopyToWorkspaceStatus(Synchronizable.Syncable) - Method in class com.sas.hls.search.SearchQuery
-
Sets the
Synchronizable.Syncable
enumeration which controls workspace copy behavior for a specific repository node.
- setCreated(Date) - Method in class com.sas.hls.security.user.PasswordInfo
-
Set the created date for this password.
- setCreatedBy(String) - Method in class com.sas.hls.search.SearchQuery
-
Set the userid of the user who performed the creation in which to query.
- setCreateParents(boolean) - Method in class com.sas.hls.job.CreateJobInfo
-
- setCustomVersionValue(String) - Method in class com.sas.hls.resource.repository.NewFileCheckinSpecification
-
Set the customVersionValue of this specification.
- setDaysOfWeek(List<ScheduleTrigger.DayOfWeek>) - Method in class com.sas.hls.schedule.ScheduleTrigger
-
Sets the days of week.
- setDeactivationDate(Date) - Method in class com.sas.hls.security.user.AccountInfo
-
Set the deactivation date of this account.
- setDefaultAcl(Acl) - Method in class com.sas.hls.security.acl.AclContainer
-
Sets the default acl for this aclContainer
- setDefaultAuthenticatorByUserId(String, String) - Method in interface com.sas.hls.security.user.UserService
-
Sets the default authenticator for the specified user which will use the password defined in the current system.
- setDefaultValue(Serializable) - Method in class com.sas.hls.job.JobParameter
-
Set the default value of the parameter.
- setDeletedBy(String) - Method in class com.sas.hls.recyclebin.RecycleBinItemQuery
-
Sets the userId of the user whose deleted files will be queried.
- setDeletePermission(AclEntry.PermissionValue) - Method in class com.sas.hls.security.acl.AclEntry
-
Set the delete permission for this acl
- setDepartment(String) - Method in class com.sas.hls.security.user.CreateUserInfo
-
Set the department value of the CreateUserInfo.
- setDepartment(String) - Method in class com.sas.hls.security.user.User
-
Set the department value for this user.
- setDescription(String) - Method in class com.sas.hls.job.CreateJobInfo
-
- setDescription(String) - Method in class com.sas.hls.job.Job
-
Set the description of the job
- setDescription(String) - Method in class com.sas.hls.schedule.ScheduleDescriptor
-
Set the description of this schedule.
- setDescription(String) - Method in class com.sas.hls.security.group.GroupDescriptor
-
Set the description of this object
- setDescription(String) - Method in class com.sas.hls.security.role.RoleDescriptor
-
Set the description of this role.
- setDescription(String) - Method in class com.sas.hls.work.processflow.Element
-
- setDescription(String) - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
-
Set the description of this process flow
- setDescription(String) - Method in class com.sas.hls.work.processflow.TaskDefinition
-
Sets the description of this element definition
- setDetailStatus(JobStatus.DetailStatus) - Method in class com.sas.hls.job.JobStatus
-
Set the detail status.
- setDisplayName(String) - Method in class com.sas.hls.common.AttributeDefinition
-
Deprecated.
Set the displayName to be shown to end users for this attribute definition.
- setDisplayName(String) - Method in class com.sas.hls.security.user.CreateUserInfo
-
Set the displayName of the CreateUserInfo.
- setDisplayName(String) - Method in class com.sas.hls.security.user.UserDescriptor
-
Set the displayName of this UserDescriptor.
- setDueDate(Date) - Method in class com.sas.hls.work.processflow.TimerEvent
-
- setDueDate(Date) - Method in class com.sas.hls.work.processflow.UserTask
-
- setDueDate(Date) - Method in class com.sas.hls.work.processflow.UserTaskDefinition
-
Sets the due date for this user task
- setEditable(boolean) - Method in class com.sas.hls.common.AttributeDefinition
-
Deprecated.
Set the indicator of whether or not this attribute value can be changed by an end user.
- setEmail(String) - Method in class com.sas.hls.security.user.CreateUserInfo
-
Set the email of the CreateUserInfo.
- setEmail(String) - Method in class com.sas.hls.security.user.User
-
Set the email value for this user.
- setEnableVersioning(boolean) - Method in class com.sas.hls.resource.repository.NewFileCheckinSpecification
-
Set the enableVersioning value.
- setEndDate(Date) - Method in class com.sas.hls.schedule.ScheduleTrigger
-
Sets the end date and time of the schedule.
- setEntries(Set<AclEntry>) - Method in class com.sas.hls.security.acl.Acl
-
Set the acl entries for this acl
- setExpiration(Date) - Method in class com.sas.hls.security.user.PasswordInfo
-
Set the expiration date for this password.
- setExpired(boolean) - Method in class com.sas.hls.security.user.PasswordInfo
-
Set this password as expired or not.
- setExtended(boolean) - Method in class com.sas.hls.common.AttributeDefinition
-
Deprecated.
Set whether this attribute is user defined.
- setExternalAuthenticatorByUserId(String, String, String) - Method in interface com.sas.hls.security.user.UserService
-
Sets the external authenticator for the specified user.
- setFirstName(String) - Method in class com.sas.hls.security.user.CreateUserInfo
-
Set the first name value of the CreateUserInfo.
- setFirstName(String) - Method in class com.sas.hls.security.user.User
-
Set the first name for this user.
- setFromCreatedDate(Date) - Method in class com.sas.hls.search.SearchQuery
-
Set the start date of the range for created date in which to query
- setFromDate(Date) - Method in class com.sas.hls.recyclebin.RecycleBinItemQuery
-
Set the starting deleted date of the item to query in deleted items
- setFromDate(Date) - Method in class com.sas.hls.security.audit.AuditEntryQuery
-
Set the start date in which to query
- setFromLastModifiedDate(Date) - Method in class com.sas.hls.search.SearchQuery
-
Set the start date of the range for last modified date in which to query
- setIdentifier(String) - Method in class com.sas.hls.common.AbstractIdentifiable
-
Set the identifier of this object.
- setIdentifier(String) - Method in class com.sas.hls.common.ObjectIdentity
-
Set the identifier of this objectIdentity.
- setIdentifier(String) - Method in class com.sas.hls.organization.OrganizationDescriptor
-
Deprecated.
As of Java API 1.7. There is no replacement. Identifier is immutable.
- setIdentifier(String) - Method in class com.sas.hls.security.group.GroupDescriptor
-
Set the identifier of this object
- setIdentifier(String) - Method in class com.sas.hls.security.privilege.Privilege
-
Set the identifier value of this privilege.
- setIdentifier(String) - Method in class com.sas.hls.security.role.RoleDescriptor
-
Get the identifier of this object.
- setIncludeSubFolders(boolean) - Method in class com.sas.hls.resource.ResourceSpecification
-
Set the includeSubFolders value
- setInputs(Set<ResourceSpecification>) - Method in class com.sas.hls.job.CreateJobInfo
-
- setInputs(Set<ResourceSpecification>) - Method in class com.sas.hls.job.Job
-
Set the set of inputs associated with this job
- setInterval(int) - Method in class com.sas.hls.schedule.ScheduleTrigger
-
Sets the interval number for the schedule.
- setJob(JobDescriptor) - Method in class com.sas.hls.job.ScheduleJobInfo
-
Set the light-weight representation of the job to run
- setJobName(String) - Method in class com.sas.hls.job.CreateJobInfo
-
- setJobPath(String) - Method in class com.sas.hls.work.processflow.JobTaskDefinition
-
Set the full path of the job
- setJobVersion(String) - Method in class com.sas.hls.work.processflow.JobTaskDefinition
-
Sets the version of the job.
- setLabel(String) - Method in class com.sas.hls.job.JobParameter
-
Set the label for this parameter.
- setLastLogin(Date) - Method in class com.sas.hls.security.user.LoginInfo
-
Deprecated.
As of Java API 1.8. There is no replacement. Last login is immutable.
- setLastModifiedBy(String) - Method in class com.sas.hls.search.SearchQuery
-
Set the userid of the user who performed the last modification in which to query.
- setLastModifiedDate(Date) - Method in class com.sas.hls.schedule.ScheduleDescriptor
-
Set the date this schedule was last modified.
- setLastName(String) - Method in class com.sas.hls.security.user.CreateUserInfo
-
Set the last name value of the CreateUserInfo.
- setLastName(String) - Method in class com.sas.hls.security.user.User
-
Set the last name for this user.
- setLead(String) - Method in class com.sas.hls.drug.analysis.Analysis
-
Set the new lead of this Analysis
.
- setLead(String) - Method in class com.sas.hls.drug.project.Project
-
Set the new lead of this Project
.
- setLead(String) - Method in class com.sas.hls.organization.Organization
-
Set the lead of this Organization
.
- setLicenseType(String) - Method in class com.sas.hls.security.user.AccountInfo
-
Set the name of the license type of this account.
- setLocalizedMessage(String) - Method in exception com.sas.hls.common.exception.AbstractRuntimeException
-
Set the localized message value for this exception
- setLocation(String) - Method in class com.sas.hls.resource.repository.CheckedOutFilesQuery
-
Set the name to query for checked out files.
- setLocation(String) - Method in class com.sas.hls.search.SearchQuery
-
Set the location from which to query
- setLocations(Set<String>) - Method in class com.sas.hls.work.processflow.SignalEvent
-
- setLocations(Set<String>) - Method in class com.sas.hls.work.processflow.SignalEventDefinition
-
- setLocked(boolean) - Method in class com.sas.hls.security.user.LockedInfo
-
Set the boolean value indicating if this user account is locked.
- setLockedBy(String) - Method in class com.sas.hls.security.user.LockedInfo
-
Set the identity of the person who locked this user.
- setLockedDate(Date) - Method in class com.sas.hls.security.user.LockedInfo
-
Set the date that this user account was locked.
- setLoginAttempts(long) - Method in class com.sas.hls.security.user.LoginInfo
-
Deprecated.
As of Java API 1.8. There is no replacement. This value is immutable.
- setLoginCount(long) - Method in class com.sas.hls.security.user.LoginInfo
-
Deprecated.
As of version 1.7.2, this method is deprecated and there is no replacement.
A replacement will be added in a future release.
- setLogPath(String) - Method in class com.sas.hls.job.CreateJobInfo
-
- setLogPath(String) - Method in class com.sas.hls.job.Job
-
Set the log path for this job
- setLstPath(String) - Method in class com.sas.hls.job.CreateJobInfo
-
- setLstPath(String) - Method in class com.sas.hls.job.Job
-
Set the list path for this job
- setManifestPath(String) - Method in class com.sas.hls.job.CreateJobInfo
-
- setManifestPath(String) - Method in class com.sas.hls.job.Job
-
Set the manifest path for this job
- setMembers(Set<Principal>) - Method in class com.sas.hls.security.group.Group
-
Set the members of this group.
- setMembers(Set<Principal>) - Method in class com.sas.hls.security.membership.Membership
-
Set the members of this membership.
- setMembers(Set<Principal>) - Method in class com.sas.hls.security.role.RoleAssignment
-
Set the membership of this roleAssignment.
- setMessage(String) - Method in class com.sas.hls.work.processflow.NotificationTaskDefinition
-
Sets the message text for this notification task
- setName(String) - Method in class com.sas.hls.common.AbstractReferenceable
-
- setName(String) - Method in class com.sas.hls.common.Attribute
-
Set the name of this attribute.
- setName(String) - Method in class com.sas.hls.common.AttributeDefinition
-
Deprecated.
Set the internal name of the attribute being defined.
- setName(String) - Method in interface com.sas.hls.common.Referenceable
-
- setName(String) - Method in class com.sas.hls.job.JobParameter
-
Set the name of the parameter.
- setName(String) - Method in class com.sas.hls.job.ParameterValue
-
Set the name of the parameter.
- setName(String) - Method in class com.sas.hls.organization.OrganizationDescriptor
-
Deprecated.
As of Java API 1.7. There is no replacement. Name is immutable.
- setName(String) - Method in class com.sas.hls.recyclebin.RecycleBinItemQuery
-
Set the name of the item to query in deleted items
- setName(String) - Method in class com.sas.hls.resource.repository.CheckedOutFilesQuery
-
Set the name of the file to query for checked out files.
- setName(String) - Method in class com.sas.hls.schedule.ScheduleDescriptor
-
Set the name of this schedule.
- setName(String) - Method in class com.sas.hls.search.SearchQuery
-
Set the name of the source in which to query.
- setName(String) - Method in class com.sas.hls.security.group.GroupDescriptor
-
Set the name of this object
- setName(String) - Method in class com.sas.hls.security.privilege.Privilege
-
Set the name of this privilege.
- setName(String) - Method in class com.sas.hls.security.role.RoleDescriptor
-
Set the name of this role.
- setName(String) - Method in class com.sas.hls.work.processflow.Element
-
Sets the name of this element
- setName(String) - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
-
Set the name of this process flow
- setName(String) - Method in class com.sas.hls.work.processflow.TaskDefinition
-
Sets the name of this element definition
- setNumOccurrences(int) - Method in class com.sas.hls.schedule.ScheduleTrigger
-
Sets the number of occurrences for the which the schedule should execute.
- setObjectType(String) - Method in class com.sas.hls.common.AbstractIdentifiable
-
Set the type of object this represents.
- setObjectType(String) - Method in class com.sas.hls.common.ObjectIdentity
-
Set the objectType of this objectIdentity.
- setObjectType(String) - Method in class com.sas.hls.organization.OrganizationDescriptor
-
Deprecated.
As of Java API 1.7. There is no replacement. Object type is immutable.
- setObjectType(String) - Method in class com.sas.hls.search.SearchQuery
-
Set the object type in which to query
- setObjectType(String) - Method in class com.sas.hls.security.group.GroupDescriptor
-
Set the objectType of this object.
- setObjectType(String) - Method in class com.sas.hls.security.privilege.Privilege
-
Set the objectType of this privilege object.
- setObjectType(String) - Method in class com.sas.hls.security.role.RoleDescriptor
-
Set the objectType of this object.
- setOutputFileCheckinSpec(NewFileCheckinSpecification) - Method in class com.sas.hls.job.CreateJobInfo
-
- setOutputFileCheckinSpec(NewFileCheckinSpecification) - Method in class com.sas.hls.job.Job
-
Set the checkin specification to use for new files created by this job.
- setOutputs(Set<ResourceSpecification>) - Method in class com.sas.hls.job.CreateJobInfo
-
- setOutputs(Set<ResourceSpecification>) - Method in class com.sas.hls.job.Job
-
Set the set of outputs associated with this job
- setOwner(String) - Method in class com.sas.hls.schedule.ScheduleDescriptor
-
Set the opwner of this schedule.
- setOwner(String) - Method in class com.sas.hls.search.SearchQuery
-
Set the userid of the owner in which to query.
- setOwner(UserDescriptor) - Method in class com.sas.hls.security.acl.Acl
-
Sets the user who will be the owner of this acl
- setOwner(String) - Method in class com.sas.hls.work.processflow.ProcessFlowDescriptor
-
Set the userid of the user who will be the owner of this process flow
- setOwningObjectIdentity(ObjectIdentity) - Method in class com.sas.hls.security.acl.Acl
-
Set the object for which this acl is defined
- setParameters(Set<JobParameter>) - Method in class com.sas.hls.job.CreateJobInfo
-
- setParameters(Set<JobParameter>) - Method in class com.sas.hls.job.Job
-
Set the job parameters.
- setParameters(Set<ParameterValue>) - Method in class com.sas.hls.work.processflow.JobTaskDefinition
-
Sets the parameter values that will override the default parameter values in the job
- setParamValues(Set<ParameterValue>) - Method in class com.sas.hls.job.ScheduleJobInfo
-
Sets the job parameterValues.
- setParentPath(String) - Method in class com.sas.hls.job.CreateJobInfo
-
- setPassword(String) - Method in class com.sas.hls.resource.repository.CreateSignatureInfo
-
Set the password to be used during the electronic signature process.
- setPassword(String) - Method in class com.sas.hls.security.user.CreateUserInfo
-
Set the password type value of the CreateUserInfo.
- setPath(String) - Method in class com.sas.hls.common.AbstractReferenceable
-
- setPath(String) - Method in interface com.sas.hls.common.Referenceable
-
- setPath(String) - Method in class com.sas.hls.messaging.subscription.Subscription
-
Set the path of the object for the subscription
- setPath(String) - Method in class com.sas.hls.organization.OrganizationDescriptor
-
Deprecated.
As of Java API 1.7. There is no replacement. Path is immutable.
- setPath(String) - Method in class com.sas.hls.recyclebin.RecycleBinItemQuery
-
Set the path of the item to query in deleted items
- setPath(String) - Method in class com.sas.hls.resource.ResourceSpecification
-
Set the specified path.
- setPhone(String) - Method in class com.sas.hls.security.user.CreateUserInfo
-
Set the phone number value of the CreateUserInfo.
- setPhone(String) - Method in class com.sas.hls.security.user.User
-
Set the primary phone number value for this user.
- setPrincipal(Principal) - Method in class com.sas.hls.messaging.subscription.Subscription
-
Set the principal for the subscription
- setPrincipal(AclPrincipal) - Method in class com.sas.hls.security.acl.AclEntry
-
Set the AclPrincipal for this acl
- setPriority(NotificationTaskDefinition.MessagePriority) - Method in class com.sas.hls.work.processflow.NotificationTaskDefinition
-
Sets the priority for this notification task
- setPriority(Task.Priority) - Method in class com.sas.hls.work.processflow.UserTask
-
- setPriority(Task.Priority) - Method in class com.sas.hls.work.processflow.UserTaskDefinition
-
Sets the complexity of this user task
- setPrivileges(UserDescriptor, Set<Privilege>) - Method in interface com.sas.hls.security.privilege.GlobalPrivilegeAssignmentService
-
Set what privileges are directly given to a specified user.
- setPrivileges(Set<Privilege>) - Method in class com.sas.hls.security.role.Role
-
Set the privileges associated with this role.
- setProcessData(Set<DataProperty>) - Method in class com.sas.hls.work.processflow.ProcessFlow
-
- setProjectState(ProjectDescriptor, State, String, boolean) - Method in interface com.sas.hls.drug.project.ProjectService
-
Set the state for the project
- setProxyHost(String) - Method in class com.sas.hls.client.ProxyInfo
-
Set the proxy server host to use when establishing a
Session
.
- setProxyPassword(String) - Method in class com.sas.hls.client.ProxyInfo
-
Set the proxy server password to use when establishing a
Session
.
- setProxyPort(int) - Method in class com.sas.hls.client.ProxyInfo
-
Set the proxy server port to use when establishing a
Session
.
- setProxyUserId(String) - Method in class com.sas.hls.client.ProxyInfo
-
Set the proxy server user id to use when establishing a
Session
.
- setReadPermission(AclEntry.PermissionValue) - Method in class com.sas.hls.security.acl.AclEntry
-
Set the read permission for this acl
- setReason(String) - Method in class com.sas.hls.resource.repository.CreateSignatureInfo
-
Set the signature reason to use when creating this electronic signature.
- setRecipients(Set<Principal>) - Method in class com.sas.hls.work.processflow.NotificationTaskDefinition
-
Sets the recipients for this notification task
- setRepeatForever(boolean) - Method in class com.sas.hls.schedule.ScheduleTrigger
-
Sets whether to repeat the schedule indefinitely.
- setRequired(boolean) - Method in class com.sas.hls.common.AttributeDefinition
-
Deprecated.
Set whether or not this attribute is required to have a value.
- setRevision(long) - Method in class com.sas.hls.drug.analysis.AnalysisDescriptor
-
Deprecated.
As of Java API 1.7. There is no replacement. Revision is immutable.
- setRevision(long) - Method in class com.sas.hls.drug.project.ProjectDescriptor
-
Deprecated.
As of Java API 1.7. There is no replacement. Revision is immutable.
- setRevision(long) - Method in class com.sas.hls.organization.OrganizationDescriptor
-
Deprecated.
As of Java API 1.7. There is no replacement. Revision is immutable.
- setRevision(long) - Method in class com.sas.hls.security.group.GroupDescriptor
-
Set the internal revision number of this object.
- setRevision(long) - Method in class com.sas.hls.security.membership.MembershipDescriptor
-
Set the internal revision number of this object.
- setRevision(long) - Method in class com.sas.hls.security.role.RoleDescriptor
-
Set the internal revision number of this object.
- setRevision(long) - Method in class com.sas.hls.security.user.User
-
Set the internal revision number of this object.
- setRole(String) - Method in class com.sas.hls.resource.repository.CreateSignatureInfo
-
Set the signature role to use when creating this electronic signature.
- setRoleContext(ObjectIdentity) - Method in class com.sas.hls.security.role.AssignedRole
-
Set the context that a role is being assigned to
- setRoleContext(ObjectIdentity) - Method in class com.sas.hls.security.role.RoleDescriptor
-
Set the context in which this role is defined.
- setRoleDescriptor(RoleDescriptor) - Method in class com.sas.hls.security.role.AssignedRole
-
Set the role being assigned to a context.
- setRunAsOwner(Job, boolean) - Method in interface com.sas.hls.job.JobService
-
Sets if the repository job will run as the owner.
- setSchedulable(Schedulable) - Method in class com.sas.hls.schedule.Schedule
-
Set the schedulable item.
- setSchedulableLabel(String) - Method in class com.sas.hls.schedule.ScheduleDescriptor
-
Set the label of this schedule.
- setSignalName(String) - Method in class com.sas.hls.work.processflow.SignalEvent
-
- setSourceIdentifier(String) - Method in class com.sas.hls.security.audit.AuditEntryQuery
-
Set the identifier of source in which to query
- setSourceLocation(String) - Method in class com.sas.hls.security.audit.AuditEntryQuery
-
Set the location of source in which to query
- setSourceName(String) - Method in class com.sas.hls.security.audit.AuditEntryQuery
-
Set the name of the source in which to query
- setSourceTypes(List<String>) - Method in class com.sas.hls.security.audit.AuditEntryQuery
-
set the list of object types in which to query
- setStartDate(Date) - Method in class com.sas.hls.schedule.ScheduleTrigger
-
Sets the start date and time of the schedule.
- setStatus(ScheduleDescriptor.ScheduleStatus) - Method in class com.sas.hls.schedule.ScheduleDescriptor
-
Set the schedule's status.
- setStatus(ProcessFlowDescriptor.FlowStatus) - Method in exception com.sas.hls.work.processflow.exception.InvalidProcessFlowStateException
-
- setStatusBy(String) - Method in class com.sas.hls.security.user.AccountInfo
-
Set the identity of the person who last changed the status of this account.
- setStatusDate(Date) - Method in class com.sas.hls.security.user.AccountInfo
-
Set the date that this account was put into its current status.
- setStatusMessage(String) - Method in class com.sas.hls.job.JobStatus
-
Set the status message
- setSubject(String) - Method in class com.sas.hls.work.processflow.NotificationTaskDefinition
-
Sets the subject for this notification task
- setSubscriptionEvent(SubscribableEvent) - Method in class com.sas.hls.messaging.subscription.Subscription
-
Set the event subscribing to
- setSummaryStatus(JobStatus.SummaryStatus) - Method in class com.sas.hls.job.JobStatus
-
Set the summary status
- setSyncable(Synchronizable.Syncable) - Method in class com.sas.hls.common.AbstractSynchronizable
-
- setSyncable(Synchronizable.Syncable) - Method in interface com.sas.hls.common.Synchronizable
-
Set the synchronization flag to control workspace synchronization behavior for this specific repository node.
- setTasks(List<ResourceSpecification>) - Method in class com.sas.hls.job.CreateJobInfo
-
- setTasks(List<ResourceSpecification>) - Method in class com.sas.hls.job.Job
-
Set the tasks associated with this job.
- setTimerValue(Serializable) - Method in class com.sas.hls.work.processflow.TimerEventDefinition
-
- setTimeZone(String) - Method in class com.sas.hls.schedule.ScheduleTrigger
-
Sets the timeZone for the schedule.
- setToCreatedDate(Date) - Method in class com.sas.hls.search.SearchQuery
-
Set the end date of the range for created date in which to query
- setToDate(Date) - Method in class com.sas.hls.recyclebin.RecycleBinItemQuery
-
Set the ending deleted date of the item to query in deleted items
- setToDate(Date) - Method in class com.sas.hls.security.audit.AuditEntryQuery
-
Set the end date in which to query
- setToLastModifiedDate(Date) - Method in class com.sas.hls.search.SearchQuery
-
Set the end date of the range for last modified date in which to query
- setTree(JobDescriptor.Tree) - Method in class com.sas.hls.job.JobDescriptor
-
Set the tree location for this job
- setTrigger(ScheduleTrigger) - Method in class com.sas.hls.schedule.Schedule
-
Set the trigger which defines when the schedule will run.
- setTriggerType(ScheduleTrigger.TriggerType) - Method in class com.sas.hls.schedule.ScheduleTrigger
-
Sets the trigger type for the schedule.
- setType(AttributeType) - Method in class com.sas.hls.common.AttributeDefinition
-
Deprecated.
Set the type of the value on the defined attribute.
- setType(ParameterType) - Method in class com.sas.hls.job.JobParameter
-
Set the type of the parameter.
- setType(ParameterType) - Method in class com.sas.hls.job.ParameterValue
-
Set the type of the parameter.
- setType(ResourceSpecification.ResourceType) - Method in class com.sas.hls.resource.ResourceSpecification
-
Set the resource type specified.
- setUserId(String) - Method in class com.sas.hls.resource.repository.CheckedOutFilesQuery
-
Sets the userId of the user whose checked out files will be queried.
- setUserId(String) - Method in class com.sas.hls.resource.repository.CreateSignatureInfo
-
Set the user ID to be used in the creation of this electronic signature.
- setUserId(String) - Method in class com.sas.hls.security.audit.AuditEntryQuery
-
Set the userId of the user whose actions will be queried
- setUserId(String) - Method in class com.sas.hls.security.user.CreateUserInfo
-
Set the userId of the CreateUserInfo.
- setValue(Serializable) - Method in class com.sas.hls.common.Attribute
-
Set the value of this attribute.
- setValue(Serializable) - Method in class com.sas.hls.job.ParameterValue
-
Set the value of the parameter.
- setValue(Serializable) - Method in class com.sas.hls.work.processflow.DataProperty
-
Set the value of this data property
- setVersion(String) - Method in class com.sas.hls.resource.ResourceSpecification
-
Set the specified version.
- setVersionType(VersionType) - Method in class com.sas.hls.resource.repository.NewFileCheckinSpecification
-
Set the versionType of this specification.
- setWriteContentPermission(AclEntry.PermissionValue) - Method in class com.sas.hls.security.acl.AclEntry
-
Set the content write permission for this acl
- setWritePropertiesPermission(AclEntry.PermissionValue) - Method in class com.sas.hls.security.acl.AclEntry
-
Set the properties write permission for this acl
- SignalEvent - Class in com.sas.hls.work.processflow
-
Represents a signal event in a process flow
- SignalEvent(String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, ProcessFlowDescriptor, Date) - Constructor for class com.sas.hls.work.processflow.SignalEvent
-
- SignalEventDefinition - Class in com.sas.hls.work.processflow
-
Provides setup information for IntermediateSignalCatchEvent elements in a process flow.
- SignalEventDefinition(String, String, String, Element.ElementType, String, long, String) - Constructor for class com.sas.hls.work.processflow.SignalEventDefinition
-
Initializing constructor which sets the values of all variables.
- Signature - Class in com.sas.hls.resource.repository
-
Client side representation of an electronic signature created in the SAS Life Science Analytics Framework repository.
- Signature(String, String, String, String, String, String, String, String, Date, String) - Constructor for class com.sas.hls.resource.repository.Signature
-
Constructs a newly allocated Signature
with all fields initialized.
- SignatureService - Interface in com.sas.hls.resource.repository
-
A service for creating and retrieving electronic signature information for file resources in the repository.
- SigningException - Exception in com.sas.hls.resource.repository.exception
-
Thrown when an error occurs during the electronic signature process.
- SigningException(String, String, Throwable) - Constructor for exception com.sas.hls.resource.repository.exception.SigningException
-
Constructs an SigningException
with the specified message and root cause.
- State - Enum in com.sas.hls.common
-
The enumeration of allowed state values allowed for an object that can have a state.
- submitJobInRepository(String, String, Set<ParameterValue>) - Method in interface com.sas.hls.job.JobExecutionService
-
Submits job in the repository.
- submitJobInWorkspace(String, Set<ParameterValue>) - Method in interface com.sas.hls.job.JobExecutionService
-
Submits job in the current user's workspace.
- submitJobInWorkspaceAndPopulate(String, Set<ParameterValue>, boolean) - Method in interface com.sas.hls.job.JobExecutionService
-
Submits job in the workspace and updates the input and output specifications in the job based on inputs and
outputs accessed during the job run.
- SubscribableEvent - Class in com.sas.hls.messaging.subscription
-
The client representation of a subscription event
- SubscribableEvent(String, boolean, boolean) - Constructor for class com.sas.hls.messaging.subscription.SubscribableEvent
-
Constructor
- Subscription - Class in com.sas.hls.messaging.subscription
-
The client representation of a subscription
- Subscription(String, Principal, SubscribableEvent, boolean) - Constructor for class com.sas.hls.messaging.subscription.Subscription
-
Constructor
- SubscriptionExistsException - Exception in com.sas.hls.messaging.subscription.exception
-
Thrown when attempt is made to create a subscription when a subscription already exists.
- SubscriptionExistsException(String) - Constructor for exception com.sas.hls.messaging.subscription.exception.SubscriptionExistsException
-
SubscriptionExistsException constructor
- SubscriptionService - Interface in com.sas.hls.messaging.subscription
-
Service that provides a way to create and retrieve Subscriptions for subscribable events in the repository.
- Synchronizable - Interface in com.sas.hls.common
-
Provides synchronization control on repository objects such that end-users will be allowed, warned or prevented when
synchronizing from repository nodes.
- Synchronizable.Syncable - Enum in com.sas.hls.common
-
Syncable enumeration which controls workspace synchronization behavior for a specific repository node.
- SynchronizationFileInfo - Class in com.sas.hls.resource.repository
-
Provides information about the repository file when it was synchronized to the workspace.
- SynchronizationFileInfo(String, String, Date, Date, long) - Constructor for class com.sas.hls.resource.repository.SynchronizationFileInfo
-
Initializing constructor which sets the values of all variables.
- SynchronizationInfo - Class in com.sas.hls.resource.repository
-
Provides information about the synchronization state between the file that resides in the workspace and the file that
resides in the repository.
- SynchronizationInfo(String, RepositoryFileInfo, SynchronizationFileInfo, WorkspaceFileInfo, SynchronizationInfo.FileStatus, SynchronizationInfo.SynchronizationStatus, SynchronizationInfo.CheckoutStatus) - Constructor for class com.sas.hls.resource.repository.SynchronizationInfo
-
Initializing constructor which sets the values of all variables.
- SynchronizationInfo.CheckoutStatus - Enum in com.sas.hls.resource.repository
-
Enumeration describing the checkin
status of the file.
- SynchronizationInfo.FileStatus - Enum in com.sas.hls.resource.repository
-
Enumeration which describes where the file exists.
- SynchronizationInfo.SynchronizationStatus - Enum in com.sas.hls.resource.repository
-
Enumeration which describes whether the file has been synchronized between the workspace and repository or not.
- SystemException - Exception in com.sas.hls.common.exception
-
A generic runtime error thrown when a more specific exception does not exist.
- SystemException(String) - Constructor for exception com.sas.hls.common.exception.SystemException
-
Constructs a SystemException
with the specified message.
- SystemException(String, Throwable) - Constructor for exception com.sas.hls.common.exception.SystemException
-
Constructs a SystemException
with the specified message and root cause.