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

A

AbstractAcl - Class in com.sas.lsaf.security.acl
Represents an access control list for a specific object in the system.
AbstractAcl(ObjectIdentity) - Constructor for class com.sas.lsaf.security.acl.AbstractAcl
Constructs an AbstractAcl with the specified object type.
AbstractCheckedException - Exception in com.sas.lsaf.core
Root of the hierarchy of all checked exceptions within the SAS Life Science Analytics Framework Java API.
AbstractCheckedException(String) - Constructor for exception com.sas.lsaf.core.AbstractCheckedException
Construct an AbstractCheckedException with the specified detail message.
AbstractCheckedException(String, Throwable) - Constructor for exception com.sas.lsaf.core.AbstractCheckedException
Construct an AbstractCheckedException with the specified detail message and nested exception.
AbstractCreateInfo - Class in com.sas.lsaf.content.common
Represents all of the properties and attributes that can be set on a repository item during creation.
AbstractCreateInfo(String) - Constructor for class com.sas.lsaf.content.common.AbstractCreateInfo
 
AbstractCreateInfo(String, String) - Constructor for class com.sas.lsaf.content.common.AbstractCreateInfo
 
AbstractIdentifiable - Class in com.sas.lsaf.core
An abstract parent class for objects implementing the Identifiable interface.
AbstractIdentifiable(String, String) - Constructor for class com.sas.lsaf.core.AbstractIdentifiable
Constructor.
AbstractRuntimeException - Exception in com.sas.lsaf.core
Root of the hierarchy of all runtime exceptions within the SAS Life Science Analytics Framework Java API.
AbstractRuntimeException(String) - Constructor for exception com.sas.lsaf.core.AbstractRuntimeException
Construct an AbstractRuntimeException with the specified detail message.
AbstractRuntimeException(String, Throwable) - Constructor for exception com.sas.lsaf.core.AbstractRuntimeException
Construct an AbstractRuntimeException with the specified detail message and nested exception.
AccessDeniedException - Exception in com.sas.lsaf.core
Thrown when the user does not have appropriate permissions for the action they attempted.
AccessDeniedException(String) - Constructor for exception com.sas.lsaf.core.AccessDeniedException
Construct an AccessDeniedException with the specified detail message.
AccountDeactivatedException - Exception in com.sas.lsaf.security.authentication
Thrown when an authentication request is rejected because the account is in a deactivated state.
AccountDeactivatedException(String) - Constructor for exception com.sas.lsaf.security.authentication.AccountDeactivatedException
Constructs an AccountDeactivatedException with the specified detail message.
AccountException - Exception in com.sas.lsaf.security.authentication
The root of the hierarchy of all account authentication exceptions.
AccountException(String) - Constructor for exception com.sas.lsaf.security.authentication.AccountException
Constructs an AccountException with the specified detail message.
AccountExpiredException - Exception in com.sas.lsaf.security.authentication
Thrown when an authentication request is rejected because the account is in an expired state.
AccountExpiredException(String) - Constructor for exception com.sas.lsaf.security.authentication.AccountExpiredException
Constructs an AccountExpiredException with the specified detail message.
AccountInfo - Class in com.sas.lsaf.security.user
Account information that details account activation, licensing, and external authentication settings, if applicable.
AccountInfo(AccountInfo.AccountType, Date, Date, boolean, String, String, String) - Constructor for class com.sas.lsaf.security.user.AccountInfo
Constructor.
AccountInfo(AccountInfo.AccountType, Date, Date, boolean, String, String, String, String, boolean) - Constructor for class com.sas.lsaf.security.user.AccountInfo
Constructor.
AccountInfo.AccountType - Enum in com.sas.lsaf.security.user
The list of supported account types.
AccountLockedException - Exception in com.sas.lsaf.security.authentication
Thrown when an authentication request is rejected because the account is in a locked state.
AccountLockedException(String) - Constructor for exception com.sas.lsaf.security.authentication.AccountLockedException
Constructs an AccountLockedException with the specified detail message.
AccountNotFoundException - Exception in com.sas.lsaf.security.authentication
Thrown when an authentication request is rejected because the account does not exist within the system.
AccountNotFoundException(String) - Constructor for exception com.sas.lsaf.security.authentication.AccountNotFoundException
Constructs an AccountNotFoundException with the specified detail message.
Acl - Class in com.sas.lsaf.security.acl
An ACL contains owner and access permission information for a given object.
Acl(ObjectIdentity) - Constructor for class com.sas.lsaf.security.acl.Acl
It is not intended or recommended that the consumer of this API construct these objects.
AclEntry - Class in com.sas.lsaf.security.acl
A data object that represents access permissions for an ACL principal.
AclEntry() - Constructor for class com.sas.lsaf.security.acl.AclEntry
Zero-argument AclEntry constructor.
AclEntry(Principal) - Constructor for class com.sas.lsaf.security.acl.AclEntry
AclEntry constructor
AclEntry(Principal, AclEntry.PermissionValue, AclEntry.PermissionValue, AclEntry.PermissionValue, AclEntry.PermissionValue, AclEntry.PermissionValue) - Constructor for class com.sas.lsaf.security.acl.AclEntry
AclEntry constructor
AclEntry.PermissionValue - Enum in com.sas.lsaf.security.acl
PermissionValue is an enum that represents the possible values of a permission.
AclException - Exception in com.sas.lsaf.security.acl
Root of the hierarchy of all ACL checked exceptions within the SAS Life Science Analytics Framework Java API.
AclException(String) - Constructor for exception com.sas.lsaf.security.acl.AclException
Constructs an AclException with the specified detail message.
AclMembers - Class in com.sas.lsaf.security.acl
A data object that represents the members ACL.
AclMembers(String) - Constructor for class com.sas.lsaf.security.acl.AclMembers
AclMembers constructor.
AclNotFoundException - Exception in com.sas.lsaf.security.acl
Thrown when an error is encountered while getting an ACL.
AclNotFoundException(String) - Constructor for exception com.sas.lsaf.security.acl.AclNotFoundException
Constructs an AclNotFoundException with the specified detail message.
AclOwner - Class in com.sas.lsaf.security.acl
A data object that represents the owner ACL.
AclOwner(String) - Constructor for class com.sas.lsaf.security.acl.AclOwner
AclOwner constructor.
AclRuntimeException - Exception in com.sas.lsaf.security.acl
Root of the hierarchy of all runtime acl exceptions within the application.
AclRuntimeException(String) - Constructor for exception com.sas.lsaf.security.acl.AclRuntimeException
Construct an AclRuntimeException with the specified detail message.
AclService - Interface in com.sas.lsaf.security.acl
Service that provides a way to manipulate owner and permission information of an object.
AclUpdateException - Exception in com.sas.lsaf.security.acl
Thrown when an error is encountered while updating an ACL.
AclUpdateException(String) - Constructor for exception com.sas.lsaf.security.acl.AclUpdateException
Constructs an AclUpdateException with the specified detail message.
AclValidationException - Exception in com.sas.lsaf.security.acl
Thrown if an action could not be completed because there was an issue with the acl.
AclValidationException(String) - Constructor for exception com.sas.lsaf.security.acl.AclValidationException
Constructs a AclValidationException with the specified path and message.
ACTION_ACL_CREATED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_ACL_OWNER_UPDATED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_ACL_UPDATED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_ACTIVATED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_ADDED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_ADMINISTRATIVE_MODE_ADDED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_ADMINISTRATIVE_MODE_ENTERED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_ADMINISTRATIVE_MODE_EXITED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_ADMINISTRATIVE_MODE_REMOVED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_ANALYSIS_ADDED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_ANALYSIS_REMOVED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_ASSOCIATED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_ATTACHMENT_ADDED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_ATTACHMENT_REMOVED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_CHECKEDIN - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_CHECKEDOUT - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_COMPLETED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_CREATED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_DEFAULT_ACL_CREATED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_DEFAULT_ACL_OWNER_UPDATED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_DEFAULT_ACL_UPDATED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_DELETED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_DEPLOYED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_DISABLED_VERSIONING - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_DISASSOCIATED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_DOWNLOADED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_ENABLED_VERSIONING - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_EXTENDED_ATTRIBUTE_CREATED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_EXTENDED_ATTRIBUTE_DELETED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_EXTENDED_ATTRIBUTE_UPDATED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_FILE_ADDED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_FILE_REMOVED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_FOLDER_ADDED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_FOLDER_REMOVED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_GROUP_ADDED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_GROUP_REMOVED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_LEAD_CHANGED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_LOCKED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_MANIFEST_CREATED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_MEMBER_ADDED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_MEMBER_REMOVED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_MIGRATED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_MOVED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_PAUSED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_PERMANENTLY_DELETED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_PRIVILEGE_ADDED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_PRIVILEGE_REMOVED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_PROCESS_FLOW_ADDED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_PROCESS_FLOW_REMOVED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_PROJECT_ADDED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_PROJECT_REMOVED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_RAN - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_REASSIGNED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_REMOVED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_RENAMED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_RESTORED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_RESUMED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_REVERTED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_ROLE_ADDED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_ROLE_REMOVED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_SCHEDULED_OCCURRENCE_REMOVED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_SESSION_LOGOFF_SUCCESSFUL - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_SESSION_LOGON_FAILED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_SESSION_LOGON_SUCCESSFUL - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_SESSION_TIMEOUT - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_SIGNED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STARTED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STATE_CHANGED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_ATTRIBUTES_UPDATED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_CLINICAL_ANALYSIS_RESULTS_METADATA_UPDATED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_CLINICAL_DICTIONARY_ADDED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_CLINICAL_DICTIONARY_REMOVED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_CLINICAL_EXTERNAL_DICTIONARY_ADDED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_CLINICAL_EXTERNAL_DICTIONARY_REMOVED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_CLINICAL_STANDARD_ADDED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_CLINICAL_STANDARD_REMOVED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_CLINICAL_VALUE_LEVEL_METADATA_CHANGED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_CODELIST_ADDED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_CODELIST_CHANGED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_CODELIST_REMOVED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_COLUMN_ADDED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_COLUMN_CHANGED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_COLUMN_REMOVED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_COMPONENT_LOCKED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_COMPONENT_UNLOCKED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_DATASET_CHANGED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_DISPLAY_ADDED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_DISPLAY_CHANGED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_DISPLAY_REMOVED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_DISPLAY_REORDRED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_RESULT_ADDED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_RESULT_CHANGED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_RESULT_REMOVED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_RESULT_REORDERED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_SUPPORTING_DOCUMENTS_CHANGED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_TABLE_ADDED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_TABLE_CHANGED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_TABLE_REMOVED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_TABLE_STANDARD_ASSOCIATED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_TABLE_STANDARD_DISASSOCIATED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_STUDY_TERM_CHANGED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_SUSPENDED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_UNDO_CHECKEDOUT - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_UNLOCKED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_UPDATED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_UPLOADED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_USER_ACCOUNT_ACTIVATED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_USER_ACCOUNT_CHANGED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_USER_ACCOUNT_DEACTIVATED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_USER_ACCOUNT_LOCKED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_USER_ACCOUNT_PASSWORD_UPDATE - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
ACTION_USER_ACCOUNT_UNLOCKED - Static variable in class com.sas.lsaf.security.audit.AuditConstants
 
actions(List<String>) - Method in class com.sas.lsaf.security.audit.AuditQuery
Sets the list of actions to query.
ActionStatus - Class in com.sas.lsaf.core.action
ActionStatus contains information about the results of a batch operation.
ActionStatus(ActionStatus.CompletionStatus, String) - Constructor for class com.sas.lsaf.core.action.ActionStatus
Initializing constructor which sets the values of all variables.
ActionStatus.CompletionStatus - Enum in com.sas.lsaf.core.action
Describes the completion status of either the overall action or an individual action status detail.
ActionStatusDetail - Class in com.sas.lsaf.core.action
Represents the status of an individual step of an action completed in the system.
ActionStatusDetail(String, String, String, String, String, String, ActionStatus.CompletionStatus) - Constructor for class com.sas.lsaf.core.action.ActionStatusDetail
Initializing constructor which sets the values of all variables.
activateProcessDefinition(String) - Method in interface com.sas.lsaf.workflow.processdefinition.ProcessDefinitionService
Activates the latest deployed version of the process flow definition so that process flows can be created from it.
activateProcessFlow(String) - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Activates the specified process flow.
addAction(String) - Method in class com.sas.lsaf.security.audit.AuditQuery
Adds an action to the list of actions to query.
addCharacterMaskedParameter(String, String, String) - Method in class com.sas.lsaf.execution.job.Job
Adds a JobParameter with the specified information that is masked.
addCharacterParameter(String, String, String) - Method in class com.sas.lsaf.execution.job.Job
Adds a JobParameter with the specified information.
addConstraint(Constraint) - Method in class com.sas.lsaf.query.Condition
 
addDateParameter(String, String, Date) - Method in class com.sas.lsaf.execution.job.Job
Adds a JobParameter with the specified information.
addFile(String) - Method in class com.sas.lsaf.execution.job.JobPublishSetup
Adds the path to a file to transfer for use in a published job submission.
addFile(String, String) - Method in class com.sas.lsaf.execution.job.JobPublishSetup
Adds the path and version of a file to transfer for use in a published job submission.
addFileParameter(String, String, String) - Method in class com.sas.lsaf.execution.job.Job
Adds a JobParameter with the specified JobInputFile information.
addFileParameter(String, String, String, String) - Method in class com.sas.lsaf.execution.job.Job
Adds a JobParameter with the specified JobInputFile information.
addFolder(String) - Method in class com.sas.lsaf.execution.job.JobPublishSetup
Adds the path to a folder to transfer for use in a published job submission.
addFolder(String, boolean, boolean) - Method in class com.sas.lsaf.execution.job.JobPublishSetup
Adds the path to a folder to transfer for use in a published job submission and whether to include subfolders files.
addFolderParameter(String, String, String) - Method in class com.sas.lsaf.execution.job.Job
Adds a JobParameter with the specified JobInputFolder information.
addFolderParameter(String, String, String, boolean) - Method in class com.sas.lsaf.execution.job.Job
Adds a JobParameter with the specified JobInputFolder information.
addInheritedRole(String, String, Set<Principal>) - Method in interface com.sas.lsaf.security.role.RoleService
Adds an inherited role at the specified context.
addLocation(String) - Method in class com.sas.lsaf.execution.job.JobPublishCheckin
Adds the path to the folder to checkin when the job completes.
addLocation(String, boolean) - Method in class com.sas.lsaf.execution.job.JobPublishCheckin
Adds the path to the folder and whether to include child folder content at check in when the job completes.
addMember(String, Principal) - Method in interface com.sas.lsaf.security.membership.MembershipService
Adds the principal to the membership list of a membership context.
addMembers(String, Set<Principal>) - Method in interface com.sas.lsaf.security.membership.MembershipService
Adds the principals to the membership list of a membership context.
addNumericParameter(String, String, String) - Method in class com.sas.lsaf.execution.job.Job
Adds a JobParameter with the specified information that represents a numeric value.
addProgram(String) - Method in class com.sas.lsaf.execution.job.Job
Adds a JobProgram with the specified path.
addProgram(String, String) - Method in class com.sas.lsaf.execution.job.Job
Adds a JobProgram with the specified information.
addSourceTypeId(String) - Method in class com.sas.lsaf.security.audit.AuditQuery
Adds a source type to the list of types to query.
ALL - Static variable in class com.sas.lsaf.query.audit.AuditEntryDetailQuery
The value that represents all columns in AuditEntryDetailQuery.
ALL - Static variable in class com.sas.lsaf.query.audit.AuditEntryQuery
The value that represents all columns in AuditEntryQuery.
ALL - Static variable in class com.sas.lsaf.query.repository.recyclebin.RecycleBinContainerQuery
Represents all columns in RecycleBinContainerQuery.
ALL - Static variable in class com.sas.lsaf.query.repository.recyclebin.RecycleBinFileQuery
The value that represents all columns in RecycleBinFileQuery.
ALL - Static variable in class com.sas.lsaf.query.repository.recyclebin.RecycleBinFileVersionQuery
The value that represents all columns in RecycleBinFileVersionQuery.
ALL - Static variable in class com.sas.lsaf.query.repository.recyclebin.RecycleBinItemQuery
The value that represents all columns in RecycleBinItemQuery.
ALL - Static variable in class com.sas.lsaf.query.repository.RepositoryContainerQuery
The value that represents all columns in RepositoryContainerQuery.
ALL - Static variable in class com.sas.lsaf.query.repository.RepositoryFileQuery
The value that epresents all columns in RepositoryFileQuery.
ALL - Static variable in class com.sas.lsaf.query.repository.RepositoryFileVersionQuery
The value that represents all columns in RepositoryFileVersionQuery.
ALL - Static variable in class com.sas.lsaf.query.repository.RepositoryItemQuery
The value that represents all columns in RepositoryItemQuery.
ALL - Static variable in class com.sas.lsaf.query.security.membership.ContextMembershipQuery
The value that represents all columns in ContextMembershipQuery.
ALL - Static variable in class com.sas.lsaf.query.security.membership.DistinctContextMembershipQuery
 
ALL_GLOBAL_PRIVILEGE_IDS - Static variable in class com.sas.lsaf.security.privilege.GlobalPrivileges
The complete set of global privilege identifiers within the system.
ALL_GLOBAL_PRIVILEGES - Static variable in class com.sas.lsaf.security.privilege.GlobalPrivileges
The complete set of global privileges within the system.
ALL_SCOPED_PRIVILEGE_IDS - Static variable in class com.sas.lsaf.security.privilege.ScopedPrivileges
The complete set of scoped privilege identifiers within the system.
ALL_SCOPED_PRIVILEGES - Static variable in class com.sas.lsaf.security.privilege.ScopedPrivileges
The complete set of scoped privileges within the system.
ALL_SIGNAL_EVENTS - Static variable in class com.sas.lsaf.workflow.processflow.ProcessFlowConstants
The set of signal events that are supported within process flow definitions and process flows.
and(List<Constraint>) - Static method in class com.sas.lsaf.query.Condition
 
and(Constraint...) - Static method in class com.sas.lsaf.query.Condition
 
ApplicationInformation - Class in com.sas.lsaf.core.configuration
Provides information on the internal versions of components that were deployed with the API.
ApplicationInformation(String, String) - Constructor for class com.sas.lsaf.core.configuration.ApplicationInformation
Initializing constructor which sets the values of all variables.
ApplicationInformationService - Interface in com.sas.lsaf.core.configuration
A service which exposes internal versions of components that were deployed with the API.
ascending() - Method in class com.sas.lsaf.query.Order
Sets the sort order as ascending.
ascending(Column) - Static method in class com.sas.lsaf.query.Order
Creates an Order object with the specified column sorted in ascending order.
ascending(Column, boolean) - Static method in class com.sas.lsaf.query.Order
Creates an Order object with the specified column sorted in ascending order and indicates whether it is case-sensitive.
assignTask(String, String) - Method in interface com.sas.lsaf.workflow.task.TaskService
Assigns the user task to the specified user.
associateDictionaries(String, List<String>) - Method in interface com.sas.lsaf.clinical.study.StudyService
Associates the dictionaries with the study, replacing the current associations.
associateExternalDictionaries(String, Set<String>) - Method in interface com.sas.lsaf.clinical.study.StudyService
Associates the external dictionaries with the study.
associateStandards(String, Set<String>) - Method in interface com.sas.lsaf.clinical.study.StudyService
Associates the standards with the study.
Attribute - Class in com.sas.lsaf.core
Representation of an attribute on an object.
Attribute() - Constructor for class com.sas.lsaf.core.Attribute
Zero-arg constructor.
Attribute(String, Serializable) - Constructor for class com.sas.lsaf.core.Attribute
Constructs an Attribute object which associates the given attribute id with the given value.
AttributeDefinition - Class in com.sas.lsaf.core.type
Information about the attributes that are defined on a Type.
AttributeDefinition(String, String, AttributeDefinition.AttributeType, boolean, boolean, boolean, boolean) - Constructor for class com.sas.lsaf.core.type.AttributeDefinition
Initializing constructor that allocates an AttributeDefinition and that sets all attributes to the specified values.
AttributeDefinition.AttributeType - Enum in com.sas.lsaf.core.type
The enumeration that defines the data type that is stored by the attribute.
AttributeMapping - Class in com.sas.lsaf.workflow
AttributeMapping represents a single process definition attribute mapping.
AttributeMapping(String, String, FlowAttributeType) - Constructor for class com.sas.lsaf.workflow.AttributeMapping
Constructor.
AttributeMetadata - Class in com.sas.lsaf.clinical.model
 
AttributeMetadata(String, String, String, String, int, ModelConstants.DataType, int, ValueListMetadata, int, int, boolean, boolean, ModelConstants.LogicalType, ModelConstants.AttributeScope, boolean, String, ModelConstants.AttributeState, boolean) - Constructor for class com.sas.lsaf.clinical.model.AttributeMetadata
It is not intended or recommended that the consumer of this API construct these objects.
AttributeValue - Class in com.sas.lsaf.clinical.common
The class to represent the different types of clinical attribute values.
AttributeValue(String, String, Serializable) - Constructor for class com.sas.lsaf.clinical.common.AttributeValue
It is not intended or recommended that the consumer of this API to use this constructor.
AttributeValue(String, Serializable) - Constructor for class com.sas.lsaf.clinical.common.AttributeValue
Constructor.
AUDIT_ENTRY_ACTION - Static variable in class com.sas.lsaf.query.audit.AuditEntryQuery
The audit column that represents the action that was performed.
AUDIT_ENTRY_DETAIL_ATTRIBUTE_ID - Static variable in class com.sas.lsaf.query.audit.AuditEntryDetailQuery
The audit detail column that represents the id of the attribute that changed.
AUDIT_ENTRY_DETAIL_ATTRIBUTE_NAME - Static variable in class com.sas.lsaf.query.audit.AuditEntryDetailQuery
The audit detail column that represents the display name of the attribute that changed.
AUDIT_ENTRY_DETAIL_ATTRIBUTE_TYPE - Static variable in class com.sas.lsaf.query.audit.AuditEntryDetailQuery
The audit detail column that represents the type of the attribute that changed.
AUDIT_ENTRY_DETAIL_ID - Static variable in class com.sas.lsaf.query.audit.AuditEntryDetailQuery
The audit detail column that represents a numeric sequential identifier of the detail entry for each audit record.
AUDIT_ENTRY_DETAIL_NEW_VALUE - Static variable in class com.sas.lsaf.query.audit.AuditEntryDetailQuery
The audit detail column that represents the value of the attribute after the change.
AUDIT_ENTRY_DETAIL_OLD_VALUE - Static variable in class com.sas.lsaf.query.audit.AuditEntryDetailQuery
The audit detail column that represents the value of the attribute prior to the change.
AUDIT_ENTRY_ID - Static variable in class com.sas.lsaf.query.audit.AuditEntryQuery
The audit column that represents the unique identifier of the audit entry.
AUDIT_ENTRY_MODE - Static variable in class com.sas.lsaf.query.audit.AuditEntryQuery
The Mode in which the audit entry was recorded.
AUDIT_ENTRY_SOURCE_ID - Static variable in class com.sas.lsaf.query.audit.AuditEntryQuery
The unique identifier of the item that was audited.
AUDIT_ENTRY_SOURCE_LOCATION - Static variable in class com.sas.lsaf.query.audit.AuditEntryQuery
The location of the item that was audited.
AUDIT_ENTRY_SOURCE_NAME - Static variable in class com.sas.lsaf.query.audit.AuditEntryQuery
The name of the item that was audited.
AUDIT_ENTRY_SOURCE_TYPE_ID - Static variable in class com.sas.lsaf.query.audit.AuditEntryQuery
The type id of the item that was audited.
AUDIT_ENTRY_TIMESTAMP - Static variable in class com.sas.lsaf.query.audit.AuditEntryQuery
The audit column that represents the date and time on which the action was audited.
AUDIT_ENTRY_USERID - Static variable in class com.sas.lsaf.query.audit.AuditEntryQuery
The audit column that represents the userid of the user who performed the action that was audited.
AuditAction - Class in com.sas.lsaf.security.audit
The representation of an audit action that is associated with a specific object type within the system.
AuditAction(String, String, String) - Constructor for class com.sas.lsaf.security.audit.AuditAction
It is not intended or recommended that the consumer of this API construct these objects.
AuditConstants - Class in com.sas.lsaf.security.audit
The abstract class that contains string constants that represent the action value in an AuditEntry.
AuditConstants() - Constructor for class com.sas.lsaf.security.audit.AuditConstants
 
AuditEntry - Class in com.sas.lsaf.security.audit
AuditEntry contains information from a single audit record that includes the source information, the action performed, when the action was performed, and who performed the action.
AuditEntry(String, Date, String, String, String, String, String, String, AuditEntry.Mode) - Constructor for class com.sas.lsaf.security.audit.AuditEntry
It is not intended or recommended that the consumer of this API construct these objects.
AuditEntry.Mode - Enum in com.sas.lsaf.security.audit
The execution mode in which the audit entry was recorded.
AuditEntryDetail - Class in com.sas.lsaf.security.audit
Audit entry details contains the attributes that were changed during an auditable action, hich includes the old and new values, for a particular audit entry.
AuditEntryDetail(String, String, String, String, String, String) - Constructor for class com.sas.lsaf.security.audit.AuditEntryDetail
It is not intended or recommended that the consumer of this API construct these objects.
AuditEntryDetailQuery - Class in com.sas.lsaf.query.audit
This class represents an API to generate criteria to query audit entry details.
AuditEntryDetailQuery() - Constructor for class com.sas.lsaf.query.audit.AuditEntryDetailQuery
 
AuditEntryQuery - Class in com.sas.lsaf.query.audit
This class represents an API to generate criteria to query audit entries.
AuditEntryQuery() - Constructor for class com.sas.lsaf.query.audit.AuditEntryQuery
 
AuditQuery - Class in com.sas.lsaf.security.audit
Audit entry query contains information on how to query the audit trail information.
AuditQuery() - Constructor for class com.sas.lsaf.security.audit.AuditQuery
The default constructor.
AuditQueryService - Interface in com.sas.lsaf.query.audit
The service to extract audit information to a file.
AuditSearchException - Exception in com.sas.lsaf.security.audit
Thrown when an error is encountered while searching the audit entries.
AuditSearchException(String) - Constructor for exception com.sas.lsaf.security.audit.AuditSearchException
Constructs an AuditSearchException with the specified detail message.
AuditService - Interface in com.sas.lsaf.security.audit
The service to query the global audit history or an object's audit history.
AuthenticationException - Exception in com.sas.lsaf.security.authentication
The root of the hierarchy of all authentication exceptions.
AuthenticationException(String) - Constructor for exception com.sas.lsaf.security.authentication.AuthenticationException
Constructs an AuthenticationException with the specified detail message.
AuthenticationProviderInfo - Class in com.sas.lsaf.security.user
Metadata representation of an authentication provider suitable for selection lists.
AuthenticationProviderInfo(String, String, String, boolean) - Constructor for class com.sas.lsaf.security.user.AuthenticationProviderInfo
Constructor.
autoFlowEnabled() - Method in class com.sas.lsaf.clinical.tlf.Tlf
 
autoFlowEnabled() - Method in interface com.sas.lsaf.workflow.autoflow.AutoFlowLaunchable
Gets whether a process flow can be automatically created from the source.
AutoFlowException - Exception in com.sas.lsaf.workflow.autoflow
Thrown when there is an issue auto-creating a process flow.
AutoFlowException(String) - Constructor for exception com.sas.lsaf.workflow.autoflow.AutoFlowException
Constructs an AutoProcessFlowException with the specified message.
AutoFlowLaunchable - Interface in com.sas.lsaf.workflow.autoflow
The interface that a source object must implement in order to be able to automatically create process flows from it.
AutoFlowMappingMetadata - Class in com.sas.lsaf.workflow
The class that represents process flow definition mapping metadata.
AutoFlowMappingMetadata(String, FlowAttributeType, boolean) - Constructor for class com.sas.lsaf.workflow.AutoFlowMappingMetadata
Constructor.
AutoFlowService - Interface in com.sas.lsaf.workflow.autoflow
Service to automatically create process flows based on a mapping from process definition element attributes to an AutoFlowLaunchable's attributes.
AutoFlowSetupException - Exception in com.sas.lsaf.workflow.autoflow
Thrown when there is a setup issue preventing the automatic creation of a process flow.
AutoFlowSetupException(String) - Constructor for exception com.sas.lsaf.workflow.autoflow.AutoFlowSetupException
Constructs an AutoFlowSetupException with the specified message.
AutoFlowType - Enum in com.sas.lsaf.workflow
The allowed types from which a process flow can be automatically created.

B

BaseStandardTypeInfo - Class in com.sas.lsaf.clinical.standards
The class that represents base clinical standard type details.
BaseStandardTypeInfo(String, String, String) - Constructor for class com.sas.lsaf.clinical.standards.BaseStandardTypeInfo
It is not intended or recommended that the consumer of the API construct these objects.
BatchFileCreateInfo - Class in com.sas.lsaf.clinical.common
This class represents all of the properties and attributes that can be set for a file when it is created.
BatchFileCreateInfo(String, SourceLocation) - Constructor for class com.sas.lsaf.clinical.common.BatchFileCreateInfo
Constructor.
BatchFileCreateInfo(String, String, SourceLocation) - Constructor for class com.sas.lsaf.clinical.common.BatchFileCreateInfo
Constructor.
BatchRepositoryService - Interface in com.sas.lsaf.content.repository
The service to perform batch operations in the repository.
BatchWorkspaceService - Interface in com.sas.lsaf.content.workspace
A service to perform batch operations in the current user's workspace.

C

caseInsensitive() - Method in class com.sas.lsaf.query.Comparison
Sets the comparison as case insensitive.
caseInsensitive() - Method in class com.sas.lsaf.query.Order
Sets the sort as case-insensitive.
caseSensitive() - Method in class com.sas.lsaf.query.Comparison
Sets the comparison as case-sensitive.
caseSensitive() - Method in class com.sas.lsaf.query.Order
Sets the sort as case-sensitive.
changePassword(String, String) - Method in interface com.sas.lsaf.security.user.UserService
Changes the current user password.
CHECKEDOUT - Static variable in class com.sas.lsaf.query.repository.RepositoryFileQuery
The column that represents whether a file is checked out.
CHECKEDOUT - Static variable in class com.sas.lsaf.query.repository.RepositoryFileVersionQuery
The column that represents whether a file is checked out.
CHECKEDOUT_BY - Static variable in class com.sas.lsaf.query.repository.RepositoryFileQuery
The column that represents who has the file checked out, if it is checked out.
CHECKEDOUT_BY - Static variable in class com.sas.lsaf.query.repository.RepositoryFileVersionQuery
The column that represents who has the file checked out, if it is checked out.
CHECKEDOUT_DATE - Static variable in class com.sas.lsaf.query.repository.RepositoryFileQuery
The column that represents the date and time on which the file was checked out, if it is checked out.
CHECKEDOUT_DATE - Static variable in class com.sas.lsaf.query.repository.RepositoryFileVersionQuery
The column that represents the date and time on which the file was checked out, if it is checked out.
CheckedOutFilesQuery - Class in com.sas.lsaf.content.repository
The class that represents information to filter checked out files.
CheckedOutFilesQuery() - Constructor for class com.sas.lsaf.content.repository.CheckedOutFilesQuery
Zero-arg constructor.
CheckedOutFilesQuery(String, String, String) - Constructor for class com.sas.lsaf.content.repository.CheckedOutFilesQuery
Constructor.
CheckedOutFilesSearchException - Exception in com.sas.lsaf.content.repository
Thrown when an error is encountered when searching checked out files.
CheckedOutFilesSearchException(String) - Constructor for exception com.sas.lsaf.content.repository.CheckedOutFilesSearchException
Constructor to specify detailed message about the exception.
checkin(List<String>, RepositoryCheckinSpecification) - Method in interface com.sas.lsaf.content.repository.BatchRepositoryService
Checks in all of the files that are specified in the list of paths (which can contain container paths and file paths) that are ready for check in.
checkin(String, RepositoryCheckinSpecification) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Checks in the file from the current user's workspace to the repository.
checkout(List<String>) - Method in interface com.sas.lsaf.content.repository.BatchRepositoryService
Checks out all of the files that are specified in the list of paths (which can contain container paths and file paths).
checkout(String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Checks out the file from the repository.
claimTask(String) - Method in interface com.sas.lsaf.workflow.task.TaskService
Claims the user task by assigning the task to the current user.
clearCheckedOutFilesSearchResults() - Method in interface com.sas.lsaf.content.repository.RepositoryService
Releases any cached information about the query that is associated with the current search.
clearSearchResults() - Method in interface com.sas.lsaf.security.audit.AuditService
Releases any cached information about the query that is associated with the current search.
clearSearchResults() - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Releases any cached information about the query that is associated with the current search.
ClientSession - Interface in com.sas.lsaf.client
Interface that defines the state of the connection to the server.
ClinicalUpdateResult - Class in com.sas.lsaf.clinical.common
The class that represents the results of importing clinical data.
ClinicalUpdateResult(ValidationResult, String, SourceLocation) - Constructor for class com.sas.lsaf.clinical.common.ClinicalUpdateResult
It is not intended or recommended that the consumer of this API construct these objects.
Column - Class in com.sas.lsaf.query
This class represents a method to specify the column information to query.
Column(String, String, Column.Type) - Constructor for class com.sas.lsaf.query.Column
The constructor.
column(Column) - Method in class com.sas.lsaf.query.Comparison
Sets the Column of the comparison.
column(Column) - Method in class com.sas.lsaf.query.Order
Sets the column to sort.
Column.Type - Enum in com.sas.lsaf.query
The type of column to query.
com.sas.lsaf - package com.sas.lsaf
Class to log on to the system.
com.sas.lsaf.client - package com.sas.lsaf.client
Classes needed to create a session and access available services.
com.sas.lsaf.client.utils - package com.sas.lsaf.client.utils
Contains common utility classes.
com.sas.lsaf.clinical.common - package com.sas.lsaf.clinical.common
Contains common clinical classes.
com.sas.lsaf.clinical.dictionary - package com.sas.lsaf.clinical.dictionary
Classes and interfaces to retrieve dictionaries.
com.sas.lsaf.clinical.model - package com.sas.lsaf.clinical.model
Classes and interfaces to retrieve models.
com.sas.lsaf.clinical.standards - package com.sas.lsaf.clinical.standards
Classes and interfaces to retrieve and export standards in the system.
com.sas.lsaf.clinical.study - package com.sas.lsaf.clinical.study
Classes and interfaces to retrieve study information.
com.sas.lsaf.clinical.study.tlf - package com.sas.lsaf.clinical.study.tlf
Classes and interfaces for retrieving study tlf information in the system.
com.sas.lsaf.clinical.tlf - package com.sas.lsaf.clinical.tlf
Contains classes for global tlf information in the system.
com.sas.lsaf.content.common - package com.sas.lsaf.content.common
Contains common content classes.
com.sas.lsaf.content.repository - package com.sas.lsaf.content.repository
Classes and interfaces to manage content in the repository.
com.sas.lsaf.content.repository.recyclebin - package com.sas.lsaf.content.repository.recyclebin
The service to retrieve and delete items from the recycle bin.
com.sas.lsaf.content.repository.signature - package com.sas.lsaf.content.repository.signature
Service and class definitions for signing files and getting signatures.
com.sas.lsaf.content.workspace - package com.sas.lsaf.content.workspace
Classes and interfaces to manage content in the current user's workspace.
com.sas.lsaf.core - package com.sas.lsaf.core
Contains common classes and interfaces for core services in the system.
com.sas.lsaf.core.action - package com.sas.lsaf.core.action
Contains common classes for getting status information for actions in the system.
com.sas.lsaf.core.configuration - package com.sas.lsaf.core.configuration
Services and classes that surface build information for the client and server components so that compatibility checks can be performed.
com.sas.lsaf.core.type - package com.sas.lsaf.core.type
Services and classes to describe the object type definitions within the system.
com.sas.lsaf.execution.job - package com.sas.lsaf.execution.job
Provides the classes needed to create, update, and get jobs as well as execute them and get their status.
com.sas.lsaf.execution.session - package com.sas.lsaf.execution.session
The classes and interfaces to query and manage execution sessions.
com.sas.lsaf.messaging.subscription - package com.sas.lsaf.messaging.subscription
The service for creating and retrieving subscriptions.
com.sas.lsaf.query - package com.sas.lsaf.query
Contains common classes and interfaces to query information.
com.sas.lsaf.query.audit - package com.sas.lsaf.query.audit
The services and classes to query and extract audit information to a file for further processing.
com.sas.lsaf.query.repository - package com.sas.lsaf.query.repository
The services and classes to extract repository content information to a file for further processing.
com.sas.lsaf.query.repository.recyclebin - package com.sas.lsaf.query.repository.recyclebin
The services and classes to extract recycle bin content information to a file for further processing.
com.sas.lsaf.query.security.membership - package com.sas.lsaf.query.security.membership
The services and classes to extract membership information to a file for further processing.
com.sas.lsaf.schedule - package com.sas.lsaf.schedule
Service and class definitions to manage schedules.
com.sas.lsaf.security.acl - package com.sas.lsaf.security.acl
Service and class definitions to create and manipulate ACLs.
com.sas.lsaf.security.audit - package com.sas.lsaf.security.audit
Service and class definitions for getting global audit entries.
com.sas.lsaf.security.authentication - package com.sas.lsaf.security.authentication
Exceptions that can be thrown when authenticating a user.
com.sas.lsaf.security.group - package com.sas.lsaf.security.group
Service and classes for creating and manipulating groups in the system.
com.sas.lsaf.security.membership - package com.sas.lsaf.security.membership
Service and class definitions for manipulating the membership of a context.
com.sas.lsaf.security.principal - package com.sas.lsaf.security.principal
Class definitions for manipulating and identifying principals in the system.
com.sas.lsaf.security.privilege - package com.sas.lsaf.security.privilege
Service and classes for identifying and using privileges in the system.
com.sas.lsaf.security.role - package com.sas.lsaf.security.role
Service and class definitions for manipulating and creating roles, their availability in contexts, and their membership lists.
com.sas.lsaf.security.user - package com.sas.lsaf.security.user
Service and classes to create and manipulate users in the system.
com.sas.lsaf.workflow - package com.sas.lsaf.workflow
Contains classes for supporting workflow-related functionality.
com.sas.lsaf.workflow.autoflow - package com.sas.lsaf.workflow.autoflow
The service and class definitions to manage automatic creation of process flows.
com.sas.lsaf.workflow.element - package com.sas.lsaf.workflow.element
Class definitions representing base elements in a process flow.
com.sas.lsaf.workflow.processdefinition - package com.sas.lsaf.workflow.processdefinition
The service and class definitions to manage process flow definitions.
com.sas.lsaf.workflow.processflow - package com.sas.lsaf.workflow.processflow
The service and class definitions to manage process flows.
com.sas.lsaf.workflow.processflow.setup - package com.sas.lsaf.workflow.processflow.setup
The service and class definitions to manage process flows setup elements.
com.sas.lsaf.workflow.task - package com.sas.lsaf.workflow.task
Service and class definitions for managing and retrieving process flow tasks and elements.
comment(String) - Method in class com.sas.lsaf.clinical.common.BatchFileCreateInfo
 
comment(String) - Method in class com.sas.lsaf.content.common.FileCreateInfo
 
COMMENT - Static variable in class com.sas.lsaf.query.repository.RepositoryFileQuery
The column that represents the comment that was provided the last time the file was added or checked in.
COMMENT - Static variable in class com.sas.lsaf.query.repository.RepositoryFileVersionQuery
The column that represents the comment that was provided when the version of the file was added or checked in.
Comparison - Class in com.sas.lsaf.query
This class represents a search condition in which to query information based on the comparison of a column to a value.
Comparison(Column, Comparison.Operator, Serializable) - Constructor for class com.sas.lsaf.query.Comparison
Constructor.
Comparison(Column, Comparison.Operator, Serializable, boolean) - Constructor for class com.sas.lsaf.query.Comparison
Constructor.
comparison(Column, Comparison.Operator, Serializable) - Static method in class com.sas.lsaf.query.Comparison
Creates a Comparison object with the specified column, operator, and value.
comparison(Column, Comparison.Operator, Serializable, boolean) - Static method in class com.sas.lsaf.query.Comparison
Creates a Comparison object with the specified column, operator, value and indicates whether the comparison is case-sensitive.
Comparison.Operator - Enum in com.sas.lsaf.query
The method with which to evaluate data that is compared to a value.
CompletedElement - Class in com.sas.lsaf.workflow.element
The abstract class that represents a completed element of a process flow.
CompletedElement(String, String, String, String, String, String, Element.ElementType, Date, String, Date, CompletedElement.TaskCompletedState) - Constructor for class com.sas.lsaf.workflow.element.CompletedElement
It is not intended or recommended that the consumer of this API construct these objects.
CompletedElement.TaskCompletedState - Enum in com.sas.lsaf.workflow.element
Provides the completed state of the element.
CompletedEvent - Class in com.sas.lsaf.workflow.element
The class that represents a completed event in a process flow.
CompletedEvent(String, String, String, String, String, String, Element.ElementType, Date, String, Date, CompletedElement.TaskCompletedState) - Constructor for class com.sas.lsaf.workflow.element.CompletedEvent
It is not intended or recommended that the consumer of this API construct these objects.
CompletedEventGateway - Class in com.sas.lsaf.workflow.element
The class that represents a completed event gateway in a process flow.
CompletedEventGateway(String, String, String, String, String, String, Element.ElementType, Date, String, Date, CompletedElement.TaskCompletedState, CompletedEvent) - Constructor for class com.sas.lsaf.workflow.element.CompletedEventGateway
It is not intended or recommended that the consumer of this API construct these objects.
CompletedJobTask - Class in com.sas.lsaf.workflow.task
The class that represents a completed job task in a process flow.
CompletedJobTask(String, String, String, String, String, String, Element.ElementType, Date, List<Attribute>, String, Date, String, CompletedElement.TaskCompletedState, String, String, String, String, List<ParameterValue>) - Constructor for class com.sas.lsaf.workflow.task.CompletedJobTask
It is not intended or recommended that the consumer of this API construct these objects.
CompletedNotificationTask - Class in com.sas.lsaf.workflow.task
The class that represents a completed notification task in a process flow.
CompletedNotificationTask(String, String, String, String, String, String, Element.ElementType, Date, List<Attribute>, String, Date, String, CompletedElement.TaskCompletedState, Set<Principal>, String, NotificationTaskSetup.MessagePriority, String) - Constructor for class com.sas.lsaf.workflow.task.CompletedNotificationTask
It is not intended or recommended that the consumer of this API construct these objects.
CompletedSignalEvent - Class in com.sas.lsaf.workflow.element
The class that represents a completed signal event in a process flow
CompletedSignalEvent(String, String, String, String, String, String, Element.ElementType, Date, String, Date, String, String, CompletedElement.TaskCompletedState) - Constructor for class com.sas.lsaf.workflow.element.CompletedSignalEvent
It is not intended or recommended that the consumer of this API construct these objects.
CompletedTask - Class in com.sas.lsaf.workflow.task
The class that represents a completed task in a process flow.
CompletedTask(String, String, String, String, String, String, Element.ElementType, Date, String, Date, CompletedElement.TaskCompletedState, List<Attribute>) - Constructor for class com.sas.lsaf.workflow.task.CompletedTask
It is not intended or recommended that the consumer of this API construct these objects.
CompletedUserTask - Class in com.sas.lsaf.workflow.task
The class that represents a completed user task in a process flow.
CompletedUserTask(String, String, String, String, String, String, Element.ElementType, Date, List<Attribute>, String, Date, CompletedElement.TaskCompletedState, Task.Complexity, Task.Priority, Date, String, float) - Constructor for class com.sas.lsaf.workflow.task.CompletedUserTask
It is not intended or recommended that the consumer of this API construct these objects.
CompletedUserTaskDetails - Class in com.sas.lsaf.workflow.task
The class that represents a completed user task in a process flow with completion attributes and task assignment history.
CompletedUserTaskDetails(String, String, String, String, String, String, Element.ElementType, Date, List<Attribute>, String, Date, CompletedElement.TaskCompletedState, Task.Complexity, Task.Priority, Date, String, float, Set<DataProperty>, Set<UserTaskAssignment>) - Constructor for class com.sas.lsaf.workflow.task.CompletedUserTaskDetails
It is not intended or recommended that the consumer of this API construct these objects.
completeTask(String, float, Set<DataProperty>, String) - Method in interface com.sas.lsaf.workflow.task.TaskService
Completes the user task.
Condition - Class in com.sas.lsaf.query
This class represents a compound expression in which to query information.
Condition() - Constructor for class com.sas.lsaf.query.Condition
 
Condition(Condition.Operator) - Constructor for class com.sas.lsaf.query.Condition
 
Condition(Condition.Operator, List<Constraint>) - Constructor for class com.sas.lsaf.query.Condition
 
Condition.Operator - Enum in com.sas.lsaf.query
The method by which to combine conditions for a query.
ConfigurationException - Exception in com.sas.lsaf.client
Thrown when a configuration error is detected.
ConfigurationException(String) - Constructor for exception com.sas.lsaf.client.ConfigurationException
Constructs a ConfigurationException with the specified message.
ConfigurationException(String, Throwable) - Constructor for exception com.sas.lsaf.client.ConfigurationException
Constructs a ConfigurationException with the specified message and root cause.
constrain(Constraint) - Method in class com.sas.lsaf.query.Query
Sets the constraint to use when executing the query.
Constraint - Interface in com.sas.lsaf.query
An interface that indicates a condition to query information.
constraints(List<Constraint>) - Method in class com.sas.lsaf.query.Condition
 
CONTEXT_QUERIED - Static variable in class com.sas.lsaf.query.security.membership.ContextMembershipQuery
The column that represents the path of the context that was queried for membership information.
CONTEXT_QUERIED - Static variable in class com.sas.lsaf.query.security.membership.DistinctContextMembershipQuery
The column that represents the path of the context that was queried for membership information.
ContextMembershipQuery - Class in com.sas.lsaf.query.security.membership
This class represents criteria to use to query membership information.
ContextMembershipQuery(String) - Constructor for class com.sas.lsaf.query.security.membership.ContextMembershipQuery
The constructor with all of the required fields.
ContextMembershipQuery(String, ContextMembershipQuery.MembershipScope) - Constructor for class com.sas.lsaf.query.security.membership.ContextMembershipQuery
Constructor.
ContextMembershipQuery.MembershipScope - Enum in com.sas.lsaf.query.security.membership
The scope in which to query the membership.
ContextMembershipQueryService - Interface in com.sas.lsaf.query.security.membership
The service to extract context membership information to a file.
contributesToDefine() - Method in class com.sas.lsaf.clinical.model.AttributeMetadata
Gets whether the attribute contributes to a Define-XML file.
copy(String, String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Copies the repository object from the source path to the destination path.
copy(String, String) - Method in interface com.sas.lsaf.content.workspace.WorkspaceService
Copies the workspace folder or file from the source path to the destination path.
copyLatestFileVersionToWorkspace(String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Copies the latest version of the repository file to your workspace.
copyProcessFlow(ProcessFlowCopyInfo) - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Copies the process flow using the specified source process flow id.
copySpecificFileVersionToWorkspace(String, String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Copies the version of the repository file to your workspace.
CopyToWorkspaceException - Exception in com.sas.lsaf.content.repository
Thrown when the item to copy has been marked as RepositoryItem.Syncable.DENY or RepositoryItem.Syncable.DENY_ALL.
CopyToWorkspaceException(String, String) - Constructor for exception com.sas.lsaf.content.repository.CopyToWorkspaceException
Constructs a CopyToWorkspaceException with the specified path and detail message.
createAutoFlow(String, String, AutoFlowType, String, String) - Method in interface com.sas.lsaf.workflow.autoflow.AutoFlowService
Automatically create a process flow based on a process definition whose elements have been mapped to source (ex: TLF) metadata.
createContext(String, String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Creates a context in the repository.
CREATED - Static variable in class com.sas.lsaf.query.repository.RepositoryItemQuery
The column that represents the date and time on which the repository item was created.
CREATED_BY - Static variable in class com.sas.lsaf.query.repository.RepositoryItemQuery
The column that represents the userid of the user who created the repository item.
createFile(String, String, String, boolean) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Creates an unversioned file in the repository.
createFile(String, String, boolean) - Method in interface com.sas.lsaf.content.workspace.WorkspaceService
Creates a file in the workspace.
createFolder(String, boolean) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Creates a folder in the repository.
createFolder(String, boolean) - Method in interface com.sas.lsaf.content.workspace.WorkspaceService
Creates a folder in the workspace.
createGroup(String, String, String, Set<Principal>) - Method in interface com.sas.lsaf.security.group.GroupService
Creates the group.
createProcessFlow(String, String, String) - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Creates a process flow at the context using the latest deployed version of the process flow definition.
createProcessFlowManifest(String, FileCreateInfo) - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Creates a process flow manifest file for the process flow with the identifier in the repository.
createRepositoryJob(Job, RepositoryCheckinSpecification, boolean, boolean) - Method in interface com.sas.lsaf.execution.job.JobService
Creates a job in the repository.
createRole(String, String, String, Set<String>, Set<Principal>) - Method in interface com.sas.lsaf.security.role.RoleService
Creates a defined role at the specified context.
createSchedule(String, String, Schedulable, ScheduleTrigger) - Method in interface com.sas.lsaf.schedule.ScheduleService
Creates a schedule that runs the job that is specified in the schedulable at the time that is defined in the trigger.
createSignature(String, CreateSignatureInfo) - Method in interface com.sas.lsaf.content.repository.signature.SignatureService
Creates a signature for the current version of a file (only the current version of a file can be signed).
CreateSignatureInfo - Class in com.sas.lsaf.content.repository.signature
The class that represents the parameters that are required to create a signature.
CreateSignatureInfo() - Constructor for class com.sas.lsaf.content.repository.signature.CreateSignatureInfo
Constructs an allocated CreateSignatureInfo with all of the fields uninitialized.
createUser(UserCreateInfo) - Method in interface com.sas.lsaf.security.user.UserService
Creates a user in the system.
createVersionedFile(String, String, String, String, boolean) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Creates a versioned file in the repository.
createWorkspaceJob(String, String, List<JobProgram>, List<JobParameter>, boolean, boolean) - Method in interface com.sas.lsaf.execution.job.JobService
Creates a job in the current user's workspace.
createWorkspaceJob(Job, boolean, boolean) - Method in interface com.sas.lsaf.execution.job.JobService
Creates the job in the current user's workspace.
CreationMethod - Enum in com.sas.lsaf.workflow.processflow
The values by which a process flow can be created.
CredentialsException - Exception in com.sas.lsaf.security.authentication
The root of the hierarchy of all credential-related authentication exceptions.
CredentialsException(String) - Constructor for exception com.sas.lsaf.security.authentication.CredentialsException
Constructs an CredentialsException with the specified detail message.
CredentialsExpiredException - Exception in com.sas.lsaf.security.authentication
Thrown when an authentication request is rejected because the account's credentials have expired.
CredentialsExpiredException(String) - Constructor for exception com.sas.lsaf.security.authentication.CredentialsExpiredException
Constructs an CredentialsExpiredException with the specified detail message.
CredentialsIncorrectException - Exception in com.sas.lsaf.security.authentication
Thrown when an authentication request is rejected because the credentials are incorrect.
CredentialsIncorrectException(String) - Constructor for exception com.sas.lsaf.security.authentication.CredentialsIncorrectException
Constructs an CredentialsIncorrectException with the specified detail message.
custom(String) - Method in class com.sas.lsaf.execution.job.JobPublishCheckin
Gets a JobPublishCheckin with the VersionType as CUSTOM.
customVersion(String) - Method in class com.sas.lsaf.content.common.FileCreateInfo
 

D

DataAccessException - Exception in com.sas.lsaf.core
Thrown when there is a problem storing or retrieving data from the database.
DataAccessException(String) - Constructor for exception com.sas.lsaf.core.DataAccessException
Construct an DataAccessException with the specified detail message.
DataProperty - Class in com.sas.lsaf.workflow.processflow
The class that represents a form property in a process flow that is specified with the start event in a process flow definition.
DataProperty(String, String, DataProperty.Type, Serializable, Map<String, String>, String) - Constructor for class com.sas.lsaf.workflow.processflow.DataProperty
It is not intended or recommended that the consumer of the API construct these objects.
DataProperty(String, String, DataProperty.Type, Serializable) - Constructor for class com.sas.lsaf.workflow.processflow.DataProperty
It is not intended or recommended that the consumer of the API construct these objects.
DataProperty.Type - Enum in com.sas.lsaf.workflow.processflow
Provides the propery type.
DataType - Enum in com.sas.lsaf.core
The allowed values of data types.
DEFAULT_MAJOR_VERSION_LIMIT - Static variable in class com.sas.lsaf.query.repository.RepositoryContainerQuery
The column that represents the default limit for the major versions of files that were created within the container.
DEFAULT_MINOR_VERSION_LIMIT - Static variable in class com.sas.lsaf.query.repository.RepositoryContainerQuery
The column that represents the default limit for the minor versions of files that were created within the container.
DefaultAcl - Class in com.sas.lsaf.security.acl
A DefaultAcl contains owner and access permission information for a given container object.
DefaultAcl(ObjectIdentity) - Constructor for class com.sas.lsaf.security.acl.DefaultAcl
It is not intended or recommended that the consumer of this API construct these objects.
DefaultAcl.OwnerPropagation - Enum in com.sas.lsaf.security.acl
The enumeration to determine the default owner of child items created underneath this container.
delete(String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Logically deletes the object (moves it to the recycle bin).
delete(String) - Method in interface com.sas.lsaf.content.workspace.WorkspaceService
Delete the specified folder or file in the workspace.
deleteAvailableItems() - Method in interface com.sas.lsaf.content.repository.recyclebin.RecycleBinService
Permanently deletes all of the items in the recycle bin that the current user has access to delete.
DELETED_BY - Static variable in class com.sas.lsaf.query.repository.recyclebin.RecycleBinItemQuery
The column that represents the userid of the user who deleted the repository item.
DELETED_DATE - Static variable in class com.sas.lsaf.query.repository.recyclebin.RecycleBinItemQuery
The column that represents the date and time on which the repository item was deleted.
deleteGroup(String) - Method in interface com.sas.lsaf.security.group.GroupService
Deletes the group.
deleteItem(RecycleBinItem) - Method in interface com.sas.lsaf.content.repository.recyclebin.RecycleBinService
Permanently deletes the specified item in the recycle bin.
deleteItemById(String) - Method in interface com.sas.lsaf.content.repository.recyclebin.RecycleBinService
Permanently deletes the item with the specified identifier in the recycle bin.
deleteItems(Set<RecycleBinItem>) - Method in interface com.sas.lsaf.content.repository.recyclebin.RecycleBinService
Permanently deletes the specified items in the recycle bin.
deleteItemsByIds(Set<String>) - Method in interface com.sas.lsaf.content.repository.recyclebin.RecycleBinService
Permanently deletes the recycle bin items with the specified identifiers.
deleteItemsByQuery(RecycleBinQuery) - Method in interface com.sas.lsaf.content.repository.recyclebin.RecycleBinService
Permanently deletes all of the items that can be deleted in the recycle bin based on the specified query.
deleteProcessFlow(String) - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Deletes the process flow with the specified identifier.
deleteRole(String) - Method in interface com.sas.lsaf.security.role.RoleService
Deletes the role as well as all inherited roles created from the role.
deleteSchedule(String) - Method in interface com.sas.lsaf.schedule.ScheduleService
Deletes the schedule
deleteSession(String) - Method in interface com.sas.lsaf.execution.session.SessionService
Deletes a session.
deleteSessions(Set<String>) - Method in interface com.sas.lsaf.execution.session.SessionService
Deletes the sessions.
deleteUser(String) - Method in interface com.sas.lsaf.security.user.UserService
Deletes a user who has performed no actions in the system.
deleteVersions(String, Set<String>) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Permanently deletes the versions of the file at the specified path.
deployProcessDefinitionFromRepository(String, String, Set<String>, String, boolean, boolean) - Method in interface com.sas.lsaf.workflow.processdefinition.ProcessDefinitionService
Deploys the process flow definition file from the repository.
descending() - Method in class com.sas.lsaf.query.Order
Sets the sort order as descending.
descending(Column) - Static method in class com.sas.lsaf.query.Order
Creates an Order object with the specified column sorted in descending order.
descending(Column, boolean) - Static method in class com.sas.lsaf.query.Order
Creates an Order object with the specified column sorted in descending order and indicates whether it is case-sensitive.
description(String) - Method in class com.sas.lsaf.content.common.AbstractCreateInfo
 
description(String) - Method in class com.sas.lsaf.content.common.FileCreateInfo
 
DESCRIPTION - Static variable in class com.sas.lsaf.query.repository.RepositoryItemQuery
The column that represents the description of the repository item.
description - Variable in class com.sas.lsaf.workflow.processflow.setup.ElementSetup
 
DictionaryDescriptor - Class in com.sas.lsaf.clinical.dictionary
A lightweight version of the dictionary object.
DictionaryDescriptor(String, String, String, String, boolean, String, Date, String, Date, String, Date, String, EntityState, EntityState, EntityStatus, String, int) - Constructor for class com.sas.lsaf.clinical.dictionary.DictionaryDescriptor
It is not intended or recommended that the consumer of the API construct these objects.
DictionaryException - Exception in com.sas.lsaf.clinical.dictionary
Root of the hierarchy of all checked dictionary exceptions.
DictionaryException(String) - Constructor for exception com.sas.lsaf.clinical.dictionary.DictionaryException
Constructs an DictionaryException with the specified detail message.
DictionaryNotFoundException - Exception in com.sas.lsaf.clinical.dictionary
Thrown when the specified dictionary is not found.
DictionaryNotFoundException(String) - Constructor for exception com.sas.lsaf.clinical.dictionary.DictionaryNotFoundException
Constructs a DictionaryNotFoundException with the specified message.
DictionaryService - Interface in com.sas.lsaf.clinical.dictionary
A service to retrieve dictionaries.
DIGEST - Static variable in class com.sas.lsaf.query.repository.RepositoryFileQuery
The column that represents the digest of the latest version of a file.
DIGEST - Static variable in class com.sas.lsaf.query.repository.RepositoryFileVersionQuery
The column that represents the digest of a version of a file.
disableVersioning(String, String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Disables versioning support for the repository file.
disassociateExternalDictionaries(String, Set<String>) - Method in interface com.sas.lsaf.clinical.study.StudyService
Disassociates the external dictionaries that are associated with the study.
disassociateStandards(String, Set<String>) - Method in interface com.sas.lsaf.clinical.study.StudyService
Disassociates the standards that are associated with the study.
DistinctContextMembershipQuery - Class in com.sas.lsaf.query.security.membership
This class represents the criteria to query membership information.
DistinctContextMembershipQuery(String) - Constructor for class com.sas.lsaf.query.security.membership.DistinctContextMembershipQuery
The constructor with all of the required fields.
DistinctContextMembershipQuery(String, ContextMembershipQuery.MembershipScope) - Constructor for class com.sas.lsaf.query.security.membership.DistinctContextMembershipQuery
Constructor.
downloadAsZip(Set<String>, String, boolean) - Method in interface com.sas.lsaf.content.repository.BatchRepositoryService
Downloads the files from a specified set of paths to a the zip file.
downloadAsZip(Set<String>, String, boolean) - Method in interface com.sas.lsaf.content.workspace.BatchWorkspaceService
Takes the workspace paths in the selected set and downloads them to the specified zip file .
downloadFile(String, String, String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Downloads the file to a local file.
downloadFile(String, String) - Method in interface com.sas.lsaf.content.workspace.WorkspaceService
Downloads the contents the workspace file to the specified local file system path.

E

Element - Class in com.sas.lsaf.workflow.element
The parent class for an element in a process flow.
Element(String, String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, String, Date) - Constructor for class com.sas.lsaf.workflow.element.Element
It is not intended or recommended that the consumer of this API construct these objects.
Element.ElementType - Enum in com.sas.lsaf.workflow.element
Provides the type of the flow element.
ElementSetup - Class in com.sas.lsaf.workflow.processflow.setup
The abstract parent class of the element setup for all element types in a process flow.
ElementSetup(String, String, String, Element.ElementType, String) - Constructor for class com.sas.lsaf.workflow.processflow.setup.ElementSetup
It is not intended or recommended that the consumer of this API construct these objects.
enableVersioning() - Method in class com.sas.lsaf.clinical.common.BatchFileCreateInfo
 
enableVersioning(boolean) - Method in class com.sas.lsaf.clinical.common.BatchFileCreateInfo
 
enableVersioning() - Method in class com.sas.lsaf.content.common.FileCreateInfo
 
enableVersioning(boolean) - Method in class com.sas.lsaf.content.common.FileCreateInfo
 
enableVersioning(String, String, String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Enables versioning for the repository file.
enableVersioningForNewFiles() - Method in class com.sas.lsaf.execution.job.JobPublishCheckin
Gets a JobPublishCheckin with versioning enabled for new files.
enableVersioningForNewFiles(boolean) - Method in class com.sas.lsaf.execution.job.JobPublishCheckin
Gets a JobPublishCheckin to specify whether to version new files.
encryptPassword(byte[]) - Method in interface com.sas.lsaf.security.user.UserService
Gets an encrypted version of a password.
endSession(String) - Method in interface com.sas.lsaf.execution.session.SessionService
Ends a session.
EngineType - Enum in com.sas.lsaf.execution.session
The values of the session engine types, based on the execution environment.
EntityState - Enum in com.sas.lsaf.core
The allowed values of entity states.
EntityStatus - Enum in com.sas.lsaf.core
The allowed values of entity statuses.
equal(Column, Serializable) - Static method in class com.sas.lsaf.query.Comparison
Creates a Comparison object with the specified column and value using the EQUAL operator.
equal(Column, Serializable, boolean) - Static method in class com.sas.lsaf.query.Comparison
Creates a Comparison object with the specified column and value using the EQUAL operator, and indicates whether the comparison is case-sensitive.
equals(Object) - Method in class com.sas.lsaf.clinical.common.AttributeValue
 
equals(Object) - Method in class com.sas.lsaf.clinical.dictionary.DictionaryDescriptor
 
equals(Object) - Method in class com.sas.lsaf.clinical.dictionary.ExternalDictionary
 
equals(Object) - Method in class com.sas.lsaf.clinical.model.AttributeMetadata
 
equals(Object) - Method in class com.sas.lsaf.clinical.model.ModelDescriptor
 
equals(Object) - Method in class com.sas.lsaf.clinical.model.ValueListMetadata
 
equals(Object) - Method in class com.sas.lsaf.clinical.model.ValueListValueMetadata
 
equals(Object) - Method in class com.sas.lsaf.clinical.standards.BaseStandardTypeInfo
 
equals(Object) - Method in class com.sas.lsaf.clinical.standards.StandardDescriptor
 
equals(Object) - Method in class com.sas.lsaf.clinical.study.Study
 
equals(Object) - Method in class com.sas.lsaf.clinical.study.StudyComponentEditableStatus
 
equals(Object) - Method in class com.sas.lsaf.clinical.study.tlf.StudyTlfInfo
 
equals(Object) - Method in class com.sas.lsaf.clinical.tlf.SectionDescriptor
 
equals(Object) - Method in class com.sas.lsaf.clinical.tlf.TlfDescriptor
 
equals(Object) - Method in class com.sas.lsaf.content.common.FileSpecification
 
equals(Object) - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinItem
 
equals(Object) - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinQuery
 
equals(Object) - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinSearchResults
 
equals(Object) - Method in class com.sas.lsaf.content.repository.RepositoryCheckinSpecification
 
equals(Object) - Method in class com.sas.lsaf.content.repository.RepositoryContainer
 
equals(Object) - Method in class com.sas.lsaf.content.repository.RepositoryContext
 
equals(Object) - Method in class com.sas.lsaf.content.repository.RepositoryExecutableFile
 
equals(Object) - Method in class com.sas.lsaf.content.repository.RepositoryFile
 
equals(Object) - Method in class com.sas.lsaf.content.repository.RepositoryFileInfo
 
equals(Object) - Method in class com.sas.lsaf.content.repository.RepositoryFileVersionInfo
 
equals(Object) - Method in class com.sas.lsaf.content.repository.RepositoryFolder
 
equals(Object) - Method in class com.sas.lsaf.content.repository.RepositoryItem
 
equals(Object) - Method in class com.sas.lsaf.content.repository.RepositorySearchResults
 
equals(Object) - Method in class com.sas.lsaf.content.repository.SearchQuery
 
equals(Object) - Method in class com.sas.lsaf.content.repository.signature.CreateSignatureInfo
 
equals(Object) - Method in class com.sas.lsaf.content.repository.signature.Signature
 
equals(Object) - Method in class com.sas.lsaf.content.repository.SynchronizationFileInfo
 
equals(Object) - Method in class com.sas.lsaf.content.repository.SynchronizationInfo
 
equals(Object) - Method in class com.sas.lsaf.content.repository.VersionDeleteInfo
 
equals(Object) - Method in class com.sas.lsaf.content.repository.VersionLimits
 
equals(Object) - Method in class com.sas.lsaf.content.repository.WorkspaceFileInfo
 
equals(Object) - Method in class com.sas.lsaf.content.workspace.WorkspaceFile
 
equals(Object) - Method in class com.sas.lsaf.content.workspace.WorkspaceFolder
 
equals(Object) - Method in class com.sas.lsaf.content.workspace.WorkspaceItem
 
equals(Object) - Method in class com.sas.lsaf.core.AbstractIdentifiable
 
equals(Object) - Method in class com.sas.lsaf.core.Attribute
 
equals(Object) - Method in class com.sas.lsaf.core.ObjectIdentity
 
equals(Object) - Method in class com.sas.lsaf.core.SearchResultsInfo
 
equals(Object) - Method in class com.sas.lsaf.core.type.AttributeDefinition
 
equals(Object) - Method in class com.sas.lsaf.core.type.Type
 
equals(Object) - Method in class com.sas.lsaf.core.type.TypeDescriptor
 
equals(Object) - Method in class com.sas.lsaf.execution.job.Job
 
equals(Object) - Method in class com.sas.lsaf.execution.job.JobInput
 
equals(Object) - Method in class com.sas.lsaf.execution.job.JobInputFile
 
equals(Object) - Method in class com.sas.lsaf.execution.job.JobInputFolder
 
equals(Object) - Method in class com.sas.lsaf.execution.job.JobParameter
 
equals(Object) - Method in class com.sas.lsaf.execution.job.JobProgram
 
equals(Object) - Method in class com.sas.lsaf.execution.job.JobPublishCheckinLocation
 
equals(Object) - Method in class com.sas.lsaf.execution.job.JobPublishSetupFile
 
equals(Object) - Method in class com.sas.lsaf.execution.job.JobPublishSetupFolder
 
equals(Object) - Method in class com.sas.lsaf.execution.job.JobPublishSetupItem
 
equals(Object) - Method in class com.sas.lsaf.execution.job.JobSubmission
 
equals(Object) - Method in class com.sas.lsaf.execution.job.JobSubmissionStatus
 
equals(Object) - Method in class com.sas.lsaf.execution.job.Manifest
 
equals(Object) - Method in class com.sas.lsaf.execution.job.ManifestExternalReference
 
equals(Object) - Method in class com.sas.lsaf.execution.job.ManifestFile
 
equals(Object) - Method in class com.sas.lsaf.execution.job.ManifestFileRef
 
equals(Object) - Method in class com.sas.lsaf.execution.job.ManifestInput
 
equals(Object) - Method in class com.sas.lsaf.execution.job.ManifestJob
 
equals(Object) - Method in class com.sas.lsaf.execution.job.ManifestMetrics
 
equals(Object) - Method in class com.sas.lsaf.execution.job.ManifestOutput
 
equals(Object) - Method in class com.sas.lsaf.execution.job.ManifestProgram
 
equals(Object) - Method in class com.sas.lsaf.execution.job.ManifestRepositoryFile
 
equals(Object) - Method in class com.sas.lsaf.execution.job.ManifestSynchronizationMetrics
 
equals(Object) - Method in class com.sas.lsaf.execution.job.ManifestSystemFile
 
equals(Object) - Method in class com.sas.lsaf.execution.job.OutputFileSpec
 
equals(Object) - Method in class com.sas.lsaf.execution.job.ParameterValue
 
equals(Object) - Method in class com.sas.lsaf.execution.session.SessionQuery
 
equals(Object) - Method in class com.sas.lsaf.execution.session.SessionSearchResults
 
equals(Object) - Method in class com.sas.lsaf.messaging.subscription.Subscription
 
equals(Object) - Method in class com.sas.lsaf.query.Column
 
equals(Object) - Method in class com.sas.lsaf.schedule.Schedule
 
equals(Object) - Method in class com.sas.lsaf.schedule.ScheduleDescriptor
 
equals(Object) - Method in class com.sas.lsaf.schedule.ScheduleJobInfo
 
equals(Object) - Method in class com.sas.lsaf.schedule.ScheduleTrigger
 
equals(Object) - Method in class com.sas.lsaf.security.acl.AbstractAcl
 
equals(Object) - Method in class com.sas.lsaf.security.acl.Acl
 
equals(Object) - Method in class com.sas.lsaf.security.acl.AclEntry
Indicates whether another object is equal to this one.
equals(Object) - Method in class com.sas.lsaf.security.acl.AclMembers
Indicates whether another object is equal to this one.
equals(Object) - Method in class com.sas.lsaf.security.acl.AclOwner
Indicate whether another object is equal to this one.
equals(Object) - Method in class com.sas.lsaf.security.acl.DefaultAcl
 
equals(Object) - Method in class com.sas.lsaf.security.audit.AuditAction
 
equals(Object) - Method in class com.sas.lsaf.security.audit.AuditEntry
 
equals(Object) - Method in class com.sas.lsaf.security.audit.AuditEntryDetail
 
equals(Object) - Method in class com.sas.lsaf.security.audit.AuditQuery
 
equals(Object) - Method in class com.sas.lsaf.security.group.Group
 
equals(Object) - Method in class com.sas.lsaf.security.group.GroupDescriptor
 
equals(Object) - Method in class com.sas.lsaf.security.membership.Membership
 
equals(Object) - Method in class com.sas.lsaf.security.membership.MembershipDescriptor
 
equals(Object) - Method in interface com.sas.lsaf.security.principal.Principal
 
equals(Object) - Method in class com.sas.lsaf.security.privilege.GlobalPrivilege
 
equals(Object) - Method in class com.sas.lsaf.security.privilege.ScopedPrivilege
 
equals(Object) - Method in class com.sas.lsaf.security.role.Role
 
equals(Object) - Method in class com.sas.lsaf.security.role.RoleDescriptor
 
equals(Object) - Method in class com.sas.lsaf.security.user.AccountInfo
 
equals(Object) - Method in class com.sas.lsaf.security.user.AuthenticationProviderInfo
 
equals(Object) - Method in class com.sas.lsaf.security.user.LicenseType
 
equals(Object) - Method in class com.sas.lsaf.security.user.LockedInfo
 
equals(Object) - Method in class com.sas.lsaf.security.user.LoginInfo
 
equals(Object) - Method in class com.sas.lsaf.security.user.PasswordInfo
 
equals(Object) - Method in class com.sas.lsaf.security.user.User
 
equals(Object) - Method in class com.sas.lsaf.security.user.UserCreateInfo
 
equals(Object) - Method in class com.sas.lsaf.security.user.UserDescriptor
 
equals(Object) - Method in class com.sas.lsaf.workflow.AttributeMapping
 
equals(Object) - Method in class com.sas.lsaf.workflow.AutoFlowMappingMetadata
 
equals(Object) - Method in class com.sas.lsaf.workflow.element.Element
 
equals(Object) - Method in class com.sas.lsaf.workflow.FlowElementMapping
 
equals(Object) - Method in class com.sas.lsaf.workflow.MappingAttributeMetadata
 
equals(Object) - Method in class com.sas.lsaf.workflow.processdefinition.FlowElementDefinition
 
equals(Object) - Method in class com.sas.lsaf.workflow.processdefinition.FormAttributeDefinition
 
equals(Object) - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionInfo
 
equals(Object) - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionMapping
 
equals(Object) - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionMappingMetadata
 
equals(Object) - Method in class com.sas.lsaf.workflow.processdefinition.SignalDefinition
 
equals(Object) - Method in class com.sas.lsaf.workflow.processdefinition.SignalEventDefinition
 
equals(Object) - Method in class com.sas.lsaf.workflow.processdefinition.TaskDefinition
 
equals(Object) - Method in class com.sas.lsaf.workflow.processdefinition.TimerEventDefinition
 
equals(Object) - Method in class com.sas.lsaf.workflow.processflow.DataProperty
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlow
 
equals(Object) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
 
equals(Object) - Method in class com.sas.lsaf.workflow.processflow.setup.ElementSetup
 
equals(Object) - Method in class com.sas.lsaf.workflow.processflow.setup.EventSetup
 
equals(Object) - Method in class com.sas.lsaf.workflow.processflow.setup.JobTaskSetup
 
equals(Object) - Method in class com.sas.lsaf.workflow.processflow.setup.NotificationTaskSetup
 
equals(Object) - Method in class com.sas.lsaf.workflow.processflow.setup.SignalEventSetup
 
equals(Object) - Method in class com.sas.lsaf.workflow.processflow.setup.TaskSetup
 
EventSetup - Class in com.sas.lsaf.workflow.processflow.setup
The abstract class of setup information for event types in a process flow.
EventSetup(String, String, String, Element.ElementType, String) - Constructor for class com.sas.lsaf.workflow.processflow.setup.EventSetup
It is not intended or recommended that the consumer of this API construct these objects.
executeAuditEntryDetailQuery(AuditEntryDetailQuery, ExtractFileCreateInfo) - Method in interface com.sas.lsaf.query.audit.AuditQueryService
Extracts audit entries with details to a file based on the specified query.
executeAuditEntryQuery(AuditEntryQuery, ExtractFileCreateInfo) - Method in interface com.sas.lsaf.query.audit.AuditQueryService
Extracts audit entries to a file based on the specified query.
executeContextMembershipQuery(ContextMembershipQuery, ExtractFileCreateInfo) - Method in interface com.sas.lsaf.query.security.membership.ContextMembershipQueryService
Extracts the assigned membership of a context with the option to include defined groups.
executeDistinctContextMembershipQuery(DistinctContextMembershipQuery, ExtractFileCreateInfo) - Method in interface com.sas.lsaf.query.security.membership.ContextMembershipQueryService
Extracts the distinct members of a context.
executeRecycleBinContainerQuery(RecycleBinContainerQuery, ExtractFileCreateInfo) - Method in interface com.sas.lsaf.query.repository.recyclebin.RecycleBinQueryService
Extracts individual containers that have been deleted and are located in the recycle bin based on the specified query.
executeRecycleBinFileQuery(RecycleBinFileQuery, ExtractFileCreateInfo) - Method in interface com.sas.lsaf.query.repository.recyclebin.RecycleBinQueryService
Extracts individual files that have been deleted and are located in the recycle bin based on the specified query.
executeRecycleBinFileVersionQuery(RecycleBinFileVersionQuery, ExtractFileCreateInfo) - Method in interface com.sas.lsaf.query.repository.recyclebin.RecycleBinQueryService
Extracts individual files that have been deleted and are located in the recycle bin based on the specified query.
executeRecycleBinItemQuery(RecycleBinItemQuery, ExtractFileCreateInfo) - Method in interface com.sas.lsaf.query.repository.recyclebin.RecycleBinQueryService
Extracts individual items that have been deleted and are located in the recycle bin based on the specified query.
executeRepositoryContainerQuery(RepositoryContainerQuery, ExtractFileCreateInfo) - Method in interface com.sas.lsaf.query.repository.RepositoryQueryService
Extracts repository container information to a file based on the specified query.
executeRepositoryFileQuery(RepositoryFileQuery, ExtractFileCreateInfo) - Method in interface com.sas.lsaf.query.repository.RepositoryQueryService
Extracts repository file information for the latest version of a file based on the specified query.
executeRepositoryFileVersionQuery(RepositoryFileVersionQuery, ExtractFileCreateInfo) - Method in interface com.sas.lsaf.query.repository.RepositoryQueryService
Extracts repository file information for each version of a file based on the specified query.
executeRepositoryItemQuery(RepositoryItemQuery, ExtractFileCreateInfo) - Method in interface com.sas.lsaf.query.repository.RepositoryQueryService
Extracts repository item (file and container) information to a file based on the specified query.
exists(String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Indicates whether the path exists in the repository.
exists(String) - Method in interface com.sas.lsaf.content.workspace.WorkspaceService
Indicates whether the item exists in the workspace.
exists(String, String) - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Indicates whether the process flow with the specified name exists at the context.
EXPLICIT - Static variable in class com.sas.lsaf.query.security.membership.ContextMembershipQuery
The column that represents whether the member is explicit.
EXPLICIT - Static variable in class com.sas.lsaf.query.security.membership.DistinctContextMembershipQuery
The column that indicates whether the member is explicit.
exportDictionaryToDataSet(String, EntityStatus, String, ExportFileCreateInfo) - Method in interface com.sas.lsaf.clinical.dictionary.DictionaryService
Exports a dictionary as a data set to a location in the repository or your workspace.
ExportException - Exception in com.sas.lsaf.clinical.common
Thrown when there is an issue when exporting the specified item.
ExportException(String) - Constructor for exception com.sas.lsaf.clinical.common.ExportException
Constructs an ExportException object with the specified message.
exportExternalDictionariesToDataSet(ExportFileCreateInfo) - Method in interface com.sas.lsaf.clinical.dictionary.ExternalDictionaryService
Exports all external dictionaries as a SAS data set to a location in the repository or your workspace.
ExportFileCreateInfo - Class in com.sas.lsaf.clinical.common
This class represents the properties that can be set for a file when it is exported.
ExportFileCreateInfo(String, String, SourceLocation) - Constructor for class com.sas.lsaf.clinical.common.ExportFileCreateInfo
Constructor.
ExportFileCreateInfo(String, SourceLocation) - Constructor for class com.sas.lsaf.clinical.common.ExportFileCreateInfo
Constructor.
exportStandardToDataSets(String, EntityStatus, String, BatchFileCreateInfo) - Method in interface com.sas.lsaf.clinical.standards.StandardsService
Exports a standard to a location in the repository or your workspace.
exportStudyCodeListsToDataSet(String, ExportFileCreateInfo) - Method in interface com.sas.lsaf.clinical.study.StudyService
Exports to a data set the code lists that are defined with the study.
exportStudyDetailsToDataSet(String, ExportFileCreateInfo) - Method in interface com.sas.lsaf.clinical.study.StudyService
Exports the study details to a data set.
exportStudyDictionariesToDataSet(String, ExportFileCreateInfo) - Method in interface com.sas.lsaf.clinical.study.StudyService
Exports to a data set the list of dictionaries that are associated with the study.
exportStudyExternalDictionariesToDataSet(String, ExportFileCreateInfo) - Method in interface com.sas.lsaf.clinical.study.StudyService
Exports to a data set the list of external dictionaries associated with the study.
exportStudyStandardsToDataSet(String, ExportFileCreateInfo) - Method in interface com.sas.lsaf.clinical.study.StudyService
Exports to a data set the list of standards that are associated with the study.
exportStudyTablesToDataSets(String, String, String, BatchFileCreateInfo) - Method in interface com.sas.lsaf.clinical.study.StudyService
Exports to data sets the study's table and column metadata for a specified standard and model.
exportSupportingDocumentsToDataSet(String, String, String, ExportFileCreateInfo) - Method in interface com.sas.lsaf.clinical.study.StudyService
Exports to a data set the study supporting documents for a specified base standard and model.
exportTlfsToDataSets(String, String, String, BatchFileCreateInfo, boolean) - Method in interface com.sas.lsaf.clinical.study.StudyService
Exports to data sets the study's Tables, Listings, and Figures metadata for a specified standard and model.
exportValueLevelMetadataToDataSet(String, String, String, ExportFileCreateInfo) - Method in interface com.sas.lsaf.clinical.study.StudyService
Exports to a data set the study's value level metadata for a specified standard and model.
exportZeroObservationDataSetsForStudyTables(String, String, String, BatchFileCreateInfo) - Method in interface com.sas.lsaf.clinical.study.StudyService
Exports a zero observation data set for every table in a study.
ExternalDictionary - Class in com.sas.lsaf.clinical.dictionary
An external dictionary is a reference to an industry standard dictionary such as MedDRA and WHODRUG.
ExternalDictionary(String, String, String, DataType, String, String, String, String, String, Date, String, Date, int) - Constructor for class com.sas.lsaf.clinical.dictionary.ExternalDictionary
It is not intended or recommended that the consumer of the API construct these objects.
ExternalDictionaryAssociationExistsException - Exception in com.sas.lsaf.clinical.study
Thrown when the specified external dictionary association exists.
ExternalDictionaryAssociationExistsException(String) - Constructor for exception com.sas.lsaf.clinical.study.ExternalDictionaryAssociationExistsException
Constructs a ExternalDictionaryAssociationExistsException with the specified detail message.
ExternalDictionaryAssociationNotFoundException - Exception in com.sas.lsaf.clinical.study
Thrown when the specified external dictionary associated does not exist.
ExternalDictionaryAssociationNotFoundException(String) - Constructor for exception com.sas.lsaf.clinical.study.ExternalDictionaryAssociationNotFoundException
Constructs a ExternalDictionaryAssociationNotFoundException with the specified detail message.
ExternalDictionaryService - Interface in com.sas.lsaf.clinical.dictionary
A service to retrieve external dictionaries.
ExtractFileCreateInfo - Class in com.sas.lsaf.query
This class represents all of the properties and attributes that can be set on a file during query file creation.
ExtractFileCreateInfo(String, String, SourceLocation) - Constructor for class com.sas.lsaf.query.ExtractFileCreateInfo
Constructor.
ExtractFileCreateInfo(String, SourceLocation) - Constructor for class com.sas.lsaf.query.ExtractFileCreateInfo
Constructor.
ExtractFileCreateInfo(String, SourceLocation, boolean) - Constructor for class com.sas.lsaf.query.ExtractFileCreateInfo
Constructor.

F

FileCreateInfo - Class in com.sas.lsaf.content.common
Represents all of the properties and attributes that can be set on a file during creation.
FileCreateInfo(String) - Constructor for class com.sas.lsaf.content.common.FileCreateInfo
 
FileCreateInfo(String, String) - Constructor for class com.sas.lsaf.content.common.FileCreateInfo
 
FileImportInfo - Class in com.sas.lsaf.content.common
The class containing information for importing metadata from a file within the system.
FileImportInfo() - Constructor for class com.sas.lsaf.content.common.FileImportInfo
Constructor.
FileImportInfo(String, String, SourceLocation) - Constructor for class com.sas.lsaf.content.common.FileImportInfo
Constructor.
FileSpecification - Class in com.sas.lsaf.content.common
The class that represents the specification of a file or a folder.
FileSpecification(String) - Constructor for class com.sas.lsaf.content.common.FileSpecification
Constructor.
FileSpecification(String, String) - Constructor for class com.sas.lsaf.content.common.FileSpecification
Constructor.
FlowAttributeType - Enum in com.sas.lsaf.workflow
The available types for mapping process flow elements with values.
FlowElementDefinition - Class in com.sas.lsaf.workflow.processdefinition
The class that represents an element in a process flow definition.
FlowElementDefinition(String, String, String, Element.ElementType, String) - Constructor for class com.sas.lsaf.workflow.processdefinition.FlowElementDefinition
It is not intended or recommended that the consumer of this API construct these objects.
FlowElementMapping - Class in com.sas.lsaf.workflow
The class that represents the attribute mapping for a process flow definition element.
FlowElementMapping() - Constructor for class com.sas.lsaf.workflow.FlowElementMapping
Constructor.
FlowElementMapping(String, Element.ElementType) - Constructor for class com.sas.lsaf.workflow.FlowElementMapping
Constructor.
FormAttributeDefinition - Class in com.sas.lsaf.workflow.processdefinition
This class represents an attribute definition for a user task in a process definition as it is defined in the process definition file.
FormAttributeDefinition(String, DataProperty.Type, String, Serializable, Boolean, Boolean, Boolean, Map<String, String>, Set<String>, String, String, String) - Constructor for class com.sas.lsaf.workflow.processdefinition.FormAttributeDefinition
It is not intended or recommended that the consumer of this API construct these objects.
fromDate(Date) - Method in class com.sas.lsaf.security.audit.AuditQuery
Sets the start date of the date range to query.

G

getAbsolutePath(String, String) - Static method in class com.sas.lsaf.client.utils.RelativePathUtility
Generate an absolute path for a relative path in relation to the base path.
getAccountInfo() - Method in class com.sas.lsaf.security.user.User
Gets the account details for a user account.
getAccountType() - Method in class com.sas.lsaf.security.user.AccountInfo
Gets the type of user account.
getAccountType() - Method in class com.sas.lsaf.security.user.UserCreateInfo
Gets the type of user account to create.
getAcl(String) - Method in interface com.sas.lsaf.security.acl.AclService
Gets the ACL for the repository item with the specified id.
getAclService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the AclService instance for this session.
getAclService() - Static method in class com.sas.lsaf.LsafClient
Gets the AclService to access using the current session
getAction() - Method in class com.sas.lsaf.security.audit.AuditAction
Gets the audit action identifier.
getAction() - Method in class com.sas.lsaf.security.audit.AuditEntry
Gets the action performed.
getActions() - Method in class com.sas.lsaf.security.audit.AuditQuery
Gets the list of actions to query.
getActivationDate() - Method in class com.sas.lsaf.security.user.AccountInfo
Gets the activation date of the user account.
getActualHours() - Method in class com.sas.lsaf.workflow.task.UserTask
Gets the total hours worked on the task by the current assignee since the task was started.
getActualHours() - Method in class com.sas.lsaf.workflow.task.UserTaskAssignment
Gets the total hours worked on the task by the current assignee.
getAdminPermission() - Method in class com.sas.lsaf.security.acl.AclEntry
Gets the Admin permission for this ACL.
getAllCurrentUserTasks() - Method in interface com.sas.lsaf.workflow.task.TaskService
Gets all user tasks that the user is authorized to see for all active process flows.
getAllGrantees(Set<String>) - Method in interface com.sas.lsaf.security.privilege.GlobalPrivilegeService
Gets the set of users who have been granted the specified set of global privileges.
getAllGroupsByMember(Principal) - Method in interface com.sas.lsaf.security.group.GroupService
Gets all of the group descriptors that have the specified principal as a member.
getAllModelDescriptors() - Method in interface com.sas.lsaf.clinical.model.ModelService
Gets all of the model descriptors.
getAllowableChildTypes() - Method in class com.sas.lsaf.core.type.Type
Gets the list of allowable child types that can be created within the container type.
getAllProcessDefinitions() - Method in interface com.sas.lsaf.workflow.processdefinition.ProcessDefinitionService
Gets all of the latest deployed process flow definitions.
getAllProcessFlowDescriptors() - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Gets all process flows that the user is authorized to view.
getAllReachableGroupsByMember(Principal) - Method in interface com.sas.lsaf.security.group.GroupService
Gets the set of all of the reachable groups.
getAllSchedules() - Method in interface com.sas.lsaf.schedule.ScheduleService
Gets all of the schedules defined in the system.
getAllSessions() - Method in interface com.sas.lsaf.execution.session.SessionService
Gets a list of all of the sessions for all of the users.
getAllUserDescriptors() - Method in interface com.sas.lsaf.security.user.UserService
Gets the lightweight representation of all users that are defined in the system.
getAllUsers() - Method in interface com.sas.lsaf.security.user.UserService
Gets the full representation of all the users that are defined in the system.
getApiClientVersion() - Method in class com.sas.lsaf.core.configuration.ApplicationInformation
Returns the SAS Life Science Analytics Framework API version running on the client.
getApiServerVersion() - Method in class com.sas.lsaf.core.configuration.ApplicationInformation
Returns the SAS Life Science Analytics Framework API version running on the server.
getApplicationInformation() - Method in interface com.sas.lsaf.core.configuration.ApplicationInformationService
Returns an ApplicationInformation data structure with information containing SAS Life Science Analytics Framework versions in use.
getApplicationInformationService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the ApplicationInformationService instance bound to the current session.
getApplicationInformationService() - Static method in class com.sas.lsaf.LsafClient
Gets the ApplicationInformationService to access using the current session
getAppServerVersion() - Method in class com.sas.lsaf.core.configuration.ApplicationInformation
Returns the SAS Life Science Analytics Framework server version the API is connected to.
getAssigned() - Method in class com.sas.lsaf.workflow.task.UserTask
Gets the date on which the user task was assigned.
getAssignedContext() - Method in class com.sas.lsaf.security.role.RoleDescriptor
Gets the context where a role was assigned.
getAssignedMembers(String) - Method in interface com.sas.lsaf.security.membership.MembershipService
Retrieves the set of assigned members for the specified context.
getAssignee() - Method in class com.sas.lsaf.workflow.processflow.setup.UserTaskSetup
Gets the identifier of the user who is assigned to the user task.
getAssignee() - Method in class com.sas.lsaf.workflow.task.UserTask
Gets the identifier of the user who is assigned to the user task.
getAssignee() - Method in class com.sas.lsaf.workflow.task.UserTaskAssignment
Gets the user assigned to this task.
getAssignees() - Method in class com.sas.lsaf.workflow.task.TaskQuery
Get the task assignees in which to search process flow tasks based on task assignment.
getAssigneeType() - Method in class com.sas.lsaf.workflow.task.TaskQuery
Gets whether to search for process flow tasks assigned to current user, a specific set of users, or all users.
getAttrDisplayName() - Method in class com.sas.lsaf.workflow.MappingAttributeMetadata
Gets the display name of the process flow element attribute.
getAttribute(String) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlow
Gets the extended attribute with the specified identifier for a process flow.
getAttributeDefinitionById(String) - Method in class com.sas.lsaf.core.type.Type
Gets the attribute definition with the specified identifier.
getAttributeDefinitionByName(String) - Method in class com.sas.lsaf.core.type.Type
Gets the attribute definition with the specified name.
getAttributeDefinitions() - Method in class com.sas.lsaf.core.type.Type
Gets the attribute definitions that are related to the object type.
getAttributeId() - Method in class com.sas.lsaf.security.audit.AuditEntryDetail
Gets the identifier of the attribute that was changed.
getAttributeMapping() - Method in class com.sas.lsaf.workflow.FlowElementMapping
Gets the attribute mapping for the process flow definition element.
getAttributeName() - Method in class com.sas.lsaf.security.audit.AuditEntryDetail
Gets the name of the attribute that was changed.
getAttributes() - Method in class com.sas.lsaf.clinical.tlf.Tlf
 
getAttributes() - Method in class com.sas.lsaf.content.repository.RepositoryItem
Gets the extended attributes that are defined on the repository item, if they exist.
getAttributes() - Method in class com.sas.lsaf.security.user.User
Gets the list of extended attributes defined for a user account.
getAttributes() - Method in interface com.sas.lsaf.workflow.autoflow.AutoFlowLaunchable
Gets the attributes of the source from which a process flow is automatically created.
getAttributes() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlow
Gets the list of extended attributes for a process flow.
getAttributes() - Method in class com.sas.lsaf.workflow.processflow.setup.TaskSetup
Gets the extended attributes that are defined for the item.
getAttributes() - Method in class com.sas.lsaf.workflow.task.CompletedTask
Gets the extended attributes for the task.
getAttributes() - Method in class com.sas.lsaf.workflow.task.Task
Gets the extended attributes of the task.
getAttributeType() - Method in class com.sas.lsaf.core.type.AttributeDefinition
Gets the data type of the attribute definition.
getAttributeType() - Method in class com.sas.lsaf.security.audit.AuditEntryDetail
Gets the type of the attribute that was changed.
getAttrName() - Method in class com.sas.lsaf.workflow.AttributeMapping
Gets the name of the attribute.
getAttrName() - Method in class com.sas.lsaf.workflow.MappingAttributeMetadata
Gets the name of the process flow element attribute.
getAttrType() - Method in class com.sas.lsaf.workflow.MappingAttributeMetadata
Gets the type of the process flow element attribute.
getAuditableTypes() - Method in interface com.sas.lsaf.core.type.TypeService
Gets all the type definitions that are audited in the system.
getAuditActions() - Method in interface com.sas.lsaf.security.audit.AuditService
Gets a comprehensive set of audit actions that can appear in the audit trail.
getAuditEntryId() - Method in class com.sas.lsaf.security.audit.AuditEntryDetail
Gets the parent audit entry identifier that generated the detail.
getAuditQueryService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the AuditQueryService instance for this session.
getAuditQueryService() - Static method in class com.sas.lsaf.LsafClient
Gets the AuditQueryService to access using the current session
getAuditService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the AuditService instance bound to the current session.
getAuditService() - Static method in class com.sas.lsaf.LsafClient
Gets the AuditService to access using the current session
getAuthenticationProviderInfos() - Method in interface com.sas.lsaf.security.user.UserService
Gets a list of available authentication providers that can be specified as part of a user account in the system.
getAuthenticator() - Method in class com.sas.lsaf.security.user.AccountInfo
Gets the authentication provider id for the user account.
getAuthenticatorUsername() - Method in class com.sas.lsaf.security.user.AccountInfo
Gets the authentication provider username of the user account.
getAutoFlowService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the AutoFlowService instance for this session.
getAutoFlowService() - Static method in class com.sas.lsaf.LsafClient
Gets the AutoFlowService to access using the current session
getAutoFlowSource() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlow
Gets the id of the source object from which this process flow was automatically created.
getAutoFlowType() - Method in class com.sas.lsaf.clinical.tlf.Tlf
 
getAutoFlowType() - Method in interface com.sas.lsaf.workflow.autoflow.AutoFlowLaunchable
Gets the type of the source from which a process flow is automatically created.
getAutoFlowType() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Gets the type of the source from which the process flow was automatically created.
getAvailablePrivileges() - Method in interface com.sas.lsaf.security.privilege.GlobalPrivilegeService
Returns a list of global privileges that are available for assignment.
getAvailablePrivileges() - Method in interface com.sas.lsaf.security.privilege.ScopedPrivilegeService
Gets the set of scoped privileges that are available for assignment.
getBaseStandardName() - Method in class com.sas.lsaf.clinical.study.tlf.StudyTlfInfo
Gets the name of the base standard such as SDTM and ADaM.
getBaseStandardTypeInfo() - Method in class com.sas.lsaf.clinical.standards.StandardDescriptor
Gets the base standard type info of the standard.
getBatchRepositoryService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the BatchRepositoryService instance for this session.
getBatchRepositoryService() - Static method in class com.sas.lsaf.LsafClient
Gets the BatchRepositoryService to access using the current session
getBatchWorkspaceService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the BatchWorkspaceService instance for this session.
getBatchWorkspaceService() - Static method in class com.sas.lsaf.LsafClient
Gets the BatchWorkspaceService to access using the current session
getCandidates() - Method in class com.sas.lsaf.workflow.processflow.setup.UserTaskSetup
Gets the candidates for the user task.
getCandidates() - Method in class com.sas.lsaf.workflow.task.UserTaskDetails
Gets the candidates for this user task.
getCapabilities() - Method in class com.sas.lsaf.core.type.Type
Gets the capabilities that are available with the type definition.
getCheckedOutBy() - Method in class com.sas.lsaf.clinical.dictionary.DictionaryDescriptor
Gets the userId of the user who checked out the dictionary.
getCheckedOutBy() - Method in class com.sas.lsaf.clinical.standards.StandardDescriptor
Gets the userId of the user who checked out the standard.
getCheckedOutBy() - Method in class com.sas.lsaf.content.repository.RepositoryFile
Gets the user who has the file checked out, if it is checked out.
getCheckedOutBy() - Method in class com.sas.lsaf.content.repository.RepositoryFileInfo
Gets the user who has the repository file checked out, if it is checked out.
getCheckedOutDate() - Method in class com.sas.lsaf.clinical.dictionary.DictionaryDescriptor
Gets the date on which the dictionary was checked out.
getCheckedOutDate() - Method in class com.sas.lsaf.clinical.standards.StandardDescriptor
Gets the date on which the standard was checked out.
getCheckedOutDate() - Method in class com.sas.lsaf.content.repository.RepositoryFile
Gets the date on which the file was checked out, if it is checked out.
getCheckedOutFilesSearchResults(int, int) - Method in interface com.sas.lsaf.content.repository.RepositoryService
getCheckInErrorMessage() - Method in class com.sas.lsaf.execution.job.ManifestOutput
Gets the message that describes why the output file was not checked in to the repository.
getCheckoutStatus() - Method in class com.sas.lsaf.content.repository.SynchronizationInfo
Gets the checkout status of the file.
getCheckoutStatus(String) - Method in interface com.sas.lsaf.content.workspace.WorkspaceService
Gets an enumeration value that describes the checkout status of the file.
getChildren(String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Gets the children of the container path.
getChildren(String) - Method in interface com.sas.lsaf.content.workspace.WorkspaceService
Gets the immediate children of the workspace folder.
getChildrenByType(String, String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Gets the children of the container path.
getClientId() - Method in class com.sas.lsaf.execution.session.Session
Gets the incremental number that is assigned to a SAS session.
getColumn() - Method in class com.sas.lsaf.query.Comparison
Gets the column for the comparison.
getColumn() - Method in class com.sas.lsaf.query.Order
Gets the column to sort.
getColumnName() - Method in class com.sas.lsaf.core.ValidationMessage
Gets the column name, if applicable, associated with validation finding.
getColumns() - Method in class com.sas.lsaf.query.Query
Gets the columns to include in the query output.
getColumnsImportFilePath() - Method in class com.sas.lsaf.clinical.study.StudyTablesImportInfo
Gets the path of the import file to update the study table columns.
getColumnsImportFileVersion() - Method in class com.sas.lsaf.clinical.study.StudyTablesImportInfo
Gets the version of the table columns import file to update the study tables.
getComment() - Method in class com.sas.lsaf.clinical.common.BatchFileCreateInfo
Gets the file comment to associate with the new file or new version of the file.
getComment() - Method in class com.sas.lsaf.content.common.FileCreateInfo
 
getComment() - Method in class com.sas.lsaf.content.repository.RepositoryCheckinSpecification
Gets the description of the version to create.
getComment() - Method in class com.sas.lsaf.content.repository.RepositoryFile
Gets the comment that was specified when the content was created.
getComment() - Method in class com.sas.lsaf.content.repository.RepositoryFileVersionInfo
Gets the version comment, if one was specified when the version was created.
getComment() - Method in class com.sas.lsaf.content.repository.signature.CreateSignatureInfo
Gets the comment to use to create the signature.
getComment() - Method in class com.sas.lsaf.content.repository.signature.Signature
Gets the comment that was specified with the signature, if one was specified.
getComment() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionInfo
Gets the comment that was provided when the process flow definition was deployed.
getCompleted() - Method in class com.sas.lsaf.execution.job.JobSubmission
Gets the date on which the job was completed.
getCompleted() - Method in class com.sas.lsaf.workflow.element.CompletedElement
Gets the date on which the completed element was completed.
getCompletedBy() - Method in class com.sas.lsaf.workflow.element.CompletedElement
Gets the user who completed this element.
getCompletedElementsByProcessFlow(String) - Method in interface com.sas.lsaf.workflow.task.TaskService
Gets the completed elements of the process flow with the identifier.
getCompletedState() - Method in class com.sas.lsaf.workflow.element.CompletedElement
Gets the completed state of the element.
getCompletedStatus() - Method in class com.sas.lsaf.workflow.task.CompletedJobTask
Gets the completion status of the task.
getCompletedStatus() - Method in class com.sas.lsaf.workflow.task.CompletedNotificationTask
Gets the completion status of the task.
getCompletionAttributes() - Method in class com.sas.lsaf.workflow.processdefinition.TaskDefinition
Gets the attribute definitions for the completion properties of a task.
getCompletionComment() - Method in class com.sas.lsaf.workflow.task.CompletedUserTask
Gets the completion comment for the user task.
getCompletionMessage() - Method in class com.sas.lsaf.core.action.ActionStatus
Get the completion summary message describing the outcome of the batch operation.
getCompletionProperties() - Method in class com.sas.lsaf.workflow.task.CompletedUserTaskDetails
Gets the completion properties for the user task.
getCompletionProperties() - Method in class com.sas.lsaf.workflow.task.UserTaskDetails
Gets the completion properties for this user task.
getCompletionStatus() - Method in class com.sas.lsaf.core.action.ActionStatus
Get the completion status enum value indicating the most severe outcome (ERROR) encountered during the batch operation
getCompletionStatus() - Method in class com.sas.lsaf.core.action.ActionStatusDetail
Get the completion status enum value indicating the most severe outcome (ERROR) encountered during the action.
getComplexity() - Method in class com.sas.lsaf.workflow.processflow.setup.UserTaskSetup
Gets the complexity of the user task.
getComplexity() - Method in class com.sas.lsaf.workflow.task.CompletedUserTask
Gets the complexity of the user task.
getComplexity() - Method in class com.sas.lsaf.workflow.task.UserTask
Gets the complexity of the user task.
getConstraint() - Method in class com.sas.lsaf.query.Query
Gets the constraint to use when executing the query.
getConstraints() - Method in class com.sas.lsaf.query.Condition
 
getContent() - Method in class com.sas.lsaf.content.repository.SearchQuery
Gets the string to query the contents of files that are of the type specified in object type.
getContext(String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Gets the repository context at the path.
getContext() - Method in class com.sas.lsaf.security.group.GroupDescriptor
Gets the context in which the group was defined.
getContext() - Method in class com.sas.lsaf.security.membership.MembershipDescriptor
Gets the context identity with which the membership is associated.
getContextById(String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Gets the repository context by its unique identifier.
getContextId() - Method in exception com.sas.lsaf.security.group.GroupExistsException
Gets the context identifier of the group.
getContextId() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Gets the context of the process flow.
getContextPath() - Method in class com.sas.lsaf.query.security.membership.ContextMembershipQuery
Gets the path of the context in which to query membership information.
getContextPath() - Method in class com.sas.lsaf.query.security.membership.DistinctContextMembershipQuery
Gets the path of the context in which to query membership information.
getContextPath() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Gets the path of the context of the process flow.
getContextPath() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowQuery
Gets the process flow context path to query.
getContextPath() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowSearchResultItem
Gets the context path of the context in which the process flow was created.
getContextPaths() - Method in class com.sas.lsaf.workflow.task.TaskQuery
Gets the context paths in which to search process flow tasks.
getContextTypes() - Method in interface com.sas.lsaf.core.type.TypeService
Gets all of the type definitions that are repository contexts in the system.
getContextTypes() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionInfo
Gets the context type identifiers for the types where the process flow definition can be used to create process flows.
getCopyToWorkspaceStatus() - Method in class com.sas.lsaf.content.repository.SearchQuery
Gets the RepositoryItem.Syncable enumeration which controls workspace copy behavior for a specific repository node.
getCreated() - Method in class com.sas.lsaf.clinical.dictionary.DictionaryDescriptor
Gets the date on which the dictionary was created.
getCreated() - Method in class com.sas.lsaf.clinical.dictionary.ExternalDictionary
Gets the date on which the external dictionary was created.
getCreated() - Method in class com.sas.lsaf.clinical.standards.StandardDescriptor
Gets the date on which the standard was created.
getCreated() - Method in class com.sas.lsaf.content.repository.RepositoryFileVersionInfo
Gets the date on which the version was created.
getCreated() - Method in class com.sas.lsaf.content.repository.RepositoryItem
Gets the date on which the repository item was created.
getCreated() - Method in class com.sas.lsaf.security.user.PasswordInfo
Gets the creation date of the password.
getCreated() - Method in class com.sas.lsaf.workflow.element.CompletedElement
Gets the date on which the completed element was created.
getCreated() - Method in class com.sas.lsaf.workflow.element.Element
Gets the date on which the element was created.
getCreated() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Gets the date on which the process flow was created.
getCreatedBy() - Method in class com.sas.lsaf.clinical.dictionary.DictionaryDescriptor
Gets the userId of the user who created the dictionary.
getCreatedBy() - Method in class com.sas.lsaf.clinical.dictionary.ExternalDictionary
Gets the userId of the user who created the external dictionary.
getCreatedBy() - Method in class com.sas.lsaf.clinical.standards.StandardDescriptor
Gets the userId of the user who created the standard.
getCreatedBy() - Method in class com.sas.lsaf.content.repository.RepositoryFileVersionInfo
Gets the user who created the version.
getCreatedBy() - Method in class com.sas.lsaf.content.repository.RepositoryItem
Gets the user who created the repository item.
getCreatedBy() - Method in class com.sas.lsaf.content.repository.SearchQuery
Gets the identifier of the user who created the item.
getCreatedBy() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Gets the userId of the user who created the process flow.
getCreationMethod() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowQuery
Gets the process flow creation method to query.
getCreationMethod() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowSearchResultItem
Gets the method by which the process flow was created.
getCurrentElementsByProcessFlow(String) - Method in interface com.sas.lsaf.workflow.task.TaskService
Gets the current elements of the process flow with the identifier.
getCurrentUserId() - Method in interface com.sas.lsaf.security.user.UserService
Gets the user identifier of the current user.
getCurrentUserSchedules() - Method in interface com.sas.lsaf.schedule.ScheduleService
Gets all of the schedules defined in the system for the current user.
getCurrentUserSessions() - Method in interface com.sas.lsaf.execution.session.SessionService
Gets a list of all of the sessions for the current user.
getCurrentUserTask(String) - Method in interface com.sas.lsaf.workflow.task.TaskService
Gets the user task by the specified unique id.
getCurrentUserTasks() - Method in interface com.sas.lsaf.workflow.task.TaskService
Gets the user tasks that are assigned to the current user and tasks for which the current user is a candidate for all active process flows.
getCurrentVersion() - Method in class com.sas.lsaf.clinical.dictionary.DictionaryDescriptor
Gets the current published version of the dictionary.
getCurrentVersion() - Method in class com.sas.lsaf.clinical.standards.StandardDescriptor
Gets the current published version of the standard.
getCustomVersion() - Method in class com.sas.lsaf.content.common.FileCreateInfo
 
getCustomVersion() - Method in class com.sas.lsaf.content.repository.RepositoryCheckinSpecification
Gets the version to use, if the version type is CUSTOM.
getCustomVersion() - Method in class com.sas.lsaf.execution.job.OutputFileSpec
Gets the version when the version type is CUSTOM.
getCustomVersionForExistingFiles() - Method in class com.sas.lsaf.clinical.common.BatchFileCreateInfo
Gets the custom version number to use when updating an existing versioned file.
getCustomVersionForNewFiles() - Method in class com.sas.lsaf.clinical.common.BatchFileCreateInfo
Gets the custom version number to use to create a new versioned file.
getDataSetsFilePath() - Method in class com.sas.lsaf.clinical.tlf.TlfImportInfo
Gets the path of the import file for updating data sets.
getDataSetsFileVersion() - Method in class com.sas.lsaf.clinical.tlf.TlfImportInfo
Gets the version of the data sets import file.
getDataType() - Method in class com.sas.lsaf.clinical.dictionary.ExternalDictionary
Gets the data type of the external dictionary.
getDataType() - Method in class com.sas.lsaf.clinical.model.AttributeMetadata
Gets the type stored by the attribute.
getDateAssigned() - Method in class com.sas.lsaf.workflow.task.UserTaskAssignment
Gets the date on which the task assignment was assigned.
getDateEnded() - Method in class com.sas.lsaf.execution.session.Session
Gets the date on which the session was ended.
getDatePattern() - Method in class com.sas.lsaf.workflow.processdefinition.FormAttributeDefinition
Gets the date pattern of the date attribute definition.
getDatePattern() - Method in class com.sas.lsaf.workflow.processflow.DataProperty
Gets the date pattern of the data property as defined in the process flow definition.
getDateStarted() - Method in class com.sas.lsaf.execution.session.Session
Gets the date on which the session was started.
getDateStarted() - Method in class com.sas.lsaf.workflow.task.UserTaskAssignment
Gets the date on which the task assignment was started.
getDaysOfWeek() - Method in class com.sas.lsaf.schedule.ScheduleTrigger
For WEEKLY trigger types, gets the days of the week on which the schedule executes.
getDeactivationDate() - Method in class com.sas.lsaf.security.user.AccountInfo
Gets the deactivation date of the user account.
getDefaultAcl(String) - Method in interface com.sas.lsaf.security.acl.AclService
Gets the default ACL for the repository container with the specified id.
getDefaultValue() - Method in class com.sas.lsaf.clinical.model.ValueListMetadata
Get the default value of the value list.
getDefaultValue() - Method in class com.sas.lsaf.execution.job.JobParameter
Gets the default value of the parameter.
getDefaultValue() - Method in class com.sas.lsaf.workflow.processdefinition.FormAttributeDefinition
Gets the default value of the attribute definition.
getDefaultVersionLimits() - Method in class com.sas.lsaf.content.repository.RepositoryContainer
Gets the default version limits for new versioned files added to the container.
getDefinedContext() - Method in class com.sas.lsaf.security.role.RoleDescriptor
Gets the context where a role is defined.
getDefinitionFilePath() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionInfo
Gets the source path of the repository file that was used to deploy the process flow definition.
getDefinitionFileVersion() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionInfo
Gets the version of the process flow definition file in the repository that was used to deploy the process.
getDeletedBy() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinItem
Gets the user who deleted the object.
getDeletedBy() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinQuery
Gets the identifier of the user whose deleted files are queried.
getDeletedDate() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinItem
Gets the date on which the object was deleted.
getDeletePermission() - Method in class com.sas.lsaf.security.acl.AclEntry
Gets the Delete permission for this ACL.
getDeleteStatus() - Method in class com.sas.lsaf.content.repository.VersionDeleteInfo
Gets the deletion status of the version specified.
getDepartment() - Method in class com.sas.lsaf.security.user.User
Gets the department value for a user account.
getDepartment() - Method in class com.sas.lsaf.security.user.UserCreateInfo
Gets the department value for the user account to create.
getDeployedVersion() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionInfo
Gets the deployed version of the process flow definition.
getDescription() - Method in class com.sas.lsaf.clinical.common.BatchFileCreateInfo
Gets the description to add to the new file or new version of the file.
getDescription() - Method in class com.sas.lsaf.clinical.dictionary.DictionaryDescriptor
Gets the description of the dictionary.
getDescription() - Method in class com.sas.lsaf.clinical.dictionary.ExternalDictionary
Gets the description of the external dictionary.
getDescription() - Method in class com.sas.lsaf.clinical.model.AttributeMetadata
Gets the text that is used as the label if exported to a SAS data set.
getDescription() - Method in class com.sas.lsaf.clinical.standards.StandardDescriptor
Gets the description of the standard.
getDescription() - Method in class com.sas.lsaf.clinical.tlf.SectionDescriptor
 
getDescription() - Method in class com.sas.lsaf.content.common.AbstractCreateInfo
 
getDescription() - Method in class com.sas.lsaf.content.repository.RepositoryItem
Gets the description of the item.
getDescription() - Method in class com.sas.lsaf.core.type.TypeDescriptor
Gets the description of the type.
getDescription() - Method in class com.sas.lsaf.execution.job.Job
Gets the description of the job.
getDescription() - Method in class com.sas.lsaf.execution.job.ManifestJob
Gets the description of the job at the time of the job submission.
getDescription() - Method in class com.sas.lsaf.schedule.ScheduleDescriptor
Gets the description of the schedule.
getDescription() - Method in class com.sas.lsaf.security.group.GroupDescriptor
Gets the description of the group.
getDescription() - Method in class com.sas.lsaf.security.role.RoleDescriptor
Gets the description of a role.
getDescription() - Method in class com.sas.lsaf.security.user.AuthenticationProviderInfo
Gets the description of the authentication provider.
getDescription() - Method in class com.sas.lsaf.security.user.LicenseType
Gets the description for the license type.
getDescription() - Method in class com.sas.lsaf.workflow.element.CompletedElement
Gets the description of the completed element.
getDescription() - Method in class com.sas.lsaf.workflow.element.Element
Gets the description of the element.
getDescription() - Method in class com.sas.lsaf.workflow.processdefinition.FlowElementDefinition
Gets the description of the element as it appears in the process definition, if it exists.
getDescription() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionInfo
Gets the description of the process flow definition.
getDescription() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Gets the description of the process flow.
getDescription() - Method in class com.sas.lsaf.workflow.processflow.setup.ElementSetup
Gets the description of the element.
getDetails() - Method in class com.sas.lsaf.core.action.ActionStatus
Get the detail status entries for all items acted on
getDetails(String) - Method in interface com.sas.lsaf.security.audit.AuditService
Gets the audit details for a single audit entry with the identifier.
getDetailStatus() - Method in class com.sas.lsaf.execution.job.JobSubmissionStatus
Gets the detail status.
getDictionariesAssociatedWithStudy(String) - Method in interface com.sas.lsaf.clinical.study.StudyService
Gets the dictionaries that are associated with the study.
getDictionary() - Method in class com.sas.lsaf.clinical.dictionary.ExternalDictionary
Gets the name of the external dictionary.
getDictionaryDescriptorByNameAndStatus(String, EntityStatus) - Method in interface com.sas.lsaf.clinical.dictionary.DictionaryService
Gets dictionary descriptor by name and EntityStatus.
getDictionaryDescriptorsByStatus(EntityStatus) - Method in interface com.sas.lsaf.clinical.dictionary.DictionaryService
Gets all dictionary descriptors by EntityStatus.
getDictionaryService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the DictionaryService instance for this session.
getDictionaryService() - Static method in class com.sas.lsaf.LsafClient
Gets the DictionaryService to access using the current session
getDictionaryStatus() - Method in class com.sas.lsaf.clinical.dictionary.DictionaryDescriptor
Gets the status of the dictionary.
getDigest() - Method in class com.sas.lsaf.content.repository.RepositoryFile
Gets the digest value of the file based on the MD5 algorithm.
getDigest() - Method in class com.sas.lsaf.content.repository.RepositoryFileVersionInfo
Gets the digest value of the file based on the MD5 algorithm.
getDisplayName() - Method in class com.sas.lsaf.security.audit.AuditAction
Gets the audit action display name.
getDisplayName() - Method in class com.sas.lsaf.security.user.UserCreateInfo
Gets the display name of the user account to create.
getDisplayName() - Method in class com.sas.lsaf.security.user.UserDescriptor
Returns the display name for a user account.
getDueDate() - Method in class com.sas.lsaf.workflow.element.TimerEvent
Gets the due date of the event.
getDueDate() - Method in class com.sas.lsaf.workflow.processflow.setup.UserTaskSetup
Gets the due date for the user task.
getDueDate() - Method in class com.sas.lsaf.workflow.task.CompletedUserTask
Gets the due date of the user task.
getDueDate() - Method in class com.sas.lsaf.workflow.task.UserTask
Gets the due date of the user task.
getEditedBy() - Method in class com.sas.lsaf.clinical.study.StudyComponentEditableStatus
Gets the user who is editing the study component.
getEditStartDate() - Method in class com.sas.lsaf.clinical.study.StudyComponentEditableStatus
Gets the date on which the study component was marked for editing.
getElementId() - Method in class com.sas.lsaf.workflow.element.CompletedElement
Gets the identifier of the completed element as it appears in the process definition.
getElementId() - Method in class com.sas.lsaf.workflow.element.Element
Gets the identifier for the element as defined in the process definition.
getElementId() - Method in class com.sas.lsaf.workflow.FlowElementMapping
Gets the elementId of the process flow definition element.
getElementId() - Method in class com.sas.lsaf.workflow.processdefinition.FlowElementDefinition
Gets the id of the element as it appears in the process definition.
getElementId() - Method in class com.sas.lsaf.workflow.processflow.setup.ElementSetup
Gets the identifier for the element as defined in the process flow definition.
getElementId() - Method in class com.sas.lsaf.workflow.task.TaskQuery
Gets the process flow task element id to query.
getElementId() - Method in class com.sas.lsaf.workflow.task.UserTaskAssignment
Gets the identifier for the element as defined in the process definition.
getElementMapping() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionMapping
Gets the attribute mapping for elements in the process definition.
getElementSetups(String) - Method in interface com.sas.lsaf.workflow.processflow.setup.ProcessFlowSetupService
Gets the process flow setup elements for the process flow.
getElementType() - Method in class com.sas.lsaf.workflow.FlowElementMapping
Gets the type of the process flow definition element.
getEmail() - Method in class com.sas.lsaf.security.user.User
Gets the email for a user account.
getEmail() - Method in class com.sas.lsaf.security.user.UserCreateInfo
Gets the email address of the user account to create.
getEndDate() - Method in class com.sas.lsaf.schedule.ScheduleTrigger
Gets the end date and time of the schedule that specifies when the schedule stops executing.
getEngine() - Method in class com.sas.lsaf.execution.session.Session
Gets the engine of session.
getEngine() - Method in class com.sas.lsaf.execution.session.SessionQuery
Gets the session engine to query.
getEntries() - Method in class com.sas.lsaf.security.acl.AbstractAcl
Gets the ACL entries for this ACL.
getErrors() - Method in class com.sas.lsaf.core.ValidationResult
Gets the error information generated by the validation.
getEvent() - Method in class com.sas.lsaf.messaging.subscription.Subscription
Gets the path of the object for the subscription.
getExecutionState() - Method in class com.sas.lsaf.execution.job.ManifestProgram
Gets the execution status of the program.
getExecutionStatusMessage() - Method in class com.sas.lsaf.execution.job.ManifestProgram
Gets the detailed message about the execution status.
getExecutionTime() - Method in class com.sas.lsaf.execution.job.ManifestProgram
Gets the total execution time (in ms) for the program.
getExistingMembers() - Method in exception com.sas.lsaf.security.membership.MemberExistsException
Gets the set of principals that are members of the context.
getExpiration() - Method in class com.sas.lsaf.security.user.PasswordInfo
Gets the expiration date for the password.
getExpression() - Method in class com.sas.lsaf.workflow.processdefinition.FormAttributeDefinition
Gets the expression of an attribute definition.
getExternalDictionaries() - Method in interface com.sas.lsaf.clinical.dictionary.ExternalDictionaryService
Gets all external dictionaries.
getExternalDictionariesAssociatedWithStudy(String) - Method in interface com.sas.lsaf.clinical.study.StudyService
Gets the external dictionaries that are associated with the study.
getExternalDictionary(String, DataType, String) - Method in interface com.sas.lsaf.clinical.dictionary.ExternalDictionaryService
Gets the external dictionary with the specified name, data type, and version.
getExternalDictionaryService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the ExternalDictionaryService instance for this session.
getExternalDictionaryService() - Static method in class com.sas.lsaf.LsafClient
Gets the ExternalDictionaryService to access using the current session
getExternalInputs() - Method in class com.sas.lsaf.execution.job.Manifest
Gets the job inputs that are not found or are not accessible from the current user's repository or workspace.
getExternalOutputs() - Method in class com.sas.lsaf.execution.job.Manifest
Gets the job outputs that are not found or are not accessible from the current user's repository or workspace.
getFile(String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Gets the repository file at the path.
getFile() - Method in class com.sas.lsaf.execution.job.ManifestFileRef
Gets the file object that represents a file tha tis referenced in a job submission.
getFiles() - Method in class com.sas.lsaf.execution.job.JobPublishSetup
Gets the files to transfer for use in a published job submission.
getFileStatus() - Method in class com.sas.lsaf.content.repository.SynchronizationInfo
Gets the location of the file.
getFileVersion(String, String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Gets the specific version of a versioned file.
getFileVersionInfos(String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Gets the list of the version information that represents each version of the repository file.
getFileVersions(String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Gets the list of versions of the repository file.
getFirstName() - Method in class com.sas.lsaf.security.user.User
Gets the first name for a user account.
getFirstName() - Method in class com.sas.lsaf.security.user.UserCreateInfo
Gets the first name of the user account to create.
getFlowStatus() - Method in class com.sas.lsaf.workflow.element.Element
Gets the status of the process flow that contains the element.
getFolder(String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Gets the repository folder at the path.
getFolders() - Method in class com.sas.lsaf.execution.job.JobPublishSetup
Gets the folders to transfer for use in a published job submission.
getFromCreated() - Method in class com.sas.lsaf.content.repository.SearchQuery
Gets the start date of the range for the creation date of the item.
getFromDate() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinQuery
Gets the from deleted date of the item to query in the recycle bin.
getFromDate() - Method in class com.sas.lsaf.security.audit.AuditQuery
Gets the start date of the date range to query.
getFromDateEnded() - Method in class com.sas.lsaf.execution.session.SessionQuery
Gets the beginning date of the session ended date range to query.
getFromDateStarted() - Method in class com.sas.lsaf.execution.session.SessionQuery
Gets the beginning date of the session started date range to query.
getFromDueDate() - Method in class com.sas.lsaf.workflow.task.TaskQuery
Gets the start date of the date range to query process flow tasks based on due date.
getFromLastModified() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowQuery
Gets the start date of the range to query process flow last modified date.
getFromLastModifiedDate() - Method in class com.sas.lsaf.content.repository.SearchQuery
Gets the start date of the range for the last modified date of the item.
getGlobalPrivilegeService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the GlobalPrivilegeService instance bound to the current session.
getGlobalPrivilegeService() - Static method in class com.sas.lsaf.LsafClient
Gets the GlobalPrivilegeService to access using the current session
getGrantedPrivileges(String) - Method in interface com.sas.lsaf.security.privilege.GlobalPrivilegeService
Gets the set of global privileges that are granted to a user.
getGrantees(String) - Method in interface com.sas.lsaf.security.privilege.GlobalPrivilegeService
Gets the set of users who have been granted the specified global privilege.
getGroupById(String) - Method in interface com.sas.lsaf.security.group.GroupService
Gets the full representation of the group by its identifier.
getGroupByName(String, String) - Method in interface com.sas.lsaf.security.group.GroupService
Gets the full representation of the group by its name and context.
getGroupDescriptorById(String) - Method in interface com.sas.lsaf.security.group.GroupService
Gets the lightweight representation of the group by its identifier.
getGroupDescriptorByName(String, String) - Method in interface com.sas.lsaf.security.group.GroupService
Gets the lightweight representation of a group by its name and context.
getGroupDescriptors(String) - Method in interface com.sas.lsaf.security.group.GroupService
Gets the lightweight representation of all of the groups that are defined at the context.
getGroupDescriptorsByIds(Set<String>) - Method in interface com.sas.lsaf.security.group.GroupService
Gets the lightweight representations of a set of groups by their specified identifiers.
getGroups(String) - Method in interface com.sas.lsaf.security.group.GroupService
Gets all of the groups defined at the context.
getGroupsByIds(Set<String>) - Method in interface com.sas.lsaf.security.group.GroupService
Gets all of the groups by a list of identifiers.
getGroupsByMember(String, Principal) - Method in interface com.sas.lsaf.security.group.GroupService
Gets all of the groups in a context that have the principal as a member.
getGroupService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the GroupService instance bound to the current session.
getGroupService() - Static method in class com.sas.lsaf.LsafClient
Gets the GroupService to access using the current session
getHelp() - Method in class com.sas.lsaf.clinical.model.AttributeMetadata
Gets the text describing the purpose of the attribute.
getHref() - Method in class com.sas.lsaf.clinical.dictionary.ExternalDictionary
Gets the href of the external dictionary.
getId() - Method in class com.sas.lsaf.clinical.model.AttributeMetadata
Gets the id of the attribute metadata.
getId() - Method in class com.sas.lsaf.clinical.model.ValueListMetadata
Gets the id of the value list metadata.
getId() - Method in class com.sas.lsaf.clinical.model.ValueListValueMetadata
Gets the id of the value list metadata from which this value is defined.
getId() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinItem
Gets the identifier of the deleted object.
getId() - Method in class com.sas.lsaf.content.repository.RepositoryFileInfo
Gets the unique identifier of the repository file.
getId() - Method in class com.sas.lsaf.content.repository.RepositoryFileVersionInfo
Gets the unique identifier for the version.
getId() - Method in class com.sas.lsaf.content.repository.signature.Signature
Gets the unique identifier of the signature.
getId() - Method in class com.sas.lsaf.core.AbstractIdentifiable
 
getId() - Method in class com.sas.lsaf.core.action.ActionStatusDetail
Get the id of this action detail.
getId() - Method in class com.sas.lsaf.core.Attribute
Returns the id of this attribute.
getId() - Method in interface com.sas.lsaf.core.Identifiable
Returns the unique identifier for this object instance.
getId() - Method in class com.sas.lsaf.execution.job.JobSubmission
Gets the identifier of the job submission.
getId() - Method in class com.sas.lsaf.execution.job.ManifestFile
Gets the unique identifier, if the manifest file is a repository file.
getId() - Method in class com.sas.lsaf.execution.job.ManifestFileRef
Gets the unique identifier, if the manifest file is a repository file.
getId() - Method in class com.sas.lsaf.execution.job.ManifestRepositoryFile
 
getId() - Method in class com.sas.lsaf.security.user.AuthenticationProviderInfo
Gets the unique identifier for the authentication provider.
getId() - Method in class com.sas.lsaf.security.user.LicenseType
Gets the unique identifier for the license type.
getId() - Method in class com.sas.lsaf.workflow.processdefinition.FormAttributeDefinition
Gets the identifier of the attribute definition.
getId() - Method in class com.sas.lsaf.workflow.processflow.DataProperty
Gets the identifier of the data property as defined in the process flow definition.
getId() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowSearchResultItem
Gets the unique identifier of the process flow.
getId() - Method in class com.sas.lsaf.workflow.task.UserTaskAssignment
Gets the identifier for the user task instance.
getIdentifier() - Method in class com.sas.lsaf.clinical.tlf.TlfDescriptor
Gets the identifier of the TLF.
getIdentifier() - Method in interface com.sas.lsaf.workflow.autoflow.AutoFlowLaunchable
Gets the identifier of the source from which a process flow is automatically created.
getImportFilePath() - Method in class com.sas.lsaf.content.common.FileImportInfo
Gets the file path from within the system in which to import.
getImportFileSourceLocation() - Method in class com.sas.lsaf.clinical.study.StudyTablesImportInfo
Gets the source location (repository or workspace) of the import files.
getImportFileSourceLocation() - Method in class com.sas.lsaf.clinical.tlf.TlfImportInfo
Gets the source location (repository or workspace) of the import file(s).
getImportFileSourceLocation() - Method in class com.sas.lsaf.content.common.FileImportInfo
Gets the source location (repository or workspace) of the import file.
getImportFileVersion() - Method in class com.sas.lsaf.content.common.FileImportInfo
Gets the version of the file path from within the system in which to import.
getInheritedRoleDescriptorsByRole(String) - Method in interface com.sas.lsaf.security.role.RoleService
Gets all inherited roles across contexts that are associated with the specified role.
getInputs() - Method in class com.sas.lsaf.execution.job.Manifest
Gets the job inputs at the time of the job submission.
getInputsMetrics() - Method in class com.sas.lsaf.execution.job.ManifestMetrics
Gets the synchronization metrics for the job input files.
getInputsReferencedMetrics() - Method in class com.sas.lsaf.execution.job.ManifestMetrics
Gets the synchronization metrics for the input files that were referenced by the programs.
getInterval() - Method in class com.sas.lsaf.schedule.ScheduleTrigger
Gets the interval number for the schedule.
getInvalidMembers() - Method in exception com.sas.lsaf.security.group.InvalidGroupMemberException
Gets the set of members that are invalid additions to the group.
getInvalidMembers() - Method in exception com.sas.lsaf.security.membership.InvalidMemberException
Gets the set of invalid principals that are referenced by the exception.
getInvalidMembers() - Method in exception com.sas.lsaf.security.role.InvalidRoleMemberException
Returns the set of members that are invalid additions to the role.
getItem(String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Gets the repository object at the path.
getItem(String) - Method in interface com.sas.lsaf.content.workspace.WorkspaceService
Gets a client representation of the item in the workspace.
getItemIdentifier() - Method in class com.sas.lsaf.core.action.ActionStatusDetail
Get the identifier of the item.
getItemLocation() - Method in class com.sas.lsaf.core.action.ActionStatusDetail
Get the location of the item.
getItemName() - Method in class com.sas.lsaf.core.action.ActionStatusDetail
Get the name or display name for this item.
getJob() - Method in class com.sas.lsaf.execution.job.Manifest
Gets the job information at the time of the job submission.
getJobDetails() - Method in class com.sas.lsaf.workflow.task.CompletedJobTask
Gets the details of the job (the description from the job XML).
getJobId() - Method in class com.sas.lsaf.execution.job.JobSubmission
Gets the identifier of the job submitted.
getJobMetrics() - Method in class com.sas.lsaf.execution.job.ManifestMetrics
Gets the synchronization metrics for the job file.
getJobOwner() - Method in class com.sas.lsaf.execution.job.JobSubmission
Gets the userid of the job owner.
getJobPath() - Method in class com.sas.lsaf.execution.job.JobSubmission
Gets the job path to the job submission.
getJobPath() - Method in class com.sas.lsaf.workflow.processflow.setup.JobTaskSetup
Gets the full path of the job.
getJobPath() - Method in class com.sas.lsaf.workflow.task.CompletedJobTask
Gets the full path of the job.
getJobPath() - Method in class com.sas.lsaf.workflow.task.JobTask
Gets the full path of the job.
getJobService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the JobService instance for this session.
getJobService() - Static method in class com.sas.lsaf.LsafClient
Gets the JobService to access using the current session
getJobSubmission(String) - Method in interface com.sas.lsaf.execution.job.JobSubmissionService
Gets the current job submission for a specific submission of a job.
getJobSubmission() - Method in class com.sas.lsaf.execution.job.Manifest
Gets the job submission details at the time of the job submission.
getJobSubmissionBySession(String) - Method in interface com.sas.lsaf.execution.job.JobSubmissionService
Gets the JobSubmission, which contains job information and the job execution status for the job that created the session.
getJobSubmissionsByJobPath(String) - Method in interface com.sas.lsaf.execution.job.JobSubmissionService
Gets job submission entries for the repository job by the job path.
getJobSubmissionService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the JobExecutionService instance for this session.
getJobSubmissionService() - Static method in class com.sas.lsaf.LsafClient
Gets the JobSubmissionService to access using the current session
getJobSubmissionStatus() - Method in class com.sas.lsaf.execution.job.JobSubmission
Gets the job details and submission status for the job submission.
getJobSubmissionStatus(String) - Method in interface com.sas.lsaf.execution.job.JobSubmissionService
Gets the current job submission status for a specific submission of a job.
getJobVersion() - Method in class com.sas.lsaf.execution.job.JobSubmission
Gets the job version of the job submission.
getJobVersion() - Method in class com.sas.lsaf.workflow.processflow.setup.JobTaskSetup
Gets the version of the job.
getJobVersion() - Method in class com.sas.lsaf.workflow.task.CompletedJobTask
Gets the version of the job.
getJobVersion() - Method in class com.sas.lsaf.workflow.task.JobTask
Gets the version of the job.
getKeySequence() - Method in class com.sas.lsaf.clinical.model.AttributeMetadata
Gets the integer value used to indicate that the attribute is a key for the table.
getLabel() - Method in class com.sas.lsaf.execution.job.JobParameter
Gets the label for the parameter.
getLastLogin() - Method in class com.sas.lsaf.security.user.LoginInfo
Gets the date of the last login of the user account.
getLastModified() - Method in class com.sas.lsaf.clinical.dictionary.DictionaryDescriptor
Gets the date on which the dictionary was last modified.
getLastModified() - Method in class com.sas.lsaf.clinical.dictionary.ExternalDictionary
Gets the date on which the external dictionary was last modified.
getLastModified() - Method in class com.sas.lsaf.clinical.standards.StandardDescriptor
Gets the date on which the standard was last modified.
getLastModified() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinItem
Gets the date on which the deleted object was last modified.
getLastModified() - Method in class com.sas.lsaf.content.repository.RepositoryFileInfo
Gets the date on which the repository file was last modified.
getLastModified() - Method in class com.sas.lsaf.content.repository.RepositoryItem
Gets the date on which the repository item's content was last modified.
getLastModified() - Method in class com.sas.lsaf.execution.job.ManifestFile
Gets the date on which the file was last modified.
getLastModified() - Method in class com.sas.lsaf.execution.job.ManifestFileRef
Gets the date on which the file was last modified.
getLastModified() - Method in class com.sas.lsaf.schedule.ScheduleDescriptor
Gets the date on which the schedule was last modified.
getLastModified() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Gets the date on which the process flow was last modified.
getLastModifiedBy() - Method in class com.sas.lsaf.clinical.dictionary.DictionaryDescriptor
Gets the userId of the user who last modified the dictionary.
getLastModifiedBy() - Method in class com.sas.lsaf.clinical.dictionary.ExternalDictionary
Gets the userId of the user who last modified the external dictionary.
getLastModifiedBy() - Method in class com.sas.lsaf.clinical.standards.StandardDescriptor
Gets the userId of the user who last modified the standard.
getLastModifiedBy() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinItem
Gets the identifier of the user who last modified the deleted object.
getLastModifiedBy() - Method in class com.sas.lsaf.content.repository.RepositoryItem
Gets the user who last modified the repository item's content.
getLastModifiedBy() - Method in class com.sas.lsaf.content.repository.SearchQuery
Gets the identifier of the user who last modified the item.
getLastModifiedBy() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Gets the userId of the user who last modified the process flow.
getLastModifiedBy() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowQuery
Gets the userId of the user who last modified the process flow.
getLastModifiedBy() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowSearchResultItem
Gets the user who last modified the process flow.
getLastModifiedDate() - Method in class com.sas.lsaf.content.repository.WorkspaceFileInfo
Gets the date on which the workspace file was last modified.
getLastModifiedDate() - Method in class com.sas.lsaf.content.workspace.WorkspaceItem
Gets the date on which the workspace item was last modified.
getLastModifiedDate() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowSearchResultItem
Gets the date on which the process flow was last modified.
getLastName() - Method in class com.sas.lsaf.security.user.User
Gets the last name for a user account.
getLastName() - Method in class com.sas.lsaf.security.user.UserCreateInfo
Gets the last name of the user account to create.
getLatestJobSubmissionByJobPath(String) - Method in interface com.sas.lsaf.execution.job.JobSubmissionService
Gets the latest job submission entry for the repository job by the job path.
getLength() - Method in class com.sas.lsaf.clinical.model.AttributeMetadata
Gets the maximum length for attribute values.
getLicenseTypeId() - Method in class com.sas.lsaf.security.user.AccountInfo
Gets the id of the license type of the user account.
getLicenseTypes() - Method in interface com.sas.lsaf.security.user.UserService
Retrieves the license types currently configured in the system.
getLimit() - Method in class com.sas.lsaf.execution.session.SessionQuery
Gets the maximum number of sessions to return.
getLimit() - Method in class com.sas.lsaf.workflow.task.TaskQuery
Gets the maximum number of process flow tasks to return.
getLocation() - Method in class com.sas.lsaf.clinical.common.BatchFileCreateInfo
Gets the location of the file: the repository or the workspace.
getLocation() - Method in class com.sas.lsaf.clinical.common.ExportFileCreateInfo
Gets the location of the file: the repository or the workspace.
getLocation() - Method in class com.sas.lsaf.content.repository.CheckedOutFilesQuery
Gets the location to query for checked out files.
getLocation() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinQuery
Gets the path to the item to query in the recycle bin.
getLocation() - Method in class com.sas.lsaf.content.repository.SearchQuery
Gets the location of the item.
getLocation() - Method in class com.sas.lsaf.query.ExtractFileCreateInfo
Gets the location of the file: Workspace or Repository.
getLocations() - Method in class com.sas.lsaf.execution.job.JobPublishCheckin
Gets the folder locations for check in when the job completes.
getLocations() - Method in class com.sas.lsaf.workflow.element.SignalEvent
Gets the locations that triggers the signal event.
getLocations() - Method in class com.sas.lsaf.workflow.processflow.setup.SignalEventSetup
Gets the locations that trigger the signal event.
getLockedBy() - Method in class com.sas.lsaf.security.user.LockedInfo
Gets the identity of the person who locked this user account.
getLockedDate() - Method in class com.sas.lsaf.security.user.LockedInfo
Gets the date the user account was locked.
getLockedInfo() - Method in class com.sas.lsaf.security.user.User
Gets the account locking details for a user account.
getLogErrors() - Method in class com.sas.lsaf.execution.session.Session
Gets the number of errors in the log.
getLogFileContents(String) - Method in interface com.sas.lsaf.execution.session.SessionService
Gets the log file contents for the session, if the size of the file does not exceed 5 megabytes (5,242,880 bytes).
getLogFileContentsForEngine(String, EngineType) - Method in interface com.sas.lsaf.execution.session.SessionService
Gets the log file contents for the specified engine that generated the file, if the size of the file does not exceed 5 megabytes (5,242,880 bytes).
getLogFileSize(String) - Method in interface com.sas.lsaf.execution.session.SessionService
Gets the size (in bytes) of the log file for the session.
getLogFileSizeForEngine(String, EngineType) - Method in interface com.sas.lsaf.execution.session.SessionService
Gets the size (in bytes) of the log file for the specified engine that generated the file.
getLogicalType() - Method in class com.sas.lsaf.clinical.model.AttributeMetadata
Gets the logical type that enables attribute association with application types when selecting attribute values.
getLoginAttempts() - Method in class com.sas.lsaf.security.user.LoginInfo
Gets the number of login attempts since the last successful login of the user account.
getLoginInfo() - Method in class com.sas.lsaf.security.user.User
Gets the login details for a user account.
getLogs() - Method in class com.sas.lsaf.execution.job.Manifest
Gets the log files that were generated by the job submission.
getLogsLocation() - Method in class com.sas.lsaf.execution.job.Job
Gets the location for job submission log files to be saved.
getLogWarnings() - Method in class com.sas.lsaf.execution.session.Session
Gets the number of warnings in the log.
getMajorLimit() - Method in class com.sas.lsaf.content.repository.RepositoryFile
Gets the limit of major versions to retain for a file.
getMajorVersionLimit() - Method in class com.sas.lsaf.content.repository.VersionLimits
Gets the limit of the major versions that are retained for a versioned file.
getManifest() - Method in class com.sas.lsaf.execution.job.Manifest
Gets the manifest information of the manifest file that is represented by this object.
getManifestByJobSubmission(String) - Method in interface com.sas.lsaf.execution.job.JobSubmissionService
Gets the job manifest file for the job submission.
getManifestByRepositoryPath(String, String) - Method in interface com.sas.lsaf.execution.job.JobSubmissionService
Gets the job manifest file at the path and version in the repository.
getManifestByWorkspacePath(String) - Method in interface com.sas.lsaf.execution.job.JobSubmissionService
Gets the job manifest file at the path in the workspace.
getManifestLocation() - Method in class com.sas.lsaf.execution.job.Job
Gets the location for the job submission manifest file to be saved.
getManifestMetrics() - Method in class com.sas.lsaf.execution.job.Manifest
Gets the manifest metrics that were captured for the job submission.
getManifestType() - Method in class com.sas.lsaf.execution.job.Manifest
Gets the type of the manifest file for the job submission: run in the workspace or in the repository.
getMapAttributes() - Method in class com.sas.lsaf.workflow.MappingAttributeMetadata
Gets the attributes that can be mapped for the process flow element.
getMapAttrName() - Method in class com.sas.lsaf.workflow.AttributeMapping
Gets the name of the attribute to which this attribute will map.
getMapAttrName() - Method in class com.sas.lsaf.workflow.AutoFlowMappingMetadata
Gets the name of the attribute to which this attribute will map.
getMappingMetadata() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionMappingMetadata
Gets the attributes that map to process definition element attributes.
getMappingRevision() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionMapping
Gets the internally managed revision number of the process definition mapping.
getMembers() - Method in class com.sas.lsaf.security.group.Group
Gets the members of the group.
getMembers() - Method in class com.sas.lsaf.security.membership.Membership
Gets the members of the membership.
getMembers() - Method in class com.sas.lsaf.security.role.Role
Gets the members assigned to this role.
getMembership(String) - Method in interface com.sas.lsaf.security.membership.MembershipService
Retrieves the membership information for the context.
getMembershipByPath(String) - Method in interface com.sas.lsaf.security.membership.MembershipService
Retrieves the membership information for the specified repository path.
getMembershipQueryService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the MembershipQueryService instance for this session.
getMembershipQueryService() - Static method in class com.sas.lsaf.LsafClient
Gets the MembershipQueryService to access using the current session
getMemberships(Principal) - Method in interface com.sas.lsaf.security.membership.MembershipService
Gets the set of membership context identifiers in which the principal is a member.
getMembershipScope() - Method in class com.sas.lsaf.query.security.membership.ContextMembershipQuery
Gets whether to include in the output the assigned members, defined groups, or all members at the specified context.
getMembershipScope() - Method in class com.sas.lsaf.query.security.membership.DistinctContextMembershipQuery
Gets whether to include in the output the assigned members, defined groups.
getMembershipService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the MembershipService instance bound to the current session.
getMembershipService() - Static method in class com.sas.lsaf.LsafClient
Gets the MembershipService to access using the current session
getMessage() - Method in exception com.sas.lsaf.core.AbstractCheckedException
Returns the detail message, including the message from the nested exception if there is one.
getMessage() - Method in exception com.sas.lsaf.core.AbstractRuntimeException
Returns the detail message, including the message from the nested exception if there is one.
getMessage() - Method in class com.sas.lsaf.core.action.ActionStatusDetail
Get the message of the of the item.
getMessage() - Method in class com.sas.lsaf.workflow.processflow.setup.NotificationTaskSetup
Gets the message text for the notification task.
getMessage() - Method in class com.sas.lsaf.workflow.task.CompletedNotificationTask
Gets the message of the notification task.
getMessage() - Method in class com.sas.lsaf.workflow.task.NotificationTask
Gets the message of the notification task.
getMessageCode() - Method in class com.sas.lsaf.core.action.ActionStatusDetail
Get the message code of the item.
getMinorLimit() - Method in class com.sas.lsaf.content.repository.RepositoryFile
Gets the limit of minor versions to retain for a file.
getMinorVersionLimit() - Method in class com.sas.lsaf.content.repository.VersionLimits
Gets the limit of the minor versions retained for a versioned file.
getMode() - Method in class com.sas.lsaf.security.audit.AuditEntry
Gets the mode on which the audit entry was recorded.
getMode() - Method in class com.sas.lsaf.security.audit.AuditQuery
Gets the audit mode to query by.
getModelDescriptorById(String) - Method in interface com.sas.lsaf.clinical.model.ModelService
Gets the lightweight representation of the model by its identifier.
getModelId() - Method in class com.sas.lsaf.clinical.model.ValueListMetadata
Gets the id of the model from which the value list metadata is defined.
getModelId() - Method in class com.sas.lsaf.clinical.standards.StandardDescriptor
Gets the model identifier of the standard.
getModelId() - Method in class com.sas.lsaf.clinical.study.tlf.StudyTlfInfo
Gets the identifier of the model.
getModelService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the ModelService instance for this session.
getModelService() - Static method in class com.sas.lsaf.LsafClient
Gets the ModelService to access using the current session
getMyProcessFlowDescriptors() - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Gets all of the process flows that the user is authorized to view.
getMyProcessFlowDescriptorsByContext(String, boolean) - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Gets all of the process flows that are owned by the current user at a context, and (optionally) below.
getName(String) - Static method in class com.sas.lsaf.client.utils.RelativePathUtility
Return the name of the file or folder denoted by this path.
getName() - Method in class com.sas.lsaf.clinical.common.AttributeValue
Gets the name of the attribute.
getName() - Method in class com.sas.lsaf.clinical.dictionary.DictionaryDescriptor
Gets the name of the dictionary.
getName() - Method in class com.sas.lsaf.clinical.dictionary.ExternalDictionary
Gets the reference name of the external dictionary.
getName() - Method in class com.sas.lsaf.clinical.model.AttributeMetadata
Gets the name of the attribute.
getName() - Method in class com.sas.lsaf.clinical.model.ModelDescriptor
Gets the name of the model.
getName() - Method in class com.sas.lsaf.clinical.model.ValueListMetadata
The name of the value list metadata.
getName() - Method in class com.sas.lsaf.clinical.standards.BaseStandardTypeInfo
Gets the name of the base standard, such as SDTM and ADaM.
getName() - Method in class com.sas.lsaf.clinical.standards.StandardDescriptor
Gets the name of the standard.
getName() - Method in class com.sas.lsaf.clinical.study.Study
Gets the name of the study.
getName() - Method in class com.sas.lsaf.clinical.tlf.SectionDescriptor
 
getName() - Method in class com.sas.lsaf.clinical.tlf.TlfDescriptor
Gets the name of the TLF.
getName() - Method in class com.sas.lsaf.content.repository.CheckedOutFilesQuery
Gets the name of the file to query for checked out files.
getName() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinQuery
Gets the name of the item to query in the recycle bin.
getName() - Method in class com.sas.lsaf.content.repository.RepositoryFileVersionInfo
Gets the version name.
getName() - Method in class com.sas.lsaf.content.repository.RepositoryItem
Gets the name of the item.
getName() - Method in class com.sas.lsaf.content.repository.SearchQuery
Gets the name of the item.
getName() - Method in class com.sas.lsaf.core.type.AttributeDefinition
Gets the name of the attribute definition.
getName() - Method in class com.sas.lsaf.core.type.TypeDescriptor
Gets the display name of the type.
getName() - Method in class com.sas.lsaf.execution.job.JobParameter
Gets the name of the parameter.
getName() - Method in class com.sas.lsaf.execution.job.ManifestFile
Gets the name of the manifest file.
getName() - Method in class com.sas.lsaf.execution.job.ManifestFileRef
The name of the file that is referenced in a job submission.
getName() - Method in class com.sas.lsaf.execution.job.ParameterValue
Gets the name of the parameter.
getName() - Method in class com.sas.lsaf.query.Column
Gets the name of the column.
getName() - Method in class com.sas.lsaf.schedule.ScheduleDescriptor
Gets the name of the schedule.
getName() - Method in class com.sas.lsaf.security.group.GroupDescriptor
Gets the name of the group.
getName() - Method in exception com.sas.lsaf.security.group.GroupExistsException
Gets the name of the group.
getName() - Method in class com.sas.lsaf.security.privilege.GlobalPrivilege
Gets the name of this global privilege.
getName() - Method in interface com.sas.lsaf.security.privilege.Privilege
Gets the name of this privilege.
getName() - Method in class com.sas.lsaf.security.privilege.ScopedPrivilege
Gets the name of this scoped privilege.
getName() - Method in class com.sas.lsaf.security.role.RoleDescriptor
Gets the name of a role.
getName() - Method in class com.sas.lsaf.security.user.AuthenticationProviderInfo
Gets the display name for the authentication provider.
getName() - Method in class com.sas.lsaf.security.user.LicenseType
Gets the name for the license type.
getName() - Method in interface com.sas.lsaf.workflow.autoflow.AutoFlowLaunchable
Gets the name of the source from which a process flow is automatically created.
getName() - Method in class com.sas.lsaf.workflow.element.CompletedElement
Gets the name of the completed element.
getName() - Method in class com.sas.lsaf.workflow.element.Element
Gets the name for the element.
getName() - Method in class com.sas.lsaf.workflow.processdefinition.FlowElementDefinition
The name of the element as it appears in the process definition, if it exists.
getName() - Method in class com.sas.lsaf.workflow.processdefinition.FormAttributeDefinition
Gets the name of the attribute definition.
getName() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionInfo
Gets the name of the process flow definition.
getName() - Method in class com.sas.lsaf.workflow.processflow.DataProperty
Gets the name of the data property as defined in the process flow definition.
getName() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowCopyInfo
Gets the name of process flow copy.
getName() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Gets the name of the process flow.
getName() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowQuery
Gets the process flow name to query.
getName() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowSearchResultItem
Gets the name of the process flow.
getName() - Method in class com.sas.lsaf.workflow.processflow.setup.ElementSetup
Gets the name of the element.
getName() - Method in class com.sas.lsaf.workflow.task.TaskQuery
Gets the process flow task name to query.
getNewValue() - Method in class com.sas.lsaf.security.audit.AuditEntryDetail
Gets the value after the change.
getNonMembers() - Method in exception com.sas.lsaf.security.membership.MemberNotFoundException
Gets the set of principals that are not members of the context.
getNotes() - Method in class com.sas.lsaf.core.ValidationResult
Gets the note information generated by the validation.
getNumOccurrences() - Method in class com.sas.lsaf.schedule.ScheduleTrigger
Gets the number of times to execute the schedule.
getNumStudiesAssociated() - Method in class com.sas.lsaf.clinical.dictionary.DictionaryDescriptor
Gets the number of studies that are associated with the dictionary.
getNumStudiesAssociated() - Method in class com.sas.lsaf.clinical.dictionary.ExternalDictionary
Gets the number of studies that are associated with the external dictionary.
getNumStudiesAssociated() - Method in class com.sas.lsaf.clinical.standards.StandardDescriptor
Gets the number of studies that are associated with the standard.
getOldState() - Method in class com.sas.lsaf.content.repository.RepositoryStateChangeResult
 
getOldValue() - Method in class com.sas.lsaf.security.audit.AuditEntryDetail
Gets the value before the change.
getOperator() - Method in class com.sas.lsaf.query.Comparison
Gets the operator for the comparison.
getOperator() - Method in class com.sas.lsaf.query.Condition
 
getOrder() - Method in class com.sas.lsaf.query.Query
Gets the order to use in the query output.
getOrdering() - Method in class com.sas.lsaf.clinical.model.AttributeMetadata
Gets the integer value that represents the display order of the attribute.
getOrdering() - Method in class com.sas.lsaf.clinical.model.ValueListValueMetadata
Gets the integer value that represents the display order of the attribute value.
getOutputFileSpec() - Method in class com.sas.lsaf.execution.job.Manifest
Gets the specification to create the outputs at the time of the job submission.
getOutputs() - Method in class com.sas.lsaf.execution.job.Manifest
Gets the job outputs that were saved in the workspace or repository.
getOutputsMetrics() - Method in class com.sas.lsaf.execution.job.ManifestMetrics
Gets the synchronization metrics for the job output files.
getOutputsReferencedMetrics() - Method in class com.sas.lsaf.execution.job.ManifestMetrics
Gets the synchronization metrics for the output files that were referenced by the programs.
getOwner() - Method in class com.sas.lsaf.content.repository.SearchQuery
Sets the identifier of the owner of the item.
getOwner() - Method in class com.sas.lsaf.execution.job.Job
Gets the userId of the current owner of the job.
getOwner() - Method in class com.sas.lsaf.execution.job.ManifestJob
Gets the userId of the owner of the job.
getOwner() - Method in class com.sas.lsaf.schedule.ScheduleDescriptor
Gets the owner of the schedule.
getOwner() - Method in class com.sas.lsaf.security.acl.AbstractAcl
Gets the user who is the owner of this ACL.
getOwner() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Gets the userId of the owner of the process flow.
getOwner() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowQuery
Gets the process flow owner to query.
getOwner() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowSearchResultItem
Gets the userId of the process flow owner.
getOwnerPropagation() - Method in class com.sas.lsaf.security.acl.DefaultAcl
Gets the OwnerPropagation value that will determine the owner of child items created underneath this container.
getOwningObjectIdentity() - Method in class com.sas.lsaf.security.acl.AbstractAcl
Gets the object for which this ACL is defined.
getPageSizeLimit() - Method in interface com.sas.lsaf.content.repository.RepositoryService
Gets the maximum number of checked out files that can be returned in a single request.
getParameters() - Method in class com.sas.lsaf.execution.job.Job
Gets the job parameters.
getParameters() - Method in class com.sas.lsaf.execution.job.Manifest
Gets the parameters that were used at the time of the job submission.
getParameterValues() - Method in class com.sas.lsaf.schedule.ScheduleJobInfo
Gets the job parameter values.
getParameterValues() - Method in class com.sas.lsaf.workflow.processflow.setup.JobTaskSetup
Get the parameter values that override the default parameter values in the job.
getParameterValues() - Method in class com.sas.lsaf.workflow.task.CompletedJobTask
Gets the parameter values that were used to run the job with the task.
getParameterValues() - Method in class com.sas.lsaf.workflow.task.JobTask
Gets the parameter values that override the default parameter values in the job.
getParent() - Method in class com.sas.lsaf.clinical.tlf.TlfDescriptor
Gets the parent of the TLF if one exists.
getParentId() - Method in class com.sas.lsaf.workflow.processdefinition.FlowElementDefinition
Gets the id of the flow definition which is the parent of this element.
getParentMembershipContext(String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Gets the nearest parent context with the membership capability for the repository path.
getParentPath(String) - Static method in class com.sas.lsaf.client.utils.RelativePathUtility
Return the path to the parent folder for this file or folder path.
getPassword() - Method in class com.sas.lsaf.content.repository.signature.CreateSignatureInfo
Gets the password that is used to create the signature.
getPassword() - Method in class com.sas.lsaf.security.user.UserCreateInfo
Gets the temporary password of the user account to create.
getPasswordInfo() - Method in class com.sas.lsaf.security.user.User
Gets the password details for a user account.
getPath() - Method in class com.sas.lsaf.clinical.common.BatchFileCreateInfo
Gets the path defining where one or files will be created.
getPath() - Method in class com.sas.lsaf.clinical.study.Study
Gets the full path of the study in the repository, which includes the name.
getPath() - Method in class com.sas.lsaf.content.common.AbstractCreateInfo
 
getPath() - Method in class com.sas.lsaf.content.common.FileSpecification
Gets the path to the file or folder.
getPath() - Method in exception com.sas.lsaf.content.repository.CheckedOutFilesSearchException
Gets the path that is specified in the exception.
getPath() - Method in exception com.sas.lsaf.content.repository.CopyToWorkspaceException
Return the path to the item that caused the exception.
getPath() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinItem
Gets the path to the deleted object.
getPath() - Method in class com.sas.lsaf.content.repository.RepositoryFileInfo
Gets the full path to the repository file.
getPath() - Method in class com.sas.lsaf.content.repository.RepositoryItem
Gets the full path to the item in the repository, which includes the name.
getPath() - Method in exception com.sas.lsaf.content.repository.RepositoryItemException
Gets the path in the repository that raised the exception.
getPath() - Method in exception com.sas.lsaf.content.repository.RepositoryItemRuntimeException
Gets the path in the repository that raised the exception.
getPath() - Method in class com.sas.lsaf.content.repository.RepositoryStateChangeResult
 
getPath() - Method in exception com.sas.lsaf.content.repository.signature.SigningException
Gets the path to the file that is associated with the signing error.
getPath() - Method in class com.sas.lsaf.content.repository.SynchronizationFileInfo
Gets the full path to the repository file.
getPath() - Method in class com.sas.lsaf.content.repository.SynchronizationInfo
Gets the file path that is associated with the synchronization information.
getPath() - Method in class com.sas.lsaf.content.repository.WorkspaceFileInfo
Gets the full path of the workspace file.
getPath() - Method in class com.sas.lsaf.content.workspace.WorkspaceItem
Gets the path to the workspace item.
getPath() - Method in exception com.sas.lsaf.content.workspace.WorkspaceItemException
Gets the path of the workspace item that caused the exception.
getPath() - Method in class com.sas.lsaf.execution.job.Job
Gets the path of the job.
getPath() - Method in class com.sas.lsaf.execution.job.JobInput
Gets the path to the file or folder to transfer when submitting a published job.
getPath() - Method in class com.sas.lsaf.execution.job.JobProgram
Gets the path to the program file.
getPath() - Method in class com.sas.lsaf.execution.job.JobPublishCheckinLocation
Gets the path to the folder to check in when the job completes.
getPath() - Method in class com.sas.lsaf.execution.job.JobPublishSetupItem
Gets the path to the item to transfer for the published job.
getPath() - Method in class com.sas.lsaf.execution.job.ManifestExternalReference
Gets the path to the external item.
getPath() - Method in class com.sas.lsaf.execution.job.ManifestFile
Gets the full path to the manifest file, which includes the name.
getPath() - Method in class com.sas.lsaf.execution.job.ManifestFileRef
The path to the file that is referenced in a job submission.
getPath() - Method in class com.sas.lsaf.messaging.subscription.Subscription
Gets the path of the object for the subscription.
getPath() - Method in class com.sas.lsaf.schedule.ScheduleJobInfo
Gets the path of the job to run.
getPhone() - Method in class com.sas.lsaf.security.user.User
Gets the phone number for a user account.
getPhone() - Method in class com.sas.lsaf.security.user.UserCreateInfo
Gets the phone number for the user account to create.
getPotentialMembers(String, boolean) - Method in interface com.sas.lsaf.security.membership.MembershipService
Retrieves the set of potential members that can be added as members to the context.
getPrincipal() - Method in class com.sas.lsaf.security.acl.AclEntry
Gets the principal for this ACL.
getPrincipalId() - Method in class com.sas.lsaf.security.acl.AclMembers
Gets the principal identifier of the ACL members principal.
getPrincipalId() - Method in class com.sas.lsaf.security.acl.AclOwner
Gets the principal identifier of the ACL owner.
getPrincipalId() - Method in class com.sas.lsaf.security.group.GroupDescriptor
 
getPrincipalId() - Method in interface com.sas.lsaf.security.principal.Principal
Returns the principal identifier of a user or group.
getPrincipalId() - Method in class com.sas.lsaf.security.user.UserDescriptor
 
getPrincipalName() - Method in class com.sas.lsaf.security.acl.AclMembers
Gets the principal name of the ACL members principal.
getPrincipalName() - Method in class com.sas.lsaf.security.acl.AclOwner
Gets the principal name of the ACL owner.
getPrincipalName() - Method in class com.sas.lsaf.security.group.GroupDescriptor
 
getPrincipalName() - Method in interface com.sas.lsaf.security.principal.Principal
Returns the principal name of a user or group.
getPrincipalName() - Method in class com.sas.lsaf.security.user.UserDescriptor
 
getPriority() - Method in class com.sas.lsaf.workflow.processflow.setup.NotificationTaskSetup
Gets the priority for the notification task.
getPriority() - Method in class com.sas.lsaf.workflow.processflow.setup.UserTaskSetup
Gets the priority of the user task.
getPriority() - Method in class com.sas.lsaf.workflow.task.CompletedNotificationTask
Gets the message priority of the notification task.
getPriority() - Method in class com.sas.lsaf.workflow.task.CompletedUserTask
Gets the priority of the user task.
getPriority() - Method in class com.sas.lsaf.workflow.task.NotificationTask
Gets the message priority of the notification task.
getPriority() - Method in class com.sas.lsaf.workflow.task.TaskQuery
Gets the task priority in which to query process flow tasks.
getPriority() - Method in class com.sas.lsaf.workflow.task.UserTask
Gets the priority of the user task.
getPrivileges() - Method in exception com.sas.lsaf.security.privilege.InvalidPrivilegeException
Gets the set of invalid privileges.
getPrivileges() - Method in class com.sas.lsaf.security.role.RoleDescriptor
Gets the privileges assigned to a role.
getProblem() - Method in class com.sas.lsaf.core.ValidationMessage
Gets the message for the validation finding.
getProcessData() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlow
Gets the process data properties for a process flow.
getProcessDefinitionById(String) - Method in interface com.sas.lsaf.workflow.processdefinition.ProcessDefinitionService
Gets the process flow definition with the specified unique id.
getProcessDefinitionByKey(String) - Method in interface com.sas.lsaf.workflow.processdefinition.ProcessDefinitionService
Gets the latest deployed version of the process flow definition by the specified process definition key.
getProcessDefinitionElements(String) - Method in interface com.sas.lsaf.workflow.processdefinition.ProcessDefinitionService
Gets the elements of a process flow definition.
getProcessDefinitionInfo() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Gets the process flow definition information that was used to create the process flow.
getProcessDefinitionKey() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionInfo
Gets the id of the process flow definition as it exists in the definition file.
getProcessDefinitionKey() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionMapping
Gets the key of the process flow definition which is also the id as it exists in the definition file.
getProcessDefinitionKey() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowQuery
Gets the process definition key in which to query process flows.
getProcessDefinitionKey() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowSearchResultItem
Gets the key of the process flow definition.
getProcessDefinitionMappingByType(AutoFlowType, String) - Method in interface com.sas.lsaf.workflow.processdefinition.ProcessDefinitionService
Gets the element mapping for the process definition based on the auto flow type.
getProcessDefinitionMappingMetadata() - Method in interface com.sas.lsaf.workflow.processdefinition.ProcessDefinitionService
Gets the process definition mapping metadata that describes what elements can be mapped to what attribute types.
getProcessDefinitionsByContextType(String) - Method in interface com.sas.lsaf.workflow.processdefinition.ProcessDefinitionService
Gets the latest deployed process flow definitions at the context with the context type.
getProcessDefinitionService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the ProcessDefinitionService instance for this session.
getProcessDefinitionService() - Static method in class com.sas.lsaf.LsafClient
Gets the ProcessFlowService to access using the current session
getProcessDefinitionsMappedForAutoFlow(String, AutoFlowType, boolean) - Method in interface com.sas.lsaf.workflow.processdefinition.ProcessDefinitionService
Gets the process definitions that are enabled and mapped for automatic process flow creation by the specified context type.
getProcessFlowById(String) - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Gets the process flow with the specified identifier.
getProcessFlowByNameAndContext(String, String) - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Gets process flow with the name at the context.
getProcessFlowDescriptorsByContext(String, boolean) - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Gets the process flows at the context and (optionally) below.
getProcessFlowId() - Method in class com.sas.lsaf.workflow.element.CompletedElement
Gets the identifier of the process flow that contains the element.
getProcessFlowId() - Method in class com.sas.lsaf.workflow.element.Element
Gets the identifier of the process flow that contains the element.
getProcessFlowIdentifier() - Method in class com.sas.lsaf.workflow.processflow.setup.ElementSetup
 
getProcessFlowName() - Method in class com.sas.lsaf.workflow.task.TaskQuery
Gets the name of the process flow in which to search tasks.
getProcessFlowService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the ProcessFlowService instance for this session.
getProcessFlowService() - Static method in class com.sas.lsaf.LsafClient
Gets the ProcessFlowService to access using the current session
getProcessFlowSetupService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the ProcessFlowSetupService instance for this session.
getProcessFlowSetupService() - Static method in class com.sas.lsaf.LsafClient
Gets the ProcessFlowSetupService to access using the current session
getProgramMetrics() - Method in class com.sas.lsaf.execution.job.ManifestMetrics
Gets the synchronization metrics for the job program files.
getPrograms() - Method in class com.sas.lsaf.execution.job.Job
Gets the programs that are associated with the job.
getPrograms() - Method in class com.sas.lsaf.execution.job.Manifest
Gets the job programs at the time of the job submission.
getPropertiesLastModified() - Method in class com.sas.lsaf.content.repository.RepositoryItem
Gets the date on which the repository item's properties were last modified.
getPropertiesLastModifiedBy() - Method in class com.sas.lsaf.content.repository.RepositoryItem
Gets the user who last modified the repository item's properties.
getProxyHost() - Method in class com.sas.lsaf.client.ProxyInfo
Returns the proxy server host to use when establishing a ClientSession.
getProxyPassword() - Method in class com.sas.lsaf.client.ProxyInfo
Returns the proxy server password to use when establishing a ClientSession.
getProxyPort() - Method in class com.sas.lsaf.client.ProxyInfo
Returns the proxy server port to use when establishing a ClientSession.
getProxyUserId() - Method in class com.sas.lsaf.client.ProxyInfo
Returns the proxy server user id to use when establishing a ClientSession.
getPublishCheckin() - Method in class com.sas.lsaf.execution.job.Job
Gets the check-in specification to use for the output files that are created by the job.
getPublishedState() - Method in class com.sas.lsaf.clinical.dictionary.DictionaryDescriptor
Gets the published state of the dictionary, if it has been published.
getPublishedState() - Method in class com.sas.lsaf.clinical.standards.StandardDescriptor
Gets the published state of the standard, if it has been published.
getPublishSetup() - Method in class com.sas.lsaf.execution.job.Job
Gets the content to transfer when submitting the job.
getQueryClass() - Method in class com.sas.lsaf.query.Column
Gets the name of the query class.
getReachableGroupsByMember(String, Principal) - Method in interface com.sas.lsaf.security.group.GroupService
Gets the set of all of the reachable groups at the context.
getReadPermission() - Method in class com.sas.lsaf.security.acl.AclEntry
Gets the Read permission for this ACL.
getReason() - Method in class com.sas.lsaf.content.repository.signature.CreateSignatureInfo
Gets the signature reason to use to create the signature.
getReason() - Method in class com.sas.lsaf.content.repository.signature.Signature
Gets the reason that was specified to create the signature.
getRecipients() - Method in class com.sas.lsaf.workflow.processflow.setup.NotificationTaskSetup
Gets the recipients for the notification task.
getRecipients() - Method in class com.sas.lsaf.workflow.task.CompletedNotificationTask
Gets the recipients of the notification task.
getRecipients() - Method in class com.sas.lsaf.workflow.task.NotificationTask
Gets the recipients of the notification task.
getRecycleBinQueryService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the RecycleBinQueryService instance for this session.
getRecycleBinQueryService() - Static method in class com.sas.lsaf.LsafClient
Gets the RecycleBinQueryService to access using the current session
getRecycleBinSearchResults() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinSearchResults
Gets the search results that are based on the RecycleBinQuery that is specified in RecycleBinService.search(RecycleBinQuery).
getRecycleBinService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the RecycleBinService instance for this session.
getRecycleBinService() - Static method in class com.sas.lsaf.LsafClient
Gets the RecycleBinService to access using the current session
getReferencingProgram() - Method in class com.sas.lsaf.execution.job.ManifestExternalReference
Gets the program that referenced the item.
getReferencingProgram() - Method in class com.sas.lsaf.execution.job.ManifestInput
Gets the program that referenced the input.
getReferencingProgram() - Method in class com.sas.lsaf.execution.job.ManifestOutput
Gets the program that referenced the file.
getRelativePath(String, String) - Static method in class com.sas.lsaf.client.utils.RelativePathUtility
Generate a relative path for a file relative to the base path.
getReleaseDate() - Method in class com.sas.lsaf.clinical.dictionary.DictionaryDescriptor
Gets the date on which the dictionary was released.
getRepeatForever() - Method in class com.sas.lsaf.schedule.ScheduleTrigger
Indicates whether to repeat the schedule indefinitely.
getRepositoryFileId() - Method in class com.sas.lsaf.content.repository.signature.Signature
Gets the unique identifier of the repository file that is associated with the signature.
getRepositoryFileInfo() - Method in class com.sas.lsaf.content.repository.SynchronizationInfo
Gets the repository file information, if the file exists in the repository.
getRepositoryFileLastModified() - Method in class com.sas.lsaf.content.repository.SynchronizationFileInfo
Gets the last modification date on which the repository file was synchronized to the workspace.
getRepositoryFilePath() - Method in class com.sas.lsaf.content.repository.signature.Signature
Gets the path to the repository file that is associated with the signature.
getRepositoryFileSize() - Method in class com.sas.lsaf.content.repository.SynchronizationFileInfo
Gets the size of the repository file (in bytes) that was synchronized to the workspace.
getRepositoryFileVersion() - Method in class com.sas.lsaf.content.repository.signature.Signature
Gets the version of the repository file that is associated with the signature.
getRepositoryJob(String, String) - Method in interface com.sas.lsaf.execution.job.JobService
Gets the job from the specified path in the repository.
getRepositoryQueryService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the RepositoryQueryService instance for this session.
getRepositoryQueryService() - Static method in class com.sas.lsaf.LsafClient
Gets the RepositoryQueryService to access using the current session
getRepositoryService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the RepositoryService instance bound to the current session.
getRepositoryService() - Static method in class com.sas.lsaf.LsafClient
Gets the RepositoryService to access using the current session
getRequiredModelTlfAttributes() - Static method in class com.sas.lsaf.clinical.model.ModelConstants
 
getResults() - Method in class com.sas.lsaf.execution.job.Manifest
Gets the results files that were generated by the job submission.
getResultsFileContents(String) - Method in interface com.sas.lsaf.execution.session.SessionService
Gets the results file for the session, if the size of the file does not exceed 5 megabytes (5,242,880 bytes).
getResultsFileContentsForEngine(String, EngineType) - Method in interface com.sas.lsaf.execution.session.SessionService
Gets the results file for the specified engine that generated the file, if the size of the file does not exceed 5 megabytes (5,242,880 bytes).
getResultsFilePath() - Method in class com.sas.lsaf.clinical.tlf.TlfImportInfo
Gets the path of the import file for updating results.
getResultsFileSize(String) - Method in interface com.sas.lsaf.execution.session.SessionService
Gets the size (in bytes) of the results file for the session.
getResultsFileSizeForEngine(String, EngineType) - Method in interface com.sas.lsaf.execution.session.SessionService
Gets the size (in bytes) of the results file for the specified engine that generated the file.
getResultsFileVersion() - Method in class com.sas.lsaf.clinical.tlf.TlfImportInfo
Gets the version of the results import file.
getResultsLocation() - Method in class com.sas.lsaf.execution.job.Job
Gets the location for the job execution results files to be saved.
getRevision() - Method in class com.sas.lsaf.clinical.study.tlf.StudyTlfInfo
Gets the internally managed revision number of the study TLF info.
getRevision() - Method in class com.sas.lsaf.content.repository.RepositoryItem
Gets the internally managed revision number of the repository item.
getRevision() - Method in class com.sas.lsaf.core.type.Type
Gets the internal revision number of the object.
getRevision() - Method in class com.sas.lsaf.security.group.Group
Gets the internal revision number of the object.
getRevision() - Method in class com.sas.lsaf.security.membership.Membership
Gets the internal revision number of the membership.
getRevision() - Method in class com.sas.lsaf.security.role.Role
Gets the internal revision number of this object.
getRevision() - Method in class com.sas.lsaf.security.user.User
Gets the internal revision number of an object.
getRevision() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Gets the internal revision number of the process flow object.
getRole() - Method in class com.sas.lsaf.content.repository.signature.CreateSignatureInfo
Gets the role to use to create the signature.
getRole() - Method in class com.sas.lsaf.content.repository.signature.Signature
Gets the role that was specified to create the signature.
getRoleById(String) - Method in interface com.sas.lsaf.security.role.RoleService
Get a role given its identifier.
getRoleByName(String, String) - Method in interface com.sas.lsaf.security.role.RoleService
Gets a defined role by specifying its context and name.
getRoleDescriptorById(String) - Method in interface com.sas.lsaf.security.role.RoleService
Gets a role descriptor given its identifier.
getRoleDescriptorByName(String, String) - Method in interface com.sas.lsaf.security.role.RoleService
Gets a defined role descriptor by specifying its context and name.
getRoleDescriptorsByContext(String) - Method in interface com.sas.lsaf.security.role.RoleService
Gets the lightweight representations of all roles that exist at the specified context.
getRoleDescriptorsByContextAndPrincipal(String, Principal) - Method in interface com.sas.lsaf.security.role.RoleService
Gets all of the roles at the specified context that the specified principal is a member of.
getRoleDescriptorsByContextAndPrivilege(String, String) - Method in interface com.sas.lsaf.security.role.RoleService
Gets all of the roles at a given context that include the specified privilege.
getRolesByContext(String) - Method in interface com.sas.lsaf.security.role.RoleService
Gets all of the roles that exist at the specified context.
getRolesByIds(Set<String>) - Method in interface com.sas.lsaf.security.role.RoleService
Gets set of roles given their identifiers.
getRoleService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the RoleService instance bound to the current session.
getRoleService() - Static method in class com.sas.lsaf.LsafClient
Gets the RoleService to access using the current session
getRootCause() - Method in exception com.sas.lsaf.core.AbstractCheckedException
Retrieve the innermost cause of this exception, if any.
getRootCause() - Method in exception com.sas.lsaf.core.AbstractRuntimeException
Retrieve the innermost cause of this exception, if any.
getRowCount() - Method in class com.sas.lsaf.core.SearchResultsInfo
Gets the total number of rows found that match the query.
getRowNumber() - Method in class com.sas.lsaf.core.ValidationMessage
Gets the row number, if applicable, associated with validation finding.
getRunAsOwner(String) - Method in interface com.sas.lsaf.execution.job.JobService
Indicates whether the repository job runs as the job owner.
getRunAsOwner() - Method in class com.sas.lsaf.workflow.task.CompletedJobTask
Gets the runAsOwner user as defined in the job for the task.
getRunAsUser() - Method in class com.sas.lsaf.execution.job.JobSubmission
Gets the userid of the user the job was run as.
getRunBy() - Method in class com.sas.lsaf.core.ValidationResult
Gets the user who performed the validation.
getRunDate() - Method in class com.sas.lsaf.core.ValidationResult
Gets the date when the validation was performed.
getSasName() - Method in class com.sas.lsaf.clinical.model.AttributeMetadata
Gets the variable name used when exporting to a SAS dataset.
getSchedulable() - Method in class com.sas.lsaf.schedule.Schedule
Gets the schedulable item.
getSchedulableLabel() - Method in class com.sas.lsaf.schedule.ScheduleDescriptor
Gets the label of the schedule.
getSchedule(String) - Method in interface com.sas.lsaf.schedule.ScheduleService
Gets the full client representation of a schedule for the specified identifier.
getScheduleService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the ScheduleService instance for this session.
getScheduleService() - Static method in class com.sas.lsaf.LsafClient
Gets the SubscriptionService to access using the current session
getScope() - Method in class com.sas.lsaf.clinical.model.AttributeMetadata
Gets the attribute scope which is based on logical type.
getScopedPrivilegeService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the ScopedPrivilegeService instance bound to the current session.
getScopedPrivilegeService() - Static method in class com.sas.lsaf.LsafClient
Gets the ScopedPrivilegeService to access using the current session
getSearchableTypes() - Method in interface com.sas.lsaf.core.type.TypeService
Gets all the type definitions that can be searched in the system.
getSearchLimit() - Method in interface com.sas.lsaf.workflow.task.TaskService
Return the maximum number of search results that will be returned from a search.
getSearchPageSizeLimit() - Method in interface com.sas.lsaf.security.audit.AuditService
Gets the maximum number of audit entries that can be returned in a single request.
getSearchPageSizeLimit() - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Gets the maximum number of process flow results to return in a single request.
getSearchResults() - Method in class com.sas.lsaf.content.repository.RepositorySearchResults
Gets search results based on the SearchQuery specified in to RepositoryService.search(SearchQuery).
getSearchResults(int, int) - Method in interface com.sas.lsaf.security.audit.AuditService
Gets a range of results after calling AuditService.search(AuditQuery).
getSearchResults(int, int) - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Gets a range of results after calling ProcessFlowService.search(ProcessFlowQuery).
getSectionIdentifier() - Method in class com.sas.lsaf.clinical.tlf.SectionDescriptor
 
getSectionsFilePath() - Method in class com.sas.lsaf.clinical.tlf.TlfImportInfo
Gets the path of the import file for updating sections.
getSectionsFileVersion() - Method in class com.sas.lsaf.clinical.tlf.TlfImportInfo
Gets the version of the sections import file.
getServiceManager() - Method in interface com.sas.lsaf.client.ClientSession
Get the single service manager for this session.
getSession(String) - Method in interface com.sas.lsaf.execution.session.SessionService
Gets the session with the identifier.
getSessionId() - Method in class com.sas.lsaf.execution.job.JobSubmission
Gets the identifier of the session that was created for the job submission.
getSessions() - Method in class com.sas.lsaf.execution.session.SessionSearchResults
The sessions found that match the query.
getSessionsByUser(String) - Method in interface com.sas.lsaf.execution.session.SessionService
Gets a list of the sessions for the user with the specified userId.
getSessionService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the SessionService instance for this session.
getSessionService() - Static method in class com.sas.lsaf.LsafClient
Gets the SessionService to access using the current session
getSeverity() - Method in class com.sas.lsaf.core.ValidationMessage
Gets the severity of the validation finding.
getShortName() - Method in class com.sas.lsaf.clinical.dictionary.ExternalDictionary
Gets the short name of the external dictionary.
getSignal() - Method in class com.sas.lsaf.workflow.processdefinition.SignalEventDefinition
Gets the signal definition for the signal event.
getSignaledBy() - Method in class com.sas.lsaf.workflow.element.CompletedSignalEvent
Gets the item that triggered the signal event.
getSignalId() - Method in class com.sas.lsaf.workflow.processdefinition.SignalDefinition
Gets the id of the signal definition.
getSignalName() - Method in class com.sas.lsaf.workflow.element.CompletedSignalEvent
Gets the signal name that triggered the signal event.
getSignalName() - Method in class com.sas.lsaf.workflow.element.SignalEvent
Gets the signal name that triggers the signal event.
getSignalName() - Method in class com.sas.lsaf.workflow.processdefinition.SignalDefinition
Gets the name of the signal definition.
getSignalName() - Method in class com.sas.lsaf.workflow.processflow.setup.SignalEventSetup
Gets the signal name of the signal event.
getSignature() - Method in class com.sas.lsaf.content.repository.signature.Signature
Gets the hash that was generated when the signature was created.
getSignatureReasons() - Method in interface com.sas.lsaf.content.repository.signature.SignatureService
Gets all of the valid signature reasons that can be used to populate a CreateSignatureInfo object to create a signature.
getSignatureRoles() - Method in interface com.sas.lsaf.content.repository.signature.SignatureService
Gets all of the valid signature roles that can be used to populate a CreateSignatureInfo object to create a signature.
getSignatures(String) - Method in interface com.sas.lsaf.content.repository.signature.SignatureService
Gets all of the signatures that are associated with a file.
getSignaturesByVersion(String, String) - Method in interface com.sas.lsaf.content.repository.signature.SignatureService
Gets all of the the signatures for a specific version of a file.
getSignatureService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the SignatureService instance for this session.
getSignatureService() - Static method in class com.sas.lsaf.LsafClient
Gets the SignatureService to access using the current session
getSignaturesForLatestVersion(String) - Method in interface com.sas.lsaf.content.repository.signature.SignatureService
Gets all of the signatures for the latest version of a file.
getSigningStatus() - Method in class com.sas.lsaf.content.repository.RepositoryFile
Gets the signature status of the file.
getSigningStatus(String) - Method in interface com.sas.lsaf.content.repository.signature.SignatureService
Describes the overall signature status of the file.
getSingleSignOnId() - Method in class com.sas.lsaf.security.user.AccountInfo
Gets the id for single sign-on authentication.
getSize() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinItem
Gets the size (in bytes) of the deleted object.
getSize() - Method in class com.sas.lsaf.content.repository.RepositoryFile
Gets the size (in bytes) of the repository file.
getSize() - Method in class com.sas.lsaf.content.repository.RepositoryFileInfo
Gets the size (in bytes) of the repository file.
getSize() - Method in class com.sas.lsaf.content.repository.RepositoryFileVersionInfo
Gets the size (in bytes) of the version.
getSize() - Method in class com.sas.lsaf.content.repository.WorkspaceFileInfo
Gets the size of the workspace file (in bytes).
getSize() - Method in class com.sas.lsaf.content.workspace.WorkspaceFile
Gets the size of the workspace file in bytes.
getSize() - Method in class com.sas.lsaf.execution.job.ManifestFile
Gets the size (in bytes) of the manifest file at the time the manifest file was created.
getSize() - Method in class com.sas.lsaf.execution.job.ManifestSynchronizationMetrics
Gets the size (in bytes) of total number of files that were synchronized.
getSortSequence() - Method in class com.sas.lsaf.clinical.model.AttributeMetadata
Gets the integer value used to perform multi-level sorting.
getSourceId() - Method in class com.sas.lsaf.security.audit.AuditEntry
Gets the unique identifier of the object that was acted upon.
getSourceId() - Method in class com.sas.lsaf.security.audit.AuditQuery
Gets the identifier of the source object to query.
getSourceLocation() - Method in class com.sas.lsaf.execution.job.Job
Gets the source location of the job.
getSourceLocation() - Method in class com.sas.lsaf.schedule.ScheduleJobInfo
Gets the source location of the job.
getSourceLocation() - Method in class com.sas.lsaf.security.audit.AuditEntry
Gets the location of the object that was acted upon.
getSourceLocation() - Method in class com.sas.lsaf.security.audit.AuditQuery
Gets the location of the source object to query.
getSourceName() - Method in class com.sas.lsaf.security.audit.AuditEntry
Gets the name of the object that was acted upon.
getSourceName() - Method in class com.sas.lsaf.security.audit.AuditQuery
Gets the name of the source object to query.
getSourceProcessFlowId() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowCopyInfo
Gets the id of the process flow to copy.
getSourceTypeId() - Method in class com.sas.lsaf.security.audit.AuditEntry
Gets the type identifier of object that was acted upon.
getSourceTypeIds() - Method in class com.sas.lsaf.security.audit.AuditQuery
Gets the list of object types to query.
getStandard() - Method in class com.sas.lsaf.clinical.dictionary.DictionaryDescriptor
Gets the standard that the dictionary represents.
getStandardDescriptorByNameAndStatus(String, EntityStatus) - Method in interface com.sas.lsaf.clinical.standards.StandardsService
Gets standard descriptor by name and EntityStatus.
getStandardDescriptorsByStatus(EntityStatus) - Method in interface com.sas.lsaf.clinical.standards.StandardsService
Gets standard descriptors by EntityStatus.
getStandardsAssociatedWithStudy(String) - Method in interface com.sas.lsaf.clinical.study.StudyService
Gets the standards that are associated with the study.
getStandardsService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the StandardsService instance for this session.
getStandardsService() - Static method in class com.sas.lsaf.LsafClient
Gets the StandardsService to access using the current session
getStandardStatus() - Method in class com.sas.lsaf.clinical.standards.StandardDescriptor
Gets the status of the standard.
getStartDate() - Method in class com.sas.lsaf.schedule.ScheduleTrigger
Gets the start date and time of the schedule.
getStarted() - Method in class com.sas.lsaf.workflow.task.Task
Gets the date on which the task was started.
getState() - Method in class com.sas.lsaf.clinical.dictionary.DictionaryDescriptor
Gets the state of the dictionary.
getState() - Method in class com.sas.lsaf.clinical.model.AttributeMetadata
Gets the state of the attribute.
getState() - Method in class com.sas.lsaf.clinical.standards.StandardDescriptor
Gets the state of the standard.
getState() - Method in class com.sas.lsaf.content.repository.RepositoryItem
Gets the current state of the repository item.
getState() - Method in class com.sas.lsaf.execution.session.Session
Gets the state of the session.
getState() - Method in class com.sas.lsaf.execution.session.SessionQuery
Gets the state of the session to query.
getStatus() - Method in class com.sas.lsaf.schedule.ScheduleDescriptor
Gets the status of the schedule.
getStatus() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionInfo
Gets the status of the process flow definition.
getStatus() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Gets the status of the process flow.
getStatus() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowQuery
Gets the status of the process flow in which to query.
getStatus() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowSearchResultItem
Gets the status of the process flow.
getStatus() - Method in class com.sas.lsaf.workflow.task.TaskQuery
Gets the status of the process flow task in which to query.
getStatusCode() - Method in exception com.sas.lsaf.client.HttpException
Return the HTTP status code associated with this exception, if one exists.
getStatusMessage() - Method in class com.sas.lsaf.execution.job.JobSubmissionStatus
Gets the status message.
getStudiesAssociatedWithDictionary(String) - Method in interface com.sas.lsaf.clinical.study.StudyService
Gets the studies that are associated with the dictionary.
getStudiesAssociatedWithExternalDictionary(String) - Method in interface com.sas.lsaf.clinical.study.StudyService
Gets the studies that are associated with the external dictionary.
getStudiesAssociatedWithStandard(String) - Method in interface com.sas.lsaf.clinical.study.StudyService
Gets the studies that are associated with the standard.
getStudy() - Method in class com.sas.lsaf.clinical.study.StudyUpdateResult
Gets the study being updated.
getStudyComponentEditableStatus(String, StudyComponent) - Method in interface com.sas.lsaf.clinical.study.StudyService
Gets the study component editable status, that indicates whether the study component is being edited, by whom, and when the editing started.
getStudyId() - Method in class com.sas.lsaf.clinical.study.tlf.StudyTlfInfo
Gets the identifier of the study.
getStudyService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the StudyService instance for this session.
getStudyService() - Static method in class com.sas.lsaf.LsafClient
Gets the StudyService to access using the current session
getStudyTlfService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the StudyTlfService instance for this session.
getStudyTlfService() - Static method in class com.sas.lsaf.LsafClient
Gets the StudyTlfService to access using the current session
getSubject() - Method in class com.sas.lsaf.workflow.processflow.setup.NotificationTaskSetup
Gets the subject for the notification task.
getSubject() - Method in class com.sas.lsaf.workflow.task.CompletedNotificationTask
Gets the subject of the notification task.
getSubject() - Method in class com.sas.lsaf.workflow.task.NotificationTask
Gets the subject of the notification task.
getSubmissionLabel() - Method in class com.sas.lsaf.execution.session.Session
Gets the label that describes what is executing in the session.
getSubmissionLabel() - Method in class com.sas.lsaf.execution.session.SessionQuery
Gets the submission label to query for sessions.
getSubmissionType() - Method in class com.sas.lsaf.execution.job.JobSubmission
Gets the submission type of the job submission.
getSubmitted() - Method in class com.sas.lsaf.execution.job.JobSubmission
Gets the date on which the job was submitted.
getSubmittedBy() - Method in class com.sas.lsaf.execution.job.JobSubmission
Gets the userId of the user who submitted the job.
getSubscriptions() - Method in interface com.sas.lsaf.messaging.subscription.SubscriptionService
Gets all the subscriptions for the current user.
getSubscriptionsByPath(String) - Method in interface com.sas.lsaf.messaging.subscription.SubscriptionService
Gets the subscriptions for the path.
getSubscriptionService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the SubscriptionService instance for this session.
getSubscriptionService() - Static method in class com.sas.lsaf.LsafClient
Gets the SubscriptionService to access using the current session
getSummaryStatus() - Method in class com.sas.lsaf.execution.job.JobSubmissionStatus
Gets the summary status.
getSyncable() - Method in class com.sas.lsaf.content.repository.RepositoryItem
Indicates whether the item can be copied to the user's workspace.
getSynchronization() - Method in class com.sas.lsaf.content.repository.SynchronizationFileInfo
Gets the date on which the repository file was synchronized to the workspace.
getSynchronizationFileInfo() - Method in class com.sas.lsaf.content.repository.SynchronizationInfo
Gets the synchronization file information, if the file was synchronized between the workspace and repository.
getSynchronizationInfo(String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Gets the synchronization information for the specified file path.
getSynchronizationInfos(Set<String>, boolean) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Gets the synchronization information for the paths specified.
getSynchronizationStatus() - Method in class com.sas.lsaf.content.repository.SynchronizationInfo
Gets the synchronization status between the repository and workspace files.
getTablesImportFilePath() - Method in class com.sas.lsaf.clinical.study.StudyTablesImportInfo
Gets the path of the import file to update the study tables.
getTablesImportFileVersion() - Method in class com.sas.lsaf.clinical.study.StudyTablesImportInfo
Gets the version of the tables import file to update the study tables.
getTaskAssignmentHistory() - Method in class com.sas.lsaf.workflow.task.CompletedUserTaskDetails
Gets the user task assignment information for the user task.
getTaskAssignmentHistory() - Method in class com.sas.lsaf.workflow.task.UserTaskDetails
Gets the assignment history of the user task.
getTaskId() - Method in class com.sas.lsaf.workflow.task.UserTaskAssignment
Gets the internal task identifier for the user task instance.
getTasks() - Method in class com.sas.lsaf.workflow.task.TaskSearchResults
The process flow tasks found that match the query.
getTaskService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the TaskService instance for this session.
getTaskService() - Static method in class com.sas.lsaf.LsafClient
Gets the TaskService to access using the current session
getTaskStatus() - Method in class com.sas.lsaf.workflow.task.Task
Gets the status of the task.
getTime() - Method in class com.sas.lsaf.execution.job.ManifestSynchronizationMetrics
Gets the time (in ms) to synchronize the files.
getTimerType() - Method in class com.sas.lsaf.workflow.processdefinition.TimerEventDefinition
Gets the type of timer for the timer event.
getTimerType() - Method in class com.sas.lsaf.workflow.processflow.setup.TimerEventSetup
Gets the type of timer.
getTimerValue() - Method in class com.sas.lsaf.workflow.processdefinition.TimerEventDefinition
Gets the value of the timer.
getTimerValue() - Method in class com.sas.lsaf.workflow.processflow.setup.TimerEventSetup
Gets the value of the timer.
getTimestamp() - Method in class com.sas.lsaf.content.repository.signature.Signature
Gets the date on which the signature was created.
getTimestamp() - Method in class com.sas.lsaf.security.audit.AuditEntry
Gets the date and time in which the action was performed.
getTlfAttributeMetadata() - Method in interface com.sas.lsaf.clinical.study.tlf.StudyTlfService
Gets the TLF attribute metadata.
getTlfs() - Method in class com.sas.lsaf.clinical.study.tlf.StudyTlfInfo
Gets the study TLFs.
getTlfs(String, String, String) - Method in interface com.sas.lsaf.clinical.study.tlf.StudyTlfService
Gets the tables, listings and figures for the specified study.
getTlfsFilePath() - Method in class com.sas.lsaf.clinical.tlf.TlfImportInfo
Gets the path of the import file for updating TLFs.
getTlfsFileVersion() - Method in class com.sas.lsaf.clinical.tlf.TlfImportInfo
Gets the version of the TLFs import file.
getToCreated() - Method in class com.sas.lsaf.content.repository.SearchQuery
Gets the end date of the range for the creation date of the item.
getToDate() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinQuery
Gets the ending deleted date of the item to query in the recycle bin.
getToDate() - Method in class com.sas.lsaf.security.audit.AuditQuery
Gets the end date of the date range to query.
getToDateEnded() - Method in class com.sas.lsaf.execution.session.SessionQuery
Gets the end date of the session ended date range to query.
getToDateStarted() - Method in class com.sas.lsaf.execution.session.SessionQuery
Gets the end date of the session started date range to query.
getToDueDate() - Method in class com.sas.lsaf.workflow.task.TaskQuery
Gets the end date of the date range to query process flow tasks based on due date.
getToken() - Method in class com.sas.lsaf.core.SearchResultsInfo
Gets the unique identifier for these results.
getToLastModified() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowQuery
Gets the end date of the range to query process flow last modified date.
getToLastModifiedDate() - Method in class com.sas.lsaf.content.repository.SearchQuery
Gets the end date of the range for the last modified date of the item.
getTopLevelContextByName(String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Gets a top-level context by name.
getTopLevelContexts() - Method in interface com.sas.lsaf.content.repository.RepositoryService
Gets the list of all of the accessible top-level contexts.
getTopLevelTypes() - Method in interface com.sas.lsaf.core.type.TypeService
Retrieve all type definitions that are repository contexts that have Type.Capability.TOP in the system.
getTotal() - Method in class com.sas.lsaf.execution.job.ManifestSynchronizationMetrics
Gets the total number of files that were synchronized.
getTotalActualHours() - Method in class com.sas.lsaf.workflow.task.CompletedUserTask
Gets the total actual hours for the user task.
getTotalExecutionTime() - Method in class com.sas.lsaf.execution.job.Manifest
Gets the total execution time (in ms) for the job.
getTotalInputMetrics() - Method in class com.sas.lsaf.execution.job.ManifestMetrics
Gets the total synchronization metrics for inputs transferred from repository.
getTrigger() - Method in class com.sas.lsaf.schedule.Schedule
Gets the trigger that defines when to run the schedule.
getTriggeredEvent() - Method in class com.sas.lsaf.workflow.element.CompletedEventGateway
Gets the event that triggered the process flow from the gateway.
getTriggerType() - Method in class com.sas.lsaf.schedule.ScheduleTrigger
Gets the trigger type for the schedule.
getType() - Method in class com.sas.lsaf.clinical.model.ModelDescriptor
Gets the standard type of the model.
getType() - Method in class com.sas.lsaf.clinical.standards.BaseStandardTypeInfo
Gets the type of the base standard, such as Analysis and Tabulation.
getType() - Method in class com.sas.lsaf.execution.job.JobParameter
Gets the type of the parameter.
getType() - Method in class com.sas.lsaf.execution.job.ManifestSystemFile
Gets the type of system that generated the file.
getType() - Method in class com.sas.lsaf.execution.job.ParameterValue
Gets the type of the parameter.
getType() - Method in class com.sas.lsaf.execution.session.Session
Gets the type of the session.
getType() - Method in class com.sas.lsaf.execution.session.SessionQuery
Gets the type of session to query.
getType() - Method in class com.sas.lsaf.query.Column
Gets the type of the column.
getType() - Method in class com.sas.lsaf.workflow.AttributeMapping
Gets the type of the attribute.
getType() - Method in class com.sas.lsaf.workflow.AutoFlowMappingMetadata
Gets the type of the attribute.
getType() - Method in class com.sas.lsaf.workflow.element.CompletedElement
Gets the type of the completed element.
getType() - Method in class com.sas.lsaf.workflow.element.Element
Gets the type of the element.
getType() - Method in class com.sas.lsaf.workflow.processdefinition.FlowElementDefinition
Gets the type of the element that associates with the type process definition.
getType() - Method in class com.sas.lsaf.workflow.processdefinition.FormAttributeDefinition
Gets the type of the attribute definition.
getType() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionMapping
Gets the type of the source object from which the mapping will be used to automatically create process flows.
getType() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionMappingMetadata
Gets the type of the source object from which a process flow can be automatically created.
getType() - Method in class com.sas.lsaf.workflow.processflow.DataProperty
Gets the type of the data property as defined in the process flow definition.
getType() - Method in class com.sas.lsaf.workflow.processflow.setup.ElementSetup
Gets the type of the element.
getTypeById(String) - Method in interface com.sas.lsaf.core.type.TypeService
Gets the Type with the specified unique identifier.
getTypeId() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinItem
Gets the identifier of the type for the deleted object.
getTypeId() - Method in class com.sas.lsaf.content.repository.SearchQuery
Gets the object type of the item.
getTypeId() - Method in class com.sas.lsaf.core.AbstractIdentifiable
 
getTypeId() - Method in interface com.sas.lsaf.core.Identifiable
Returns the identifying type for this object.
getTypeId() - Method in class com.sas.lsaf.security.audit.AuditAction
Gets the type identifier that is associated with the audit action.
getTypes() - Method in interface com.sas.lsaf.core.type.TypeService
Gets all the type definitions in the system.
getTypesByCapability(Type.Capability) - Method in interface com.sas.lsaf.core.type.TypeService
Retrieve all type definitions that have the specified capability Type.Capability in the system.
getTypeService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the TypeService instance bound to the current session.
getTypeService() - Static method in class com.sas.lsaf.LsafClient
Gets the TypeService to access using the current session
getUpdateAction() - Method in class com.sas.lsaf.clinical.study.StudyComponentImportInfo
Gets the type of update to make when importing, such as replace or add new.
getUpdateAction() - Method in class com.sas.lsaf.clinical.study.StudyTablesImportInfo
Gets the type of update to make when when importing files, such as replace or add new.
getUpdateAction() - Method in class com.sas.lsaf.clinical.tlf.TlfImportInfo
Gets the type of update to make when performing an import such as replace or add new.
getUrl() - Method in exception com.sas.lsaf.client.HttpConnectException
Return the URL used during the connection failure.
getUserByUserId(String) - Method in interface com.sas.lsaf.security.user.UserService
Gets the full representation of a user given their user identifier.
getUserDescriptorByUserId(String) - Method in interface com.sas.lsaf.security.user.UserService
Gets the lightweight representation of the user with the specified user identifier.
getUserDescriptorsByUserIds(Set<String>) - Method in interface com.sas.lsaf.security.user.UserService
Gets the lightweight client representation for the specified user identifiers that can be found in the system.
getUserId() - Method in class com.sas.lsaf.content.repository.CheckedOutFilesQuery
Gets the userID of the user whose checked out files are queried.
getUserId() - Method in class com.sas.lsaf.content.repository.signature.CreateSignatureInfo
Gets the user identifier to use to create the signature.
getUserId() - Method in class com.sas.lsaf.content.repository.signature.Signature
Returns the identifier of the user who created the signature.
getUserId() - Method in class com.sas.lsaf.execution.session.Session
Get the identifier of the user of who created the session.
getUserId() - Method in class com.sas.lsaf.execution.session.SessionQuery
Gets the user identifier of the session owner to query.
getUserId() - Method in class com.sas.lsaf.security.audit.AuditEntry
Gets the identifier of the user who performed the action.
getUserId() - Method in class com.sas.lsaf.security.audit.AuditQuery
Gets the user identifier of the user whose actions to query.
getUserId() - Method in class com.sas.lsaf.security.user.UserCreateInfo
Gets the user identifier of the user account to create.
getUserId() - Method in class com.sas.lsaf.security.user.UserDescriptor
Returns the user identifier for a user account.
getUsersByUserIds(Set<String>) - Method in interface com.sas.lsaf.security.user.UserService
Gets the full representations for the specified user identifiers.
getUserService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the UserService instance bound to the current session.
getUserService() - Static method in class com.sas.lsaf.LsafClient
Gets the UserService to access using the current session
getUserTaskDetails(String) - Method in interface com.sas.lsaf.workflow.task.TaskService
Gets additional user task information, which includes candidates, data properties, and task assignment history.
getValidationReportPath() - Method in class com.sas.lsaf.clinical.common.ClinicalUpdateResult
Gets the path of the validation report, if specified.
getValidationReportSourceLocation() - Method in class com.sas.lsaf.clinical.common.ClinicalUpdateResult
Gets the source location (repository or workspace) of the validation report, if a validation path is specified.
getValidationResult() - Method in class com.sas.lsaf.clinical.common.ClinicalUpdateResult
Gets the validation results of importing clinical data.
getValue() - Method in class com.sas.lsaf.clinical.common.AttributeValue
Gets the value of the attribute.
getValue() - Method in class com.sas.lsaf.clinical.model.ValueListValueMetadata
Gets the value in the value list.
getValue() - Method in class com.sas.lsaf.core.Attribute
Returns the serializable value of this attribute.
getValue() - Method in class com.sas.lsaf.execution.job.ParameterValue
Gets the value of the parameter.
getValue() - Method in class com.sas.lsaf.query.Comparison
Gets the value to compare.
getValue() - Method in class com.sas.lsaf.workflow.processflow.DataProperty
Gets the value of the data property.
getValueIds() - Method in class com.sas.lsaf.workflow.processdefinition.FormAttributeDefinition
Gets the value ids of an enum attribute definition.
getValueList() - Method in class com.sas.lsaf.clinical.model.AttributeMetadata
Gets the value list metadata for attributes with a predefined set of allowed values.
getValueListValues() - Method in class com.sas.lsaf.clinical.model.ValueListMetadata
Get the ValueListValueMetadata associated with the value list.
getValues() - Method in class com.sas.lsaf.workflow.processdefinition.FormAttributeDefinition
Gets the values of an enum attribute definition.
getValues() - Method in class com.sas.lsaf.workflow.processflow.DataProperty
Gets the values of the data property as defined in the process flow definition.
getVariableName() - Method in class com.sas.lsaf.workflow.processdefinition.FormAttributeDefinition
Gets the variable of an attribute definition.
getVersion() - Method in class com.sas.lsaf.clinical.dictionary.ExternalDictionary
Gets the version of the external dictionary.
getVersion() - Method in class com.sas.lsaf.clinical.standards.BaseStandardTypeInfo
Gets the version of the base standard.
getVersion() - Method in class com.sas.lsaf.content.common.FileSpecification
Gets the version of the file.
getVersion() - Method in class com.sas.lsaf.content.repository.RepositoryFile
Gets the current version of the file, if it is versioned.
getVersion() - Method in class com.sas.lsaf.content.repository.RepositoryFileInfo
Gets the latest version of the repository file.
getVersion() - Method in class com.sas.lsaf.content.repository.SynchronizationFileInfo
Gets the version of the repository file that was synchronized to the workspace.
getVersion() - Method in class com.sas.lsaf.content.repository.VersionDeleteInfo
Gets the version that was specified to delete.
getVersion() - Method in class com.sas.lsaf.execution.job.Job
Gets the version of the job.
getVersion() - Method in class com.sas.lsaf.execution.job.JobInputFile
Gets the version of the file to transfer when submitting a published job.
getVersion() - Method in class com.sas.lsaf.execution.job.JobProgram
Gets the version of the program file.
getVersion() - Method in class com.sas.lsaf.execution.job.JobPublishSetupFile
Gets the version of the file to transfer for the published job.
getVersion() - Method in class com.sas.lsaf.execution.job.ManifestFile
Gets the version, if the manifest file is a repository that is versioned.
getVersion() - Method in class com.sas.lsaf.execution.job.ManifestFileRef
Gets the version, if the manifest file is a repository that is versioned.
getVersion() - Method in class com.sas.lsaf.execution.job.ManifestRepositoryFile
 
getVersion() - Method in class com.sas.lsaf.schedule.ScheduleJobInfo
Gets the version of the job.
getVersionLimits() - Method in class com.sas.lsaf.content.repository.RepositoryFile
Gets the version retention limits of the file.
getVersionType() - Method in class com.sas.lsaf.content.common.FileCreateInfo
 
getVersionType() - Method in class com.sas.lsaf.content.repository.RepositoryCheckinSpecification
Gets the method to generate the next version.
getVersionType() - Method in class com.sas.lsaf.execution.job.OutputFileSpec
Gets the method to generate the next version.
getVersionTypeForExistingFiles() - Method in class com.sas.lsaf.clinical.common.BatchFileCreateInfo
Gets the method to generate the next version for existing versioned files.
getVersionTypeForNewFiles() - Method in class com.sas.lsaf.clinical.common.BatchFileCreateInfo
Gets the method to generate the first version of created files, if BatchFileCreateInfo.enableVersioning is true.
getWarnings() - Method in class com.sas.lsaf.core.ValidationResult
Gets the warning information generated by the validation.
getWorkspaceFileInfo() - Method in class com.sas.lsaf.content.repository.SynchronizationInfo
Gets the workspace file information, if the file exists in the workspace.
getWorkspaceJob(String) - Method in interface com.sas.lsaf.execution.job.JobService
Gets the job from the path in the workspace.
getWorkspaceService() - Method in interface com.sas.lsaf.client.ServiceManager
Get the WorkspaceService instance bound to the current session.
getWorkspaceService() - Static method in class com.sas.lsaf.LsafClient
Gets the WorkspaceService to access using the current session
getWriteContentPermission() - Method in class com.sas.lsaf.security.acl.AclEntry
Gets the Content Write permission for this ACL
getWritePropertiesPermission() - Method in class com.sas.lsaf.security.acl.AclEntry
Gets the Properties Write permission for this ACL.
GlobalPrivilege - Class in com.sas.lsaf.security.privilege
A global privilege represents a capability to perform some global function or global action in the system.
GlobalPrivilege(String, String) - Constructor for class com.sas.lsaf.security.privilege.GlobalPrivilege
Constructor that specifies the unique identifier and name of this global privilege.
GlobalPrivileges - Class in com.sas.lsaf.security.privilege
A constants class that provides a comprehensive list of global privileges used within the system.
GlobalPrivileges() - Constructor for class com.sas.lsaf.security.privilege.GlobalPrivileges
 
GlobalPrivilegeService - Interface in com.sas.lsaf.security.privilege
The global privilege service provides methods to manage the assignment of global privileges to users.
grantPrivilege(String, String) - Method in interface com.sas.lsaf.security.privilege.GlobalPrivilegeService
Grants a global privilege to the specified user.
grantPrivileges(String, Set<String>) - Method in interface com.sas.lsaf.security.privilege.GlobalPrivilegeService
Grants the global privileges to the specified user.
grantPrivilegesToUsers(Set<String>, Set<String>) - Method in interface com.sas.lsaf.security.privilege.GlobalPrivilegeService
Grants the global privileges to the specified set of users.
greaterThan(Column, Serializable) - Static method in class com.sas.lsaf.query.Comparison
Creates a Comparison object with the specified column and value using the GREATER_THAN operator.
greaterThan(Column, Serializable, boolean) - Static method in class com.sas.lsaf.query.Comparison
Creates a Comparison object with the specified column and value using the GREATER_THAN operator, and indicates whether the comparison is case-sensitive.
greaterThanOrEqual(Column, Serializable) - Static method in class com.sas.lsaf.query.Comparison
Creates a Comparison object with the specified column and value using the GREATER_THAN_OR_EQUAL operator.
greaterThanOrEqual(Column, Serializable, boolean) - Static method in class com.sas.lsaf.query.Comparison
Creates a Comparison object with the specified column and value using the GREATER_THAN_OR_EQUAL operator, and indicates whether the comparison should be case-sensitive.
Group - Class in com.sas.lsaf.security.group
Group is a collection of principals (users or other groups) that are uniquely identified by a name and context.
Group(String, ObjectIdentity, String, String, long, Set<Principal>) - Constructor for class com.sas.lsaf.security.group.Group
It is not intended or recommended that the consumer of this API construct these objects.
GROUP_CONTEXT - Static variable in class com.sas.lsaf.query.security.membership.ContextMembershipQuery
The column that represents the context path in which the group member is defined.
GroupContextNotFoundException - Exception in com.sas.lsaf.security.group
Thrown when the group context is not found.
GroupContextNotFoundException(String) - Constructor for exception com.sas.lsaf.security.group.GroupContextNotFoundException
Constructs a GroupContextNotFoundException with the specified detail message.
GroupDescriptor - Class in com.sas.lsaf.security.group
A lightweight representation of a group.
GroupDescriptor(String, ObjectIdentity, String, String) - Constructor for class com.sas.lsaf.security.group.GroupDescriptor
It is not intended or recommended that the consumer of this API construct these objects.
GroupException - Exception in com.sas.lsaf.security.group
The root of the hierarchy of all group checked exceptions within the SAS Life Science Analytics Framework Java API.
GroupException(String) - Constructor for exception com.sas.lsaf.security.group.GroupException
Constructs a GroupException with the specified detail message.
groupExists(String, String) - Method in interface com.sas.lsaf.security.group.GroupService
Indicates whether a group with the name exists at the context.
GroupExistsException - Exception in com.sas.lsaf.security.group
Thrown when an attempt is made to create a group that exists with the same name in the same context.
GroupExistsException(String, String, String) - Constructor for exception com.sas.lsaf.security.group.GroupExistsException
Constructs a GroupExistsException with the specified context identifier, name and detail message.
GroupNotFoundException - Exception in com.sas.lsaf.security.group
Thrown when the specified group is not found.
GroupNotFoundException(String) - Constructor for exception com.sas.lsaf.security.group.GroupNotFoundException
Constructs a GroupNotFoundException with the specified detail message.
GroupService - Interface in com.sas.lsaf.security.group
The service that provides methods to manage the lifecycle of a group within the SAS Life Science Analytics Framework.

H

hashCode() - Method in class com.sas.lsaf.clinical.common.AttributeValue
 
hashCode() - Method in class com.sas.lsaf.clinical.dictionary.DictionaryDescriptor
 
hashCode() - Method in class com.sas.lsaf.clinical.dictionary.ExternalDictionary
 
hashCode() - Method in class com.sas.lsaf.clinical.model.AttributeMetadata
 
hashCode() - Method in class com.sas.lsaf.clinical.model.ModelDescriptor
 
hashCode() - Method in class com.sas.lsaf.clinical.model.ValueListMetadata
 
hashCode() - Method in class com.sas.lsaf.clinical.model.ValueListValueMetadata
 
hashCode() - Method in class com.sas.lsaf.clinical.standards.BaseStandardTypeInfo
 
hashCode() - Method in class com.sas.lsaf.clinical.standards.StandardDescriptor
 
hashCode() - Method in class com.sas.lsaf.clinical.study.Study
 
hashCode() - Method in class com.sas.lsaf.clinical.study.StudyComponentEditableStatus
 
hashCode() - Method in class com.sas.lsaf.clinical.study.tlf.StudyTlfInfo
 
hashCode() - Method in class com.sas.lsaf.clinical.tlf.SectionDescriptor
 
hashCode() - Method in class com.sas.lsaf.clinical.tlf.TlfDescriptor
 
hashCode() - Method in class com.sas.lsaf.content.common.FileSpecification
 
hashCode() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinItem
 
hashCode() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinQuery
 
hashCode() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinSearchResults
 
hashCode() - Method in class com.sas.lsaf.content.repository.RepositoryCheckinSpecification
 
hashCode() - Method in class com.sas.lsaf.content.repository.RepositoryContainer
 
hashCode() - Method in class com.sas.lsaf.content.repository.RepositoryContext
 
hashCode() - Method in class com.sas.lsaf.content.repository.RepositoryExecutableFile
 
hashCode() - Method in class com.sas.lsaf.content.repository.RepositoryFile
 
hashCode() - Method in class com.sas.lsaf.content.repository.RepositoryFileInfo
 
hashCode() - Method in class com.sas.lsaf.content.repository.RepositoryFileVersionInfo
 
hashCode() - Method in class com.sas.lsaf.content.repository.RepositoryFolder
 
hashCode() - Method in class com.sas.lsaf.content.repository.RepositoryItem
 
hashCode() - Method in class com.sas.lsaf.content.repository.RepositorySearchResults
 
hashCode() - Method in class com.sas.lsaf.content.repository.SearchQuery
 
hashCode() - Method in class com.sas.lsaf.content.repository.signature.CreateSignatureInfo
 
hashCode() - Method in class com.sas.lsaf.content.repository.signature.Signature
 
hashCode() - Method in class com.sas.lsaf.content.repository.SynchronizationFileInfo
 
hashCode() - Method in class com.sas.lsaf.content.repository.SynchronizationInfo
 
hashCode() - Method in class com.sas.lsaf.content.repository.VersionDeleteInfo
 
hashCode() - Method in class com.sas.lsaf.content.repository.VersionLimits
 
hashCode() - Method in class com.sas.lsaf.content.repository.WorkspaceFileInfo
 
hashCode() - Method in class com.sas.lsaf.content.workspace.WorkspaceFile
 
hashCode() - Method in class com.sas.lsaf.content.workspace.WorkspaceFolder
 
hashCode() - Method in class com.sas.lsaf.content.workspace.WorkspaceItem
 
hashCode() - Method in class com.sas.lsaf.core.AbstractIdentifiable
 
hashCode() - Method in class com.sas.lsaf.core.Attribute
 
hashCode() - Method in class com.sas.lsaf.core.ObjectIdentity
 
hashCode() - Method in class com.sas.lsaf.core.SearchResultsInfo
 
hashCode() - Method in class com.sas.lsaf.core.type.AttributeDefinition
 
hashCode() - Method in class com.sas.lsaf.core.type.Type
 
hashCode() - Method in class com.sas.lsaf.core.type.TypeDescriptor
 
hashCode() - Method in class com.sas.lsaf.execution.job.Job
 
hashCode() - Method in class com.sas.lsaf.execution.job.JobInput
 
hashCode() - Method in class com.sas.lsaf.execution.job.JobInputFile
 
hashCode() - Method in class com.sas.lsaf.execution.job.JobInputFolder
 
hashCode() - Method in class com.sas.lsaf.execution.job.JobParameter
 
hashCode() - Method in class com.sas.lsaf.execution.job.JobProgram
 
hashCode() - Method in class com.sas.lsaf.execution.job.JobPublishCheckinLocation
 
hashCode() - Method in class com.sas.lsaf.execution.job.JobPublishSetupFile
 
hashCode() - Method in class com.sas.lsaf.execution.job.JobPublishSetupFolder
 
hashCode() - Method in class com.sas.lsaf.execution.job.JobPublishSetupItem
 
hashCode() - Method in class com.sas.lsaf.execution.job.JobSubmission
 
hashCode() - Method in class com.sas.lsaf.execution.job.JobSubmissionStatus
 
hashCode() - Method in class com.sas.lsaf.execution.job.Manifest
 
hashCode() - Method in class com.sas.lsaf.execution.job.ManifestExternalReference
 
hashCode() - Method in class com.sas.lsaf.execution.job.ManifestFile
 
hashCode() - Method in class com.sas.lsaf.execution.job.ManifestFileRef
 
hashCode() - Method in class com.sas.lsaf.execution.job.ManifestInput
 
hashCode() - Method in class com.sas.lsaf.execution.job.ManifestJob
 
hashCode() - Method in class com.sas.lsaf.execution.job.ManifestMetrics
 
hashCode() - Method in class com.sas.lsaf.execution.job.ManifestOutput
 
hashCode() - Method in class com.sas.lsaf.execution.job.ManifestProgram
 
hashCode() - Method in class com.sas.lsaf.execution.job.ManifestRepositoryFile
 
hashCode() - Method in class com.sas.lsaf.execution.job.ManifestSynchronizationMetrics
 
hashCode() - Method in class com.sas.lsaf.execution.job.ManifestSystemFile
 
hashCode() - Method in class com.sas.lsaf.execution.job.OutputFileSpec
 
hashCode() - Method in class com.sas.lsaf.execution.job.ParameterValue
 
hashCode() - Method in class com.sas.lsaf.execution.session.SessionQuery
 
hashCode() - Method in class com.sas.lsaf.execution.session.SessionSearchResults
 
hashCode() - Method in class com.sas.lsaf.messaging.subscription.Subscription
 
hashCode() - Method in class com.sas.lsaf.query.Column
 
hashCode() - Method in class com.sas.lsaf.schedule.Schedule
 
hashCode() - Method in class com.sas.lsaf.schedule.ScheduleDescriptor
 
hashCode() - Method in class com.sas.lsaf.schedule.ScheduleJobInfo
 
hashCode() - Method in class com.sas.lsaf.schedule.ScheduleTrigger
 
hashCode() - Method in class com.sas.lsaf.security.acl.AbstractAcl
 
hashCode() - Method in class com.sas.lsaf.security.acl.Acl
 
hashCode() - Method in class com.sas.lsaf.security.acl.AclEntry
Returns a hash code value for the object.
hashCode() - Method in class com.sas.lsaf.security.acl.AclMembers
Returns a hash code value for the object.
hashCode() - Method in class com.sas.lsaf.security.acl.AclOwner
Returns a hash code value for the object.
hashCode() - Method in class com.sas.lsaf.security.acl.DefaultAcl
 
hashCode() - Method in class com.sas.lsaf.security.audit.AuditAction
 
hashCode() - Method in class com.sas.lsaf.security.audit.AuditEntry
 
hashCode() - Method in class com.sas.lsaf.security.audit.AuditEntryDetail
 
hashCode() - Method in class com.sas.lsaf.security.audit.AuditQuery
 
hashCode() - Method in class com.sas.lsaf.security.group.Group
 
hashCode() - Method in class com.sas.lsaf.security.group.GroupDescriptor
 
hashCode() - Method in class com.sas.lsaf.security.membership.Membership
 
hashCode() - Method in class com.sas.lsaf.security.membership.MembershipDescriptor
 
hashCode() - Method in interface com.sas.lsaf.security.principal.Principal
 
hashCode() - Method in class com.sas.lsaf.security.privilege.GlobalPrivilege
 
hashCode() - Method in class com.sas.lsaf.security.privilege.ScopedPrivilege
 
hashCode() - Method in class com.sas.lsaf.security.role.Role
 
hashCode() - Method in class com.sas.lsaf.security.role.RoleDescriptor
 
hashCode() - Method in class com.sas.lsaf.security.user.AccountInfo
 
hashCode() - Method in class com.sas.lsaf.security.user.AuthenticationProviderInfo
 
hashCode() - Method in class com.sas.lsaf.security.user.LicenseType
 
hashCode() - Method in class com.sas.lsaf.security.user.LockedInfo
 
hashCode() - Method in class com.sas.lsaf.security.user.LoginInfo
 
hashCode() - Method in class com.sas.lsaf.security.user.PasswordInfo
 
hashCode() - Method in class com.sas.lsaf.security.user.User
 
hashCode() - Method in class com.sas.lsaf.security.user.UserCreateInfo
 
hashCode() - Method in class com.sas.lsaf.security.user.UserDescriptor
 
hashCode() - Method in class com.sas.lsaf.workflow.AttributeMapping
 
hashCode() - Method in class com.sas.lsaf.workflow.AutoFlowMappingMetadata
 
hashCode() - Method in class com.sas.lsaf.workflow.element.Element
 
hashCode() - Method in class com.sas.lsaf.workflow.FlowElementMapping
 
hashCode() - Method in class com.sas.lsaf.workflow.MappingAttributeMetadata
 
hashCode() - Method in class com.sas.lsaf.workflow.processdefinition.FlowElementDefinition
 
hashCode() - Method in class com.sas.lsaf.workflow.processdefinition.FormAttributeDefinition
 
hashCode() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionInfo
 
hashCode() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionMapping
 
hashCode() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionMappingMetadata
 
hashCode() - Method in class com.sas.lsaf.workflow.processdefinition.SignalDefinition
 
hashCode() - Method in class com.sas.lsaf.workflow.processdefinition.SignalEventDefinition
 
hashCode() - Method in class com.sas.lsaf.workflow.processdefinition.TaskDefinition
 
hashCode() - Method in class com.sas.lsaf.workflow.processdefinition.TimerEventDefinition
 
hashCode() - Method in class com.sas.lsaf.workflow.processflow.DataProperty
Returns a hash code value for the object.
hashCode() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlow
 
hashCode() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
 
hashCode() - Method in class com.sas.lsaf.workflow.processflow.setup.ElementSetup
 
hashCode() - Method in class com.sas.lsaf.workflow.processflow.setup.EventSetup
 
hashCode() - Method in class com.sas.lsaf.workflow.processflow.setup.JobTaskSetup
 
hashCode() - Method in class com.sas.lsaf.workflow.processflow.setup.NotificationTaskSetup
 
hashCode() - Method in class com.sas.lsaf.workflow.processflow.setup.SignalEventSetup
 
hashCode() - Method in class com.sas.lsaf.workflow.processflow.setup.TaskSetup
 
hasPrivilege(String, String) - Method in interface com.sas.lsaf.security.privilege.GlobalPrivilegeService
Indicates whether the specified user has the specified global privilege.
hasPrivilege(String, String, Principal) - Method in interface com.sas.lsaf.security.role.RoleService
Indicates whether the specified principal has the scoped privilege at the given context.
HttpConnectException - Exception in com.sas.lsaf.client
Thrown when there was communication error between the client and server.
HttpConnectException(URL, String, Throwable) - Constructor for exception com.sas.lsaf.client.HttpConnectException
Constructs an HttpUnknownHostException with the specified message and cause.
HttpException - Exception in com.sas.lsaf.client
Thrown when there was an HTTP or communications error between the client and server.
HttpException(String) - Constructor for exception com.sas.lsaf.client.HttpException
Constructs an HttpException with the specified message.
HttpException(int, String) - Constructor for exception com.sas.lsaf.client.HttpException
Constructs an HttpException with the specified HTTP status code and message.
HttpException(int, String, Throwable) - Constructor for exception com.sas.lsaf.client.HttpException
Constructs an HttpException with the specified HTTP status code, message and cause.
HttpException(String, Throwable) - Constructor for exception com.sas.lsaf.client.HttpException
Constructs an HttpException with the specified message and cause.
HttpUnknownHostException - Exception in com.sas.lsaf.client
Thrown when there was communication error between the client and server because the host specified in the URL cannot be reached.
HttpUnknownHostException(URL, String, Throwable) - Constructor for exception com.sas.lsaf.client.HttpUnknownHostException
Constructs an HttpUnknownHostException with the specified message and cause.

I

ID - Static variable in class com.sas.lsaf.query.repository.recyclebin.RecycleBinItemQuery
The column that represents the unique identifier of the repository item.
ID - Static variable in class com.sas.lsaf.query.repository.RepositoryItemQuery
The column that represents the unique identifier of the repository item.
Identifiable - Interface in com.sas.lsaf.core
An interface indicating objects that have the identifier and type properties.
IllegalChildTypeException - Exception in com.sas.lsaf.core.type
Thrown when an object instance to create is in a location that does not support the type as a child.
IllegalChildTypeException(String) - Constructor for exception com.sas.lsaf.core.type.IllegalChildTypeException
Construct an IllegalChildTypeException with the specified detail message.
IllegalPathException - Exception in com.sas.lsaf.core
An exception indicating a path value provided was not well-formed.
IllegalPathException(String) - Constructor for exception com.sas.lsaf.core.IllegalPathException
Construct an IllegalPathException with the specified detail message.
IllegalTypeException - Exception in com.sas.lsaf.core.type
Thrown when an object instance is used by a service that requires a specific capability that is not configured for the type.
IllegalTypeException(String) - Constructor for exception com.sas.lsaf.core.type.IllegalTypeException
Constructs an IllegalTypeException with the specified detail message.
IMPLICIT - Static variable in class com.sas.lsaf.query.security.membership.DistinctContextMembershipQuery
The column that represents whether the member is implicit.
ImportException - Exception in com.sas.lsaf.clinical.common
Thrown when there is an issue when importing the specified item.
ImportException(String) - Constructor for exception com.sas.lsaf.clinical.common.ImportException
Constructs an ImportException object with the specified message.
importStudyCodeLists(String, StudyComponentImportInfo, ExportFileCreateInfo) - Method in interface com.sas.lsaf.clinical.study.StudyService
Updates the study code lists from the import file with options to replace all or add new.
importStudyDetails(String, StudyComponentImportInfo) - Method in interface com.sas.lsaf.clinical.study.StudyService
Updates the study details from an import file.
importStudyFromDefine(String, String, String, String, SourceLocation, UpdateAction, ExportFileCreateInfo) - Method in interface com.sas.lsaf.clinical.study.StudyService
Imports metadata from a Define-XML file and updates study components based on the contents of the file.
importStudySupportingDocuments(String, String, String, StudyComponentImportInfo, ExportFileCreateInfo) - Method in interface com.sas.lsaf.clinical.study.StudyService
Updates the study supporting documents from the import file with options to replace all or add new.
importStudyTables(String, String, StudyTablesImportInfo, ExportFileCreateInfo) - Method in interface com.sas.lsaf.clinical.study.StudyService
Updates the study tables from the import file information with options to replace all or add new.
importStudyTlfs(String, String, String, TlfImportInfo, ExportFileCreateInfo) - Method in interface com.sas.lsaf.clinical.study.StudyService
Updates the study Tables, Listings, and Figures (TLF) from the import files with options to replace all or add new.
importStudyValueLevelMetadata(String, String, String, StudyComponentImportInfo, ExportFileCreateInfo) - Method in interface com.sas.lsaf.clinical.study.StudyService
Updates the study value level metadata from the import file with options to replace all or add new.
includeColumnNames(boolean) - Method in class com.sas.lsaf.query.Query
Sets whether to include column names in the query output.
inheritedRoleExists(String, String) - Method in interface com.sas.lsaf.security.role.RoleService
Indicates whether an inherited role exists at the specified context with the specified parent role.
IntermediateEventDefinition - Interface in com.sas.lsaf.workflow.processdefinition
Represents an element definition of an intermediate catching event in a flow definition.
InvalidGroupMemberException - Exception in com.sas.lsaf.security.group
Thrown when a group is updated with new members that violate membership contracts.
InvalidGroupMemberException(Set<Principal>, String) - Constructor for exception com.sas.lsaf.security.group.InvalidGroupMemberException
Constructs an InvalidGroupMemberException with the specified invalid members and detail message.
InvalidMemberException - Exception in com.sas.lsaf.security.membership
Thrown when an attempt is made to add Principals to a membership in which they are not potential members.
InvalidMemberException(Set<Principal>, String) - Constructor for exception com.sas.lsaf.security.membership.InvalidMemberException
Constructs an InvalidMemberException with the set of invalid principals and the specified detailed message.
InvalidPrivilegeException - Exception in com.sas.lsaf.security.privilege
Thrown when a specified privilege is not defined or is not associated with the specified scope.
InvalidPrivilegeException(String, Set<Privilege>) - Constructor for exception com.sas.lsaf.security.privilege.InvalidPrivilegeException
Constructs an InvalidPrivilegeException with the specified detail message and invalid privileges.
InvalidProcessFlowStateException - Exception in com.sas.lsaf.workflow.processflow
Thrown when the process flow is in an invalid state to perform a specific action.
InvalidProcessFlowStateException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.InvalidProcessFlowStateException
Constructs an InvalidProcessFlowStateException with the specified message.
InvalidRecipientException - Exception in com.sas.lsaf.workflow.processflow
Thrown when the recipients for a notification task setup are invalid.
InvalidRecipientException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.InvalidRecipientException
Constructs an InvalidRecipientException with the specified message.
InvalidRoleMemberException - Exception in com.sas.lsaf.security.role
Thrown when a role is created or updated with new members that violate any membership contracts.
InvalidRoleMemberException(Set<Principal>, String) - Constructor for exception com.sas.lsaf.security.role.InvalidRoleMemberException
Constructs an InvalidRoleMemberException with the invalid members and specified message.
InvalidTaskAssigneeException - Exception in com.sas.lsaf.workflow.processflow
Thrown when the assignee for a user task setup is invalid.
InvalidTaskAssigneeException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.InvalidTaskAssigneeException
Constructs an InvalidTaskAssigneeException with the specified message.
InvalidTaskStateException - Exception in com.sas.lsaf.workflow.task
Thrown when the assignee for a user task setup is invalid.
InvalidTaskStateException(String) - Constructor for exception com.sas.lsaf.workflow.task.InvalidTaskStateException
Constructs an InvalidTaskStateException with the specified message.
InvalidTypeException - Exception in com.sas.lsaf.core.type
Thrown when the object type is not valid for the specified operation.
InvalidTypeException(String) - Constructor for exception com.sas.lsaf.core.type.InvalidTypeException
Construct an InvalidTypeException with the specified detail message.
isActivate() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowCopyInfo
Indicates whether the copied process flow is activated.
isActive() - Method in class com.sas.lsaf.security.user.AccountInfo
Gets the Boolean value that indicates whether the user account is currently active.
isAscending() - Method in class com.sas.lsaf.query.Order
Indicates whether to sort in ascending order.
isBeingEdited() - Method in class com.sas.lsaf.clinical.study.StudyComponentEditableStatus
Indicates whether the study component is being edited.
isBuiltIn() - Method in class com.sas.lsaf.clinical.model.ValueListMetadata
Gets whether the application is aware of the value list values or used by the application in some way.
isCaseSensitive() - Method in class com.sas.lsaf.query.Comparison
Indicates whether the comparison is case-sensitive.
isCaseSensitive() - Method in class com.sas.lsaf.query.Order
Indicates whether the sort is case-sensitive.
isCheckedOut() - Method in class com.sas.lsaf.clinical.dictionary.DictionaryDescriptor
Indicates whether the dictionary is checked out.
isCheckedOut() - Method in class com.sas.lsaf.clinical.standards.StandardDescriptor
Indicates whether the standard is checked out.
isCheckedOut() - Method in class com.sas.lsaf.content.repository.RepositoryFile
Indicates whether the file is checked out or not.
isCheckedOut() - Method in class com.sas.lsaf.content.repository.RepositoryFileInfo
Indicates whether the repository file is checked out.
isContextType() - Method in class com.sas.lsaf.core.type.TypeDescriptor
Indicates whether the type is a context container type.
isDefault() - Method in class com.sas.lsaf.clinical.model.ValueListValueMetadata
Gets whether the value is the default in the value list.
isDerived() - Method in class com.sas.lsaf.clinical.model.AttributeMetadata
Gets whether the attribute is derived from associated metadata.
isDerived() - Method in class com.sas.lsaf.workflow.AutoFlowMappingMetadata
Gets whether the attribute is derived from associated metadata
isDescending() - Method in class com.sas.lsaf.query.Order
Indicates whether to sort in descending order.
isEditable() - Method in class com.sas.lsaf.core.type.AttributeDefinition
Indicates whether the attribute can be modified by an end user.
isEditable() - Method in class com.sas.lsaf.workflow.processdefinition.FormAttributeDefinition
Gets whether the attribute is an editable attribute.
isEnableAutoFlow() - Method in class com.sas.lsaf.clinical.tlf.TlfDescriptor
Gets whether the TLF is enabled for automatic process flow creation.
isEnableAutoFlowMapping() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionMapping
Gets whether the process flow definition allows for element mapping and auto flow creation.
isEnableVersioning() - Method in class com.sas.lsaf.clinical.common.BatchFileCreateInfo
Indicates whether files that are created maintain versions.
isEnableVersioning() - Method in class com.sas.lsaf.content.common.FileCreateInfo
 
isEnableVersioningForNewFiles() - Method in class com.sas.lsaf.content.repository.RepositoryCheckinSpecification
Gets whether new files are versioned when created.
isEnableVersioningForNewFiles() - Method in class com.sas.lsaf.execution.job.OutputFileSpec
Sets whether new files are versioned when created.
isExpired() - Method in class com.sas.lsaf.security.user.PasswordInfo
Returns the Boolean value that represents whether the password has expired.
isExtended() - Method in class com.sas.lsaf.core.type.AttributeDefinition
Indicates whether the attribute definition is an extended attribute (defined by an end user) or an attribute defined by the system.
isExtensible() - Method in class com.sas.lsaf.clinical.model.ValueListMetadata
Gets whether the value list metadata is restricted to only the items in the list or can include additional values.
isFileType() - Method in class com.sas.lsaf.core.type.TypeDescriptor
Indicates whether the type is a file type.
isFolderType() - Method in class com.sas.lsaf.core.type.TypeDescriptor
Indicate whether the type is a folder type.
isIncludeAttachments() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowCopyInfo
Indicates whether to include the attachments of the source process flow with the copied process flow.
isIncludeColumnNames() - Method in class com.sas.lsaf.query.Query
Indicates whether to include column names in the query output.
isIncludeFiles() - Method in class com.sas.lsaf.execution.job.JobPublishSetupFolder
Indicates whether to include files when transferring the folder.
isIncludeProcessData() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowCopyInfo
Indicates whether to include the process data variables with their current values in the copied process flow.
isIncludeSubfolders() - Method in class com.sas.lsaf.execution.job.JobInputFolder
Indicates whether to include child folders and contents when transferring the folder when submitting a published job.
isIncludeSubfolders() - Method in class com.sas.lsaf.execution.job.JobPublishCheckinLocation
Indicates whether to include the child folders and their content when the job completes.
isIncludeSubfolders() - Method in class com.sas.lsaf.execution.job.JobPublishSetupFolder
Indicates whether to include child folders when transferring the folder.
isInherited() - Method in class com.sas.lsaf.core.type.AttributeDefinition
Indicates whether the attribute definition is defined on a super type and, therefore is inherited or whether the definition is defined on the enclosing type.
isInherited() - Method in class com.sas.lsaf.security.role.RoleDescriptor
Checks if this role is a defined role or an inherited role.
isLatest() - Method in class com.sas.lsaf.content.repository.RepositoryFileVersionInfo
Indicate whether the version is the latest version of the versioned file.
isLimitReached() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinSearchResults
Indicates whether the server processed all of the repository items that are based on the query.
isLimitReached() - Method in class com.sas.lsaf.content.repository.RepositorySearchResults
Indicates whether the server processed all of the repository items based as a result of the query.
isLimitReached() - Method in class com.sas.lsaf.core.SearchResultsInfo
Indicates whether the query results exceed the maximum number of items allowed on the server.
isLimitReached() - Method in class com.sas.lsaf.execution.session.SessionSearchResults
Indicates whether the query results exceed the maximum number of items that are allowed on the server.
isLimitReached() - Method in class com.sas.lsaf.workflow.task.TaskSearchResults
Indicates whether the query results exceed the maximum number of items allowed on the server.
isLocked() - Method in class com.sas.lsaf.content.repository.RepositoryFile
Indicates whether the file is locked.
isLocked() - Method in class com.sas.lsaf.security.user.LockedInfo
Gets the Boolean value that indicates whether the user account is locked.
isMappingComplete() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionMapping
Gets whether the all required auto flow mappings have been completed.
isMember(String, Principal, boolean) - Method in interface com.sas.lsaf.security.group.GroupService
Indicates whether the principal is a member of the group, using the group identifier.
isMember(String, Principal, boolean) - Method in interface com.sas.lsaf.security.membership.MembershipService
Indicates whether the principal is an explicit member of the membership context.
isMultiValued() - Method in class com.sas.lsaf.workflow.MappingAttributeMetadata
Gets whether the process flow element attribute can be mapped to multiple attributes.
isOverwrite() - Method in class com.sas.lsaf.clinical.common.BatchFileCreateInfo
Indicates whether existing unversioned files should be overwritten.
isOverwrite() - Method in class com.sas.lsaf.content.common.FileCreateInfo
 
isPrimary() - Method in class com.sas.lsaf.security.user.AuthenticationProviderInfo
Returns true if the authentication provider is the primary provider, false otherwise.
isPrincipalInRole(String, Principal) - Method in interface com.sas.lsaf.security.role.RoleService
Indicates whether the principal is a member of the specified role.
isReadable() - Method in class com.sas.lsaf.workflow.processdefinition.FormAttributeDefinition
Gets whether the attribute is a readable attribute.
isRecurse() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinQuery
Indicates whether the recycle bin searches the specified location and below.
isRepositoryFile() - Method in class com.sas.lsaf.execution.job.ManifestFile
Indicates whether the file is a repository file.
isRepositoryFile() - Method in class com.sas.lsaf.execution.job.ManifestFileRef
Indicates whether the file is a repository file.
isRepositoryJobScheduled(String) - Method in interface com.sas.lsaf.schedule.ScheduleService
Indicates whether any schedules for the repository job exist.
isRequired() - Method in class com.sas.lsaf.clinical.model.AttributeMetadata
Gets whether the attribute is required.
isRequired() - Method in class com.sas.lsaf.core.type.AttributeDefinition
Indicates whether the attribute is required to have a value.
isRequired() - Method in class com.sas.lsaf.workflow.processdefinition.FormAttributeDefinition
Gets whether the attribute is a required attribute.
isRunAsOwner() - Method in class com.sas.lsaf.content.repository.RepositoryExecutableFile
Gets whether the executable file runs as the owner of the file or the user who submitted the file for execution.
isRunAsOwner() - Method in class com.sas.lsaf.execution.job.Job
Indicates whether the job runs as the owner of the file or as the user who submitted the file for execution.
isRunAsOwner() - Method in class com.sas.lsaf.execution.job.ManifestJob
Gets whether the job runs as the owner or the user who submitted the file for execution.
isSigned() - Method in class com.sas.lsaf.content.repository.RepositoryFileVersionInfo
Indicates whether the version contains any electronic signatures.
isSingleSignOnEnabled() - Method in class com.sas.lsaf.security.user.AccountInfo
Gets the boolean value to indicate if single sign-on is enabled.
isTypeCapable(String, Type.Capability) - Method in interface com.sas.lsaf.core.type.TypeService
Indicates whether the capability is available at the specified type.
isUseSourceOwner() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowCopyInfo
Indicates whether to specify that the owner of the process flow copy is the same as the owner of the source process flow.
isVersioned() - Method in class com.sas.lsaf.content.repository.RepositoryFile
Indicates whether the file is versioned or not.
isVersionSigned(String, String) - Method in interface com.sas.lsaf.content.repository.signature.SignatureService
Indicates whether a signatures exists for the specific version of a file.
isWorkspaceFile() - Method in class com.sas.lsaf.execution.job.ManifestFile
Indicates whether the file is a workspace file.
isWorkspaceFile() - Method in class com.sas.lsaf.execution.job.ManifestFileRef
Indicates whether the file is a workspace file.
isWorkspaceJobScheduled(String) - Method in interface com.sas.lsaf.schedule.ScheduleService
Indicates whether any schedules for the workspace job exist.

J

Job - Class in com.sas.lsaf.execution.job
The client representation of a job.
Job() - Constructor for class com.sas.lsaf.execution.job.Job
Constructor.
Job(String) - Constructor for class com.sas.lsaf.execution.job.Job
Constructor.
Job(String, String) - Constructor for class com.sas.lsaf.execution.job.Job
Constructor.
Job(String, String, SourceLocation) - Constructor for class com.sas.lsaf.execution.job.Job
Constructor.
Job(String, String, String, boolean) - Constructor for class com.sas.lsaf.execution.job.Job
Constructor.
JobCreateException - Exception in com.sas.lsaf.execution.job
Thrown when the creation of a job encounters a problem.
JobCreateException(String) - Constructor for exception com.sas.lsaf.execution.job.JobCreateException
Construct a JobCreateException with the specified detail message.
JobExistsException - Exception in com.sas.lsaf.execution.job
Thrown when an attempt is made to create a job that exists.
JobExistsException(String) - Constructor for exception com.sas.lsaf.execution.job.JobExistsException
Construct a JobExistsException with the specified detail message.
JobFormatException - Exception in com.sas.lsaf.execution.job
Thrown when the definition of the job is not valid.
JobFormatException(String) - Constructor for exception com.sas.lsaf.execution.job.JobFormatException
Construct a JobFormatException with the specified detail message.
JobInput - Class in com.sas.lsaf.execution.job
The abstract JobInput class that represents the file or folder to transfer when submitting a published job.
JobInput() - Constructor for class com.sas.lsaf.execution.job.JobInput
The constructor.
JobInput(String) - Constructor for class com.sas.lsaf.execution.job.JobInput
The constructor.
JobInputFile - Class in com.sas.lsaf.execution.job
The class that represents the file to transfer when submitting a published job.
JobInputFile() - Constructor for class com.sas.lsaf.execution.job.JobInputFile
Constructor.
JobInputFile(String) - Constructor for class com.sas.lsaf.execution.job.JobInputFile
Constructor.
JobInputFile(String, String) - Constructor for class com.sas.lsaf.execution.job.JobInputFile
Constructor.
JobInputFolder - Class in com.sas.lsaf.execution.job
The class that represents the folder to transfer when submitting a published job.
JobInputFolder() - Constructor for class com.sas.lsaf.execution.job.JobInputFolder
Constructor.
JobInputFolder(String) - Constructor for class com.sas.lsaf.execution.job.JobInputFolder
Constructor.
JobInputFolder(String, boolean) - Constructor for class com.sas.lsaf.execution.job.JobInputFolder
Constructor.
JobNotFoundException - Exception in com.sas.lsaf.execution.job
Thrown when the specified job is not found.
JobNotFoundException(String) - Constructor for exception com.sas.lsaf.execution.job.JobNotFoundException
Construct a JobNotFoundException with the specified detail message.
JobParameter - Class in com.sas.lsaf.execution.job
The client representation of a job parameter.
JobParameter(String, String, JobParameter.ParameterType, Serializable) - Constructor for class com.sas.lsaf.execution.job.JobParameter
The constructor.
JobParameter(String, String, JobParameter.ParameterType) - Constructor for class com.sas.lsaf.execution.job.JobParameter
The constructor.
JobParameter.ParameterType - Enum in com.sas.lsaf.execution.job
 
JobProgram - Class in com.sas.lsaf.execution.job
The class that represents a way to specify the program file to use in a job submission.
JobProgram() - Constructor for class com.sas.lsaf.execution.job.JobProgram
Constructor.
JobProgram(String) - Constructor for class com.sas.lsaf.execution.job.JobProgram
Constructor.
JobProgram(String, String) - Constructor for class com.sas.lsaf.execution.job.JobProgram
Constructor.
JobPublishCheckin - Class in com.sas.lsaf.execution.job
The class that represents the method to check in outputs and, optionally, the locations from which to checkin the outputs.
JobPublishCheckin() - Constructor for class com.sas.lsaf.execution.job.JobPublishCheckin
Constructor.
JobPublishCheckinLocation - Class in com.sas.lsaf.execution.job
The class that represents the folders to check in and the method to check in their content.
JobPublishCheckinLocation() - Constructor for class com.sas.lsaf.execution.job.JobPublishCheckinLocation
Constructor.
JobPublishCheckinLocation(String) - Constructor for class com.sas.lsaf.execution.job.JobPublishCheckinLocation
Constructor.
JobPublishCheckinLocation(String, boolean) - Constructor for class com.sas.lsaf.execution.job.JobPublishCheckinLocation
Constructor.
JobPublishSetup - Class in com.sas.lsaf.execution.job
The class that represents the files and folders to transfer for use in a published job submission.
JobPublishSetup() - Constructor for class com.sas.lsaf.execution.job.JobPublishSetup
Constructor.
JobPublishSetupFile - Class in com.sas.lsaf.execution.job
The class that represents the files to transfer for use in a published job submission.
JobPublishSetupFile(String) - Constructor for class com.sas.lsaf.execution.job.JobPublishSetupFile
Constructor.
JobPublishSetupFile(String, String) - Constructor for class com.sas.lsaf.execution.job.JobPublishSetupFile
Constructor.
JobPublishSetupFolder - Class in com.sas.lsaf.execution.job
The class represents the folders to transfer for use in a published job submission.
JobPublishSetupFolder(String) - Constructor for class com.sas.lsaf.execution.job.JobPublishSetupFolder
Constructor.
JobPublishSetupFolder(String, boolean, boolean) - Constructor for class com.sas.lsaf.execution.job.JobPublishSetupFolder
Constructor.
JobPublishSetupItem - Class in com.sas.lsaf.execution.job
The root class that represents an item to transfer for use in a published job submission.
JobPublishSetupItem() - Constructor for class com.sas.lsaf.execution.job.JobPublishSetupItem
Constructor.
JobPublishSetupItem(String) - Constructor for class com.sas.lsaf.execution.job.JobPublishSetupItem
Constructor.
JobService - Interface in com.sas.lsaf.execution.job
The service to create, update, and get jobs.
JobSubmission - Class in com.sas.lsaf.execution.job
The class that represents the job submission object that is used as a token to retrieve the status of a submitted job.
JobSubmission(String, JobSubmission.JobSubmissionType, String, String, String, String, JobSubmissionStatus, String, Date, Date, String, String) - Constructor for class com.sas.lsaf.execution.job.JobSubmission
The constructor.
JobSubmission.JobSubmissionType - Enum in com.sas.lsaf.execution.job
The types of job submissions.
JobSubmissionException - Exception in com.sas.lsaf.execution.job
Thrown when an error is encountered when executing or attempting to execute a job.
JobSubmissionException(String) - Constructor for exception com.sas.lsaf.execution.job.JobSubmissionException
Construct a JobSubmissionException with the specified detail message.
JobSubmissionNotFoundException - Exception in com.sas.lsaf.execution.job
Thrown when the specified job submission is not found.
JobSubmissionNotFoundException(String) - Constructor for exception com.sas.lsaf.execution.job.JobSubmissionNotFoundException
Construct a JobSubmissionNotFoundException with the specified detail message.
JobSubmissionService - Interface in com.sas.lsaf.execution.job
The service that provides methods to execute jobs in the repository and in the user's workspace and to get the status of the submitted job.
JobSubmissionStatus - Class in com.sas.lsaf.execution.job
The client representation of the status of a job.
JobSubmissionStatus(JobSubmissionStatus.SummaryStatus, JobSubmissionStatus.DetailStatus, String) - Constructor for class com.sas.lsaf.execution.job.JobSubmissionStatus
The constructor.
JobSubmissionStatus.DetailStatus - Enum in com.sas.lsaf.execution.job
The valid detailed status values.
JobSubmissionStatus.SummaryStatus - Enum in com.sas.lsaf.execution.job
The summary status.
JobTask - Class in com.sas.lsaf.workflow.task
A class that represents a job task in a process flow.
JobTask(String, String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, String, Date, Date, Task.TaskStatus, List<Attribute>, String, String, List<ParameterValue>) - Constructor for class com.sas.lsaf.workflow.task.JobTask
It is not intended or recommended that the consumer of this API construct these objects.
JobTaskSetup - Class in com.sas.lsaf.workflow.processflow.setup
The class that represents the setup information for the job task elements in a process flow.
JobTaskSetup(String, String, String, Element.ElementType, String) - Constructor for class com.sas.lsaf.workflow.processflow.setup.JobTaskSetup
It is not intended or recommended that the consumer of this API construct these objects.
JobUpdateException - Exception in com.sas.lsaf.execution.job
Thrown when the job cannot be updated.
JobUpdateException(String) - Constructor for exception com.sas.lsaf.execution.job.JobUpdateException
Construct a JobUpdateException with the specified detail message.

L

LAST_MODIFIED - Static variable in class com.sas.lsaf.query.repository.recyclebin.RecycleBinItemQuery
The column that represents the date and time on whichn the repository item was last modified.
LAST_MODIFIED - Static variable in class com.sas.lsaf.query.repository.RepositoryItemQuery
The column that represents the date and time on which the repository item was last modified.
LAST_MODIFIED_BY - Static variable in class com.sas.lsaf.query.repository.recyclebin.RecycleBinItemQuery
The column that represents the userid of the user who last modified the repository item.
LAST_MODIFIED_BY - Static variable in class com.sas.lsaf.query.repository.RepositoryItemQuery
The column that represents the userid of the user who last modified the repository item.
lessThan(Column, Serializable) - Static method in class com.sas.lsaf.query.Comparison
Creates a Comparison object with the specified column and value using the LESS_THAN operator.
lessThan(Column, Serializable, boolean) - Static method in class com.sas.lsaf.query.Comparison
Creates a Comparison object with the specified column and value using the LESS_THAN operator, and indicates whether the comparison is case-sensitive.
lessThanOrEqual(Column, Serializable) - Static method in class com.sas.lsaf.query.Comparison
Creates a Comparison object with the specified column and value using the LESS_THAN_OR_EQUAL operator.
lessThanOrEqual(Column, Serializable, boolean) - Static method in class com.sas.lsaf.query.Comparison
Creates a Comparison object with the specified column and value using the LESS_THAN_OR_EQUAL operator, and indicates whether the comparison is case-sensitive.
LEVEL - Static variable in class com.sas.lsaf.query.security.membership.ContextMembershipQuery
The column that represents the number of levels in which the member is nested as with groups of groups.
LicenseType - Class in com.sas.lsaf.security.user
Metadata representation of a license type within the system.
LicenseType(String, String, String) - Constructor for class com.sas.lsaf.security.user.LicenseType
Constructor.
like(Column, Serializable) - Static method in class com.sas.lsaf.query.Comparison
Creates a Comparison object with the specified column and value using the LIKE operator.
like(Column, Serializable, boolean) - Static method in class com.sas.lsaf.query.Comparison
Creates a Comparison object with the specified column and value using the LIKE operator, and indicates whether the comparison is case-sensitive.
LINEAGE - Static variable in class com.sas.lsaf.query.security.membership.ContextMembershipQuery
The column that represents the lineage of the location in which the member originated.
LOCKED - Static variable in class com.sas.lsaf.query.repository.RepositoryFileQuery
The column that represents whether a file is locked.
LOCKED - Static variable in class com.sas.lsaf.query.repository.RepositoryFileVersionQuery
The column that represents whether a file is locked.
LockedInfo - Class in com.sas.lsaf.security.user
Account lock information detailing whether the user account is currently locked, by whom, and when.
LockedInfo(boolean, String, Date) - Constructor for class com.sas.lsaf.security.user.LockedInfo
Constructor.
lockFile(String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Locks the specified repository file, prevents users from modifying the file in any way.
lockUser(String) - Method in interface com.sas.lsaf.security.user.UserService
Locks a user with the specified user identifier.
LoginInfo - Class in com.sas.lsaf.security.user
User account login information that details the last login and how many login attempts have been made for a user account since the last successful login.
LoginInfo(Date, long) - Constructor for class com.sas.lsaf.security.user.LoginInfo
Constructor.
logoff() - Method in interface com.sas.lsaf.client.ClientSession
Log off the session and free any server-side resources being held.
logoff() - Static method in class com.sas.lsaf.LsafClient
Logs off the current session of the instance if one exists
LogoffException - Exception in com.sas.lsaf.client
Thrown when logoff attempt fails for any reason.
LogoffException(String) - Constructor for exception com.sas.lsaf.client.LogoffException
Constructs a LogoffException with the specified message.
LogoffException(String, Throwable) - Constructor for exception com.sas.lsaf.client.LogoffException
Constructs a LogoffException with the specified message and root cause.
logon(URL, String, byte[]) - Static method in class com.sas.lsaf.client.SessionFactory
Create an authenticated ClientSession to allow interaction with the server.
logon(URL, String, byte[], ProxyInfo) - Static method in class com.sas.lsaf.client.SessionFactory
Create an authenticated ClientSession to allow interaction with the server.
logon(URL, String, byte[]) - Method in interface com.sas.lsaf.client.SessionStrategy
Create an authenticated ClientSession object to allow interaction with the server.
logon(URL, String, byte[], ProxyInfo) - Method in interface com.sas.lsaf.client.SessionStrategy
Create an authenticated ClientSession object to allow interaction with the server.
logon(String, String, byte[]) - Static method in class com.sas.lsaf.LsafClient
Logs on to the specified SAS Life Science Analytics Framework instance to establish an authenticated session in order to access services.
logon(String, String, byte[], ProxyInfo) - Static method in class com.sas.lsaf.LsafClient
Logs on to the specified SAS Life Science Analytics Framework instance going through the specified proxy to establish an authenticated session in order to access services.
LogonException - Exception in com.sas.lsaf.client
Thrown when logon attempt fails due to configuration or credential errors.
LogonException(String) - Constructor for exception com.sas.lsaf.client.LogonException
Constructs a LogonException with the specified message.
LogonException(String, Throwable) - Constructor for exception com.sas.lsaf.client.LogonException
Constructs a LogonException with the specified message and root cause.
LsafClient - Class in com.sas.lsaf
This is the simplest and easiest entry point into the SAS Life Science Analytics Framework Java API.
LsafClient() - Constructor for class com.sas.lsaf.LsafClient
 
LsafCommand - Class in com.sas.lsaf
A simple command utility demonstrating the capabilities of the SAS Life Science Analytics Framework Java API.
LsafCommand() - Constructor for class com.sas.lsaf.LsafCommand
 

M

main(String[]) - Static method in class com.sas.lsaf.LsafCommand
Simple command-line sample program using the SAS Life Science Analytics Framework Java API.
major() - Method in class com.sas.lsaf.execution.job.JobPublishCheckin
Gets a JobPublishCheckin with the VersionType of MAJOR.
MAJOR_VERSION_LIMIT - Static variable in class com.sas.lsaf.query.repository.RepositoryFileQuery
The column that represents the limit for the major versions of a file.
MAJOR_VERSION_LIMIT - Static variable in class com.sas.lsaf.query.repository.RepositoryFileVersionQuery
The column that represents the limit for the major versions of a file.
Manifest - Class in com.sas.lsaf.execution.job
The client representation of a job manifest file.
Manifest(ManifestFile, ManifestJob, JobSubmission, List<ManifestProgram>, List<ManifestInput>, List<ManifestOutput>, OutputFileSpec, List<JobParameter>, Manifest.ManifestType, List<ManifestSystemFile>, List<ManifestSystemFile>, ManifestMetrics, Long, List<ManifestExternalReference>, List<ManifestExternalReference>) - Constructor for class com.sas.lsaf.execution.job.Manifest
It is not intended or recommended that the consumer of this API construct these objects.
Manifest.ManifestType - Enum in com.sas.lsaf.execution.job
The manifest type that indicates whether the job was run as a published job in the repository or if it was run in the workspace.
ManifestExternalReference - Class in com.sas.lsaf.execution.job
The class that represents references to items that are not found or are not accessible from the current user's repository or workspace.
ManifestExternalReference(String, String) - Constructor for class com.sas.lsaf.execution.job.ManifestExternalReference
Constructor.
ManifestFile - Class in com.sas.lsaf.execution.job
The client representation of a file in a job manifest file.
ManifestFile(String, String, Date, Long) - Constructor for class com.sas.lsaf.execution.job.ManifestFile
It is not intended or recommended that the consumer of this API construct these objects.
ManifestFileRef - Class in com.sas.lsaf.execution.job
Abstract base class for the files that are in a manifest file that exist in the current user's workspace or repository.
ManifestFileRef(ManifestFile) - Constructor for class com.sas.lsaf.execution.job.ManifestFileRef
It is not intended or recommended that the consumer of this API construct these objects.
ManifestInput - Class in com.sas.lsaf.execution.job
The client representation of an input in a job manifest file.
ManifestInput(ManifestFile, String) - Constructor for class com.sas.lsaf.execution.job.ManifestInput
It is not intended or recommended that the consumer of this API construct these objects.
ManifestJob - Class in com.sas.lsaf.execution.job
The client representation of the job in a job manifest file.
ManifestJob(ManifestFile, String, boolean, String) - Constructor for class com.sas.lsaf.execution.job.ManifestJob
It is not intended or recommended that the consumer of this API construct these objects.
ManifestMetrics - Class in com.sas.lsaf.execution.job
The class that represents the metrics information for the synchronization of job items.
ManifestMetrics(ManifestSynchronizationMetrics, ManifestSynchronizationMetrics, ManifestSynchronizationMetrics, ManifestSynchronizationMetrics, ManifestSynchronizationMetrics, ManifestSynchronizationMetrics) - Constructor for class com.sas.lsaf.execution.job.ManifestMetrics
It is not intended or recommended that the consumer of this API construct these objects.
ManifestMetrics(ManifestSynchronizationMetrics, ManifestSynchronizationMetrics, ManifestSynchronizationMetrics, ManifestSynchronizationMetrics, ManifestSynchronizationMetrics, ManifestSynchronizationMetrics, ManifestSynchronizationMetrics) - Constructor for class com.sas.lsaf.execution.job.ManifestMetrics
It is not intended or recommended that the consumer of this API construct these objects.
ManifestOutput - Class in com.sas.lsaf.execution.job
The client representation of an output file in a job manifest file.
ManifestOutput(ManifestFile, String, String) - Constructor for class com.sas.lsaf.execution.job.ManifestOutput
It is not intended or recommended that the consumer of this API construct these objects.
ManifestProgram - Class in com.sas.lsaf.execution.job
The client representation of a program file that is in a job manifest file.
ManifestProgram(ManifestFile, ManifestProgram.ExecutionStatus, Long, String) - Constructor for class com.sas.lsaf.execution.job.ManifestProgram
It is not intended or recommended that the consumer of this API construct these objects.
ManifestProgram.ExecutionStatus - Enum in com.sas.lsaf.execution.job
 
ManifestRepositoryFile - Class in com.sas.lsaf.execution.job
The client representation of a repository file that is referenced in a job manifest file.
ManifestRepositoryFile(String, String, String, String, Date, Long) - Constructor for class com.sas.lsaf.execution.job.ManifestRepositoryFile
It is not intended or recommended that the consumer of the API construct these objects.
ManifestSynchronizationMetrics - Class in com.sas.lsaf.execution.job
The class that contains synchronization information when running a job.
ManifestSynchronizationMetrics(int, long, long) - Constructor for class com.sas.lsaf.execution.job.ManifestSynchronizationMetrics
It is not intended or recommended that the consumer of this API construct these objects.
ManifestSystemFile - Class in com.sas.lsaf.execution.job
The class that represents the files that were generated by the execution environment.
ManifestSystemFile(ManifestFile, EngineType) - Constructor for class com.sas.lsaf.execution.job.ManifestSystemFile
It is not intended or recommended that the consumer of this API construct these objects.
ManifestWorkspaceFile - Class in com.sas.lsaf.execution.job
The client representation of a workspace file that is referenced in a job manifest file.
ManifestWorkspaceFile(String, String, Date, Long) - Constructor for class com.sas.lsaf.execution.job.ManifestWorkspaceFile
It is not intended or recommended that the consumer of the API construct these objects.
MappingAttributeMetadata - Class in com.sas.lsaf.workflow
MappingMetadataAttribute describes attributes for a process flow element and what other type of a attributes they can be mapped to and how.
MappingAttributeMetadata(String, FlowAttributeType, Set<AutoFlowMappingMetadata>, boolean, String) - Constructor for class com.sas.lsaf.workflow.MappingAttributeMetadata
It is not intended or recommended that the consumer of this API construct these objects.
markForAdd(String) - Method in interface com.sas.lsaf.content.workspace.WorkspaceService
Marks a file for addition to the repository.
MemberExistsException - Exception in com.sas.lsaf.security.membership
Thrown when a principal, or set of principals, is currently a member of the context.
MemberExistsException(Set<Principal>, String) - Constructor for exception com.sas.lsaf.security.membership.MemberExistsException
Constructs a MemberExistsException with the set of existing principals and and the specified detail message.
MemberNotFoundException - Exception in com.sas.lsaf.security.membership
Thrown when the principal, or principals, specified is not a member of the context.
MemberNotFoundException(Set<Principal>, String) - Constructor for exception com.sas.lsaf.security.membership.MemberNotFoundException
Constructs a MemberNotFoundException with the set of missing principals and the specified detail message.
Membership - Class in com.sas.lsaf.security.membership
The representation of the membership of a membership context.
Membership(ObjectIdentity, long, Set<Principal>) - Constructor for class com.sas.lsaf.security.membership.Membership
It is not intended or recommended that the consumer of this API construct these objects.
MembershipContextNotFoundException - Exception in com.sas.lsaf.security.membership
Thrown when a membership context cannot be looked up by the identifier or the path.
MembershipContextNotFoundException(String) - Constructor for exception com.sas.lsaf.security.membership.MembershipContextNotFoundException
Constructs a MembershipContextNotFoundException with the specified detail message.
MembershipDescriptor - Class in com.sas.lsaf.security.membership
A lightweight representation of a membership that is associated with a repository context with membership capability.
MembershipDescriptor(ObjectIdentity) - Constructor for class com.sas.lsaf.security.membership.MembershipDescriptor
It is not intended or recommended that the consumer of this API construct these objects.
MembershipException - Exception in com.sas.lsaf.security.membership
The root of the hierarchy of all membership check exceptions within the SAS Life Science Analytics Framework Java API.
MembershipException(String) - Constructor for exception com.sas.lsaf.security.membership.MembershipException
Constructs a MembershipException with the specified detail message.
MembershipService - Interface in com.sas.lsaf.security.membership
The membership service provides methods to manage and to get information about the members of a context in the repository with membership capability.
minor() - Method in class com.sas.lsaf.execution.job.JobPublishCheckin
Gets a JobPublishCheckin with the VersionType of MINOR.
MINOR_VERSION_LIMIT - Static variable in class com.sas.lsaf.query.repository.RepositoryFileQuery
The column that represents the limit for the minor versions of a file.
MINOR_VERSION_LIMIT - Static variable in class com.sas.lsaf.query.repository.RepositoryFileVersionQuery
The column that represents the limit for the minor versions of a file.
mode(AuditEntry.Mode) - Method in class com.sas.lsaf.security.audit.AuditQuery
Sets the audit mode to query by.
MODEL_CLINICAL_ENTITY - Static variable in class com.sas.lsaf.clinical.model.ModelConstants
 
MODEL_ENTITY_GROUP - Static variable in class com.sas.lsaf.clinical.model.ModelConstants
 
MODEL_METADATA_SOURCE - Static variable in class com.sas.lsaf.clinical.model.ModelConstants
 
MODEL_METADATA_SOURCE_VERSION - Static variable in class com.sas.lsaf.clinical.model.ModelConstants
 
MODEL_NAME - Static variable in class com.sas.lsaf.clinical.model.ModelConstants
 
MODEL_SASNAME - Static variable in class com.sas.lsaf.clinical.model.ModelConstants
 
MODEL_STANDARD_TYPE - Static variable in class com.sas.lsaf.clinical.model.ModelConstants
 
MODEL_TLF_ATTRIBUTE_IDENTIFIER - Static variable in class com.sas.lsaf.clinical.model.ModelConstants
 
MODEL_TLF_ATTRIBUTE_NAME - Static variable in class com.sas.lsaf.clinical.model.ModelConstants
 
MODEL_TLF_ATTRIBUTE_TYPE - Static variable in class com.sas.lsaf.clinical.model.ModelConstants
 
ModelConstants - Class in com.sas.lsaf.clinical.model
Class ModelServiceConstants.
ModelConstants() - Constructor for class com.sas.lsaf.clinical.model.ModelConstants
 
ModelConstants.AttributeScope - Enum in com.sas.lsaf.clinical.model
 
ModelConstants.AttributeState - Enum in com.sas.lsaf.clinical.model
 
ModelConstants.DataType - Enum in com.sas.lsaf.clinical.model
 
ModelConstants.LogicalType - Enum in com.sas.lsaf.clinical.model
 
ModelDescriptor - Class in com.sas.lsaf.clinical.model
A lightweight representation of a model.
ModelDescriptor(String, String, String) - Constructor for class com.sas.lsaf.clinical.model.ModelDescriptor
It is not intended or recommended that the consumer of this API construct these objects.
ModelException - Exception in com.sas.lsaf.clinical.model
The root of the hierarchy of all checked model exceptions.
ModelException(String) - Constructor for exception com.sas.lsaf.clinical.model.ModelException
Constructs a ModelException with the specified detail message.
ModelNotFoundException - Exception in com.sas.lsaf.clinical.model
Thrown when the specified model is not found.
ModelNotFoundException(String) - Constructor for exception com.sas.lsaf.clinical.model.ModelNotFoundException
Constructs a ModelNotFoundException with the specified path and message.
ModelService - Interface in com.sas.lsaf.clinical.model
A service to retrieve models defined.
move(String, String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Moves the repository object from the source path to the destination path.
move(String, String) - Method in interface com.sas.lsaf.content.workspace.WorkspaceService
Moves the workspace folder or file from one location to another.
mustBeUnique() - Method in class com.sas.lsaf.clinical.model.AttributeMetadata
Gets whether the value of the attribute must be unique from other values of the attribute.

N

NAME - Static variable in class com.sas.lsaf.query.repository.RepositoryItemQuery
The column that represents the name of the repository item.
name - Variable in class com.sas.lsaf.workflow.processflow.setup.ElementSetup
 
notEqual(Column, Serializable) - Static method in class com.sas.lsaf.query.Comparison
Creates a Comparison object with the specified column and value using the NOT_EQUAL operator.
notEqual(Column, Serializable, boolean) - Static method in class com.sas.lsaf.query.Comparison
Creates a Comparison object with the specified column and value using the NOT_EQUAL operator, and indicates whether the comparison is case-sensitive.
NotificationTask - Class in com.sas.lsaf.workflow.task
The class that represents a job task in a process flow.
NotificationTask(String, String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, String, Date, Date, Task.TaskStatus, List<Attribute>, Set<Principal>, String, NotificationTaskSetup.MessagePriority, String) - Constructor for class com.sas.lsaf.workflow.task.NotificationTask
It is not intended or recommended that the consumer of this API construct these objects.
NotificationTaskSetup - Class in com.sas.lsaf.workflow.processflow.setup
The class that represents the setup information for notification task elements in a process flow.
NotificationTaskSetup(String, String, String, Element.ElementType, String) - Constructor for class com.sas.lsaf.workflow.processflow.setup.NotificationTaskSetup
It is not intended or recommended that the consumer of this API construct these objects.
NotificationTaskSetup.MessagePriority - Enum in com.sas.lsaf.workflow.processflow.setup
The values for the priority of the message sent by the task.
notLike(Column, Serializable) - Static method in class com.sas.lsaf.query.Comparison
Creates a Comparison object with the specified column and value using the NOT_LIKE operator.
notLike(Column, Serializable, boolean) - Static method in class com.sas.lsaf.query.Comparison
Creates a Comparison object with the specified column and value using the NOT_LIKE operator, and indicates whether the comparison is case-sensitive.

O

ObjectIdentity - Class in com.sas.lsaf.core
Uniquely identifies an object anywhere in the system.
ObjectIdentity(String, String) - Constructor for class com.sas.lsaf.core.ObjectIdentity
It is not intended or recommended that the consumer of this API construct these objects.
operator(Comparison.Operator) - Method in class com.sas.lsaf.query.Comparison
Sets the Comparison.Operator of the comparison.
operator(Condition.Operator) - Method in class com.sas.lsaf.query.Condition
 
OptimisticLockException - Exception in com.sas.lsaf.core
Thrown when an update to data is prevented due to the data on the server being more up to date then the data being updated.
OptimisticLockException(String) - Constructor for exception com.sas.lsaf.core.OptimisticLockException
Construct an OptimisticLockException with the specified detail message.
or(List<Constraint>) - Static method in class com.sas.lsaf.query.Condition
 
or(Constraint...) - Static method in class com.sas.lsaf.query.Condition
 
Order - Class in com.sas.lsaf.query
The class that represents the sorting method of the queried information by a column.
Order() - Constructor for class com.sas.lsaf.query.Order
The default constructor.
Order(Column) - Constructor for class com.sas.lsaf.query.Order
The constructor with the column to sort.
Order(Column, boolean) - Constructor for class com.sas.lsaf.query.Order
The constructor with the column to sort and whether to sort in ascending order.
Order(Column, boolean, boolean) - Constructor for class com.sas.lsaf.query.Order
The constructor with the column to sort, whether to sort in ascending order, and whether the sort is case-sensitive.
order(Column, boolean) - Static method in class com.sas.lsaf.query.Order
Creates an Order object with the specified column and indicates whether to sort in ascending order.
order(Column, boolean, boolean) - Static method in class com.sas.lsaf.query.Order
Creates an Order object with the specified column and indicates whether to sort in ascending order and indicates whether it is case-sensitive.
order(Column...) - Method in class com.sas.lsaf.query.Query
Sets the order for the specified columns to order, according to the default sort order, which is descending and case-sensitive.
order(Order...) - Method in class com.sas.lsaf.query.Query
Sets the order to use in the query output.
OutputFileSpec - Class in com.sas.lsaf.execution.job
The class that represents the information about the method to check in outputs that are generated from a job submission.
OutputFileSpec() - Constructor for class com.sas.lsaf.execution.job.OutputFileSpec
The default constructor.
OutputFileSpec(boolean) - Constructor for class com.sas.lsaf.execution.job.OutputFileSpec
The constructor.
OutputFileSpec(boolean, VersionType) - Constructor for class com.sas.lsaf.execution.job.OutputFileSpec
The constructor.
OutputFileSpec(boolean, VersionType, String) - Constructor for class com.sas.lsaf.execution.job.OutputFileSpec
The constructor.
overwrite() - Method in class com.sas.lsaf.clinical.common.BatchFileCreateInfo
 
overwrite(boolean) - Method in class com.sas.lsaf.clinical.common.BatchFileCreateInfo
 
overwrite() - Method in class com.sas.lsaf.content.common.FileCreateInfo
 
overwrite(boolean) - Method in class com.sas.lsaf.content.common.FileCreateInfo
 

P

ParameterValue - Class in com.sas.lsaf.execution.job
The class that represents a parameter value.
ParameterValue(String, Serializable, JobParameter.ParameterType) - Constructor for class com.sas.lsaf.execution.job.ParameterValue
The constructor.
PARENT_GROUP - Static variable in class com.sas.lsaf.query.security.membership.ContextMembershipQuery
The column that represents the name of the parent group, if it exists.
PARENT_GROUP_CONTEXT - Static variable in class com.sas.lsaf.query.security.membership.ContextMembershipQuery
The column that represents the context path of the parent group, if it exists.
PasswordInfo - Class in com.sas.lsaf.security.user
User account password information that details when the password was created, when it expires, and whether it is currently expired.
PasswordInfo(Date, Date, boolean) - Constructor for class com.sas.lsaf.security.user.PasswordInfo
Constructor.
PATH - Static variable in class com.sas.lsaf.query.repository.recyclebin.RecycleBinItemQuery
The column that represents the name of the repository item.
PATH - Static variable in class com.sas.lsaf.query.repository.RepositoryItemQuery
The column that represents the full path of the repository item.
pauseSchedule(String) - Method in interface com.sas.lsaf.schedule.ScheduleService
Pauses the schedule.
permanentlyDelete(String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Permanently deletes the specified object.
PessimisticLockException - Exception in com.sas.lsaf.core
Thrown when an update to data is prevented due to the inability of retrieving a write lock on the data being updated.
PessimisticLockException(String) - Constructor for exception com.sas.lsaf.core.PessimisticLockException
Construct a PessimisticLockException with the specified detail message.
Principal - Interface in com.sas.lsaf.security.principal
A principal is either a user or a group that is defined in the system.
PRINCIPAL_NAME - Static variable in class com.sas.lsaf.query.security.membership.ContextMembershipQuery
The column that represents the name of the member.
PRINCIPAL_NAME - Static variable in class com.sas.lsaf.query.security.membership.DistinctContextMembershipQuery
The column that represents the name of the member.
PRINCIPAL_TYPE - Static variable in class com.sas.lsaf.query.security.membership.ContextMembershipQuery
The column that represents the type of member.
PRINCIPAL_TYPE - Static variable in class com.sas.lsaf.query.security.membership.DistinctContextMembershipQuery
The column that represents the type of the member.
PrincipalNotFoundException - Exception in com.sas.lsaf.security.principal
Thrown when the specified principal can not be found in the system.
PrincipalNotFoundException(String) - Constructor for exception com.sas.lsaf.security.principal.PrincipalNotFoundException
Constructs a PrincipalNotFoundException with the specified detail message.
Privilege - Interface in com.sas.lsaf.security.privilege
A privilege represents a capability to perform some function or action in the system.
PRIVILEGE_ACL_PROPAGATION - Static variable in class com.sas.lsaf.security.privilege.ScopedPrivileges
A scoped privilege enables a user to cascade permission changes.
PRIVILEGE_ALLOW_VISUAL_ANALYTICS - Static variable in class com.sas.lsaf.security.privilege.GlobalPrivileges
The global privilege that allows users to provide files for SAS Visual Analytics.
PRIVILEGE_AUDIT_REPORTING - Static variable in class com.sas.lsaf.security.privilege.GlobalPrivileges
The global privilege that allows users to view the audit trail for the entire system.
PRIVILEGE_CREATE_MESSAGE - Static variable in class com.sas.lsaf.security.privilege.GlobalPrivileges
The global privilege that allows users to send internal messages to other users within the system.
PRIVILEGE_CREATE_PROCESS_FLOWS - Static variable in class com.sas.lsaf.security.privilege.ScopedPrivileges
A scoped privilege enables a user to create process flows within the repository.
PRIVILEGE_CREATE_TOPLEVEL_CONTEXTS - Static variable in class com.sas.lsaf.security.privilege.GlobalPrivileges
The global privilege that allows users to create top-level contexts in the repository..
PRIVILEGE_DISABLE_VERSIONING - Static variable in class com.sas.lsaf.security.privilege.ScopedPrivileges
Deprecated.
As of Java API 2.2. Will be replaced in a subsequent release with a new privilege.
PRIVILEGE_ENABLE_VERSIONING - Static variable in class com.sas.lsaf.security.privilege.ScopedPrivileges
A scoped privilege enables a user to enable versioning on unversioned files.
PRIVILEGE_MANAGE_ALL_SCHEDULES - Static variable in class com.sas.lsaf.security.privilege.GlobalPrivileges
The global privilege that allows users to manage schedules created by other users.
PRIVILEGE_MANAGE_ALL_SESSIONS - Static variable in class com.sas.lsaf.security.privilege.GlobalPrivileges
The global privilege that allows users to manage SAS Sessions created by other users.
PRIVILEGE_MANAGE_CHECKEDOUT_FILES - Static variable in class com.sas.lsaf.security.privilege.GlobalPrivileges
The global privilege that allows users to manage checked out files that are checked out by other users.
PRIVILEGE_MANAGE_EXTENDED_ATTRIBUTES - Static variable in class com.sas.lsaf.security.privilege.GlobalPrivileges
The global privilege that allows users to create and manage extended attributes within the system.
PRIVILEGE_MANAGE_LOCKS - Static variable in class com.sas.lsaf.security.privilege.ScopedPrivileges
A scoped privilege enables a user to create and manage locks on files.
PRIVILEGE_MANAGE_MEMBERSHIP - Static variable in class com.sas.lsaf.security.privilege.ScopedPrivileges
A scoped privilege enables a user to manage the memberships of the organization, projects and analyses.
PRIVILEGE_MANAGE_PROCESS_FLOW_DEFINITIONS - Static variable in class com.sas.lsaf.security.privilege.GlobalPrivileges
The global privilege that allows users to manage process flow definitions within the repository.
PRIVILEGE_MANAGE_PROCESS_FLOWS - Static variable in class com.sas.lsaf.security.privilege.ScopedPrivileges
A scoped privilege enables a user to manage process flows owned by other users.
PRIVILEGE_MANAGE_ROLES - Static variable in class com.sas.lsaf.security.privilege.ScopedPrivileges
A scoped privilege enables a user to manage role definitions, role assignments and role memberships for the organization, projects and analyses.
PRIVILEGE_MANAGE_SCHEDULES - Static variable in class com.sas.lsaf.security.privilege.GlobalPrivileges
The global privilege that allows users to create and manage their own schedules.
PRIVILEGE_MANAGE_STANDARDS - Static variable in class com.sas.lsaf.security.privilege.GlobalPrivileges
The global privilege that allows users to create and update data standards within the repository.
PRIVILEGE_MANAGE_STATE - Static variable in class com.sas.lsaf.security.privilege.ScopedPrivileges
A scoped privilege enables a user to manage the State of contexts with the State capability.
PRIVILEGE_MANAGE_STUDIES - Static variable in class com.sas.lsaf.security.privilege.ScopedPrivileges
A scoped privilege enables a user to manage studies.
PRIVILEGE_MANAGE_SYSTEM_MESSAGE - Static variable in class com.sas.lsaf.security.privilege.GlobalPrivileges
The global privilege that allows users to edit the system message that application users see in their dashboard view.
PRIVILEGE_MANAGE_USER_ACCOUNTS - Static variable in class com.sas.lsaf.security.privilege.GlobalPrivileges
The global privilege that allows users to create and manage user accounts within the system.
PRIVILEGE_MANAGE_USERS - Static variable in class com.sas.lsaf.security.privilege.GlobalPrivileges
The global privilege that allows users to manage user detail information within the system.
PRIVILEGE_MANAGE_VERSIONING - Static variable in class com.sas.lsaf.security.privilege.ScopedPrivileges
A scoped privilege enables a user to manage versioning of versioned files.
PRIVILEGE_PERMANENTLY_DELETE - Static variable in class com.sas.lsaf.security.privilege.ScopedPrivileges
A scoped privilege enables a user to permanently delete objects that were logically deleted by other users.
PRIVILEGE_PROCESS_FLOW_ADMINISTRATION - Static variable in class com.sas.lsaf.security.privilege.ScopedPrivileges
A scoped privilege enables a user to take ownership of process flows owned by other users.
PRIVILEGE_RESTORE - Static variable in class com.sas.lsaf.security.privilege.ScopedPrivileges
A scoped privilege enables a user to restore objects that were logically deleted by other users.
PRIVILEGE_SIGN_FILE - Static variable in class com.sas.lsaf.security.privilege.ScopedPrivileges
A scoped privilege enables a user to electronically sign files within the repository.
PRIVILEGE_SUBMIT_SESSION - Static variable in class com.sas.lsaf.security.privilege.GlobalPrivileges
The global privilege that allows users to submit and execute SAS code within the system.
PRIVILEGE_VIEW_ADMINISTRATIVE_DASHBOARD_TILES - Static variable in class com.sas.lsaf.security.privilege.GlobalPrivileges
The global privilege that allows users to view administrative dashboard tiles.
PRIVILEGE_VIEW_USERS - Static variable in class com.sas.lsaf.security.privilege.GlobalPrivileges
The global privilege that allows users to view all users.
PRIVILEGE_WEBDAV_ACCESS - Static variable in class com.sas.lsaf.security.privilege.GlobalPrivileges
The global privilege that allows users to connect and access all WebDAV functionality.
PrivilegeException - Exception in com.sas.lsaf.security.privilege
Root of the hierarchy of all checked privilege exceptions within the SAS Life Science Analytics Framework Java API.
PrivilegeException(String) - Constructor for exception com.sas.lsaf.security.privilege.PrivilegeException
Constructs a PrivilegeException with the specified detail message.
PrivilegeNotFoundException - Exception in com.sas.lsaf.security.privilege
Thrown when a privilege specified is not defined.
PrivilegeNotFoundException(String) - Constructor for exception com.sas.lsaf.security.privilege.PrivilegeNotFoundException
Constructs a PrivilegeNotFoundException with the specified detail message.
ProcessDefinitionDeploymentException - Exception in com.sas.lsaf.workflow.processdefinition
Thrown when the specified process flow definition cannot be deployed.
ProcessDefinitionDeploymentException(String) - Constructor for exception com.sas.lsaf.workflow.processdefinition.ProcessDefinitionDeploymentException
Constructs an ProcessFlowDeploymentException with the specified message.
ProcessDefinitionInfo - Class in com.sas.lsaf.workflow.processdefinition
The class that provides information about the process flow definition that was used to create a process flow.
ProcessDefinitionInfo(String, String, String, String, String, String, String, Set<String>, ProcessDefinitionInfo.ProcessDefinitionStatus, String) - Constructor for class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionInfo
It is not intended or recommended that the consumer of this API construct these objects.
ProcessDefinitionInfo.ProcessDefinitionStatus - Enum in com.sas.lsaf.workflow.processdefinition
 
ProcessDefinitionMapping - Class in com.sas.lsaf.workflow.processdefinition
The class that maps process definition element attributes so that process flows can be created and set up based on values in the mapping.
ProcessDefinitionMapping(String, AutoFlowType, boolean, long) - Constructor for class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionMapping
It is not intended or recommended that the consumer of this API construct these objects.
ProcessDefinitionMappingMetadata - Class in com.sas.lsaf.workflow.processdefinition
This class defines attributes that can be mapped to the different process definition element attributes for each element type.
ProcessDefinitionMappingMetadata(AutoFlowType, Map<Element.ElementType, List<MappingAttributeMetadata>>) - Constructor for class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionMappingMetadata
It is not intended or recommended that the consumer of this API construct these objects.
ProcessDefinitionMappingUpdateException - Exception in com.sas.lsaf.workflow.processdefinition
Thrown when the specified process flow definition cannot is not found.
ProcessDefinitionMappingUpdateException(String) - Constructor for exception com.sas.lsaf.workflow.processdefinition.ProcessDefinitionMappingUpdateException
Constructs an ProcessDefinitionMappingUpdateException with the specified message.
ProcessDefinitionNotFoundException - Exception in com.sas.lsaf.workflow.processdefinition
Thrown when the specified process flow definition cannot is not found.
ProcessDefinitionNotFoundException(String) - Constructor for exception com.sas.lsaf.workflow.processdefinition.ProcessDefinitionNotFoundException
Constructs an ProcessDefinitionNotFoundException with the specified message.
ProcessDefinitionService - Interface in com.sas.lsaf.workflow.processdefinition
The service that supports deploying, suspending, and activating process definitions as well as mapping process definitions for autoflow.
ProcessDefinitionStateException - Exception in com.sas.lsaf.workflow.processdefinition
Thrown when the specified process flow definition state cannot be changed.
ProcessDefinitionStateException(String) - Constructor for exception com.sas.lsaf.workflow.processdefinition.ProcessDefinitionStateException
Constructs an ProcessDefinitionStateException with the specified message.
ProcessFlow - Class in com.sas.lsaf.workflow.processflow
The class that represents a process flow.
ProcessFlow(String, String, String, String, String, ProcessFlowDescriptor.FlowStatus, String, ProcessDefinitionInfo, String, Date, String, Date, long, String, AutoFlowType) - Constructor for class com.sas.lsaf.workflow.processflow.ProcessFlow
It is not intended or recommended that the consumer of this API construct these objects.
ProcessFlowConstants - Class in com.sas.lsaf.workflow.processflow
A constants class that represents a comprehensive list of the signal event names that can affect process flow direction.
ProcessFlowConstants() - Constructor for class com.sas.lsaf.workflow.processflow.ProcessFlowConstants
 
ProcessFlowContextNotFoundException - Exception in com.sas.lsaf.workflow.processflow
Thrown when a process flow definition context is not found.
ProcessFlowContextNotFoundException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.ProcessFlowContextNotFoundException
Constructs a ProcessFlowContextNotFoundException with the specified message.
ProcessFlowCopyException - Exception in com.sas.lsaf.workflow.processflow
Thrown when an issue occurs copying a process flow.
ProcessFlowCopyException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.ProcessFlowCopyException
Constructs a ProcessFlowCopyException with the specified message.
ProcessFlowCopyInfo - Class in com.sas.lsaf.workflow.processflow
The class that represents the options and details to copy a process flow.
ProcessFlowCopyInfo() - Constructor for class com.sas.lsaf.workflow.processflow.ProcessFlowCopyInfo
Constructor.
ProcessFlowCopyInfo(String, String) - Constructor for class com.sas.lsaf.workflow.processflow.ProcessFlowCopyInfo
Constructor.
ProcessFlowCopyInfo(String, String, boolean, boolean, boolean, boolean) - Constructor for class com.sas.lsaf.workflow.processflow.ProcessFlowCopyInfo
Constructor.
ProcessFlowDescriptor - Class in com.sas.lsaf.workflow.processflow
A lightweight client that represents a process flow.
ProcessFlowDescriptor(String, String, String, String, String, ProcessFlowDescriptor.FlowStatus, String, ProcessDefinitionInfo, String, Date, String, Date, long, AutoFlowType) - Constructor for class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Initializing constructor.
ProcessFlowDescriptor.FlowStatus - Enum in com.sas.lsaf.workflow.processflow
Provides the status of a process flow.
ProcessFlowElementNotFoundException - Exception in com.sas.lsaf.workflow.processflow
Thrown when the element for the process flow is not found.
ProcessFlowElementNotFoundException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.ProcessFlowElementNotFoundException
Constructs a ProcessFlowElementNotFoundException with the specified message.
ProcessFlowElementSetupException - Exception in com.sas.lsaf.workflow.processflow.setup
Thrown when the element setup for the process flow cannot be updated.
ProcessFlowElementSetupException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.setup.ProcessFlowElementSetupException
Constructs a ProcessFlowElementSetupException with the specified message.
ProcessFlowElementSetupNotFoundException - Exception in com.sas.lsaf.workflow.processflow.setup
Thrown when the element setup for the process flow is not found.
ProcessFlowElementSetupNotFoundException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.setup.ProcessFlowElementSetupNotFoundException
Constructs a ProcessFlowElementSetupNotFoundException with the specified message.
ProcessFlowException - Exception in com.sas.lsaf.workflow.processflow
Thrown when an issue occurs during process flow execution.
ProcessFlowException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.ProcessFlowException
Constructs a ProcessFlowException with the specified message.
ProcessFlowExistsException - Exception in com.sas.lsaf.workflow.processflow
Thrown when an attempt is made to create a process flow and one with that name exists in the specified context.
ProcessFlowExistsException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.ProcessFlowExistsException
Constructs a ProcessFlowExistsException with the specified message.
ProcessFlowManifestCreateException - Exception in com.sas.lsaf.workflow.processflow
Thrown when there is an issue creating a process flow manifest file for a process flow.
ProcessFlowManifestCreateException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.ProcessFlowManifestCreateException
Constructs a ProcessFlowManifestCreateException with the specified message.
ProcessFlowNotFoundException - Exception in com.sas.lsaf.workflow.processflow
Thrown when the specified process flow is not found or the user does not have access to the process flow.
ProcessFlowNotFoundException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.ProcessFlowNotFoundException
Constructs a ProcessFlowNotFoundException with the specified message.
ProcessFlowQuery - Class in com.sas.lsaf.workflow.processflow
The class that represents the criteria to query process flows.
ProcessFlowQuery() - Constructor for class com.sas.lsaf.workflow.processflow.ProcessFlowQuery
Constructor.
ProcessFlowSearchException - Exception in com.sas.lsaf.workflow.processflow
Thrown when an error is encountered when searching process flows.
ProcessFlowSearchException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.ProcessFlowSearchException
Constructs a ProcessFlowSearchException with the specified detail message.
ProcessFlowSearchResultItem - Class in com.sas.lsaf.workflow.processflow
The class that represents the results of a process flow search.
ProcessFlowSearchResultItem(String, String, ProcessFlowDescriptor.FlowStatus, String, String, String, Date, String, CreationMethod) - Constructor for class com.sas.lsaf.workflow.processflow.ProcessFlowSearchResultItem
It is not intended or recommended that the consumer of this API construct these objects.
ProcessFlowService - Interface in com.sas.lsaf.workflow.processflow
The service that provides methods to manage process flows.
ProcessFlowSetupService - Interface in com.sas.lsaf.workflow.processflow.setup
The service that provides methods to manage setup elements in a process flow.
PROPERTIES_LAST_MODIFIED - Static variable in class com.sas.lsaf.query.repository.RepositoryItemQuery
The column that represents the date and time on which the properties of the repository item were last modified.
PROPERTIES_LAST_MODIFIED_BY - Static variable in class com.sas.lsaf.query.repository.RepositoryItemQuery
The column that represents the userid of the user who last modified the properties of the repository item.
ProxyInfo - Class in com.sas.lsaf.client
Simple information holder that contains the necessary information to connect to a proxy server.
ProxyInfo(String, int) - Constructor for class com.sas.lsaf.client.ProxyInfo
Constructs a proxy server information holder containing the proxy server connection parameters.
ProxyInfo(String, int, String, String) - Constructor for class com.sas.lsaf.client.ProxyInfo
Constructs a proxy server information holder containing the proxy server connection parameters as well as the credentials required to connect.

Q

Query - Class in com.sas.lsaf.query
This class represents a simplified API to generate criteria to search for items.
Query() - Constructor for class com.sas.lsaf.query.Query
The default constructor.
QueryException - Exception in com.sas.lsaf.query
Thrown when an error is encountered while parsing the query.
QueryException(String) - Constructor for exception com.sas.lsaf.query.QueryException
Constructs an QueryException with the specified detail message.
QueryLimitException - Exception in com.sas.lsaf.query
Thrown if query results exceeds the row limit.
QueryLimitException(String) - Constructor for exception com.sas.lsaf.query.QueryLimitException
Creates a QueryLimitException with the specified detail message.

R

RecycleBinContainerQuery - Class in com.sas.lsaf.query.repository.recyclebin
The class that represents a query of individual containers that have been deleted and are located in the recycle bin.
RecycleBinContainerQuery() - Constructor for class com.sas.lsaf.query.repository.recyclebin.RecycleBinContainerQuery
 
RecycleBinFileQuery - Class in com.sas.lsaf.query.repository.recyclebin
This class represents a query of individual files that have been deleted and are located in the recycle bin.
RecycleBinFileQuery() - Constructor for class com.sas.lsaf.query.repository.recyclebin.RecycleBinFileQuery
 
RecycleBinFileVersionQuery - Class in com.sas.lsaf.query.repository.recyclebin
The class that represents a query of individual files that have been deleted and are located in the recycle bin.
RecycleBinFileVersionQuery() - Constructor for class com.sas.lsaf.query.repository.recyclebin.RecycleBinFileVersionQuery
 
RecycleBinItem - Class in com.sas.lsaf.content.repository.recyclebin
The class that represents an item that is in the recycle bin.
RecycleBinItem(String, String, String, String, Date, long, String, Date) - Constructor for class com.sas.lsaf.content.repository.recyclebin.RecycleBinItem
It is not intended or recommended that the consumer of this API construct these objects.
RecycleBinItemDeleteException - Exception in com.sas.lsaf.content.repository.recyclebin
Thrown when there is an error deleting items that are in the recycle bin.
RecycleBinItemDeleteException(String) - Constructor for exception com.sas.lsaf.content.repository.recyclebin.RecycleBinItemDeleteException
Constructs a RecycleBinItemDeleteException with the specified detail message.
RecycleBinItemNotFoundException - Exception in com.sas.lsaf.content.repository.recyclebin
Thrown when an item in the recycle bin cannot be read.
RecycleBinItemNotFoundException(String) - Constructor for exception com.sas.lsaf.content.repository.recyclebin.RecycleBinItemNotFoundException
Constructs a RecycleBinItemNotFoundException with the specified detail message.
RecycleBinItemQuery - Class in com.sas.lsaf.query.repository.recyclebin
The class that represents individual items that have been deleted and are located in the recycle bin.
RecycleBinItemQuery() - Constructor for class com.sas.lsaf.query.repository.recyclebin.RecycleBinItemQuery
 
RecycleBinItemSearchException - Exception in com.sas.lsaf.content.repository.recyclebin
Thrown when an error occurred when retrieving an item from the recycle bin.
RecycleBinItemSearchException(String) - Constructor for exception com.sas.lsaf.content.repository.recyclebin.RecycleBinItemSearchException
Constructs a RecycleBinItemSearchException with the specified detail message.
RecycleBinQuery - Class in com.sas.lsaf.content.repository.recyclebin
The class that represents the information to filter recycle bin items.
RecycleBinQuery() - Constructor for class com.sas.lsaf.content.repository.recyclebin.RecycleBinQuery
The zero-argument constructor.
RecycleBinQuery(String, String, String, Date, Date) - Constructor for class com.sas.lsaf.content.repository.recyclebin.RecycleBinQuery
The constructor.
RecycleBinQuery(String, boolean, String, String, Date, Date) - Constructor for class com.sas.lsaf.content.repository.recyclebin.RecycleBinQuery
The constructor.
RecycleBinQueryService - Interface in com.sas.lsaf.query.repository.recyclebin
The service to extract recycle bin content information to a file.
RecycleBinSearchResults - Class in com.sas.lsaf.content.repository.recyclebin
The class that represents the results of a recycle bin search based on a search query.
RecycleBinSearchResults(Set<RecycleBinItem>, boolean) - Constructor for class com.sas.lsaf.content.repository.recyclebin.RecycleBinSearchResults
It is not intended or recommended that the consumer of this API construct these objects.
RecycleBinService - Interface in com.sas.lsaf.content.repository.recyclebin
The service to retrieve and permanently delete items in the recycle bin.
RelativePathUtility - Class in com.sas.lsaf.client.utils
Utility class to generate a relative path for a file relative to the provided base path.
RelativePathUtility() - Constructor for class com.sas.lsaf.client.utils.RelativePathUtility
 
removeFromAllGroups(Principal) - Method in interface com.sas.lsaf.security.group.GroupService
Removes the member from all groups.
removeFromGroups(String, Set<Principal>) - Method in interface com.sas.lsaf.security.group.GroupService
Removes the members from all groups in a specific context.
removeMember(String, Principal) - Method in interface com.sas.lsaf.security.membership.MembershipService
Removes the principal from the membership list of the specified context.
removeMembers(String, Set<Principal>) - Method in interface com.sas.lsaf.security.membership.MembershipService
Removes the principals from the membership list of the specified context.
removePrincipalFromRoles(String, Principal) - Method in interface com.sas.lsaf.security.role.RoleService
Removes the specified principal from all roles at the specified context.
removePrincipalsFromRoles(String, Set<Principal>) - Method in interface com.sas.lsaf.security.role.RoleService
Removes the specified principals from all roles at the specified context.
rename(String, String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Renames the repository object.
rename(String, String) - Method in interface com.sas.lsaf.content.workspace.WorkspaceService
Renames the workspace folder or file.
RepositoryCheckinSpecification - Class in com.sas.lsaf.content.repository
The class that represents the method to generate a new version for a repository file is generated or what the new version number is.
RepositoryCheckinSpecification() - Constructor for class com.sas.lsaf.content.repository.RepositoryCheckinSpecification
Default constructor.
RepositoryCheckinSpecification(String) - Constructor for class com.sas.lsaf.content.repository.RepositoryCheckinSpecification
Constructor.
RepositoryCheckinSpecification(String, VersionType) - Constructor for class com.sas.lsaf.content.repository.RepositoryCheckinSpecification
Constructor.
RepositoryCheckinSpecification(String, VersionType, String) - Constructor for class com.sas.lsaf.content.repository.RepositoryCheckinSpecification
Constructor.
RepositoryCheckinSpecification(boolean, VersionType, String) - Constructor for class com.sas.lsaf.content.repository.RepositoryCheckinSpecification
Constructor.
RepositoryCheckinSpecification(boolean, VersionType, String, String) - Constructor for class com.sas.lsaf.content.repository.RepositoryCheckinSpecification
Constructor.
RepositoryContainer - Class in com.sas.lsaf.content.repository
The abstract base class for all repository containers.
RepositoryContainer(String, String, String, String, long, RepositoryItem.State, String, Date, String, Date, String, Date, String, RepositoryItem.Syncable, List<Attribute>, VersionLimits) - Constructor for class com.sas.lsaf.content.repository.RepositoryContainer
It is not intended or recommended that the consumer of the API construct these objects.
RepositoryContainerQuery - Class in com.sas.lsaf.query.repository
This class provides an API to generate criteria when querying repository containers.
RepositoryContainerQuery() - Constructor for class com.sas.lsaf.query.repository.RepositoryContainerQuery
 
RepositoryContext - Class in com.sas.lsaf.content.repository
The class that represents a context within the repository hierarchy.
RepositoryContext(String, String, String, String, long, RepositoryItem.State, String, Date, String, Date, String, Date, String, RepositoryItem.Syncable, List<Attribute>, VersionLimits) - Constructor for class com.sas.lsaf.content.repository.RepositoryContext
It is not intended or recommended that the consumer of the API construct these objects.
RepositoryContextTypeDisabledException - Exception in com.sas.lsaf.content.repository
Thrown when an action cannot be completed because the context type is disabled.
RepositoryContextTypeDisabledException(String, String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryContextTypeDisabledException
Constructs a RepositoryContextTypeDisabledException with the specified path and message.
RepositoryException - Exception in com.sas.lsaf.content.repository
The root of the hierarchy of all checked repository exceptions.
RepositoryException(String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryException
Constructs a RepositoryException with the specified detail message.
RepositoryExecutableFile - Class in com.sas.lsaf.content.repository
The class that represents an executable file that is stored in the repository.
RepositoryExecutableFile(String, String, String, String, long, RepositoryItem.State, String, Date, String, Date, String, Date, String, RepositoryItem.Syncable, List<Attribute>, long, boolean, String, Date, boolean, String, String, boolean, RepositoryFile.SigningStatus, boolean, VersionLimits, String) - Constructor for class com.sas.lsaf.content.repository.RepositoryExecutableFile
It is not intended or recommended that the consumer of the API construct these objects.
RepositoryFile - Class in com.sas.lsaf.content.repository
The class that represents a file that is stored in the repository.
RepositoryFile(String, String, String, String, long, RepositoryItem.State, String, Date, String, Date, String, Date, String, RepositoryItem.Syncable, List<Attribute>, long, boolean, String, Date, boolean, String, String, boolean, RepositoryFile.SigningStatus, VersionLimits, String) - Constructor for class com.sas.lsaf.content.repository.RepositoryFile
It is not intended or recommended that the consumer of the API construct these objects.
RepositoryFile.SigningStatus - Enum in com.sas.lsaf.content.repository
Describes the overall signature status of the file.
RepositoryFileInfo - Class in com.sas.lsaf.content.repository
The class that represents the latest repository file information that is related to synchronization state.
RepositoryFileInfo(String, String, String, Date, long, boolean, String) - Constructor for class com.sas.lsaf.content.repository.RepositoryFileInfo
Initializing constructor that sets the values of all variables.
RepositoryFileQuery - Class in com.sas.lsaf.query.repository
This class provides an API to generate criteria when querying repository files.
RepositoryFileQuery() - Constructor for class com.sas.lsaf.query.repository.RepositoryFileQuery
 
RepositoryFileVersionInfo - Class in com.sas.lsaf.content.repository
The class that represents the repository metadata information about a specific version of a file that is stored in the repository.
RepositoryFileVersionInfo(String, String, String, String, Date, long, boolean, boolean, String) - Constructor for class com.sas.lsaf.content.repository.RepositoryFileVersionInfo
It is not intended or recommended that the consumer of the API construct these objects.
RepositoryFileVersionInfo(String, String, String, String, Date, long, boolean, boolean) - Constructor for class com.sas.lsaf.content.repository.RepositoryFileVersionInfo
Deprecated.
RepositoryFileVersionQuery - Class in com.sas.lsaf.query.repository
This class provides an API to generate criteria when querying repository file versions.
RepositoryFileVersionQuery() - Constructor for class com.sas.lsaf.query.repository.RepositoryFileVersionQuery
 
RepositoryFolder - Class in com.sas.lsaf.content.repository
The class that represents a folder that is the repository.
RepositoryFolder(String, String, String, String, long, RepositoryItem.State, String, Date, String, Date, String, Date, String, RepositoryItem.Syncable, List<Attribute>, VersionLimits) - Constructor for class com.sas.lsaf.content.repository.RepositoryFolder
It is not intended or recommended that the consumer of the API construct these objects.
RepositoryItem - Class in com.sas.lsaf.content.repository
The abstract base class for all repository items.
RepositoryItem(String, String, String, String, long, RepositoryItem.State, String, Date, String, Date, String, Date, String, RepositoryItem.Syncable, List<Attribute>) - Constructor for class com.sas.lsaf.content.repository.RepositoryItem
It is not intended or recommended that the consumer of the API construct these objects.
RepositoryItem.State - Enum in com.sas.lsaf.content.repository
 
RepositoryItem.Syncable - Enum in com.sas.lsaf.content.repository
Syncable enumeration that controls the workspace synchronization behavior for a specific repository item.
RepositoryItemCheckedoutException - Exception in com.sas.lsaf.content.repository
Thrown when an action is taken that is not allowed on checked out files.
RepositoryItemCheckedoutException(String, String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryItemCheckedoutException
Constructs a RepositoryItemCheckedoutException with the specified path and message.
RepositoryItemCheckinException - Exception in com.sas.lsaf.content.repository
Thrown when an attempt is made to check in a file that is not checked out.
RepositoryItemCheckinException(String, String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryItemCheckinException
Constructs a RepositoryItemCheckinException with the specified path and message.
RepositoryItemCheckoutException - Exception in com.sas.lsaf.content.repository
Thrown when attempt is made to check out a repository file that is currently checked out.
RepositoryItemCheckoutException(String, String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryItemCheckoutException
Constructs a RepositoryItemCheckoutException with the specified path and message.
RepositoryItemCopyException - Exception in com.sas.lsaf.content.repository
The class that represents a repository item that cannot be copied as requested.
RepositoryItemCopyException(String, String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryItemCopyException
Constructs a RepositoryItemCopyException with the specified path and message.
RepositoryItemDeleteException - Exception in com.sas.lsaf.content.repository
The class that represents a repository item that cannot be deleted.
RepositoryItemDeleteException(String, String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryItemDeleteException
Constructs a RepositoryItemDeleteException with the specified path and message.
RepositoryItemException - Exception in com.sas.lsaf.content.repository
The root of the hierarchy of all checked repository item exceptions.
RepositoryItemException(String, String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryItemException
Constructs a RepositoryItemException with the specified path and message.
RepositoryItemExistsException - Exception in com.sas.lsaf.content.repository
Thrown when an attempt is made to create a repository item and an item by that name currently exists.
RepositoryItemExistsException(String, String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryItemExistsException
Constructs a RepositoryItemExistsException with the specified path and message.
RepositoryItemIllegalStateException - Exception in com.sas.lsaf.content.repository
Thrown when an action cannot be completed because the item is in an invalid state.
RepositoryItemIllegalStateException(String, String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryItemIllegalStateException
Constructs a RepositoryItemIllegalStateException with the specified message.
RepositoryItemLockedException - Exception in com.sas.lsaf.content.repository
Thrown when an action cannot be completed because the item is locked.
RepositoryItemLockedException(String, String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryItemLockedException
Constructs a RepositoryItemLockedException with the specified path and message.
RepositoryItemLockException - Exception in com.sas.lsaf.content.repository
Thrown when there is an issue when locking the file at the specified path.
RepositoryItemLockException(String, String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryItemLockException
Constructs a RepositoryItemLockException with the specified path and message.
RepositoryItemMoveException - Exception in com.sas.lsaf.content.repository
The class that represents a repository item that cannot be moved.
RepositoryItemMoveException(String, String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryItemMoveException
Constructs a RepositoryItemMoveException with the specified path and message.
RepositoryItemNotFoundException - Exception in com.sas.lsaf.content.repository
Thrown when the specified repository item is not be found.
RepositoryItemNotFoundException(String, String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryItemNotFoundException
Constructs a RepositoryItemNotFoundException with the specified path and message.
RepositoryItemQuery - Class in com.sas.lsaf.query.repository
This class provides an API to generate criteria when querying repository content.
RepositoryItemQuery() - Constructor for class com.sas.lsaf.query.repository.RepositoryItemQuery
 
RepositoryItemRenameException - Exception in com.sas.lsaf.content.repository
Thrown when the specified repository item cannot be renamed.
RepositoryItemRenameException(String, String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryItemRenameException
Constructs a RepositoryItemRenameException with the specified path and message.
RepositoryItemRuntimeException - Exception in com.sas.lsaf.content.repository
The root of the hierarchy of all runtime repository item exceptions.
RepositoryItemRuntimeException(String, String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryItemRuntimeException
Constructs a RepositoryItemRuntimeException with the specified path and message.
RepositoryItemUndoCheckoutException - Exception in com.sas.lsaf.content.repository
Thrown when the specified repository file is not checked out, so the checkout cannot be reversed.
RepositoryItemUndoCheckoutException(String, String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryItemUndoCheckoutException
Constructs a RepositoryItemUndoCheckoutException with the specified path and message.
RepositoryItemUnlockException - Exception in com.sas.lsaf.content.repository
Thrown when there is an issue when unlocking the file at the specified path.
RepositoryItemUnlockException(String, String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryItemUnlockException
Constructs a RepositoryItemUnlockException with the specified path and message.
RepositoryItemUpdateException - Exception in com.sas.lsaf.content.repository
Thrown when a repository item cannot be updated.
RepositoryItemUpdateException(String, String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryItemUpdateException
Constructs a RepositoryItemUpdateException with the specified path and message.
RepositoryItemVersioningException - Exception in com.sas.lsaf.content.repository
Thrown when an attempt is made to create a new version of an unversioned file.
RepositoryItemVersioningException(String, String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryItemVersioningException
Constructs a RepositoryItemVersioningException with the specified path and message.
RepositoryQueryService - Interface in com.sas.lsaf.query.repository
The service to extract repository content information to a file.
RepositoryRuntimeException - Exception in com.sas.lsaf.content.repository
The root of the hierarchy of all runtime repository exceptions.
RepositoryRuntimeException(String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryRuntimeException
Constructs a RepositoryRuntimeException with the specified detail message.
RepositorySearchException - Exception in com.sas.lsaf.content.repository
Thrown when an error occurred searching the repository.
RepositorySearchException(String) - Constructor for exception com.sas.lsaf.content.repository.RepositorySearchException
Constructs a RepositorySearchException with the specified message.
RepositorySearchResults - Class in com.sas.lsaf.content.repository
The class that represents the results of a repository search based on a search query.
RepositorySearchResults(Set<RepositoryItem>, boolean) - Constructor for class com.sas.lsaf.content.repository.RepositorySearchResults
It is not intended or recommended that the consumer of this API construct these objects.
RepositoryService - Interface in com.sas.lsaf.content.repository
A service to manage resources in the repository.
RepositoryStateChangeResult - Class in com.sas.lsaf.content.repository
The class that represents the results of setting the state of a repository context.
RepositoryStateChangeResult(String, RepositoryItem.State) - Constructor for class com.sas.lsaf.content.repository.RepositoryStateChangeResult
 
resetPassword(String, String) - Method in interface com.sas.lsaf.security.user.UserService
Resets the password of a user.
ResultsNotFoundException - Exception in com.sas.lsaf.execution.job
Thrown when the job submission results are not found.
ResultsNotFoundException(String) - Constructor for exception com.sas.lsaf.execution.job.ResultsNotFoundException
Construct a ResultsNotFoundException with the specified detail message.
resumeSchedule(String) - Method in interface com.sas.lsaf.schedule.ScheduleService
Resumes the schedule
revokeAllPrivileges(String) - Method in interface com.sas.lsaf.security.privilege.GlobalPrivilegeService
Revokes all global privileges from the specified user.
revokePrivilege(String, String) - Method in interface com.sas.lsaf.security.privilege.GlobalPrivilegeService
Revokes a global privilege from the specified user.
revokePrivileges(String, Set<String>) - Method in interface com.sas.lsaf.security.privilege.GlobalPrivilegeService
Revokes a set of global privileges from the set of users.
revokePrivilegesFromUsers(Set<String>, Set<String>) - Method in interface com.sas.lsaf.security.privilege.GlobalPrivilegeService
Revokes a set of global privileges from a set of users.
Role - Class in com.sas.lsaf.security.role
A role is a logical grouping of privileges.
Role(String, ObjectIdentity, ObjectIdentity, String, String, long, Set<ScopedPrivilege>, Set<Principal>) - Constructor for class com.sas.lsaf.security.role.Role
It is not intended or recommended that the consumer of this API construct these objects.
RoleContextNotFoundException - Exception in com.sas.lsaf.security.role
Thrown when the specified role context could not be found.
RoleContextNotFoundException(String) - Constructor for exception com.sas.lsaf.security.role.RoleContextNotFoundException
Constructs a RoleContextNotFoundException with the specified detail message.
RoleDescriptor - Class in com.sas.lsaf.security.role
A lightweight representation of a role.
RoleDescriptor(String, ObjectIdentity, ObjectIdentity, String, String, Set<ScopedPrivilege>) - Constructor for class com.sas.lsaf.security.role.RoleDescriptor
It is not intended or recommended that the consumer of this API construct these objects.
RoleException - Exception in com.sas.lsaf.security.role
Root of the hierarchy of all checked role exceptions within the SAS Life Science Analytics Framework Java API.
RoleException(String) - Constructor for exception com.sas.lsaf.security.role.RoleException
Constructs a RoleException with the specified detail message.
roleExists(String, String) - Method in interface com.sas.lsaf.security.role.RoleService
Indicates whether a defined role exists at the specified context with the specified name.
RoleExistsException - Exception in com.sas.lsaf.security.role
Thrown when an attempt is made to define a role that is already defined; or add an inherited role that is already inherited.
RoleExistsException(String) - Constructor for exception com.sas.lsaf.security.role.RoleExistsException
Constructs a RoleExistsException with the specified detail message.
RoleNotFoundException - Exception in com.sas.lsaf.security.role
Thrown when the specified role was not found on the server.
RoleNotFoundException(String) - Constructor for exception com.sas.lsaf.security.role.RoleNotFoundException
Constructs a RoleNotFoundException with the specified detail message.
RoleService - Interface in com.sas.lsaf.security.role
Service for defining and managing the lifecycle of roles.
RoleUpdateException - Exception in com.sas.lsaf.security.role
Thrown when a role could not be updated.
RoleUpdateException(String) - Constructor for exception com.sas.lsaf.security.role.RoleUpdateException
Construct a RoleUpdateException with the specified detail message.
RUNAS_OWNER - Static variable in class com.sas.lsaf.query.repository.RepositoryFileQuery
The column that represents whether an executable file runs as the owner of the file.
RUNAS_OWNER - Static variable in class com.sas.lsaf.query.repository.RepositoryFileVersionQuery
The column that represents whether an executable file runs as the owner of the file at the time the next version was created.

S

SAS_SIGNAL_EVENT_NAME_FILE_LOCKED - Static variable in class com.sas.lsaf.workflow.processflow.ProcessFlowConstants
The signal name of the event that resulted in a file being locked in a specific location.
SAS_SIGNAL_EVENT_NAME_FILE_PUT - Static variable in class com.sas.lsaf.workflow.processflow.ProcessFlowConstants
The signal name of the event that resulted in a file being saved to a specific location.
SAS_SIGNAL_EVENT_NAME_FILE_SIGNED - Static variable in class com.sas.lsaf.workflow.processflow.ProcessFlowConstants
The signal name of the event that resulted in a file being signed in a specific location.
SAS_SIGNAL_EVENT_NAME_FILE_UNLOCKED - Static variable in class com.sas.lsaf.workflow.processflow.ProcessFlowConstants
The signal name of the event that resulted in a file being unlocked in a specific location.
saveLogFileForEngineToCurrentUserWorkspace(String, EngineType, String) - Method in interface com.sas.lsaf.execution.session.SessionService
Saves the log file for the specified engine to the current user's workspace, in the specified location.
saveLogFileToCurrentUserWorkspace(String, String) - Method in interface com.sas.lsaf.execution.session.SessionService
Saves the log file for the session to the current user's workspace, in the specified location.
saveResultsFileForEngineToCurrentUserWorkspace(String, EngineType, String) - Method in interface com.sas.lsaf.execution.session.SessionService
Saves the results file for the specified engine to the current user's workspace, in the specified location.
saveResultsFileToCurrentUserWorkspace(String, String) - Method in interface com.sas.lsaf.execution.session.SessionService
Saves the results file for the session to the current user's workspace, in the specified location.
Schedulable - Interface in com.sas.lsaf.schedule
The interface that indicates that an object can to be scheduled.
Schedule - Class in com.sas.lsaf.schedule
The class that represents a schedule.
Schedule(String, String, String, String, ScheduleDescriptor.ScheduleStatus, String, Date, Schedulable, ScheduleTrigger) - Constructor for class com.sas.lsaf.schedule.Schedule
It is not intended or recommended that the consumer of this API construct these objects.
ScheduleDescriptor - Class in com.sas.lsaf.schedule
A lightweight client representation of a schedule.
ScheduleDescriptor(String, String, String, String, ScheduleDescriptor.ScheduleStatus, String, Date) - Constructor for class com.sas.lsaf.schedule.ScheduleDescriptor
It is not intended or recommended that the consumer of this API construct these objects.
ScheduleDescriptor.ScheduleStatus - Enum in com.sas.lsaf.schedule
The status of a schedule.
ScheduleException - Exception in com.sas.lsaf.schedule
Thrown when there is an error with a schedule.
ScheduleException(String) - Constructor for exception com.sas.lsaf.schedule.ScheduleException
The constructor.
scheduleExists(String) - Method in interface com.sas.lsaf.schedule.ScheduleService
Indicates whether the schedule with the name exists.
ScheduleJobInfo - Class in com.sas.lsaf.schedule
The class to schedule a job.
ScheduleJobInfo() - Constructor for class com.sas.lsaf.schedule.ScheduleJobInfo
The default constructor.
ScheduleJobInfo(String, SourceLocation) - Constructor for class com.sas.lsaf.schedule.ScheduleJobInfo
The constructor that specifies the job path and source location.
ScheduleJobInfo(String, String, SourceLocation) - Constructor for class com.sas.lsaf.schedule.ScheduleJobInfo
The constructor that specifies the job path, version and source location.
ScheduleJobInfo(Job) - Constructor for class com.sas.lsaf.schedule.ScheduleJobInfo
The constructor that specifies a job.
ScheduleJobInfo(Job, List<ParameterValue>) - Constructor for class com.sas.lsaf.schedule.ScheduleJobInfo
The constructor that specifies the job and parameter values to use when the job is submitted.
ScheduleJobInfo(String, String, SourceLocation, List<ParameterValue>) - Constructor for class com.sas.lsaf.schedule.ScheduleJobInfo
The constructor that specifies the job path, job version, source location and override job parameter values.
ScheduleNotFoundException - Exception in com.sas.lsaf.schedule
Thrown when the specified schedule is not found or the user does not have access to the schedule.
ScheduleNotFoundException(String) - Constructor for exception com.sas.lsaf.schedule.ScheduleNotFoundException
The constructor
ScheduleService - Interface in com.sas.lsaf.schedule
The service to manage the life cycle of a schedule.
ScheduleTrigger - Class in com.sas.lsaf.schedule
The class that defines when a schedule runs.
ScheduleTrigger() - Constructor for class com.sas.lsaf.schedule.ScheduleTrigger
 
ScheduleTrigger.DayOfWeek - Enum in com.sas.lsaf.schedule
The days of a week to use in weekly schedules.
ScheduleTrigger.TriggerType - Enum in com.sas.lsaf.schedule
The intervals in which the schedule runs.
ScopedPrivilege - Class in com.sas.lsaf.security.privilege
A scoped privilege represents a capability to perform some scoped function or action in the repository hierarchy.
ScopedPrivilege(String, String) - Constructor for class com.sas.lsaf.security.privilege.ScopedPrivilege
Constructor specifying the unique identifier and name of this scoped privilege.
ScopedPrivileges - Class in com.sas.lsaf.security.privilege
A constants class which provides a comprehensive list of scoped privileges used within the system.
ScopedPrivileges() - Constructor for class com.sas.lsaf.security.privilege.ScopedPrivileges
 
ScopedPrivilegeService - Interface in com.sas.lsaf.security.privilege
A service to access the scoped privileges available at a given repository context.
search(RecycleBinQuery) - Method in interface com.sas.lsaf.content.repository.recyclebin.RecycleBinService
Searches the recycle bin based on the specified query.
search(SearchQuery) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Searches the repository based on the specified query.
search(SessionQuery) - Method in interface com.sas.lsaf.execution.session.SessionService
Searches sessions based on the specified query.
search(AuditQuery) - Method in interface com.sas.lsaf.security.audit.AuditService
Searches the global audit history and returns the information that describes the results, not the results themselves.
search(ProcessFlowQuery) - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Searches process flows based on the specified query.
search(TaskQuery) - Method in interface com.sas.lsaf.workflow.task.TaskService
Searches process flow tasks based on the specified query.
searchCheckedOutFiles(CheckedOutFilesQuery) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Searches the checked out files information and returns the information that describes the results, not the results themselves.
SearchQuery - Class in com.sas.lsaf.content.repository
The class that represents the information to search for repository items.
SearchQuery() - Constructor for class com.sas.lsaf.content.repository.SearchQuery
The zero-argument constructor.
SearchResultsInfo - Class in com.sas.lsaf.core
This class represents the results of a search executed on the server.
SearchResultsInfo(String, int, boolean) - Constructor for class com.sas.lsaf.core.SearchResultsInfo
It is not intended or recommended that the consumer of this API construct these objects.
SectionDescriptor - Class in com.sas.lsaf.clinical.tlf
Represents the definition of a clinical study section in the system.
SectionDescriptor(String, String, String, String) - Constructor for class com.sas.lsaf.clinical.tlf.SectionDescriptor
Constructs an Section with the specified name and section type.
select(Column...) - Method in class com.sas.lsaf.query.Query
Sets the columns to include in the query output.
select(List<Column>) - Method in class com.sas.lsaf.query.Query
Sets the list of columns to include in the query output.
ServiceManager - Interface in com.sas.lsaf.client
Factory interface that provides access to individual service implementations.
Session - Class in com.sas.lsaf.execution.session
The client representation of an execution session.
Session(String, String, Date, Date, Session.SessionType, Session.SessionState, String, String, int) - Constructor for class com.sas.lsaf.execution.session.Session
The initializing constructor.
Session(String, String, Date, Date, Session.SessionType, Session.SessionState, String, String, int, Session.SessionEngine, long, long) - Constructor for class com.sas.lsaf.execution.session.Session
The initializing constructor.
Session.SessionEngine - Enum in com.sas.lsaf.execution.session
The enumeration that describes the type of session.
Session.SessionState - Enum in com.sas.lsaf.execution.session
The session state enumeration that describes the state of a SAS session.
Session.SessionType - Enum in com.sas.lsaf.execution.session
The enumeration that describes the source that started a session.
SESSION_STRATEGY_SYSTEM_PROPERTY - Static variable in class com.sas.lsaf.client.SessionFactory
System property designating the session strategy instance to be used when creating and initializing ClientSession objects.
SessionException - Exception in com.sas.lsaf.execution.session
Thrown when an error occurred acting on a session.
SessionException(String) - Constructor for exception com.sas.lsaf.execution.session.SessionException
The constructor specifying detailed message about the exception.
SessionFactory - Class in com.sas.lsaf.client
An entry point into the API, this will create an authenticated session with the server instance.
SessionNotFoundException - Exception in com.sas.lsaf.execution.session
Thrown when the session is not found.
SessionNotFoundException(String) - Constructor for exception com.sas.lsaf.execution.session.SessionNotFoundException
The constructor specifying detailed message about the exception.
SessionQuery - Class in com.sas.lsaf.execution.session
The class that contains the criteria to query sessions.
SessionQuery() - Constructor for class com.sas.lsaf.execution.session.SessionQuery
Constructor.
SessionSearchException - Exception in com.sas.lsaf.execution.session
Thrown when an error is encountered while searching sessions.
SessionSearchException(String) - Constructor for exception com.sas.lsaf.execution.session.SessionSearchException
Constructs a SessionSearchException with the specified detail message.
SessionSearchResults - Class in com.sas.lsaf.execution.session
The class that represents the results of a session search executed on the server.
SessionSearchResults(Set<Session>, boolean) - Constructor for class com.sas.lsaf.execution.session.SessionSearchResults
It is not intended or recommended that the consumer of this API construct these objects.
SessionService - Interface in com.sas.lsaf.execution.session
Methods to query and manage sessions.
SessionStrategy - Interface in com.sas.lsaf.client
Strategy interface that allows consumers the ability to create ClientSession instances.
SessionUnsupportedFeatureException - Exception in com.sas.lsaf.execution.session
 
SessionUnsupportedFeatureException(String) - Constructor for exception com.sas.lsaf.execution.session.SessionUnsupportedFeatureException
Constructs a SessionUnsupportedFeatureException with the specified message.
setAccountType(AccountInfo.AccountType) - Method in class com.sas.lsaf.security.user.AccountInfo
Sets the type of the user account.
setAccountType(AccountInfo.AccountType) - Method in class com.sas.lsaf.security.user.UserCreateInfo
Sets the type of user account to create.
setAce(Principal, AclEntry.PermissionValue, AclEntry.PermissionValue, AclEntry.PermissionValue, AclEntry.PermissionValue, AclEntry.PermissionValue) - Method in class com.sas.lsaf.security.acl.AbstractAcl
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.lsaf.security.audit.AuditQuery
Sets the list of actions to query.
setActivate(boolean) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowCopyInfo
Sets whether the copied process flow is activated.
setActivationDate(Date) - Method in class com.sas.lsaf.security.user.AccountInfo
Sets the activation date of the user account.
setActive(boolean) - Method in class com.sas.lsaf.security.user.AccountInfo
Sets the Boolean value that indicates whether the user account is currently active.
setActualHours(float) - Method in class com.sas.lsaf.workflow.task.UserTask
Sets the total hours worked on the task by the current assignee since the task was started.
setAdminPermission(AclEntry.PermissionValue) - Method in class com.sas.lsaf.security.acl.AclEntry
Sets the Admin permission for this ACL.
setAscending(boolean) - Method in class com.sas.lsaf.query.Order
Sets whether to sort in ascending order.
setAssignee(String) - Method in class com.sas.lsaf.workflow.processflow.setup.UserTaskSetup
Sets the identifier of the user to assign to the user task.
setAssignee(String) - Method in class com.sas.lsaf.workflow.task.UserTask
Sets the identifier of the user who is assigned to the user task.
setAssignees(Set<String>) - Method in class com.sas.lsaf.workflow.task.TaskQuery
Set the task assignees in which to search process flow tasks.
setAssigneeType(TaskQuery.AssigneeType) - Method in class com.sas.lsaf.workflow.task.TaskQuery
Sets whether to search for process flow tasks assigned to current user, a specific set of users, or all users.
setAttribute(String, Serializable) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlow
Sets the value for the extended attribute with the specified identifier for a process flow.
setAttributeMapping(List<AttributeMapping>) - Method in class com.sas.lsaf.workflow.FlowElementMapping
Sets the attribute mapping for the process flow definition element.
setAttributes(List<AttributeValue>) - Method in class com.sas.lsaf.clinical.tlf.Tlf
Sets the attributes for the TLF.
setAttributes(List<Attribute>) - Method in class com.sas.lsaf.content.repository.RepositoryItem
Sets the extended attributes to define on the repository item, if they exist.
setAttributes(List<Attribute>) - Method in class com.sas.lsaf.security.user.User
Sets the extended attribute values for a user account.
setAttributes(List<Attribute>) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlow
Sets the extended attribute values for a process flow.
setAttributes(List<Attribute>) - Method in class com.sas.lsaf.workflow.processflow.setup.TaskSetup
Sets the extended attributes (if they exist) that are defined for the item.
setAttributes(List<Attribute>) - Method in class com.sas.lsaf.workflow.task.Task
Sets the extended attributes for the task.
setAttrName(String) - Method in class com.sas.lsaf.workflow.AttributeMapping
Sets the name of the attribute.
setCandidates(Set<Principal>) - Method in class com.sas.lsaf.workflow.processflow.setup.UserTaskSetup
Sets the candidates for the user task.
setCaseSensitive(boolean) - Method in class com.sas.lsaf.query.Comparison
Sets whether the comparison is case-sensitive.
setCaseSensitive(boolean) - Method in class com.sas.lsaf.query.Order
Sets whether the sort is case-sensitive.
setColumn(Column) - Method in class com.sas.lsaf.query.Comparison
Sets the column for the comparison.
setColumn(Column) - Method in class com.sas.lsaf.query.Order
Sets the column to sort.
setColumns(List<Column>) - Method in class com.sas.lsaf.query.Query
Sets the columns to include in the query output.
setColumnsImportFilePath(String) - Method in class com.sas.lsaf.clinical.study.StudyTablesImportInfo
Sets the path of the import file to update the study table columns.
setColumnsImportFileVersion(String) - Method in class com.sas.lsaf.clinical.study.StudyTablesImportInfo
Sets the version of the table columns import file to update the study tables.
setComment(String) - Method in class com.sas.lsaf.clinical.common.BatchFileCreateInfo
Sets the file comment to associate with the new file or new version of the file.
setComment(String) - Method in class com.sas.lsaf.content.common.FileCreateInfo
 
setComment(String) - Method in class com.sas.lsaf.content.repository.RepositoryCheckinSpecification
Sets the description of the version to create.
setComment(String) - Method in class com.sas.lsaf.content.repository.signature.CreateSignatureInfo
Sets the comment to use to create the signature.
setComplexity(Task.Complexity) - Method in class com.sas.lsaf.workflow.processflow.setup.UserTaskSetup
Sets the complexity of the user task.
setComplexity(Task.Complexity) - Method in class com.sas.lsaf.workflow.task.UserTask
Sets the complexity of the user task.
setConstraint(Constraint) - Method in class com.sas.lsaf.query.Query
Sets the constraint to use when executing the query.
setConstraints(List<Constraint>) - Method in class com.sas.lsaf.query.Condition
 
setContent(String) - Method in class com.sas.lsaf.content.repository.SearchQuery
Sets the string to query the contents of files that are of the type specified in object type.
setContextPath(String) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowQuery
Sets the process flow context path to query.
setContextPaths(Set<String>) - Method in class com.sas.lsaf.workflow.task.TaskQuery
Sets the context paths in which to search process flow tasks.
setCopyToWorkspaceStatus(RepositoryItem.Syncable) - Method in class com.sas.lsaf.content.repository.SearchQuery
Sets the RepositoryItem.Syncable enumeration which controls workspace copy behavior for a specific repository node.
setCreatedBy(String) - Method in class com.sas.lsaf.content.repository.SearchQuery
Sets the identifier of the user who created the item.
setCreationMethod(CreationMethod) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowQuery
Sets the process flow creation method to query.
setCustomVersion(String) - Method in class com.sas.lsaf.content.common.FileCreateInfo
 
setCustomVersion(String) - Method in class com.sas.lsaf.content.repository.RepositoryCheckinSpecification
Sets the version, if the version type is CUSTOM.
setCustomVersion(String) - Method in class com.sas.lsaf.execution.job.OutputFileSpec
Sets the version when the version type is CUSTOM.
setCustomVersionForExistingFiles(String) - Method in class com.sas.lsaf.clinical.common.BatchFileCreateInfo
Sets the custom version number to use to update an existing versioned file.
setCustomVersionForNewFiles(String) - Method in class com.sas.lsaf.clinical.common.BatchFileCreateInfo
Sets the custom version number to use when creating a new versioned file.
setDataSetsFilePath(String) - Method in class com.sas.lsaf.clinical.tlf.TlfImportInfo
Sets the path of the import file for updating data sets.
setDataSetsFileVersion(String) - Method in class com.sas.lsaf.clinical.tlf.TlfImportInfo
Sets the version of the data sets import file.
setDaysOfWeek(Set<ScheduleTrigger.DayOfWeek>) - Method in class com.sas.lsaf.schedule.ScheduleTrigger
Sets the days of the week.
setDeactivationDate(Date) - Method in class com.sas.lsaf.security.user.AccountInfo
Sets the deactivation date of the user account.
setDefaultAuthenticatorByUserId(String, String) - Method in interface com.sas.lsaf.security.user.UserService
Sets the specified user account to use the default authenticator and the new password specified.
setDefaultValue(Serializable) - Method in class com.sas.lsaf.execution.job.JobParameter
Sets the default value of the parameter.
setDefaultVersionLimits(VersionLimits) - Method in class com.sas.lsaf.content.repository.RepositoryContainer
Sets the default major and minor version limits for new versioned files that are added to the container.
setDeletedBy(String) - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinQuery
Sets the identifier of the user whose deleted files are queried.
setDeletePermission(AclEntry.PermissionValue) - Method in class com.sas.lsaf.security.acl.AclEntry
Sets the Delete permission for this ACL
setDepartment(String) - Method in class com.sas.lsaf.security.user.User
Sets the department value for a user account.
setDepartment(String) - Method in class com.sas.lsaf.security.user.UserCreateInfo
Sets the department value for the user account to create.
setDescription(String) - Method in class com.sas.lsaf.clinical.common.BatchFileCreateInfo
Sets the description of the new file or new version of the file.
setDescription(String) - Method in class com.sas.lsaf.content.common.AbstractCreateInfo
 
setDescription(String) - Method in class com.sas.lsaf.content.repository.RepositoryItem
Sets the description of the item.
setDescription(String) - Method in class com.sas.lsaf.execution.job.Job
Sets the description of the job.
setDescription(String) - Method in class com.sas.lsaf.schedule.ScheduleDescriptor
Sets the description of the schedule.
setDescription(String) - Method in class com.sas.lsaf.security.group.GroupDescriptor
Sets the description of the group.
setDescription(String) - Method in class com.sas.lsaf.security.role.RoleDescriptor
Sets the description of a role.
setDescription(String) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Sets the description of the process flow.
setDescription(String) - Method in class com.sas.lsaf.workflow.processflow.setup.TaskSetup
Sets the description of the element definition.
setDisplayName(String) - Method in class com.sas.lsaf.security.user.UserCreateInfo
Sets the display name of the user account to create.
setDisplayName(String) - Method in class com.sas.lsaf.security.user.UserDescriptor
Sets the display name for a user account.
setDueDate(Date) - Method in class com.sas.lsaf.workflow.element.TimerEvent
Sets the due date of the event.
setDueDate(Date) - Method in class com.sas.lsaf.workflow.processflow.setup.UserTaskSetup
Sets the due date for the user task.
setDueDate(Date) - Method in class com.sas.lsaf.workflow.task.UserTask
Sets the due date of the user task.
setElementId(String) - Method in class com.sas.lsaf.workflow.FlowElementMapping
Sets the elementId of the process flow definition element.
setElementId(String) - Method in class com.sas.lsaf.workflow.task.TaskQuery
Sets the process flow task element id to query.
setElementMapping(List<FlowElementMapping>) - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionMapping
Sets the attribute mapping for elements in the process definition.
setElementType(Element.ElementType) - Method in class com.sas.lsaf.workflow.FlowElementMapping
Sets the type of the process flow definition element.
setEmail(String) - Method in class com.sas.lsaf.security.user.User
Sets the email address value for a user account.
setEmail(String) - Method in class com.sas.lsaf.security.user.UserCreateInfo
Sets the email address of the user account to create.
setEnableAutoFlow(boolean) - Method in class com.sas.lsaf.clinical.tlf.TlfDescriptor
Sets whether the TLF is enabled for automatic process flow creation.
setEnableAutoFlowMapping(boolean) - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionMapping
Sets whether the process flow definition allows for element mapping and auto flow creation.
setEnableVersioning(boolean) - Method in class com.sas.lsaf.clinical.common.BatchFileCreateInfo
Sets the value that indicates whether files created maintain versions.
setEnableVersioning(boolean) - Method in class com.sas.lsaf.content.common.FileCreateInfo
 
setEnableVersioningForNewFiles(boolean) - Method in class com.sas.lsaf.content.repository.RepositoryCheckinSpecification
Sets whether new files are versioned when they are created.
setEnableVersioningForNewFiles(boolean) - Method in class com.sas.lsaf.execution.job.OutputFileSpec
Indicates whether new files are versioned when they are created.
setEndDate(Date) - Method in class com.sas.lsaf.schedule.ScheduleTrigger
Sets the end date and time of the schedule.
setEngine(Session.SessionEngine) - Method in class com.sas.lsaf.execution.session.SessionQuery
Sets the session engine to query.
setEntries(Set<AclEntry>) - Method in class com.sas.lsaf.security.acl.AbstractAcl
Sets the ACL entries for this acl
setEvent(SubscriptionEvent) - Method in class com.sas.lsaf.messaging.subscription.Subscription
Sets the event for the subscription.
setExternalAuthenticatorByUserId(String, String, String) - Method in interface com.sas.lsaf.security.user.UserService
Sets the external authenticator for a user.
setFiles(List<JobPublishSetupFile>) - Method in class com.sas.lsaf.execution.job.JobPublishSetup
Sets the files to transfer for use in a published job submission.
setFirstName(String) - Method in class com.sas.lsaf.security.user.User
Sets the first name for a user account.
setFirstName(String) - Method in class com.sas.lsaf.security.user.UserCreateInfo
Sets the first name of the user account to create.
setFolders(List<JobPublishSetupFolder>) - Method in class com.sas.lsaf.execution.job.JobPublishSetup
Sets the folders to transfer for use in a published job submission.
setFromCreated(Date) - Method in class com.sas.lsaf.content.repository.SearchQuery
Sets the start date of the range for the creation date of the item.
setFromDate(Date) - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinQuery
Sets the starting deleted date of the item to query in the recycle bin.
setFromDate(Date) - Method in class com.sas.lsaf.security.audit.AuditQuery
Sets the start date of the date range to query.
setFromDateEnded(Date) - Method in class com.sas.lsaf.execution.session.SessionQuery
Sets the beginning date of the session started date range to query.
setFromDateStarted(Date) - Method in class com.sas.lsaf.execution.session.SessionQuery
Sets the end date of the session ended date range to query.
setFromDueDate(Date) - Method in class com.sas.lsaf.workflow.task.TaskQuery
Sets the start date of the date range to query process flow tasks based on due date.
setFromLastModified(Date) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowQuery
Sets the start date of the range to query process flow last modified date.
setFromLastModifiedDate(Date) - Method in class com.sas.lsaf.content.repository.SearchQuery
Sets the start date of the range for the last modified date of the item.
setId(String) - Method in class com.sas.lsaf.core.Attribute
Set the id of this attribute.
setIdentifier(String) - Method in class com.sas.lsaf.clinical.tlf.TlfDescriptor
Sets the identifier of the TLF.
setImportFilePath(String) - Method in class com.sas.lsaf.content.common.FileImportInfo
Sets the file path from within the system in which to import.
setImportFileSourceLocation(SourceLocation) - Method in class com.sas.lsaf.clinical.study.StudyTablesImportInfo
Sets the source location (repository or workspace) of the import files.
setImportFileSourceLocation(SourceLocation) - Method in class com.sas.lsaf.clinical.tlf.TlfImportInfo
Sets the source location (repository or workspace) of the import file(s).
setImportFileSourceLocation(SourceLocation) - Method in class com.sas.lsaf.content.common.FileImportInfo
Sets the source location (repository or workspace) of the import file.
setImportSourceVersion(String) - Method in class com.sas.lsaf.content.common.FileImportInfo
Sets the version of the file path from within the system in which to import.
setIncludeAttachments(boolean) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowCopyInfo
Sets whether to include the attachments of the source process flow with the copied process flow.
setIncludeColumnNames(boolean) - Method in class com.sas.lsaf.query.Query
Sets whether to include column names in the query output.
setIncludeFiles(boolean) - Method in class com.sas.lsaf.execution.job.JobPublishSetupFolder
Sets whether to include files when transferring the folder.
setIncludeProcessData(boolean) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowCopyInfo
Sets whether to include the process data variables with their current values in the copied process flow.
setIncludeSubfolders(boolean) - Method in class com.sas.lsaf.execution.job.JobInputFolder
Sets whether to include child folders and contents when transferring the folder when submitting a published job.
setIncludeSubfolders(boolean) - Method in class com.sas.lsaf.execution.job.JobPublishCheckinLocation
Sets whether to include the child folder content to check in when the job completes.
setIncludeSubfolders(boolean) - Method in class com.sas.lsaf.execution.job.JobPublishSetupFolder
Sets whether to include child folders when transferring the folder.
setInterval(int) - Method in class com.sas.lsaf.schedule.ScheduleTrigger
Sets the interval number for the schedule.
setJob(Job) - Method in class com.sas.lsaf.schedule.ScheduleJobInfo
Sets the job to run.
setJobPath(String) - Method in class com.sas.lsaf.workflow.processflow.setup.JobTaskSetup
Sets the full path of the job.
setJobVersion(String) - Method in class com.sas.lsaf.workflow.processflow.setup.JobTaskSetup
Sets the version of the job.
setLabel(String) - Method in class com.sas.lsaf.execution.job.JobParameter
Sets the label for the parameter.
setLastModifiedBy(String) - Method in class com.sas.lsaf.content.repository.SearchQuery
Sets the identifier of the user who last modified the item.
setLastModifiedBy(String) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowQuery
Sets the userId of the user who last modified the process flow.
setLastName(String) - Method in class com.sas.lsaf.security.user.User
Sets the last name for a user account.
setLastName(String) - Method in class com.sas.lsaf.security.user.UserCreateInfo
Sets the last name of the user account to create.
setLicenseTypeId(String) - Method in class com.sas.lsaf.security.user.AccountInfo
Sets the id of the license type of the user account.
setLimit(int) - Method in class com.sas.lsaf.execution.session.SessionQuery
Sets the maximum number of sessions to return.
setLimit(int) - Method in class com.sas.lsaf.workflow.task.TaskQuery
Gets the maximum number of process flow tasks to return.
setLocation(SourceLocation) - Method in class com.sas.lsaf.clinical.common.ExportFileCreateInfo
 
setLocation(String) - Method in class com.sas.lsaf.content.repository.CheckedOutFilesQuery
Set the name to query for checked out files.
setLocation(String) - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinQuery
Sets the path to the item to query in the recycle bin.
setLocation(String) - Method in class com.sas.lsaf.content.repository.SearchQuery
Sets the location of the item.
setLocation(SourceLocation) - Method in class com.sas.lsaf.query.ExtractFileCreateInfo
Sets the location of the file: Workspace or Repository.
setLocations(List<JobPublishCheckinLocation>) - Method in class com.sas.lsaf.execution.job.JobPublishCheckin
Sets the locations of the folders to check in when the job completes.
setLocations(Set<String>) - Method in class com.sas.lsaf.workflow.processflow.setup.SignalEventSetup
Sets the locations that trigger the signal event.
setLocked(boolean) - Method in class com.sas.lsaf.security.user.LockedInfo
Sets the Boolean value that indicates if the user account is locked.
setLogsLocation(String) - Method in class com.sas.lsaf.execution.job.Job
Sets the location for the job submission log files to be saved.
setMajorVersionLimit(Integer) - Method in class com.sas.lsaf.content.repository.VersionLimits
Sets the limit of the minor versions that re retained for a versioned file.
setManifestLocation(String) - Method in class com.sas.lsaf.execution.job.Job
Sets the location for the job submission manifest file to be saved.
setMapAttrName(String) - Method in class com.sas.lsaf.workflow.AttributeMapping
Sets the name of the attribute to which this attribute will map.
setMembers(Set<Principal>) - Method in class com.sas.lsaf.security.group.Group
Sets the members of the group.
setMembers(Set<Principal>) - Method in class com.sas.lsaf.security.membership.Membership
Sets the members of the membership.
setMembers(Set<Principal>) - Method in class com.sas.lsaf.security.role.Role
Sets the members assigned to this role.
setMembershipScope(ContextMembershipQuery.MembershipScope) - Method in class com.sas.lsaf.query.security.membership.ContextMembershipQuery
Sets whether to include in the output the assigned members, defined groups, or all members at the specified context.
setMembershipScope(ContextMembershipQuery.MembershipScope) - Method in class com.sas.lsaf.query.security.membership.DistinctContextMembershipQuery
Sets whether to include assigned members, defined groups or all members at the specified context in the membership query output.
setMessage(String) - Method in class com.sas.lsaf.workflow.processflow.setup.NotificationTaskSetup
Sets the message text for the notification task.
setMinorVersionLimit(Integer) - Method in class com.sas.lsaf.content.repository.VersionLimits
Sets the limit of the minor versions that are retained for a versioned file.
setMode(AuditEntry.Mode) - Method in class com.sas.lsaf.security.audit.AuditQuery
Sets the audit mode to query by.
setName(String) - Method in class com.sas.lsaf.clinical.tlf.TlfDescriptor
Sets the name of the TLF.
setName(String) - Method in class com.sas.lsaf.content.repository.CheckedOutFilesQuery
Sets the name of the file to query for checked out files.
setName(String) - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinQuery
Sets the name of the item to query in the recycle bin.
setName(String) - Method in class com.sas.lsaf.content.repository.SearchQuery
Sets the name of the item.
setName(String) - Method in class com.sas.lsaf.execution.job.JobParameter
Sets the name of the parameter.
setName(String) - Method in class com.sas.lsaf.execution.job.ParameterValue
Sets the name of the parameter.
setName(String) - Method in class com.sas.lsaf.schedule.ScheduleDescriptor
Sets the name of the schedule.
setName(String) - Method in class com.sas.lsaf.security.group.GroupDescriptor
Sets the name of the group.
setName(String) - Method in class com.sas.lsaf.security.role.RoleDescriptor
Sets the name of a role.
setName(String) - Method in class com.sas.lsaf.workflow.element.Element
Sets the name of the element.
setName(String) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowCopyInfo
Sets the name of the process flow copy.
setName(String) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Sets the name of the process flow.
setName(String) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowQuery
Sets the process flow name to query.
setName(String) - Method in class com.sas.lsaf.workflow.processflow.setup.TaskSetup
Sets the name of the element definition.
setName(String) - Method in class com.sas.lsaf.workflow.task.TaskQuery
Sets the process flow task name to query.
setNumOccurrences(int) - Method in class com.sas.lsaf.schedule.ScheduleTrigger
Sets the number of times to execute the schedule.
setOperator(Comparison.Operator) - Method in class com.sas.lsaf.query.Comparison
Sets the operator for the comparison.
setOperator(Condition.Operator) - Method in class com.sas.lsaf.query.Condition
 
setOrder(List<Order>) - Method in class com.sas.lsaf.query.Query
Sets the order to use in the query output.
setOverwrite(boolean) - Method in class com.sas.lsaf.clinical.common.BatchFileCreateInfo
Sets the value that indicates whether existing unversioned files are overwritten.
setOverwrite(boolean) - Method in class com.sas.lsaf.content.common.FileCreateInfo
 
setOwner(String) - Method in class com.sas.lsaf.content.repository.SearchQuery
Sets the identifier of the owner of the item.
setOwner(UserDescriptor) - Method in class com.sas.lsaf.security.acl.AbstractAcl
Sets the user who will be the owner of this ACL.
setOwner(String) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Sets the userId of the owner of the process flow.
setOwner(String) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowQuery
Sets the process flow owner to query.
setOwnerPropagation(DefaultAcl.OwnerPropagation) - Method in class com.sas.lsaf.security.acl.DefaultAcl
Sets the OwnerPropagation value that will determine the owner of child items created underneath this container.
setParameters(List<JobParameter>) - Method in class com.sas.lsaf.execution.job.Job
Sets the job parameters.
setParameterValues(List<ParameterValue>) - Method in class com.sas.lsaf.schedule.ScheduleJobInfo
Sets the job parameterValues.
setParameterValues(List<ParameterValue>) - Method in class com.sas.lsaf.workflow.processflow.setup.JobTaskSetup
Sets the parameter values that override the default parameter values in the job.
setPassword(byte[]) - Method in class com.sas.lsaf.content.repository.signature.CreateSignatureInfo
Sets the password to use during the signature process.
setPassword(String) - Method in class com.sas.lsaf.security.user.UserCreateInfo
Sets the temporary password of the user account to create.
setPath(String) - Method in class com.sas.lsaf.content.common.FileSpecification
Sets the path to the file or folder.
setPath(String) - Method in class com.sas.lsaf.execution.job.Job
Sets the path of the job.
setPath(String) - Method in class com.sas.lsaf.execution.job.JobInput
Sets the path to the file or folder to transfer when submitting a published job.
setPath(String) - Method in class com.sas.lsaf.execution.job.JobProgram
Sets the path to the program file.
setPath(String) - Method in class com.sas.lsaf.execution.job.JobPublishCheckinLocation
Sets the path to the folder to check in when the job completes.
setPath(String) - Method in class com.sas.lsaf.messaging.subscription.Subscription
Set the path of the object for the subscription
setPath(String) - Method in class com.sas.lsaf.schedule.ScheduleJobInfo
Sets the path of the job to run.
setPhone(String) - Method in class com.sas.lsaf.security.user.User
Sets the phone number for a user account.
setPhone(String) - Method in class com.sas.lsaf.security.user.UserCreateInfo
Sets the phone number for the user account to create.
setPrincipal(Principal) - Method in class com.sas.lsaf.security.acl.AclEntry
Sets the principal for this ACL.
setPriority(NotificationTaskSetup.MessagePriority) - Method in class com.sas.lsaf.workflow.processflow.setup.NotificationTaskSetup
Sets the priority for the notification task.
setPriority(Task.Priority) - Method in class com.sas.lsaf.workflow.processflow.setup.UserTaskSetup
Sets the complexity of the user task.
setPriority(Task.Priority) - Method in class com.sas.lsaf.workflow.task.TaskQuery
Sets the task priority in which to query process flow tasks.
setPriority(Task.Priority) - Method in class com.sas.lsaf.workflow.task.UserTask
Gets the priority of the user task.
setPrivileges(String, Set<String>) - Method in interface com.sas.lsaf.security.privilege.GlobalPrivilegeService
Sets the global privileges that are granted to the specified user.
setPrivileges(Set<ScopedPrivilege>) - Method in class com.sas.lsaf.security.role.RoleDescriptor
Sets the privileges assigned to a role.
setProcessData(Set<DataProperty>) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlow
Sets the process data properties for a process flow.
setProcessDefinitionKey(String) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowQuery
Sets the process definition key in which to query process flows.
setProcessFlowName(String) - Method in class com.sas.lsaf.workflow.task.TaskQuery
Sets the name of the process flow in which to search tasks.
setPrograms(List<JobProgram>) - Method in class com.sas.lsaf.execution.job.Job
Sets the programs to associate with the job.
setProxyHost(String) - Method in class com.sas.lsaf.client.ProxyInfo
Set the proxy server host to use when establishing a ClientSession.
setProxyPassword(String) - Method in class com.sas.lsaf.client.ProxyInfo
Set the proxy server password to use when establishing a ClientSession.
setProxyPort(int) - Method in class com.sas.lsaf.client.ProxyInfo
Set the proxy server port to use when establishing a ClientSession.
setProxyUserId(String) - Method in class com.sas.lsaf.client.ProxyInfo
Set the proxy server user id to use when establishing a ClientSession.
setPublishCheckin(JobPublishCheckin) - Method in class com.sas.lsaf.execution.job.Job
Sets the check-in specification to use for the output files that are created by the job.
setPublishSetup(JobPublishSetup) - Method in class com.sas.lsaf.execution.job.Job
Sets the content to transfer when submitting the job.
setReadPermission(AclEntry.PermissionValue) - Method in class com.sas.lsaf.security.acl.AclEntry
Sets the Read permission for this ACL.
setReason(String) - Method in class com.sas.lsaf.content.repository.signature.CreateSignatureInfo
Sets the signature reason to use to create the signature.
setRecipients(Set<Principal>) - Method in class com.sas.lsaf.workflow.processflow.setup.NotificationTaskSetup
Sets the recipients for the notification task.
setRecurse(boolean) - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinQuery
Indicates whether recycle bin searches the specified location and below.
setRepeatForever(boolean) - Method in class com.sas.lsaf.schedule.ScheduleTrigger
Sets whether to repeat the schedule indefinitely.
setResultsFilePath(String) - Method in class com.sas.lsaf.clinical.tlf.TlfImportInfo
Sets the path of the import file for updating results.
setResultsFileVersion(String) - Method in class com.sas.lsaf.clinical.tlf.TlfImportInfo
Sets the version of the results import file.
setResultsLocation(String) - Method in class com.sas.lsaf.execution.job.Job
Sets the location for the job submission results files to be saved.
setRole(String) - Method in class com.sas.lsaf.content.repository.signature.CreateSignatureInfo
Sets the signature role to use to create signature.
setRunAsOwner(boolean) - Method in class com.sas.lsaf.content.repository.RepositoryExecutableFile
Sets the executable file to run as the owner of the file or the user who submitted the file for execution.
setRunAsOwner(String, boolean) - Method in interface com.sas.lsaf.execution.job.JobService
Sets the repository job to run as the job owner.
setSchedulable(Schedulable) - Method in class com.sas.lsaf.schedule.Schedule
Sets the schedulable item.
setSectionsFilePath(String) - Method in class com.sas.lsaf.clinical.tlf.TlfImportInfo
Sets the path of the import file for updating sections.
setSectionsFileVersion(String) - Method in class com.sas.lsaf.clinical.tlf.TlfImportInfo
Sets the version of the sections import file.
setSourceId(String) - Method in class com.sas.lsaf.security.audit.AuditQuery
Sets the identifier of the source object to query.
setSourceLocation(SourceLocation) - Method in class com.sas.lsaf.execution.job.Job
Sets the source location of the job.
setSourceLocation(SourceLocation) - Method in class com.sas.lsaf.schedule.ScheduleJobInfo
Sets the source location of the job.
setSourceLocation(String) - Method in class com.sas.lsaf.security.audit.AuditQuery
Sets the location of the source object to query.
setSourceName(String) - Method in class com.sas.lsaf.security.audit.AuditQuery
Sets the name of the source object to query.
setSourceProcessFlowId(String) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowCopyInfo
Sets the id of the process flow to copy.
setSourceTypeIds(List<String>) - Method in class com.sas.lsaf.security.audit.AuditQuery
Sets the list of object types to query.
setStartDate(Date) - Method in class com.sas.lsaf.schedule.ScheduleTrigger
Sets the start date and time of the schedule.
setState(String, RepositoryItem.State, String, boolean) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Sets the state of a repository context.
setState(Session.SessionState) - Method in class com.sas.lsaf.execution.session.SessionQuery
Sets the state of the session to query.
setStatus(ProcessFlowDescriptor.FlowStatus) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowQuery
Sets the status of the process flow in which to query.
setStatus(Task.TaskStatus) - Method in class com.sas.lsaf.workflow.task.TaskQuery
Sets the status of the process flow task in which to query.
setStudyComponentAsNotEditable(String, StudyComponent) - Method in interface com.sas.lsaf.clinical.study.StudyService
Sets the study component as not editable regardless of whether you or someone else has set it for editing.
setStudyComponentEditableByCurrentUser(String, StudyComponent) - Method in interface com.sas.lsaf.clinical.study.StudyService
Sets the study component as editable by the current user.
setSubject(String) - Method in class com.sas.lsaf.workflow.processflow.setup.NotificationTaskSetup
Sets the subject for the notification task.
setSubmissionLabel(String) - Method in class com.sas.lsaf.execution.session.SessionQuery
Sets the submission label to query for sessions.
setSubscriptions(String, Set<SubscriptionEvent>) - Method in interface com.sas.lsaf.messaging.subscription.SubscriptionService
Sets the subscriptions for the path for the current user.
setSyncable(RepositoryItem.Syncable) - Method in class com.sas.lsaf.content.repository.RepositoryItem
Sets whether the item can be copied to the user's workspace.
setTablesImportFilePath(String) - Method in class com.sas.lsaf.clinical.study.StudyTablesImportInfo
Sets the path of the import file to update the study tables.
setTablesImportFileVersion(String) - Method in class com.sas.lsaf.clinical.study.StudyTablesImportInfo
Sets the version of the tables import file to update the study tables.
setTimerValue(Serializable) - Method in class com.sas.lsaf.workflow.processflow.setup.TimerEventSetup
Sets the timer value.
setTlfs(List<Tlf>) - Method in class com.sas.lsaf.clinical.study.tlf.StudyTlfInfo
Sets the study TLFs.
setTlfs(StudyTlfInfo) - Method in interface com.sas.lsaf.clinical.study.tlf.StudyTlfService
Sets the tables, listings and figures for the study overwriting the existing.
setTlfsFilePath(String) - Method in class com.sas.lsaf.clinical.tlf.TlfImportInfo
Sets the path of the import file for updating TLFs.
setTlfsFileVersion(String) - Method in class com.sas.lsaf.clinical.tlf.TlfImportInfo
Sets the version of the TLFs import file.
setToCreated(Date) - Method in class com.sas.lsaf.content.repository.SearchQuery
Sets the end date of the range for the creation date of the item.
setToDate(Date) - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinQuery
Sets the ending deleted date of the item to query in the recycle bin.
setToDate(Date) - Method in class com.sas.lsaf.security.audit.AuditQuery
Sets the end date of the date range to query.
setToDateEnded(Date) - Method in class com.sas.lsaf.execution.session.SessionQuery
Sets the end date of the session ended date range to query.
setToDateStarted(Date) - Method in class com.sas.lsaf.execution.session.SessionQuery
Sets the end date of the session started date range to query.
setToDueDate(Date) - Method in class com.sas.lsaf.workflow.task.TaskQuery
Sets the end date of the date range to query process flow tasks based on due date.
setToLastModified(Date) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowQuery
Sets the end date of the range to query process flow last modified date.
setToLastModifiedDate(Date) - Method in class com.sas.lsaf.content.repository.SearchQuery
Sets the end date of the range for the last modified date of the item.
setTrigger(ScheduleTrigger) - Method in class com.sas.lsaf.schedule.Schedule
Sets the trigger which defines when to run the schedule.
setTriggerType(ScheduleTrigger.TriggerType) - Method in class com.sas.lsaf.schedule.ScheduleTrigger
Sets the trigger type for the schedule.
setType(JobParameter.ParameterType) - Method in class com.sas.lsaf.execution.job.JobParameter
Sets the type of the parameter.
setType(JobParameter.ParameterType) - Method in class com.sas.lsaf.execution.job.ParameterValue
Sets the type of the parameter.
setType(Session.SessionType) - Method in class com.sas.lsaf.execution.session.SessionQuery
Sets the type of session to query.
setType(FlowAttributeType) - Method in class com.sas.lsaf.workflow.AttributeMapping
Sets the type of the attribute.
setTypeId(String) - Method in class com.sas.lsaf.content.repository.SearchQuery
Sets the object type of the item.
setUpdateAction(UpdateAction) - Method in class com.sas.lsaf.clinical.study.StudyComponentImportInfo
Sets the type of update to make when importing, such as replace or add new.
setUpdateAction(UpdateAction) - Method in class com.sas.lsaf.clinical.study.StudyTablesImportInfo
Sets the type of update to make when when importing files, such as replace or add new.
setUpdateAction(UpdateAction) - Method in class com.sas.lsaf.clinical.tlf.TlfImportInfo
Sets the type of update to make when performing an import such as replace or add new.
setUserId(String) - Method in class com.sas.lsaf.content.repository.CheckedOutFilesQuery
Sets the userID of the user whose checked out files are queried.
setUserId(String) - Method in class com.sas.lsaf.content.repository.signature.CreateSignatureInfo
Sets the user identifier to to use to create the signature.
setUserId(String) - Method in class com.sas.lsaf.execution.session.SessionQuery
Sets the user identifier of the session owner to query.
setUserId(String) - Method in class com.sas.lsaf.security.audit.AuditQuery
Sets the user identifier of the user whose actions to query.
setUserId(String) - Method in class com.sas.lsaf.security.user.UserCreateInfo
Sets the user identifier of the user account to create.
setUseSourceOwner(boolean) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowCopyInfo
Sets whether to specify that the owner of the process flow copy is the same as the owner of the source process flow.
setValue(Serializable) - Method in class com.sas.lsaf.clinical.common.AttributeValue
Sets the value of the attribute.
setValue(Serializable) - Method in class com.sas.lsaf.core.Attribute
Set the value of this attribute.
setValue(Serializable) - Method in class com.sas.lsaf.execution.job.ParameterValue
Sets the value of the parameter.
setValue(Serializable) - Method in class com.sas.lsaf.query.Comparison
Sets the value for comparison.
setValue(Serializable) - Method in class com.sas.lsaf.workflow.processflow.DataProperty
Sets the value of the data property.
setVersion(String) - Method in class com.sas.lsaf.content.common.FileSpecification
Sets the version of the file.
setVersion(String) - Method in class com.sas.lsaf.execution.job.JobInputFile
Sets the version of the file to transfer when submitting a published job.
setVersion(String) - Method in class com.sas.lsaf.execution.job.JobProgram
Sets the version of the program file to use when submitting a published job.
setVersion(String) - Method in class com.sas.lsaf.execution.job.JobPublishSetupFile
Sets the version of the file to transfer for the published job.
setVersion(String) - Method in class com.sas.lsaf.schedule.ScheduleJobInfo
Sets the version of this job.
setVersionLimits(VersionLimits) - Method in class com.sas.lsaf.content.repository.RepositoryFile
Sets the major and minor versions to retain for a versioned file.
setVersionType(VersionType) - Method in class com.sas.lsaf.content.common.FileCreateInfo
 
setVersionType(VersionType) - Method in class com.sas.lsaf.content.repository.RepositoryCheckinSpecification
Sets the method to generate the next version.
setVersionType(VersionType) - Method in class com.sas.lsaf.execution.job.OutputFileSpec
Sets the method to generate the next version.
setVersionTypeForExistingFiles(VersionType) - Method in class com.sas.lsaf.clinical.common.BatchFileCreateInfo
Sets the method to generate the next version for existing versioned files.
setVersionTypeForNewFiles(VersionType) - Method in class com.sas.lsaf.clinical.common.BatchFileCreateInfo
Gets the method to generate the first version of created files, if BatchFileCreateInfo.enableVersioning is true.
setWriteContentPermission(AclEntry.PermissionValue) - Method in class com.sas.lsaf.security.acl.AclEntry
Sets the Content Write permission for this ACL.
setWritePropertiesPermission(AclEntry.PermissionValue) - Method in class com.sas.lsaf.security.acl.AclEntry
Sets the Properties Write permission for this ACL.
SignalDefinition - Class in com.sas.lsaf.workflow.processdefinition
The class that defines the signal for a signal event definition element.
SignalDefinition(String, String) - Constructor for class com.sas.lsaf.workflow.processdefinition.SignalDefinition
It is not intended or recommended that the consumer of this API construct these objects.
SignalEvent - Class in com.sas.lsaf.workflow.element
The class that represents a signal event in a process flow.
SignalEvent(String, String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, String, Date, String, Set<String>) - Constructor for class com.sas.lsaf.workflow.element.SignalEvent
It is not intended or recommended that the consumer of this API construct these objects.
SignalEventDefinition - Class in com.sas.lsaf.workflow.processdefinition
The class that represents a signal event definition.
SignalEventDefinition(String, String, String, Element.ElementType, String, SignalDefinition) - Constructor for class com.sas.lsaf.workflow.processdefinition.SignalEventDefinition
It is not intended or recommended that the consumer of this API construct these objects.
SignalEventSetup - Class in com.sas.lsaf.workflow.processflow.setup
The class that provides setup information for IntermediateSignalCatchEvent elements in a process flow.
SignalEventSetup(String, String, String, Element.ElementType, String, String, Set<String>) - Constructor for class com.sas.lsaf.workflow.processflow.setup.SignalEventSetup
It is not intended or recommended that the consumer of this API construct these objects.
Signature - Class in com.sas.lsaf.content.repository.signature
The client-side representation of a signature.
Signature(String, String, String, String, String, String, String, String, Date, String) - Constructor for class com.sas.lsaf.content.repository.signature.Signature
It is not intended or recommended that the consumer of this API construct these objects.
SignatureService - Interface in com.sas.lsaf.content.repository.signature
The service to create and retrieve signature information for files in the repository.
SIGNED - Static variable in class com.sas.lsaf.query.repository.RepositoryFileVersionQuery
The column that represents whether a version of the file was signed.
SIGNING_STATUS - Static variable in class com.sas.lsaf.query.repository.RepositoryFileQuery
The column that represents the signing status of a file.
SIGNING_STATUS - Static variable in class com.sas.lsaf.query.repository.RepositoryFileVersionQuery
The column that represents the signing status of a file.
SigningException - Exception in com.sas.lsaf.content.repository.signature
Thrown when an error occurs during the signing process.
SigningException(String, String, Throwable) - Constructor for exception com.sas.lsaf.content.repository.signature.SigningException
Constructs a SigningException with the specified message and root cause.
SIZE - Static variable in class com.sas.lsaf.query.repository.recyclebin.RecycleBinContainerQuery
The column that represents the size (in bytes) of a container, which includes all versions of all files in the container and below.
SIZE - Static variable in class com.sas.lsaf.query.repository.recyclebin.RecycleBinFileQuery
The column that represents the size (in bytes) of the latest version of the file.
SIZE - Static variable in class com.sas.lsaf.query.repository.recyclebin.RecycleBinFileVersionQuery
The column that represents the size (in bytes) of a version of a file.
SIZE - Static variable in class com.sas.lsaf.query.repository.RepositoryContainerQuery
The column that represents the size (in bytes) of a container, which includes all versions of all files in the container and below.
SIZE - Static variable in class com.sas.lsaf.query.repository.RepositoryFileQuery
The column that represents the size (in bytes) of the latest version of the file.
SIZE - Static variable in class com.sas.lsaf.query.repository.RepositoryFileVersionQuery
The column that represents the size (in bytes) of a version of a file.
sourceId(String) - Method in class com.sas.lsaf.security.audit.AuditQuery
Sets the identifier of the source object to query.
SourceLocation - Enum in com.sas.lsaf.core
The allowed values for source location.
sourceLocation(String) - Method in class com.sas.lsaf.security.audit.AuditQuery
Sets the location of the source object to query.
sourceName(String) - Method in class com.sas.lsaf.security.audit.AuditQuery
Sets the name of the source object to query.
sourceTypeIds(List<String>) - Method in class com.sas.lsaf.security.audit.AuditQuery
Sets the list of object types to query.
StandardAssociationExistsException - Exception in com.sas.lsaf.clinical.study
Thrown when the standard association exists.
StandardAssociationExistsException(String) - Constructor for exception com.sas.lsaf.clinical.study.StandardAssociationExistsException
Constructs a StandardAssociationExistsException with the specified detail message.
StandardAssociationNotFoundException - Exception in com.sas.lsaf.clinical.study
Thrown when the specified associated standard does not exist.
StandardAssociationNotFoundException(String) - Constructor for exception com.sas.lsaf.clinical.study.StandardAssociationNotFoundException
Constructs a StandardAssociationNotFoundException with the specified detail message.
StandardDescriptor - Class in com.sas.lsaf.clinical.standards
A lightweight representation of a standard.
StandardDescriptor(String, String, BaseStandardTypeInfo, String, String, boolean, String, Date, String, Date, String, Date, EntityState, EntityState, EntityStatus, String, int) - Constructor for class com.sas.lsaf.clinical.standards.StandardDescriptor
It is not intended or recommended that the consumer of the API construct these objects.
StandardNotFoundException - Exception in com.sas.lsaf.clinical.standards
Thrown when the specified standard is not found.
StandardNotFoundException(String) - Constructor for exception com.sas.lsaf.clinical.standards.StandardNotFoundException
Constructs an StandardNotFoundException with the specified detail message.
StandardsService - Interface in com.sas.lsaf.clinical.standards
A service to retrieve and export standards.
startTask(String) - Method in interface com.sas.lsaf.workflow.task.TaskService
Starts a user task.
STATE - Static variable in class com.sas.lsaf.query.repository.RepositoryItemQuery
The column that represents the RepositoryItem.State of the repository item.
Study - Class in com.sas.lsaf.clinical.study
The class that represents a study, which is a context for which clinical metadata can be defined.
Study(String, String, String, String) - Constructor for class com.sas.lsaf.clinical.study.Study
It is not intended or recommended that the consumer of the API construct these objects.
StudyCodeListUpdateException - Exception in com.sas.lsaf.clinical.study
Thrown when the study code lists cannot be updated.
StudyCodeListUpdateException(String) - Constructor for exception com.sas.lsaf.clinical.study.StudyCodeListUpdateException
Constructs a StudyCodeListUpdateException object with the specified detail message.
StudyComponent - Enum in com.sas.lsaf.clinical.study
The values of the study components that can be set as editable.
StudyComponentEditableStatus - Class in com.sas.lsaf.clinical.study
The class that represents the editable state of a study component.
StudyComponentEditableStatus(boolean, String, Date) - Constructor for class com.sas.lsaf.clinical.study.StudyComponentEditableStatus
It is not intended or recommended that the consumer of the API construct these objects.
StudyComponentEditException - Exception in com.sas.lsaf.clinical.study
Thrown when a study component cannot be marked for edit.
StudyComponentEditException(String) - Constructor for exception com.sas.lsaf.clinical.study.StudyComponentEditException
Constructs a StudyComponentEditException with the specified detail message.
StudyComponentImportInfo - Class in com.sas.lsaf.clinical.study
The class that contains information to import metadata for a study component.
StudyComponentImportInfo() - Constructor for class com.sas.lsaf.clinical.study.StudyComponentImportInfo
Constructor.
StudyComponentImportInfo(String, String, SourceLocation, UpdateAction) - Constructor for class com.sas.lsaf.clinical.study.StudyComponentImportInfo
Constructor.
StudyDictionaryException - Exception in com.sas.lsaf.clinical.study
Thrown when the specified study is not found.
StudyDictionaryException(String) - Constructor for exception com.sas.lsaf.clinical.study.StudyDictionaryException
Constructs a StudyDictionaryException with the specified detail message.
StudyNotFoundException - Exception in com.sas.lsaf.clinical.study
Thrown when the specified study is not found.
StudyNotFoundException(String) - Constructor for exception com.sas.lsaf.clinical.study.StudyNotFoundException
Constructs a StudyNotFoundException with the specified detail message.
StudyService - Interface in com.sas.lsaf.clinical.study
This service provides methods to retrieve studies and to associate clinical components, such as standards and dictionaries, with a study.
StudyStandardReferencedException - Exception in com.sas.lsaf.clinical.study
Thrown when an action cannot be completed because a study standard is referenced.
StudyStandardReferencedException(String) - Constructor for exception com.sas.lsaf.clinical.study.StudyStandardReferencedException
Constructs a StudyStandardReferencedException with the specified detail message.
StudySupportingDocumentUpdateException - Exception in com.sas.lsaf.clinical.study
Thrown when a study's supporting documents cannot be updated.
StudySupportingDocumentUpdateException(String) - Constructor for exception com.sas.lsaf.clinical.study.StudySupportingDocumentUpdateException
Constructs a StudySupportingDocumentUpdateException with the specified detail message.
StudyTablesImportInfo - Class in com.sas.lsaf.clinical.study
The class that represents all of the details to import study tables.
StudyTablesImportInfo() - Constructor for class com.sas.lsaf.clinical.study.StudyTablesImportInfo
Constructor.
StudyTablesImportInfo(String, String, String, String, SourceLocation, UpdateAction) - Constructor for class com.sas.lsaf.clinical.study.StudyTablesImportInfo
Constructor.
StudyTableUpdateException - Exception in com.sas.lsaf.clinical.study
Thrown when a study's tables cannot be updated.
StudyTableUpdateException(String) - Constructor for exception com.sas.lsaf.clinical.study.StudyTableUpdateException
Constructs a StudyTableUpdateException with the specified detail message.
StudyTlfInfo - Class in com.sas.lsaf.clinical.study.tlf
Class that represents the study TLFs for a specific base standard and model.
StudyTlfInfo(String, String, String, List<Tlf>, long) - Constructor for class com.sas.lsaf.clinical.study.tlf.StudyTlfInfo
Constructor.
StudyTlfService - Interface in com.sas.lsaf.clinical.study.tlf
Service to manage the tables, listings and figures in the system.
StudyUpdateException - Exception in com.sas.lsaf.clinical.study
Thrown when a study cannot be updated.
StudyUpdateException(String) - Constructor for exception com.sas.lsaf.clinical.study.StudyUpdateException
Constructs a StudyUpdateException with the specified detail message.
StudyUpdateResult - Class in com.sas.lsaf.clinical.study
The class that represents the results of performing an import to update a study.
StudyUpdateResult(Study, ValidationResult, String, SourceLocation) - Constructor for class com.sas.lsaf.clinical.study.StudyUpdateResult
It is not intended or recommended that the consumer of this API construct these objects.
StudyValueLevelMetadataUpdateException - Exception in com.sas.lsaf.clinical.study
Thrown when a study's value level metadata cannot be updated.
StudyValueLevelMetadataUpdateException(String) - Constructor for exception com.sas.lsaf.clinical.study.StudyValueLevelMetadataUpdateException
Constructs a StudyValueLevelMetadataUpdateException with the specified detail message.
submitAndPopulateWorkspaceJob(String, List<ParameterValue>, boolean) - Method in interface com.sas.lsaf.execution.job.JobSubmissionService
Submits the job in the workspace and updates the input and output specifications in the job based on inputs and outputs that are accessed during the job run.
submitRepositoryJob(String, String, List<ParameterValue>) - Method in interface com.sas.lsaf.execution.job.JobSubmissionService
Submits the job in the repository.
submitTestJob(String, List<ParameterValue>) - Method in interface com.sas.lsaf.execution.job.JobSubmissionService
Submits the job as it would for a published job, which accesses items in the repository, but outputs are not checked in.
submitWorkspaceJob(String, List<ParameterValue>) - Method in interface com.sas.lsaf.execution.job.JobSubmissionService
Submits the job in the current user's workspace.
Subscription - Class in com.sas.lsaf.messaging.subscription
The client representation of a subscription.
Subscription(String, SubscriptionEvent) - Constructor for class com.sas.lsaf.messaging.subscription.Subscription
The constructor.
SubscriptionEvent - Enum in com.sas.lsaf.messaging.subscription
The values for the events for which subscriptions can be created.
SubscriptionException - Exception in com.sas.lsaf.messaging.subscription
Thrown when an attempt to create a subscription fails.
SubscriptionException(String) - Constructor for exception com.sas.lsaf.messaging.subscription.SubscriptionException
The constructor.
SubscriptionService - Interface in com.sas.lsaf.messaging.subscription
The service to create and to retrieve subscriptions for subscribable events in the repository.
suspendProcessDefinition(String) - Method in interface com.sas.lsaf.workflow.processdefinition.ProcessDefinitionService
Suspends the latest deployed version of the process flow definition so that process flows cannot be created from it.
suspendProcessFlow(String) - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Suspends the specified process flow.
SYNCABLE - Static variable in class com.sas.lsaf.query.repository.RepositoryItemQuery
The column that represents the RepositoryItem.Syncable value of the repository item.
SynchronizationFileInfo - Class in com.sas.lsaf.content.repository
The class that represents the information about a repository file when it was synchronized to the workspace.
SynchronizationFileInfo(String, String, Date, Date, long) - Constructor for class com.sas.lsaf.content.repository.SynchronizationFileInfo
The initializing constructor that sets the values of all variables.
SynchronizationInfo - Class in com.sas.lsaf.content.repository
The class that represents the information about the synchronization state between the file that is located in the workspace and the file that is located in the repository.
SynchronizationInfo(String, RepositoryFileInfo, SynchronizationFileInfo, WorkspaceFileInfo, SynchronizationInfo.FileStatus, SynchronizationInfo.SynchronizationStatus, SynchronizationInfo.CheckoutStatus) - Constructor for class com.sas.lsaf.content.repository.SynchronizationInfo
Initializing constructor that sets the values of all variables.
SynchronizationInfo.CheckoutStatus - Enum in com.sas.lsaf.content.repository
The enumeration that describes the checkin status of the file.
SynchronizationInfo.FileStatus - Enum in com.sas.lsaf.content.repository
The enumeration that describes the location in which the file exists.
SynchronizationInfo.SynchronizationStatus - Enum in com.sas.lsaf.content.repository
The enumeration that describes whether the file has been synchronized between the workspace and repository.
SystemException - Exception in com.sas.lsaf.core
A generic runtime error thrown when a more specific exception does not exist.
SystemException(String) - Constructor for exception com.sas.lsaf.core.SystemException
Construct a SystemException with the specified detail message.
SystemException(String, Throwable) - Constructor for exception com.sas.lsaf.core.SystemException
Construct a SystemException with the specified detail message and nested exception.

T

Task - Class in com.sas.lsaf.workflow.task
The abstract parent class for a task in a process flow.
Task(String, String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, String, Date, Date, Task.TaskStatus, List<Attribute>) - Constructor for class com.sas.lsaf.workflow.task.Task
It is not intended or recommended that the consumer of this API construct these objects.
Task.Complexity - Enum in com.sas.lsaf.workflow.task
Provides the complexity of a task.
Task.Priority - Enum in com.sas.lsaf.workflow.task
Provides the priority of a task.
Task.TaskStatus - Enum in com.sas.lsaf.workflow.task
Provides the status of a task.
TaskDefinition - Class in com.sas.lsaf.workflow.processdefinition
The class that represents a task definition.
TaskDefinition(String, String, String, Element.ElementType, String, Set<FormAttributeDefinition>) - Constructor for class com.sas.lsaf.workflow.processdefinition.TaskDefinition
It is not intended or recommended that the consumer of this API construct these objects.
TaskNotFoundException - Exception in com.sas.lsaf.workflow.task
Thrown when the specified task is not found or the user does not have access to the process flow.
TaskNotFoundException(String) - Constructor for exception com.sas.lsaf.workflow.task.TaskNotFoundException
Constructs a TaskNotFoundException with the specified message.
TaskQuery - Class in com.sas.lsaf.workflow.task
The class that contains the criteria for querying process flow tasks.
TaskQuery() - Constructor for class com.sas.lsaf.workflow.task.TaskQuery
Constructor.
TaskQuery.AssigneeType - Enum in com.sas.lsaf.workflow.task
The assignee type enumeration that describes how to search for user task assignees.
TaskSearchException - Exception in com.sas.lsaf.workflow.task
Thrown when an error is encountered while searching process flow tasks.
TaskSearchException(String) - Constructor for exception com.sas.lsaf.workflow.task.TaskSearchException
Constructs an TaskSearchException with the specified detail message.
TaskSearchResults - Class in com.sas.lsaf.workflow.task
This class represents the results of a process flow task search executed on the server.
TaskSearchResults(Set<Task>, boolean) - Constructor for class com.sas.lsaf.workflow.task.TaskSearchResults
It is not intended or recommended that the consumer of this API construct these objects.
TaskService - Interface in com.sas.lsaf.workflow.task
The service to access current and completed tasks and elements for an individual process flow.
TaskSetup - Class in com.sas.lsaf.workflow.processflow.setup
The abstract class that represents the common setup information for task element setups in a process flow.
TaskSetup(String, String, String, Element.ElementType, String) - Constructor for class com.sas.lsaf.workflow.processflow.setup.TaskSetup
It is not intended or recommended that the consumer of this API construct these objects.
TimerEvent - Class in com.sas.lsaf.workflow.element
The class that represents a timer event in a process flow.
TimerEvent(String, String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, String, Date) - Constructor for class com.sas.lsaf.workflow.element.TimerEvent
It is not intended or recommended that the consumer of this API construct these objects.
TimerEventDefinition - Class in com.sas.lsaf.workflow.processdefinition
The class that represents a timer event definition.
TimerEventDefinition(String, String, String, Element.ElementType, String, TimerEventSetup.TimerType, Serializable) - Constructor for class com.sas.lsaf.workflow.processdefinition.TimerEventDefinition
It is not intended or recommended that the consumer of this API construct these objects.
TimerEventSetup - Class in com.sas.lsaf.workflow.processflow.setup
The class that represents the setup information for TimerEventSetup elements in a process flow.
TimerEventSetup(String, String, String, Element.ElementType, String, TimerEventSetup.TimerType) - Constructor for class com.sas.lsaf.workflow.processflow.setup.TimerEventSetup
It is not intended or recommended that the consumer of this API construct these objects.
TimerEventSetup.TimerType - Enum in com.sas.lsaf.workflow.processflow.setup
Provides the type of timer to use in a timer event.
Tlf - Class in com.sas.lsaf.clinical.tlf
Represents the definition of a clinical study TLF in the system.
Tlf(String, String, String, String, Identifiable, List<AttributeValue>, boolean) - Constructor for class com.sas.lsaf.clinical.tlf.Tlf
It is not intended or recommended that the consumer of this API construct these objects.
Tlf(String, String, boolean) - Constructor for class com.sas.lsaf.clinical.tlf.Tlf
 
TlfDescriptor - Class in com.sas.lsaf.clinical.tlf
Represents the definition of a clinical study TLF in the system.
TlfDescriptor(String, String, String, String, Identifiable, boolean) - Constructor for class com.sas.lsaf.clinical.tlf.TlfDescriptor
It is not intended or recommended that the consumer of this API construct these objects.
TlfImportInfo - Class in com.sas.lsaf.clinical.tlf
The class that represents all details for performing an import of TLFs.
TlfImportInfo() - Constructor for class com.sas.lsaf.clinical.tlf.TlfImportInfo
Constructor.
TlfImportInfo(String, String, String, String, SourceLocation, UpdateAction) - Constructor for class com.sas.lsaf.clinical.tlf.TlfImportInfo
Constructor.
TlfUpdateException - Exception in com.sas.lsaf.clinical.tlf
Thrown when the TLF could not be updated.
TlfUpdateException(String) - Constructor for exception com.sas.lsaf.clinical.tlf.TlfUpdateException
Constructs a TlfUpdateException with the specified detail message.
toDate(Date) - Method in class com.sas.lsaf.security.audit.AuditQuery
Sets the end date of the date range to query.
toString() - Method in class com.sas.lsaf.clinical.common.AttributeValue
 
toString() - Method in class com.sas.lsaf.clinical.common.ClinicalUpdateResult
 
toString() - Method in class com.sas.lsaf.clinical.common.ExportFileCreateInfo
 
toString() - Method in class com.sas.lsaf.clinical.dictionary.DictionaryDescriptor
 
toString() - Method in class com.sas.lsaf.clinical.dictionary.ExternalDictionary
 
toString() - Method in class com.sas.lsaf.clinical.model.AttributeMetadata
 
toString() - Method in class com.sas.lsaf.clinical.model.ModelDescriptor
 
toString() - Method in class com.sas.lsaf.clinical.model.ValueListMetadata
 
toString() - Method in class com.sas.lsaf.clinical.model.ValueListValueMetadata
 
toString() - Method in class com.sas.lsaf.clinical.standards.BaseStandardTypeInfo
 
toString() - Method in class com.sas.lsaf.clinical.standards.StandardDescriptor
 
toString() - Method in class com.sas.lsaf.clinical.study.Study
 
toString() - Method in class com.sas.lsaf.clinical.study.StudyComponentEditableStatus
 
toString() - Method in class com.sas.lsaf.clinical.study.StudyUpdateResult
 
toString() - Method in class com.sas.lsaf.clinical.study.tlf.StudyTlfInfo
 
toString() - Method in class com.sas.lsaf.clinical.tlf.SectionDescriptor
 
toString() - Method in class com.sas.lsaf.clinical.tlf.Tlf
 
toString() - Method in class com.sas.lsaf.clinical.tlf.TlfDescriptor
 
toString() - Method in class com.sas.lsaf.content.common.FileSpecification
 
toString() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinItem
 
toString() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinQuery
 
toString() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinSearchResults
 
toString() - Method in class com.sas.lsaf.content.repository.RepositoryCheckinSpecification
 
toString() - Method in class com.sas.lsaf.content.repository.RepositoryContainer
 
toString() - Method in class com.sas.lsaf.content.repository.RepositoryContext
 
toString() - Method in class com.sas.lsaf.content.repository.RepositoryExecutableFile
 
toString() - Method in class com.sas.lsaf.content.repository.RepositoryFile
 
toString() - Method in class com.sas.lsaf.content.repository.RepositoryFileInfo
 
toString() - Method in class com.sas.lsaf.content.repository.RepositoryFileVersionInfo
 
toString() - Method in class com.sas.lsaf.content.repository.RepositoryFolder
 
toString() - Method in class com.sas.lsaf.content.repository.RepositoryItem
 
toString() - Method in class com.sas.lsaf.content.repository.RepositorySearchResults
 
toString() - Method in class com.sas.lsaf.content.repository.SearchQuery
 
toString() - Method in class com.sas.lsaf.content.repository.signature.CreateSignatureInfo
 
toString() - Method in class com.sas.lsaf.content.repository.signature.Signature
 
toString() - Method in class com.sas.lsaf.content.repository.SynchronizationFileInfo
 
toString() - Method in class com.sas.lsaf.content.repository.SynchronizationInfo
 
toString() - Method in class com.sas.lsaf.content.repository.VersionDeleteInfo
 
toString() - Method in class com.sas.lsaf.content.repository.VersionLimits
 
toString() - Method in class com.sas.lsaf.content.repository.WorkspaceFileInfo
 
toString() - Method in class com.sas.lsaf.content.workspace.WorkspaceFile
 
toString() - Method in class com.sas.lsaf.content.workspace.WorkspaceFolder
 
toString() - Method in class com.sas.lsaf.content.workspace.WorkspaceItem
 
toString() - Method in class com.sas.lsaf.core.AbstractIdentifiable
 
toString() - Method in class com.sas.lsaf.core.action.ActionStatus
 
toString() - Method in class com.sas.lsaf.core.action.ActionStatusDetail
 
toString() - Method in class com.sas.lsaf.core.Attribute
 
toString() - Method in class com.sas.lsaf.core.ObjectIdentity
 
toString() - Method in class com.sas.lsaf.core.SearchResultsInfo
 
toString() - Method in class com.sas.lsaf.core.type.AttributeDefinition
 
toString() - Method in class com.sas.lsaf.core.type.Type
 
toString() - Method in class com.sas.lsaf.core.type.TypeDescriptor
 
toString() - Method in class com.sas.lsaf.core.ValidationMessage
 
toString() - Method in class com.sas.lsaf.core.ValidationResult
 
toString() - Method in class com.sas.lsaf.execution.job.Job
 
toString() - Method in class com.sas.lsaf.execution.job.JobInput
 
toString() - Method in class com.sas.lsaf.execution.job.JobInputFile
 
toString() - Method in class com.sas.lsaf.execution.job.JobInputFolder
 
toString() - Method in class com.sas.lsaf.execution.job.JobParameter
 
toString() - Method in class com.sas.lsaf.execution.job.JobProgram
 
toString() - Method in class com.sas.lsaf.execution.job.JobPublishCheckin
 
toString() - Method in class com.sas.lsaf.execution.job.JobPublishCheckinLocation
 
toString() - Method in class com.sas.lsaf.execution.job.JobPublishSetup
 
toString() - Method in class com.sas.lsaf.execution.job.JobPublishSetupFile
 
toString() - Method in class com.sas.lsaf.execution.job.JobPublishSetupFolder
 
toString() - Method in class com.sas.lsaf.execution.job.JobPublishSetupItem
 
toString() - Method in class com.sas.lsaf.execution.job.JobSubmission
 
toString() - Method in class com.sas.lsaf.execution.job.JobSubmissionStatus
 
toString() - Method in class com.sas.lsaf.execution.job.Manifest
 
toString() - Method in class com.sas.lsaf.execution.job.ManifestExternalReference
 
toString() - Method in class com.sas.lsaf.execution.job.ManifestFile
 
toString() - Method in class com.sas.lsaf.execution.job.ManifestFileRef
 
toString() - Method in class com.sas.lsaf.execution.job.ManifestInput
 
toString() - Method in class com.sas.lsaf.execution.job.ManifestJob
 
toString() - Method in class com.sas.lsaf.execution.job.ManifestMetrics
 
toString() - Method in class com.sas.lsaf.execution.job.ManifestOutput
 
toString() - Method in class com.sas.lsaf.execution.job.ManifestProgram
 
toString() - Method in class com.sas.lsaf.execution.job.ManifestRepositoryFile
 
toString() - Method in class com.sas.lsaf.execution.job.ManifestSynchronizationMetrics
 
toString() - Method in class com.sas.lsaf.execution.job.ManifestSystemFile
 
toString() - Method in class com.sas.lsaf.execution.job.ManifestWorkspaceFile
 
toString() - Method in class com.sas.lsaf.execution.job.OutputFileSpec
 
toString() - Method in class com.sas.lsaf.execution.job.ParameterValue
 
toString() - Method in class com.sas.lsaf.execution.session.Session
 
toString() - Method in class com.sas.lsaf.execution.session.SessionQuery
 
toString() - Method in class com.sas.lsaf.execution.session.SessionSearchResults
 
toString() - Method in class com.sas.lsaf.messaging.subscription.Subscription
 
toString() - Method in class com.sas.lsaf.query.Column
 
toString() - Method in class com.sas.lsaf.query.Comparison
 
toString() - Method in class com.sas.lsaf.query.Condition
 
toString() - Method in class com.sas.lsaf.query.ExtractFileCreateInfo
 
toString() - Method in class com.sas.lsaf.query.Order
 
toString() - Method in class com.sas.lsaf.query.Query
 
toString() - Method in class com.sas.lsaf.schedule.Schedule
 
toString() - Method in class com.sas.lsaf.schedule.ScheduleDescriptor
 
toString() - Method in class com.sas.lsaf.schedule.ScheduleJobInfo
 
toString() - Method in class com.sas.lsaf.schedule.ScheduleTrigger
 
toString() - Method in class com.sas.lsaf.security.acl.AbstractAcl
 
toString() - Method in class com.sas.lsaf.security.acl.Acl
 
toString() - Method in class com.sas.lsaf.security.acl.AclEntry
 
toString() - Method in class com.sas.lsaf.security.acl.AclMembers
 
toString() - Method in class com.sas.lsaf.security.acl.DefaultAcl
 
toString() - Method in class com.sas.lsaf.security.audit.AuditAction
 
toString() - Method in class com.sas.lsaf.security.audit.AuditEntry
 
toString() - Method in class com.sas.lsaf.security.audit.AuditEntryDetail
 
toString() - Method in class com.sas.lsaf.security.audit.AuditQuery
 
toString() - Method in class com.sas.lsaf.security.group.Group
 
toString() - Method in class com.sas.lsaf.security.group.GroupDescriptor
 
toString() - Method in class com.sas.lsaf.security.membership.Membership
 
toString() - Method in class com.sas.lsaf.security.membership.MembershipDescriptor
 
toString() - Method in class com.sas.lsaf.security.privilege.GlobalPrivilege
 
toString() - Method in class com.sas.lsaf.security.privilege.ScopedPrivilege
 
toString() - Method in class com.sas.lsaf.security.role.Role
 
toString() - Method in class com.sas.lsaf.security.role.RoleDescriptor
 
toString() - Method in class com.sas.lsaf.security.user.AccountInfo
 
toString() - Method in class com.sas.lsaf.security.user.AuthenticationProviderInfo
 
toString() - Method in class com.sas.lsaf.security.user.LicenseType
 
toString() - Method in class com.sas.lsaf.security.user.LockedInfo
 
toString() - Method in class com.sas.lsaf.security.user.LoginInfo
 
toString() - Method in class com.sas.lsaf.security.user.PasswordInfo
 
toString() - Method in class com.sas.lsaf.security.user.User
 
toString() - Method in class com.sas.lsaf.security.user.UserCreateInfo
 
toString() - Method in class com.sas.lsaf.security.user.UserDescriptor
 
toString() - Method in class com.sas.lsaf.workflow.AttributeMapping
 
toString() - Method in class com.sas.lsaf.workflow.AutoFlowMappingMetadata
 
toString() - Method in class com.sas.lsaf.workflow.element.CompletedElement
 
toString() - Method in class com.sas.lsaf.workflow.element.CompletedEventGateway
 
toString() - Method in class com.sas.lsaf.workflow.element.CompletedSignalEvent
 
toString() - Method in class com.sas.lsaf.workflow.element.Element
 
toString() - Method in class com.sas.lsaf.workflow.FlowElementMapping
 
toString() - Method in class com.sas.lsaf.workflow.MappingAttributeMetadata
 
toString() - Method in class com.sas.lsaf.workflow.processdefinition.FlowElementDefinition
 
toString() - Method in class com.sas.lsaf.workflow.processdefinition.FormAttributeDefinition
 
toString() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionInfo
 
toString() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionMapping
 
toString() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionMappingMetadata
 
toString() - Method in class com.sas.lsaf.workflow.processdefinition.SignalDefinition
 
toString() - Method in class com.sas.lsaf.workflow.processdefinition.SignalEventDefinition
 
toString() - Method in class com.sas.lsaf.workflow.processdefinition.TimerEventDefinition
 
toString() - Method in class com.sas.lsaf.workflow.processflow.DataProperty
 
toString() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlow
 
toString() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowCopyInfo
 
toString() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
 
toString() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowQuery
 
toString() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowSearchResultItem
 
toString() - Method in class com.sas.lsaf.workflow.processflow.setup.ElementSetup
 
toString() - Method in class com.sas.lsaf.workflow.processflow.setup.EventSetup
 
toString() - Method in class com.sas.lsaf.workflow.processflow.setup.JobTaskSetup
 
toString() - Method in class com.sas.lsaf.workflow.processflow.setup.SignalEventSetup
 
toString() - Method in class com.sas.lsaf.workflow.processflow.setup.TaskSetup
 
toString() - Method in class com.sas.lsaf.workflow.task.CompletedUserTask
 
toString() - Method in class com.sas.lsaf.workflow.task.CompletedUserTaskDetails
 
toString() - Method in class com.sas.lsaf.workflow.task.TaskQuery
 
toString() - Method in class com.sas.lsaf.workflow.task.TaskSearchResults
 
toString() - Method in class com.sas.lsaf.workflow.task.UserTask
 
toString() - Method in class com.sas.lsaf.workflow.task.UserTaskAssignment
 
TOTAL_CONTAINER_SIZE - Static variable in class com.sas.lsaf.query.repository.recyclebin.RecycleBinItemQuery
The column that represents the total size (in bytes) of a container, which includes all versions of all files in the container and below, if the repository item is a container.
TOTAL_CONTAINER_SIZE - Static variable in class com.sas.lsaf.query.repository.RepositoryItemQuery
The column that represents the total size (in bytes) of a container, including all of the versions of all files that are in the container and below.
TOTAL_FILE_SIZE - Static variable in class com.sas.lsaf.query.repository.recyclebin.RecycleBinItemQuery
The column that represents the total size (in bytes) of a file, which includes all versions of the file if versioned, if the repository item is a file.
TOTAL_FILE_SIZE - Static variable in class com.sas.lsaf.query.repository.RepositoryItemQuery
The column that represents the total size (in bytes) of a file, including all versions of the file, if versioned.
TOTAL_SIZE - Static variable in class com.sas.lsaf.query.repository.recyclebin.RecycleBinFileQuery
The column that represents the total size (in bytes) of a file, which includes all versions if the file is versioned.
TOTAL_SIZE - Static variable in class com.sas.lsaf.query.repository.RepositoryFileQuery
The column that represents the total size (in bytes) of a file, which includes all versions, if the file is versioned.
TOTAL_VERSIONS - Static variable in class com.sas.lsaf.query.repository.recyclebin.RecycleBinFileQuery
The column that represents the total versions of a file if the file is versioned.
TOTAL_VERSIONS - Static variable in class com.sas.lsaf.query.repository.recyclebin.RecycleBinFileVersionQuery
The column that represents the total number of versions of a file.
TOTAL_VERSIONS - Static variable in class com.sas.lsaf.query.repository.RepositoryFileQuery
The column that represents the total versions of a file, if the file is versioned.
TOTAL_VERSIONS - Static variable in class com.sas.lsaf.query.repository.RepositoryFileVersionQuery
The column that represents the total number of versions of a file.
Type - Class in com.sas.lsaf.core.type
A Type represents an object type that is defined in the system and that contains metadata that represents the state that is maintained by instances of this type.
Type(String, String, String, boolean, boolean, boolean, List<AttributeDefinition>, List<Type.Capability>, List<String>, long) - Constructor for class com.sas.lsaf.core.type.Type
It is not intended or recommended that the consumer of this API construct these objects.
Type.Capability - Enum in com.sas.lsaf.core.type
This enumeration defines the capabilities that are available by each type.
TYPE_ACL_MEMBERS - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_ACL_OWNER - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_ANALYSIS - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_ATTRIBUTE_DEFINITION - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_AUDIT_ENTRY - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_COMPUTATIONALMETHOD_GROUP - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_CONTEXT - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_DATA_STANDARD - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_DELIVERY - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_EXTERNAL_DICTIONARY - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_FILE - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_FOLDER - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_FOLDER_USER - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_FOLDER_USERS - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_GROUP - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_ID - Static variable in class com.sas.lsaf.query.repository.recyclebin.RecycleBinItemQuery
The column that represents the type id of the repository item.
TYPE_ID - Static variable in class com.sas.lsaf.query.repository.RepositoryItemQuery
The column that represents the type id of the repository item.
TYPE_JOB - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_MEMBERSHIP - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_MODEL - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_ORGANIZATION - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_PDF - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_PRIVILEGE - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_PROCESS_FLOW - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_PROCESS_FLOW_DEFINITION - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_PROJECT - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_R_PROGRAM - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_ROLE - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_ROLE_ASSIGNMENT - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_SAS_DATASET - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_SAS_PROGRAM - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_SCHEDULE - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_SECTION - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_SESSION - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_STANDARD_ATTRIBUTE_VALUE - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_SUPPDOC_GROUP - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_TASK - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_TERMINOLOGY - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_TLF - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_TLF_TEMPLATE - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_TRASHCAN - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_TYPE - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_USER - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_VLM_GROUP - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TypeConstants - Class in com.sas.lsaf.core.type
Constants for all known types defined in the system.
TypeConstants() - Constructor for class com.sas.lsaf.core.type.TypeConstants
 
TypeDescriptor - Class in com.sas.lsaf.core.type
The lightweight representation of an object type definition defined within the system.
TypeDescriptor(String, String, String, boolean, boolean, boolean) - Constructor for class com.sas.lsaf.core.type.TypeDescriptor
It is not intended or recommended that the consumer of this API construct these objects.
typeExists(String) - Method in interface com.sas.lsaf.core.type.TypeService
Indicates whether a Type with the specified unique identifier exists within the system.
TypeNotFoundException - Exception in com.sas.lsaf.core.type
Thrown when the specified object type definition can not be found in the system.
TypeNotFoundException(String) - Constructor for exception com.sas.lsaf.core.type.TypeNotFoundException
Constructs an TypeNotFoundException with the specified detail message.
TypeService - Interface in com.sas.lsaf.core.type
The service to retrieve object type information for objects stored in the system.

U

undoCheckout(String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Undoes the checkout of the file.
UnknownAuthenticationException - Exception in com.sas.lsaf.security.authentication
Thrown when an unforeseen authentication error occurs.
UnknownAuthenticationException(String) - Constructor for exception com.sas.lsaf.security.authentication.UnknownAuthenticationException
Constructs an UnknownAuthenticationException with the specified detail message.
unlockFile(String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Unlocks the repository file.
unlockUser(String) - Method in interface com.sas.lsaf.security.user.UserService
Unlocks a user with the specified user identifier.
updateAcl(Acl) - Method in interface com.sas.lsaf.security.acl.AclService
Updates the ACL of the repository item with the specified identifier.
UpdateAction - Enum in com.sas.lsaf.clinical.common
The actions to update clinical metadata.
updateDefaultAcl(DefaultAcl) - Method in interface com.sas.lsaf.security.acl.AclService
Updates the default ACL of the repository container with the specified identifier.
updateElementSetup(ElementSetup) - Method in interface com.sas.lsaf.workflow.processflow.setup.ProcessFlowSetupService
Updates the element setup for the process flow.
updateFileContents(String, RepositoryCheckinSpecification, String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Updates the repository file with the specified file or creates a new version of the file, if the file is versioned.
updateFileContents(String, String) - Method in interface com.sas.lsaf.content.workspace.WorkspaceService
Replaces the content of the workspace file with the content of the specified local file system file.
updateGroup(Group) - Method in interface com.sas.lsaf.security.group.GroupService
Updates the definition of the group.
updateItem(RepositoryItem) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Updates the editable attributes of a repository object.
updateMembership(Membership) - Method in interface com.sas.lsaf.security.membership.MembershipService
Updates the assigned members of a context.
updateProcessDefinitionMapping(ProcessDefinitionMapping) - Method in interface com.sas.lsaf.workflow.processdefinition.ProcessDefinitionService
Updates the element mapping for the process definition based on the auto flow type.
updateProcessFlow(ProcessFlow) - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Updates the process flow.
updateRepositoryJob(Job, RepositoryCheckinSpecification) - Method in interface com.sas.lsaf.execution.job.JobService
Updates the job in the repository with the information in the job.
updateRole(Role) - Method in interface com.sas.lsaf.security.role.RoleService
Updates the name, description, privileges or members of the specified role.
updateSchedule(Schedule) - Method in interface com.sas.lsaf.schedule.ScheduleService
Updates the schedule
updateUser(User) - Method in interface com.sas.lsaf.security.user.UserService
Updates a user in the system.
updateWorkspaceJob(Job) - Method in interface com.sas.lsaf.execution.job.JobService
Updates the job in the workspace with the information to the specified job.
uploadAndExpand(String, String, boolean, RepositoryCheckinSpecification, boolean) - Method in interface com.sas.lsaf.content.repository.BatchRepositoryService
Unzips the zip file that is specified in localZipFilePath and saves the contents to the repository location that is specified in parentPath.
uploadAndExpand(String, String, boolean) - Method in interface com.sas.lsaf.content.workspace.BatchWorkspaceService
Unzips the specified zip file and saves the contents to the specified workspace location.
User - Class in com.sas.lsaf.security.user
Full representation of a user account thats defined in the system.
User(String, String, String, String, String, String, String, String, List<Attribute>, AccountInfo, PasswordInfo, LockedInfo, LoginInfo, long) - Constructor for class com.sas.lsaf.security.user.User
It is not intended or recommended that the consumer of this API construct these objects.
UserCreateInfo - Class in com.sas.lsaf.security.user
Information specifying the detailed attributes of a user account to create.
UserCreateInfo() - Constructor for class com.sas.lsaf.security.user.UserCreateInfo
Default constructor.
UserCreateInfo(String, String, String, String) - Constructor for class com.sas.lsaf.security.user.UserCreateInfo
Constructor with all required fields.
UserDeleteException - Exception in com.sas.lsaf.security.user
Thrown when there is a problem deleting a user from the system.
UserDeleteException(String) - Constructor for exception com.sas.lsaf.security.user.UserDeleteException
Constructs an UserDeleteException with the specified detail message.
UserDescriptor - Class in com.sas.lsaf.security.user
Lightweight representation of a user account defined in the system.
UserDescriptor(String, String, String) - Constructor for class com.sas.lsaf.security.user.UserDescriptor
It is not intended or recommended that the consumer of this API construct these objects.
UserException - Exception in com.sas.lsaf.security.user
Root of the hierarchy of all user account checked exceptions within the SAS Life Science Analytics Framework Java API.
UserException(String) - Constructor for exception com.sas.lsaf.security.user.UserException
Constructs an UserException with the specified detail message.
userExists(String) - Method in interface com.sas.lsaf.security.user.UserService
Determines whether a user with the specified user identifier exists in the system.
UserExistsException - Exception in com.sas.lsaf.security.user
Thrown when the user account to be created exists in the system.
UserExistsException(String) - Constructor for exception com.sas.lsaf.security.user.UserExistsException
Constructs an UserExistsException with the specified detail message.
userId(String) - Method in class com.sas.lsaf.security.audit.AuditQuery
Sets the user identifier of the user whose actions to query.
UserLockedException - Exception in com.sas.lsaf.security.user
Thrown when a user account is attempted to be locked but is already locked.
UserLockedException(String) - Constructor for exception com.sas.lsaf.security.user.UserLockedException
Constructs an UserLockedException with the specified detail message.
UserNotFoundException - Exception in com.sas.lsaf.security.user
Thrown when the user account that is specified for an action does not exist in the system.
UserNotFoundException(String) - Constructor for exception com.sas.lsaf.security.user.UserNotFoundException
Constructs an UserNotFoundException with the specified detail message.
UserPasswordException - Exception in com.sas.lsaf.security.user
Thrown when an invalid password is specified.
UserPasswordException(String) - Constructor for exception com.sas.lsaf.security.user.UserPasswordException
Constructs an UserPasswordException with the specified detail message.
UserService - Interface in com.sas.lsaf.security.user
Provides methods to manage the lifecycle of a user and to get information about a user that is defined in the system.
UserTask - Class in com.sas.lsaf.workflow.task
The class that represents a user task in a process flow.
UserTask(String, String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, String, Date, Date, Task.TaskStatus, List<Attribute>) - Constructor for class com.sas.lsaf.workflow.task.UserTask
It is not intended or recommended that the consumer of this API construct these objects.
UserTaskAssignment - Class in com.sas.lsaf.workflow.task
The class that represents the task assignment history for a user task.
UserTaskAssignment(String, String, String, Date, Date, Principal, float) - Constructor for class com.sas.lsaf.workflow.task.UserTaskAssignment
It is not intended or recommended that the consumer of the API construct these objects.
UserTaskDetails - Class in com.sas.lsaf.workflow.task
The class that represents a user task in a process flow with additional details, which includes data properties and task assignment.
UserTaskDetails(String, String, String, String, String, Element.ElementType, ProcessFlowDescriptor.FlowStatus, String, Date, Date, Task.TaskStatus, List<Attribute>, Set<Principal>, Set<DataProperty>, Set<UserTaskAssignment>) - Constructor for class com.sas.lsaf.workflow.task.UserTaskDetails
It is not intended or recommended that the consumer of this API construct these objects.
UserTaskSetup - Class in com.sas.lsaf.workflow.processflow.setup
The class that that represents setup information for the user task elements in a process flow.
UserTaskSetup(String, String, String, Element.ElementType, String) - Constructor for class com.sas.lsaf.workflow.processflow.setup.UserTaskSetup
It is not intended or recommended that the consumer of this API construct these objects.
UserUnlockedException - Exception in com.sas.lsaf.security.user
Thrown when a user account is attempted to be unlocked but is already unlocked.
UserUnlockedException(String) - Constructor for exception com.sas.lsaf.security.user.UserUnlockedException
Constructs an UserUnlockedException with the specified detail message.

V

ValidationException - Exception in com.sas.lsaf.core
Thrown if a value doesn't meet the validation criteria.
ValidationException(String) - Constructor for exception com.sas.lsaf.core.ValidationException
Construct an ValidationException with the specified detail message.
ValidationMessage - Class in com.sas.lsaf.core
The class that represents validation information from a finding generated while performing an operation such as import or export.
ValidationMessage(String, ValidationMessage.Severity, String, int) - Constructor for class com.sas.lsaf.core.ValidationMessage
It is not intended or recommended that the consumer of this API construct these objects.
ValidationMessage.Severity - Enum in com.sas.lsaf.core
The possible values of validation message severity.
ValidationReportException - Exception in com.sas.lsaf.clinical.common
Thrown when the validation report is not created.
ValidationReportException(String) - Constructor for exception com.sas.lsaf.clinical.common.ValidationReportException
Constructs a ValidationReportException object with the specified detail message.
ValidationResult - Class in com.sas.lsaf.core
The class that represents validation results from performing an import or export.
ValidationResult(List<ValidationMessage>, List<ValidationMessage>, List<ValidationMessage>, String, Date) - Constructor for class com.sas.lsaf.core.ValidationResult
It is not intended or recommended that the consumer of this API construct these objects.
value(Serializable) - Method in class com.sas.lsaf.query.Comparison
Sets the value of the comparison.
ValueListMetadata - Class in com.sas.lsaf.clinical.model
The class that represents value list metadata for an attribute with a predefined set of allowed values.
ValueListMetadata(String, String, String, boolean, boolean, List<ValueListValueMetadata>) - Constructor for class com.sas.lsaf.clinical.model.ValueListMetadata
It is not intended or recommended that the consumer of this API construct these objects.
ValueListValueMetadata - Class in com.sas.lsaf.clinical.model
TODO Provide javadoc for ValueListValueMetadata
ValueListValueMetadata(String, String, boolean, int) - Constructor for class com.sas.lsaf.clinical.model.ValueListValueMetadata
It is not intended or recommended that the consumer of this API construct these objects.
valueOf(String) - Static method in enum com.sas.lsaf.clinical.common.UpdateAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.clinical.model.ModelConstants.AttributeScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.clinical.model.ModelConstants.AttributeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.clinical.model.ModelConstants.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.clinical.model.ModelConstants.LogicalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.clinical.study.StudyComponent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.content.repository.RepositoryFile.SigningStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.content.repository.RepositoryItem.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.content.repository.RepositoryItem.Syncable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.content.repository.SynchronizationInfo.CheckoutStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.content.repository.SynchronizationInfo.FileStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.content.repository.SynchronizationInfo.SynchronizationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.content.repository.VersionDeleteInfo.DeleteStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.content.repository.VersionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.core.action.ActionStatus.CompletionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.core.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.core.EntityState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.core.EntityStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.core.SourceLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.core.type.AttributeDefinition.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.core.type.Type.Capability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.core.ValidationMessage.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.execution.job.JobParameter.ParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.execution.job.JobSubmission.JobSubmissionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.execution.job.JobSubmissionStatus.DetailStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.execution.job.JobSubmissionStatus.SummaryStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.execution.job.Manifest.ManifestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.execution.job.ManifestProgram.ExecutionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.execution.session.EngineType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.execution.session.Session.SessionEngine
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.execution.session.Session.SessionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.execution.session.Session.SessionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.messaging.subscription.SubscriptionEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.query.Column.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.query.Comparison.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.query.Condition.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.query.security.membership.ContextMembershipQuery.MembershipScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.schedule.ScheduleDescriptor.ScheduleStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.schedule.ScheduleTrigger.DayOfWeek
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.schedule.ScheduleTrigger.TriggerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.security.acl.AclEntry.PermissionValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.security.acl.DefaultAcl.OwnerPropagation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.security.audit.AuditEntry.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.security.user.AccountInfo.AccountType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.workflow.AutoFlowType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.workflow.element.CompletedElement.TaskCompletedState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.workflow.element.Element.ElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.workflow.FlowAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.workflow.processdefinition.ProcessDefinitionInfo.ProcessDefinitionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.workflow.processflow.CreationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.workflow.processflow.DataProperty.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor.FlowStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.workflow.processflow.setup.NotificationTaskSetup.MessagePriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.workflow.processflow.setup.TimerEventSetup.TimerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.workflow.task.Task.Complexity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.workflow.task.Task.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.workflow.task.Task.TaskStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.workflow.task.TaskQuery.AssigneeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sas.lsaf.clinical.common.UpdateAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.clinical.model.ModelConstants.AttributeScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.clinical.model.ModelConstants.AttributeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.clinical.model.ModelConstants.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.clinical.model.ModelConstants.LogicalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.clinical.study.StudyComponent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.content.repository.RepositoryFile.SigningStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.content.repository.RepositoryItem.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.content.repository.RepositoryItem.Syncable
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.content.repository.SynchronizationInfo.CheckoutStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.content.repository.SynchronizationInfo.FileStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.content.repository.SynchronizationInfo.SynchronizationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.content.repository.VersionDeleteInfo.DeleteStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.content.repository.VersionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.core.action.ActionStatus.CompletionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.core.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.core.EntityState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.core.EntityStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.core.SourceLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.core.type.AttributeDefinition.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.core.type.Type.Capability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.core.ValidationMessage.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.execution.job.JobParameter.ParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.execution.job.JobSubmission.JobSubmissionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.execution.job.JobSubmissionStatus.DetailStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.execution.job.JobSubmissionStatus.SummaryStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.execution.job.Manifest.ManifestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.execution.job.ManifestProgram.ExecutionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.execution.session.EngineType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.execution.session.Session.SessionEngine
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.execution.session.Session.SessionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.execution.session.Session.SessionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.messaging.subscription.SubscriptionEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.query.Column.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.query.Comparison.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.query.Condition.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.query.security.membership.ContextMembershipQuery.MembershipScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.schedule.ScheduleDescriptor.ScheduleStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.schedule.ScheduleTrigger.DayOfWeek
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.schedule.ScheduleTrigger.TriggerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.security.acl.AclEntry.PermissionValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.security.acl.DefaultAcl.OwnerPropagation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.security.audit.AuditEntry.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.security.user.AccountInfo.AccountType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.workflow.AutoFlowType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.workflow.element.CompletedElement.TaskCompletedState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.workflow.element.Element.ElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.workflow.FlowAttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.workflow.processdefinition.ProcessDefinitionInfo.ProcessDefinitionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.workflow.processflow.CreationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.workflow.processflow.DataProperty.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor.FlowStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.workflow.processflow.setup.NotificationTaskSetup.MessagePriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.workflow.processflow.setup.TimerEventSetup.TimerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.workflow.task.Task.Complexity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.workflow.task.Task.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.workflow.task.Task.TaskStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.workflow.task.TaskQuery.AssigneeType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class com.sas.lsaf.query.repository.recyclebin.RecycleBinFileQuery
The column that represents the latest version if the file is versioned.
VERSION - Static variable in class com.sas.lsaf.query.repository.recyclebin.RecycleBinFileVersionQuery
The column that represents a specific version of a file.
VERSION - Static variable in class com.sas.lsaf.query.repository.RepositoryFileQuery
The column that represents the latest version, if the file is versioned.
VERSION - Static variable in class com.sas.lsaf.query.repository.RepositoryFileVersionQuery
The column that represents a specific version of a file.
VERSION_CREATED - Static variable in class com.sas.lsaf.query.repository.RepositoryFileVersionQuery
The column that represents the date and time on which the version was created.
VERSION_CREATED_BY - Static variable in class com.sas.lsaf.query.repository.RepositoryFileVersionQuery
The column that represents who created the version of the file.
VersionDeleteInfo - Class in com.sas.lsaf.content.repository
The class that represents the status of a deleted version when calling deleteVersions.
VersionDeleteInfo(String, VersionDeleteInfo.DeleteStatus) - Constructor for class com.sas.lsaf.content.repository.VersionDeleteInfo
It is not intended or recommended that the consumer of the API construct this object.
VersionDeleteInfo.DeleteStatus - Enum in com.sas.lsaf.content.repository
The status of a deleted version of a file.
VERSIONED - Static variable in class com.sas.lsaf.query.repository.RepositoryFileQuery
The column that represents whether a file is versioned.
VersionLimits - Class in com.sas.lsaf.content.repository
The class that represents the version retention limits for versioned files.
VersionLimits(Integer, Integer) - Constructor for class com.sas.lsaf.content.repository.VersionLimits
Constructor.
versionType(VersionType) - Method in class com.sas.lsaf.content.common.FileCreateInfo
 
VersionType - Enum in com.sas.lsaf.content.repository
The next logical version type that is generated when creating or checking in a new version of a file.
versionType(VersionType, String) - Method in class com.sas.lsaf.execution.job.JobPublishCheckin
Gets a JobPublishCheckin with the specified VersionType using the specified version, if version type is CUSTOM.

W

WorkspaceFile - Class in com.sas.lsaf.content.workspace
The representation of a file in the user's workspace.
WorkspaceFile(String, Date, long) - Constructor for class com.sas.lsaf.content.workspace.WorkspaceFile
It is not intended or recommended that the consumer of this API construct these objects.
WorkspaceFileInfo - Class in com.sas.lsaf.content.repository
Provides the latest workspace file information that is related to synchronization state.
WorkspaceFileInfo(String, Date, long) - Constructor for class com.sas.lsaf.content.repository.WorkspaceFileInfo
Initializing constructor that sets the values of all variables.
WorkspaceFolder - Class in com.sas.lsaf.content.workspace
The representation of a folder in the user's workspace.
WorkspaceFolder(String, Date) - Constructor for class com.sas.lsaf.content.workspace.WorkspaceFolder
It is not intended or recommended that the consumer of this API construct these objects.
WorkspaceItem - Class in com.sas.lsaf.content.workspace
The abstract base class for workspace folders and files.
WorkspaceItem(String, Date) - Constructor for class com.sas.lsaf.content.workspace.WorkspaceItem
It is not intended or recommended that the consumer of this API construct these objects.
WorkspaceItemCopyException - Exception in com.sas.lsaf.content.workspace
Thrown when the workspace item cannot be copied as requested.
WorkspaceItemCopyException(String, String) - Constructor for exception com.sas.lsaf.content.workspace.WorkspaceItemCopyException
Constructs a WorkspaceItemCopyException with the specified path and message.
WorkspaceItemDeleteException - Exception in com.sas.lsaf.content.workspace
Thrown when the workspace item cannot be deleted as requested.
WorkspaceItemDeleteException(String, String) - Constructor for exception com.sas.lsaf.content.workspace.WorkspaceItemDeleteException
Constructs a WorkspaceItemDeleteException with the specified path and message.
WorkspaceItemException - Exception in com.sas.lsaf.content.workspace
The root of the hierarchy of all workspace item checked exceptions.
WorkspaceItemException(String, String) - Constructor for exception com.sas.lsaf.content.workspace.WorkspaceItemException
Constructs a WorkspaceItemException with the specified path and message.
WorkspaceItemExistsException - Exception in com.sas.lsaf.content.workspace
Thrown when an attempt is made to create a workspace item in the workspace and an item with that name exists.
WorkspaceItemExistsException(String, String) - Constructor for exception com.sas.lsaf.content.workspace.WorkspaceItemExistsException
Constructs a WorkspaceItemExistsException with the specified path and message.
WorkspaceItemMoveException - Exception in com.sas.lsaf.content.workspace
Thrown when the workspace item cannot be moved as requested.
WorkspaceItemMoveException(String, String) - Constructor for exception com.sas.lsaf.content.workspace.WorkspaceItemMoveException
Constructs a WorkspaceItemMoveException with the specified path and message.
WorkspaceItemNotFoundException - Exception in com.sas.lsaf.content.workspace
Thrown when the specified workspace item s not found in the workspace.
WorkspaceItemNotFoundException(String, String) - Constructor for exception com.sas.lsaf.content.workspace.WorkspaceItemNotFoundException
Constructs a WorkspaceResourceNotFoundException with the specified path and message.
WorkspaceMarkForAddException - Exception in com.sas.lsaf.content.workspace
Thrown when the workspace item cannot be marked for addition to the repository.
WorkspaceMarkForAddException(String, String) - Constructor for exception com.sas.lsaf.content.workspace.WorkspaceMarkForAddException
Constructs a WorkspaceMarkForAddException with the specified path and message.
WorkspaceService - Interface in com.sas.lsaf.content.workspace
he service to manage files and folders in the current user's workspace.
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>