Skip navigation links
A B C D E F G H I J L M N O P 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.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.
addAction(String) - Method in class com.sas.lsaf.security.audit.AuditQuery
Adds an action to the list of actions to query.
addInheritedRole(String, String, Set<Principal>) - Method in interface com.sas.lsaf.security.role.RoleService
Adds an inherited role at the specified context.
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.
addSourceTypeId(String) - Method in class com.sas.lsaf.security.audit.AuditQuery
Adds a source type to the list of types to query.
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.
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.
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.
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.
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.
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.

B

BatchRepositoryService - Interface in com.sas.lsaf.content.repository
A 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

changePassword(String, String) - Method in interface com.sas.lsaf.security.user.UserService
Changes the current user password.
CheckedOutFilesQuery - Class in com.sas.lsaf.content.repository
Contains information on how 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 while 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 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 contents of 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 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.
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.
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.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
Service for retrieving and deleting 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 in the system.
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
Provides the classes and interfaces needed to query and manage SAS sessions.
com.sas.lsaf.messaging.subscription - package com.sas.lsaf.messaging.subscription
The service for creating and retrieving subscriptions.
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.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
Service and class definitions for managing process definitions.
com.sas.lsaf.workflow.processflow - package com.sas.lsaf.workflow.processflow
Service and class definitions for managing process flows.
com.sas.lsaf.workflow.processflow.setup - package com.sas.lsaf.workflow.processflow.setup
Service and class definitions for managing 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.content.common.FileCreateInfo
 
CompletedElement - Class in com.sas.lsaf.workflow.element
Abstract class representing a completed element of a process flow.
CompletedElement(String, String, String, String, String, String, Element.ElementType, Date, String, Date) - Constructor for class com.sas.lsaf.workflow.element.CompletedElement
It is not intended or recommended that the consumer of this API construct these objects.
CompletedEvent - Class in com.sas.lsaf.workflow.element
Represents a completed event in a process flow.
CompletedEvent(String, String, String, String, String, String, Element.ElementType, Date, String, Date) - 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
Represents a completed event gateway in a process flow.
CompletedEventGateway(String, String, String, String, String, String, Element.ElementType, Date, String, Date, 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
Represents a completed job task in a process flow.
CompletedJobTask(String, String, String, String, String, String, Element.ElementType, Date, List<Attribute>, String, Date, String, CompletedTask.TaskCompletedState, String, String, String, String, Set<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
Represents a completed notification task in a process flow.
CompletedNotificationTask(String, String, String, String, String, String, Element.ElementType, Date, List<Attribute>, String, Date, String, CompletedTask.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
Represents a completed signal event in a process flow
CompletedSignalEvent(String, String, String, String, String, String, Element.ElementType, Date, String, Date, String, String) - 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
Represents a completed task in a process flow.
CompletedTask(String, String, String, String, String, String, Element.ElementType, Date, String, Date, 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.
CompletedTask.TaskCompletedState - Enum in com.sas.lsaf.workflow.task
Provides the completed state of the task.
CompletedUserTask - Class in com.sas.lsaf.workflow.task
Represents a completed user task in a process flow.
CompletedUserTask(String, String, String, String, String, String, Element.ElementType, Date, List<Attribute>, String, Date, 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
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, 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.
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.
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.
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.
createContext(String, String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Creates a context at the specified location in the repository.
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 at the specified location 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
Create process flow at the specified context with the specified name using the latest deployed version of the process definition with the specified identifier.
createProcessFlowManifest(String, FileCreateInfo) - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Creates a process flow manifest for the process flow with the specified identifier.
createRepositoryJob(JobCreateInfo, RepositoryCheckinSpecification) - Method in interface com.sas.lsaf.execution.job.JobService
Creates job in workspace and checks it into 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 parameters that are necessary to create a signature.
CreateSignatureInfo() - Constructor for class com.sas.lsaf.content.repository.signature.CreateSignatureInfo
Constructs a 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<ItemSpecification>, Set<JobParameter>, boolean) - Method in interface com.sas.lsaf.execution.job.JobService
Creates a job in the current user's workspace while optionally being able to specify tasks and parameters.
createWorkspaceJob(JobCreateInfo) - Method in interface com.sas.lsaf.execution.job.JobService
Creates job in workspace based on information specified on JobCreateInfo
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.
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
Represents a form property in a process flow which is specified with the start event in a process definition.
DataProperty(String, String, DataProperty.Type, Serializable, Map<String, String>, String) - Constructor for class com.sas.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 task type.
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 (moved 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.
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 specified item with the specified id 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 specified recycle bin items with the specified identifiers in the recycle bin.
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, boolean) - Method in interface com.sas.lsaf.execution.session.SessionService
Deletes a SAS session with the option to force cleanup, which stops the remote SAS process (if necessary) and cleans up the transient workspace (if it exists).
deleteSessions(Set<String>, boolean) - Method in interface com.sas.lsaf.execution.session.SessionService
Deletes the SAS sessions with the specified identifiers with the option to force cleanup that will stop the remote SAS processes (if necessary) and cleanup the transient workspaces (if they exist).
deleteUser(String) - Method in interface com.sas.lsaf.security.user.UserService
Deletes a user who has performed no actions in the system.
description(String) - Method in class com.sas.lsaf.content.common.AbstractCreateInfo
 
description(String) - Method in class com.sas.lsaf.content.common.FileCreateInfo
 
description - Variable in class com.sas.lsaf.workflow.processflow.setup.ElementSetup
 
disableVersioning(String, String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Disables versioning support for the repository file.
downloadAsZip(Set<String>, String, boolean) - Method in interface com.sas.lsaf.content.repository.BatchRepositoryService
Uses the repository paths in the selected set and downloads them to the zip file that is specified in local path.
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 current contents of 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
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
Abstract parent class of 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.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 support for the repository file.
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 SAS session.
equals(Object) - Method in class com.sas.lsaf.content.common.ItemSpecification
Indicate whether some other object is "equal to" this one.
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.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.JobCreateInfo
 
equals(Object) - Method in class com.sas.lsaf.execution.job.JobDescriptor
 
equals(Object) - Method in class com.sas.lsaf.execution.job.JobParameter
 
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.ManifestFile
 
equals(Object) - Method in class com.sas.lsaf.execution.job.ManifestInput
 
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.ManifestSynchronizationMetrics
 
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.SasSession
 
equals(Object) - Method in class com.sas.lsaf.messaging.subscription.Subscription
 
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.element.Element
 
equals(Object) - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionInfo
 
equals(Object) - Method in class com.sas.lsaf.workflow.processflow.DataProperty
Indicate 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
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.
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
Checks if the process flow exists with the specified name at the specified context.

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
 
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 be accessed 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
 
getActualHours() - Method in class com.sas.lsaf.workflow.task.UserTaskAssignment
 
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
Get all user tasks this 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.
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.
getAllProcessFlowDescriptors() - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Get all process flows this user is authorized to see.
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 SAS 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 be accessed 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
 
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 userid of the user assigned to this user task.
getAssignee() - Method in class com.sas.lsaf.workflow.task.UserTask
Gets the userid of the user assigned to this user task.
getAssignee() - Method in class com.sas.lsaf.workflow.task.UserTaskAssignment
 
getAttribute(String) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlow
Gets the extended attribute with the specified id 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.
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.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 class com.sas.lsaf.workflow.processflow.ProcessFlow
Gets the list of extended attributes defined for a process flow.
getAttributes() - Method in class com.sas.lsaf.workflow.processflow.setup.TaskSetup
Get the extended attributes defined on this repository item (if they exist).
getAttributes() - Method in class com.sas.lsaf.workflow.task.CompletedTask
Gets the extended attributes for this task.
getAttributes() - Method in class com.sas.lsaf.workflow.task.Task
Gets the extended attributes of this 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.
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.
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 be accessed 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 identifier for the user account.
getAuthenticatorUsername() - Method in class com.sas.lsaf.security.user.AccountInfo
Gets the authentication provider username of the user account.
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.
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 be accessed 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 be accessed using the current session
getCandidates() - Method in class com.sas.lsaf.workflow.processflow.setup.UserTaskSetup
Gets the candidates for this user task.
getCandidates() - Method in class com.sas.lsaf.workflow.task.UserTaskDetails
Gets the candidates properties 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.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.content.repository.RepositoryFile
Gets the date the file was checked out, if it is checked out.
getCheckedOutFilesSearchResults(int, int) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Retrieves a range of results after calling RepositoryService.searchCheckedOutFiles(CheckedOutFilesQuery).
getCheckInErrorMessage() - Method in class com.sas.lsaf.execution.job.ManifestOutput
Returns the message describing why the output 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.SasSession
Gets the incremental number that is assigned to a SAS session.
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 provided when the content was created.
getComment() - Method in class com.sas.lsaf.content.repository.RepositoryFileVersionInfo
Gets the comment, if one was provided 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 provided with the signature, if one was provided.
getCompleted() - Method in class com.sas.lsaf.execution.job.JobSubmission
Gets the date the job was completed.
getCompleted() - Method in class com.sas.lsaf.workflow.element.CompletedElement
Gets the date this completed element was completed.
getCompletedBy() - Method in class com.sas.lsaf.workflow.element.CompletedElement
Gets the user that completed this element.
getCompletedElementsByProcessFlow(String) - Method in interface com.sas.lsaf.workflow.task.TaskService
Get the completed elements of the process flow with the given identifier
getCompletedState() - Method in class com.sas.lsaf.workflow.task.CompletedJobTask
Gets the completed state of the task.
getCompletedState() - Method in class com.sas.lsaf.workflow.task.CompletedNotificationTask
Gets the completed state of the task.
getCompletedStatus() - Method in class com.sas.lsaf.workflow.task.CompletedJobTask
Gets the descriptive completion status of the task.
getCompletedStatus() - Method in class com.sas.lsaf.workflow.task.CompletedNotificationTask
Gets the descriptive completion status of the task.
getCompletionComment() - Method in class com.sas.lsaf.workflow.task.CompletedUserTask
Gets the completion comment for this 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 this 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 this user task.
getComplexity() - Method in class com.sas.lsaf.workflow.task.CompletedUserTask
Gets the complexity of this user task.
getComplexity() - Method in class com.sas.lsaf.workflow.task.UserTask
Gets the complexity of this user task.
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
Get the context of this object
getContextPath() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Get the path of the context of this object
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 ids for the types where this process 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.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 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 this completed element was created.
getCreated() - Method in class com.sas.lsaf.workflow.element.Element
Gets the date this element was created.
getCreated() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Return the date this process flow was created.
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
Get the userid of the user who created this process flow
getCurrentElementsByProcessFlow(String) - Method in interface com.sas.lsaf.workflow.task.TaskService
Get the current elements of the process flow with the given 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 SAS sessions for the current user.
getCurrentUserTasks() - Method in interface com.sas.lsaf.workflow.task.TaskService
Get user tasks assigned to the current user.
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 version type is CUSTOM.
getCustomVersion() - Method in class com.sas.lsaf.execution.job.OutputFileSpec
Get the version to use if version type is CUSTOM.
getDateAssigned() - Method in class com.sas.lsaf.workflow.task.UserTaskAssignment
 
getDateEnded() - Method in class com.sas.lsaf.execution.session.SasSession
Gets the date on which the SAS session was ended.
getDatePattern() - Method in class com.sas.lsaf.workflow.processflow.DataProperty
Get the date pattern of this data property as defined in the process definition
getDateStarted() - Method in class com.sas.lsaf.execution.session.SasSession
Gets the date on which the SAS session was started.
getDateStarted() - Method in class com.sas.lsaf.workflow.task.UserTaskAssignment
 
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.execution.job.JobParameter
Get the default value of the parameter.
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 this process definition.
getDefinitionFileVersion() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionInfo
Gets the version of the process definition file in the repository that was used to deploy this 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.
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 definition.
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
Get the description of the job
getDescription() - Method in class com.sas.lsaf.execution.job.JobCreateInfo
Gets the description of the job.
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 this 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.ProcessDefinitionInfo
Gets the description of this process definition.
getDescription() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Get the description of this object
getDescription() - Method in class com.sas.lsaf.workflow.processflow.setup.ElementSetup
Gets the description of this 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
Get the detail status.
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 this user task.
getDueDate() - Method in class com.sas.lsaf.workflow.task.CompletedUserTask
Gets the due date of this user task.
getDueDate() - Method in class com.sas.lsaf.workflow.task.UserTask
Gets the due date of this user task.
getElementId() - Method in class com.sas.lsaf.workflow.element.CompletedElement
Gets the id of this completed element as it appears in the process definition.
getElementId() - Method in class com.sas.lsaf.workflow.element.Element
Gets the id for this element as defined in the process definition.
getElementId() - Method in class com.sas.lsaf.workflow.processflow.setup.ElementSetup
Gets the id for this element as defined in the process definition.
getElementSetups(String) - Method in interface com.sas.lsaf.workflow.processflow.setup.ProcessFlowSetupService
Get the process flow setup elements for the process flow at the specified context with the specified name.
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.
getEntries() - Method in class com.sas.lsaf.security.acl.AbstractAcl
Gets the ACL entries for this ACL.
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
Returns the execution status of the program.
getExecutionStatusMessage() - Method in class com.sas.lsaf.execution.job.ManifestProgram
Returns the detailed message about the execution status.
getExecutionTime() - Method in class com.sas.lsaf.execution.job.ManifestProgram
Returns the total time of execution for this program (in ms).
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.
getFile(String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Gets the repository file at the path.
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 entire list of versions of the 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 containing this element.
getFolder(String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Gets the repository folder at the path.
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.
getFromLastModifiedDate() - Method in class com.sas.lsaf.content.repository.SearchQuery
Gets the start date of the range for 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 be accessed 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 be accessed using the current session
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 id of this job submission.
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.ProcessDefinitionInfo
Gets the id of this process definition as it exists in the definition file.
getId() - Method in class com.sas.lsaf.workflow.processflow.DataProperty
Get the id of this data property as defined in the process definition
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.Job
Get the set of inputs associated with this job
getInputs() - Method in class com.sas.lsaf.execution.job.JobCreateInfo
Gets the inputs for the job.
getInputs() - Method in class com.sas.lsaf.execution.job.Manifest
Returns the job inputs at the time of this job submission.
getInputsMetrics() - Method in class com.sas.lsaf.execution.job.ManifestMetrics
Gets the synchronization metrics for the job input files.
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
Returns the job information at the time of this job submission.
getJob() - Method in class com.sas.lsaf.schedule.ScheduleJobInfo
Gets the lightweight representation of the job to run.
getJobDescription() - Method in class com.sas.lsaf.execution.job.Manifest
Returns the job description for the job at the time of this job submission.
getJobDetails() - Method in class com.sas.lsaf.workflow.task.CompletedJobTask
Gets the details of the job - the description from within the job xml.
getJobMetrics() - Method in class com.sas.lsaf.execution.job.ManifestMetrics
Gets the synchronization metrics for the job file.
getJobPath() - Method in class com.sas.lsaf.execution.job.JobSubmission
Get the job path of this 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 be accessed 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
Returns the job submission details at the time of this job submission.
getJobSubmissionBySasSession(String) - Method in interface com.sas.lsaf.execution.job.JobSubmissionService
Get the JobSubmission containing job information and job execution status for job that created the specified SAS session.
getJobSubmissionsByJobPath(String) - Method in interface com.sas.lsaf.execution.job.JobSubmissionService
Get job submission entries for the repository job specified 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 be accessed using the current session
getJobSubmissionStatus() - Method in class com.sas.lsaf.execution.job.JobSubmission
Gets the job details and submission status for this 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 this 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.
getLabel() - Method in class com.sas.lsaf.execution.job.JobParameter
Get the label for this 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.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.schedule.ScheduleDescriptor
Gets the date on which the schedule was last modified.
getLastModified() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Return the date this process flow was last modified.
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
Get the userid of the user who last modified this 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.
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
Get the latest job submission entry for the repository job specified by the job path
getLicenseTypeId() - Method in class com.sas.lsaf.security.user.AccountInfo
Gets the identifier 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.
getListingContents(String) - Method in interface com.sas.lsaf.execution.session.SessionService
Gets the SAS listing file for the SAS session, if the size of the file does not exceed 5 megabytes (5,242,880 bytes).
getListingSize(String) - Method in interface com.sas.lsaf.execution.session.SessionService
Gets the size (in bytes) of the listing file for the SAS session.
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 location of the item to query in the recycle bin.
getLocation() - Method in class com.sas.lsaf.content.repository.SearchQuery
Gets the location of the item.
getLocations() - Method in class com.sas.lsaf.workflow.element.SignalEvent
Gets the locations that trigger 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.
getLog() - Method in class com.sas.lsaf.execution.job.Manifest
Returns the log information at the time of this job submission.
getLogContents(String) - Method in interface com.sas.lsaf.execution.session.SessionService
Gets the SAS log file contents for the SAS session, if the size of the file does not exceed 5 megabytes (5,242,880 bytes).
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.
getLogPath() - Method in class com.sas.lsaf.execution.job.Job
Get the log path for this job
getLogPath() - Method in class com.sas.lsaf.execution.job.JobCreateInfo
Gets the parent path of where the log of the job will be saved.
getLogSize(String) - Method in interface com.sas.lsaf.execution.session.SessionService
Gets the size (in bytes) of the log file for the SAS session.
getLst() - Method in class com.sas.lsaf.execution.job.Manifest
Returns the listing information at the time of this job submission.
getLstPath() - Method in class com.sas.lsaf.execution.job.Job
Get the list path for this job
getLstPath() - Method in class com.sas.lsaf.execution.job.JobCreateInfo
Gets the parent path of where the listing of the job will be saved.
getManifestByJobSubmission(String) - Method in interface com.sas.lsaf.execution.job.JobSubmissionService
Get the job manifest for the specified job submission
getManifestByRepositoryPath(String, String) - Method in interface com.sas.lsaf.execution.job.JobSubmissionService
Get the job manifest at the path and version specified.
getManifestMetrics() - Method in class com.sas.lsaf.execution.job.Manifest
Returns the manifest metrics captured for this job submission.
getManifestPath() - Method in class com.sas.lsaf.execution.job.Job
Get the manifest path for this job
getManifestPath() - Method in class com.sas.lsaf.execution.job.JobCreateInfo
Gets the parent path of where the manifest of the job will be saved.
getManifestType() - Method in class com.sas.lsaf.execution.job.Manifest
Returns the type of manifest for this job submission - whether run in the workspace or repository.
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.
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.
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 be accessed 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 this 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.
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.
getMyProcessFlowDescriptors() - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Get all process flows this user is authorized to see.
getMyProcessFlowDescriptorsByContext(String, boolean) - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Get all process flows that are owned by the current user at a specified context, and (optionally) below.
getName(String) - Static method in class com.sas.lsaf.client.utils.RelativePathUtility
Return the name of the file or folder denoted by this path.
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 source 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.JobCreateInfo
Gets the name of the job.
getName() - Method in class com.sas.lsaf.execution.job.JobParameter
Get the name of the parameter.
getName() - Method in class com.sas.lsaf.execution.job.ParameterValue
Get the name of the parameter.
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 class com.sas.lsaf.workflow.element.CompletedElement
Gets the name of this completed element.
getName() - Method in class com.sas.lsaf.workflow.element.Element
Gets the name for this element.
getName() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionInfo
Gets the name of this process definition.
getName() - Method in class com.sas.lsaf.workflow.processflow.DataProperty
Get the name of this data property as defined in the process definition
getName() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Get the name of this process flow
getName() - Method in class com.sas.lsaf.workflow.processflow.setup.ElementSetup
Gets the name of this element.
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.
getNumOccurrences() - Method in class com.sas.lsaf.schedule.ScheduleTrigger
Gets the number of times to execute the schedule.
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.
getOutputFileSpec() - Method in class com.sas.lsaf.execution.job.Job
Get the checkin specification to use for output files created by this job.
getOutputFileSpec() - Method in class com.sas.lsaf.execution.job.JobCreateInfo
Gets the specification for how to check in outputs of the job.
getOutputFileSpec() - Method in class com.sas.lsaf.execution.job.Manifest
Returns the specification for creating outputs at the time of this job submission.
getOutputs() - Method in class com.sas.lsaf.execution.job.Job
Get the set of outputs associated with this job
getOutputs() - Method in class com.sas.lsaf.execution.job.JobCreateInfo
Gets the outputs for the job.
getOutputs() - Method in class com.sas.lsaf.execution.job.Manifest
Returns the job outputs generated at the time of this job submission.
getOutputsMetrics() - Method in class com.sas.lsaf.execution.job.ManifestMetrics
Gets the synchronization metrics for the job output files.
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.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
Get the owner's userid of this process flow
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
Get the job parameters.
getParameters() - Method in class com.sas.lsaf.execution.job.JobCreateInfo
Gets the parameters for the job.
getParameters() - Method in class com.sas.lsaf.execution.job.Manifest
Returns the parameters used at the time of this 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 will override the default parameter values in the job.
getParameterValues() - Method in class com.sas.lsaf.workflow.task.CompletedJobTask
Gets the parameter values used to run the job with this task.
getParameterValues() - Method in class com.sas.lsaf.workflow.task.JobTask
Gets the parameter values that will override the default parameter values in the job.
getParentMembershipContext(String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Gets the nearest parent context with 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.
getParentPath() - Method in class com.sas.lsaf.execution.job.JobCreateInfo
Gets the parent path of the job.
getPassword() - Method in class com.sas.lsaf.content.repository.signature.CreateSignatureInfo
Gets the password that will be 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.content.common.AbstractCreateInfo
 
getPath() - Method in class com.sas.lsaf.content.common.ItemSpecification
Get the specified path.
getPath() - Method in exception com.sas.lsaf.content.repository.CheckedOutFilesSearchException
Gets the path value that is specified in the exception.
getPath() - Method in exception com.sas.lsaf.content.repository.CopyToWorkspaceException
Return the path of the item that caused this exception.
getPath() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinItem
Gets the path of the deleted object.
getPath() - Method in class com.sas.lsaf.content.repository.RepositoryFileInfo
Gets the full path of the repository file.
getPath() - Method in class com.sas.lsaf.content.repository.RepositoryItem
Gets the full path of 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 of 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.JobDescriptor
Get the path of the job
getPath() - Method in class com.sas.lsaf.execution.job.ManifestFile
Returns the path of the file in the manifest.
getPath() - Method in class com.sas.lsaf.messaging.subscription.Subscription
Gets the path of the object for the subscription.
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 this notification task
getPriority() - Method in class com.sas.lsaf.workflow.processflow.setup.UserTaskSetup
Gets the priority of this 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 this 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.UserTask
Gets the priority of this 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.
getProcessData() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlow
Gets the process data properties for a process flow.
getProcessDefinitionInfo() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Get the process definition information that was used to create this process flow
getProcessDefinitionsByContextType(String) - Method in interface com.sas.lsaf.workflow.processdefinition.ProcessDefinitionService
Gets the latest deployed process definitions at context with the specified 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 be accessed using the current session
getProcessFlowById(String) - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Get process flow with the specified identifier.
getProcessFlowByNameAndContext(String, String) - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Get process flow at the specified context with the specified name.
getProcessFlowDescriptorsByContext(String, boolean) - Method in interface com.sas.lsaf.workflow.processflow.ProcessFlowService
Get process flows at the specified context and (optionally) below.
getProcessFlowId() - Method in class com.sas.lsaf.workflow.element.CompletedElement
Gets the id of the process flow containing this element.
getProcessFlowId() - Method in class com.sas.lsaf.workflow.element.Element
Gets the id of the process flow containing this element.
getProcessFlowIdentifier() - Method in class com.sas.lsaf.workflow.processflow.setup.ElementSetup
 
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 be accessed 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 be accessed 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
Get the programs associated with this job.
getPrograms() - Method in class com.sas.lsaf.execution.job.JobCreateInfo
Gets the programs for the job.
getPrograms() - Method in class com.sas.lsaf.execution.job.Manifest
Returns the job programs at the time of this 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 Session.
getProxyPassword() - Method in class com.sas.lsaf.client.ProxyInfo
Returns the proxy server password to use when establishing a Session.
getProxyPort() - Method in class com.sas.lsaf.client.ProxyInfo
Returns the proxy server port to use when establishing a Session.
getProxyUserId() - Method in class com.sas.lsaf.client.ProxyInfo
Returns the proxy server user id to use when establishing a Session.
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 used to create the signature.
getRecipients() - Method in class com.sas.lsaf.workflow.processflow.setup.NotificationTaskSetup
Sets the recipients for this 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.
getRecycleBinSearchResults() - Method in class com.sas.lsaf.content.repository.recyclebin.RecycleBinSearchResults
Gets search results that are based on the RecycleBinQuery provided to 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 be accessed using the current session
getReferencedMetrics() - Method in class com.sas.lsaf.execution.job.ManifestMetrics
Gets the synchronization metrics for inputs that were referenced by programs
getReferencingProgram() - Method in class com.sas.lsaf.execution.job.ManifestInput
Returns the program that referenced this input.
getReferencingProgram() - Method in class com.sas.lsaf.execution.job.ManifestOutput
Returns the program that referenced this input.
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.
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 synchronized to the workspace.
getRepositoryFilePath() - Method in class com.sas.lsaf.content.repository.signature.Signature
Gets the path of 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.
getRepositoryId() - Method in class com.sas.lsaf.execution.job.ManifestFile
Returns the unique id of the file if it exists in the repository.
getRepositoryJob(String, String) - Method in interface com.sas.lsaf.execution.job.JobService
Gets the job from the specified path in the repository
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 be accessed using the current session
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
The internal revision number of this 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 used 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 be accessed 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.
getRunAsOwner(String) - Method in interface com.sas.lsaf.execution.job.JobService
Get the flag that defines whether the repository job will run as the owner.
getRunAsOwner() - Method in class com.sas.lsaf.workflow.task.CompletedJobTask
Gets the runAsOwner user as defined on the job for this task.
getRunAsUser() - Method in class com.sas.lsaf.execution.job.JobSubmission
Get the userid of the user the job was run as
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 from the scheduleDescriptor.
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 be accessed using the current session
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 be accessed using the current session
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.
getSearchResults() - Method in class com.sas.lsaf.content.repository.RepositorySearchResults
Gets search results based on the SearchQuery provided 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).
getServiceManager() - Method in interface com.sas.lsaf.client.Session
Get the single service manager for this session.
getSession(String) - Method in interface com.sas.lsaf.execution.session.SessionService
Gets the SAS session with the identifier.
getSessionId() - Method in class com.sas.lsaf.execution.job.JobSubmission
Gets the id of the SAS session generated for this job submission.
getSessionsByUser(String) - Method in interface com.sas.lsaf.execution.session.SessionService
Gets a list of the SAS sessions for the user with the identifier.
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 be accessed using the current session
getSignaledBy() - Method in class com.sas.lsaf.workflow.element.CompletedSignalEvent
Gets the item that triggered the signal event.
getSignalName() - Method in class com.sas.lsaf.workflow.element.CompletedSignalEvent
Gets the signal name used to trigger the signal event.
getSignalName() - Method in class com.sas.lsaf.workflow.element.SignalEvent
Gets the signal name used to trigger the signal event.
getSignalName() - Method in class com.sas.lsaf.workflow.processflow.setup.SignalEventSetup
 
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 for a repository file.
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 for a repository file.
getSignatures(String) - Method in interface com.sas.lsaf.content.repository.signature.SignatureService
Gets all of the signatures associated with a file.
getSignaturesByVersion(String, String) - Method in interface com.sas.lsaf.content.repository.signature.SignatureService
Gets 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 be accessed using the current session
getSignaturesForLatestVersion(String) - Method in interface com.sas.lsaf.content.repository.signature.SignatureService
Gets 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.
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 of the repository file (in bytes).
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
Returns the size of the file at the time the manifest was generated.
getSize() - Method in class com.sas.lsaf.execution.job.ManifestSynchronizationMetrics
 
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.JobDescriptor
Get the source location in which this job lives
getSourceLocation() - Method in class com.sas.lsaf.execution.job.ManifestFile
Returns whether the file lives in the repository or workspace
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.
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.
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 this task was started
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.SasSession
Gets the state of the SAS session.
getStatus() - Method in class com.sas.lsaf.schedule.ScheduleDescriptor
Gets the status of the schedule.
getStatus() - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Get the status of this process flow
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
Get the status message
getSubject() - Method in class com.sas.lsaf.workflow.processflow.setup.NotificationTaskSetup
Gets the subject for this 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.SasSession
Gets the label that describes what is executing in the SAS session.
getSubmissionType() - Method in class com.sas.lsaf.execution.job.JobSubmission
Gets the submission type of this job submission.
getSubmitted() - Method in class com.sas.lsaf.execution.job.JobSubmission
Gets the date 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 be accessed using the current session
getSummaryStatus() - Method in class com.sas.lsaf.execution.job.JobSubmissionStatus
Get 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.
getSynchronizationStatus() - Method in class com.sas.lsaf.content.repository.SynchronizationInfo
Gets the synchronization status between the repository and workspace files.
getTaskAssignmentHistory() - Method in class com.sas.lsaf.workflow.task.CompletedUserTaskDetails
Gets the user task assignment information for this user task.
getTaskAssignmentHistory() - Method in class com.sas.lsaf.workflow.task.UserTaskDetails
Gets the candidates for this user task.
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 be accessed using the current session
getTaskStatus() - Method in class com.sas.lsaf.workflow.task.Task
Gets the status of this task
getTime() - Method in class com.sas.lsaf.execution.job.ManifestSynchronizationMetrics
 
getTimerType() - Method in class com.sas.lsaf.workflow.processflow.setup.TimerEventSetup
 
getTimerValue() - Method in class com.sas.lsaf.workflow.processflow.setup.TimerEventSetup
Gets the value of duration.
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.
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.
getToken() - Method in class com.sas.lsaf.core.SearchResultsInfo
Gets the unique identifier for these results.
getToLastModifiedDate() - Method in class com.sas.lsaf.content.repository.SearchQuery
Gets the end date of the range for 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
 
getTotalActualHours() - Method in class com.sas.lsaf.workflow.task.CompletedUserTask
Gets the total actual hours for this user task.
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 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.content.common.ItemSpecification
Get the content type specified.
getType() - Method in class com.sas.lsaf.execution.job.JobParameter
Get the type of the parameter.
getType() - Method in class com.sas.lsaf.execution.job.ParameterValue
Get the type of the parameter.
getType() - Method in class com.sas.lsaf.execution.session.SasSession
Gets the type of the SAS session.
getType() - Method in class com.sas.lsaf.workflow.element.CompletedElement
Gets the type of this completed element.
getType() - Method in class com.sas.lsaf.workflow.element.Element
Gets the type of this element.
getType() - Method in class com.sas.lsaf.workflow.processflow.DataProperty
Get the type of this data property as defined in the process definition
getType() - Method in class com.sas.lsaf.workflow.processflow.setup.ElementSetup
Gets the type of this 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 identifying 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.
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 be accessed using the current session
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.SasSession
Get the identifier of the user of who created the SAS session.
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 be accessed using the current session
getUserTaskDetails(String) - Method in interface com.sas.lsaf.workflow.task.TaskService
Gets additional user task information including candidates, data properties, and task assignment history.
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
Get the value of the parameter.
getValue() - Method in class com.sas.lsaf.workflow.processflow.DataProperty
Get the value of this data property
getValues() - Method in class com.sas.lsaf.workflow.processflow.DataProperty
Get the values of this data property as defined in the process definition
getVersion() - Method in class com.sas.lsaf.content.common.ItemSpecification
Get the specified version.
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.execution.job.JobDescriptor
Get the version label for this job
getVersion() - Method in class com.sas.lsaf.execution.job.ManifestFile
Returns the version of the file if it was versioned.
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 how the next version should be generated.
getWasCheckedIn() - Method in class com.sas.lsaf.execution.job.ManifestOutput
Returns the boolean value that represents whether the output was checked in to the repository.
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 specified 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 be accessed 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.
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.
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 s not be 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.content.common.ItemSpecification
Return a hash code value for the object.
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.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.JobCreateInfo
 
hashCode() - Method in class com.sas.lsaf.execution.job.JobDescriptor
 
hashCode() - Method in class com.sas.lsaf.execution.job.JobParameter
 
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.ManifestFile
 
hashCode() - Method in class com.sas.lsaf.execution.job.ManifestInput
 
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.ManifestSynchronizationMetrics
 
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.SasSession
 
hashCode() - Method in class com.sas.lsaf.messaging.subscription.Subscription
 
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.element.Element
 
hashCode() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionInfo
 
hashCode() - Method in class com.sas.lsaf.workflow.processflow.DataProperty
Return 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

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.
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.
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 flow is in an invalid state for performing a specific action.
InvalidProcessFlowStateException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.InvalidProcessFlowStateException
Constructs an WorkflowException with the specified message.
InvalidRecipientException - Exception in com.sas.lsaf.workflow.processflow
Thrown when the recipients for the notification task setup are invalid.
InvalidRecipientException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.InvalidRecipientException
 
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 the user task setup is invalid.
InvalidTaskAssigneeException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.InvalidTaskAssigneeException
 
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.
isActive() - Method in class com.sas.lsaf.security.user.AccountInfo
Gets the Boolean value that indicates whether the user account is currently active.
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.
isCreateParents() - Method in class com.sas.lsaf.execution.job.JobCreateInfo
Gets whether to create the parent path of the job if it does not exist.
isEditable() - Method in class com.sas.lsaf.core.type.AttributeDefinition
Indicates whether the attribute can be modified by an end user.
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
Get whether new files should be 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.
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.
isIncludeSubFolders() - Method in class com.sas.lsaf.content.common.ItemSpecification
Is the includeSubFolders value set to true?
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.
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.
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.
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.
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.core.type.AttributeDefinition
Indicates whether the attribute is required to have a value.
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.
isSigned() - Method in class com.sas.lsaf.content.repository.RepositoryFileVersionInfo
Indicates whether the version contains any electronic signatures.
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.
isWorkspaceJobScheduled(String) - Method in interface com.sas.lsaf.schedule.ScheduleService
Indicates whether any schedules for the workspace job exist.
ItemSpecification - Class in com.sas.lsaf.content.common
The specification of a file or container.
ItemSpecification(String, String) - Constructor for class com.sas.lsaf.content.common.ItemSpecification
Constructor
ItemSpecification(String, String, boolean) - Constructor for class com.sas.lsaf.content.common.ItemSpecification
Constructor
ItemSpecification(String, String, ItemSpecification.Type, boolean) - Constructor for class com.sas.lsaf.content.common.ItemSpecification
Constructor
ItemSpecification(String) - Constructor for class com.sas.lsaf.content.common.ItemSpecification
Constructor
ItemSpecification.Type - Enum in com.sas.lsaf.content.common
The allowed type that can be specified.

J

Job - Class in com.sas.lsaf.execution.job
The client representation of a job.
Job(String, String) - Constructor for class com.sas.lsaf.execution.job.Job
Constructor
Job(Job) - Constructor for class com.sas.lsaf.execution.job.Job
Copy constructor
JobCreateException - Exception in com.sas.lsaf.execution.job
Thrown when the creation of a repository job creation encountered a problem.
JobCreateException(String) - Constructor for exception com.sas.lsaf.execution.job.JobCreateException
Constructor
JobCreateInfo - Class in com.sas.lsaf.execution.job
A data structure for specifying the parts of a job to be created.
JobCreateInfo() - Constructor for class com.sas.lsaf.execution.job.JobCreateInfo
Zero-arg constructor.
JobDescriptor - Class in com.sas.lsaf.execution.job
A lightweight client representation of a job.
JobDescriptor(String, String) - Constructor for class com.sas.lsaf.execution.job.JobDescriptor
Constructor
JobDescriptor(String, String, SourceLocation) - Constructor for class com.sas.lsaf.execution.job.JobDescriptor
Constructor
JobExistsException - Exception in com.sas.lsaf.execution.job
Thrown when an attempt is made to create a job which already exists.
JobExistsException(String) - Constructor for exception com.sas.lsaf.execution.job.JobExistsException
Constructor
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
Constructor
JobNotFoundException - Exception in com.sas.lsaf.execution.job
Thrown when the specified job can not be found.
JobNotFoundException(String) - Constructor for exception com.sas.lsaf.execution.job.JobNotFoundException
Constructor
JobParameter - Class in com.sas.lsaf.execution.job
Client representation of a job parameter.
JobParameter(String, Serializable, JobParameter.ParameterType, String) - Constructor for class com.sas.lsaf.execution.job.JobParameter
Constructor
JobParameter(String, JobParameter.ParameterType, String) - Constructor for class com.sas.lsaf.execution.job.JobParameter
Constructor
JobParameter.ParameterType - Enum in com.sas.lsaf.execution.job
 
JobService - Interface in com.sas.lsaf.execution.job
Service for creating, updating, and getting jobs.
JobSubmission - Class in com.sas.lsaf.execution.job
Job submission object that is used as a token for obtaining status of a submitted job.
JobSubmission(String, JobSubmission.JobSubmissionType, String, String, String, JobSubmissionStatus, String, Date, Date, String) - Constructor for class com.sas.lsaf.execution.job.JobSubmission
Constructor
JobSubmission.JobSubmissionType - Enum in com.sas.lsaf.execution.job
The allowed types of job submissions.
JobSubmissionException - Exception in com.sas.lsaf.execution.job
Thrown when an error is encountered while executing or attempting to execute a job.
JobSubmissionException(String) - Constructor for exception com.sas.lsaf.execution.job.JobSubmissionException
Constructor
JobSubmissionNotFoundException - Exception in com.sas.lsaf.execution.job
Thrown when the specified job submission can not be found.
JobSubmissionNotFoundException(String) - Constructor for exception com.sas.lsaf.execution.job.JobSubmissionNotFoundException
Constructor
JobSubmissionService - Interface in com.sas.lsaf.execution.job
Service that provides methods for executing jobs in the repository and in the user's workspace and for getting the status of the submitted job.
JobSubmissionStatus - Class in com.sas.lsaf.execution.job
Client representation of the status of a job
JobSubmissionStatus(JobSubmissionStatus.SummaryStatus, JobSubmissionStatus.DetailStatus, String) - Constructor for class com.sas.lsaf.execution.job.JobSubmissionStatus
Constructor
JobSubmissionStatus.DetailStatus - Enum in com.sas.lsaf.execution.job
Detailed status values possible.
JobSubmissionStatus.SummaryStatus - Enum in com.sas.lsaf.execution.job
The summary status.
JobTask - Class in com.sas.lsaf.workflow.task
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, Set<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
Provides setup information for 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 could not be updated
JobUpdateException(String) - Constructor for exception com.sas.lsaf.execution.job.JobUpdateException
Constructor

L

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.
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.
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.Session
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 Session to allow interaction with the server.
logon(URL, String, byte[], ProxyInfo) - Static method in class com.sas.lsaf.client.SessionFactory
Create an authenticated Session to allow interaction with the server.
logon(URL, String, byte[]) - Method in interface com.sas.lsaf.client.SessionStrategy
Create an authenticated Session object to allow interaction with the server.
logon(URL, String, byte[], ProxyInfo) - Method in interface com.sas.lsaf.client.SessionStrategy
Create an authenticated Session 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.
Manifest - Class in com.sas.lsaf.execution.job
A client representation of a job manifest in the system.
Manifest(ManifestFile, String, JobSubmission, List<ManifestProgram>, List<ManifestInput>, List<ManifestOutput>, OutputFileSpec, Set<JobParameter>, Manifest.ManifestType, ManifestFile, ManifestFile, ManifestMetrics) - 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 indicating if the job was run as a published job in the repository or if it was run in the workspace.
ManifestFile - Class in com.sas.lsaf.execution.job
A client representation of a file in a job manifest in the system.
ManifestFile(String, SourceLocation, String, String, 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.
ManifestInput - Class in com.sas.lsaf.execution.job
A client representation of an input in a job manifest in the system.
ManifestInput(String, SourceLocation, String, String, String, Long) - Constructor for class com.sas.lsaf.execution.job.ManifestInput
It is not intended or recommended that the consumer of this API construct these objects.
ManifestMetrics - Class in com.sas.lsaf.execution.job
Metrics information for synchronization of job items.
ManifestMetrics(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
A client representation of an output file in a job manifest in the system.
ManifestOutput(String, SourceLocation, String, String, boolean, String, String, Long) - 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
A client representation of a program file in a job manifest in the system.
ManifestProgram(String, SourceLocation, String, String, ManifestProgram.ExecutionStatus, Long, String, Long) - 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
 
ManifestSynchronizationMetrics - Class in com.sas.lsaf.execution.job
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.
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 hat 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 o get information about the members of a context in the repository with membership capability.
mode(AuditEntry.Mode) - Method in class com.sas.lsaf.security.audit.AuditQuery
Sets the audit mode to query by.
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.

N

name - Variable in class com.sas.lsaf.workflow.processflow.setup.ElementSetup
 
NotificationTask - Class in com.sas.lsaf.workflow.task
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
Provides 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
Provides the priority of the message sent by this task.

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.
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.
OutputFileSpec - Class in com.sas.lsaf.execution.job
Provides information for how to check in outputs generated from a job submission.
OutputFileSpec() - Constructor for class com.sas.lsaf.execution.job.OutputFileSpec
Default Constructor.
OutputFileSpec(boolean) - Constructor for class com.sas.lsaf.execution.job.OutputFileSpec
Constructor.
OutputFileSpec(boolean, VersionType) - Constructor for class com.sas.lsaf.execution.job.OutputFileSpec
Constructor.
OutputFileSpec(boolean, VersionType, String) - Constructor for class com.sas.lsaf.execution.job.OutputFileSpec
Constructor.
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
Parameter value is used to specify value of job parameter when a job is submitted.
ParameterValue(String, Serializable, JobParameter.ParameterType) - Constructor for class com.sas.lsaf.execution.job.ParameterValue
Constructor
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.
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.
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
A scoped privilege enables a user to disable versioning on versioned files.
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_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_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.
ProcessDefinitionInfo - Class in com.sas.lsaf.workflow.processdefinition
Provides information about the process definition used to create a process flow.
ProcessDefinitionInfo(String, String, String, String, String, String, Set<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.
ProcessDefinitionNotFoundException - Exception in com.sas.lsaf.workflow.processdefinition
Thrown when the specified process definition can not be found.
ProcessDefinitionNotFoundException(String) - Constructor for exception com.sas.lsaf.workflow.processdefinition.ProcessDefinitionNotFoundException
 
ProcessDefinitionService - Interface in com.sas.lsaf.workflow.processdefinition
Service that provides methods to retrieve process definitions in the system.
ProcessFlow - Class in com.sas.lsaf.workflow.processflow
A process flow is a collection of tasks and elements that can be assigned or executed based on the underlying process flow definition.
ProcessFlow(String, String, String, String, String, ProcessFlowDescriptor.FlowStatus, String, ProcessDefinitionInfo, String, Date, String, Date, long) - Constructor for class com.sas.lsaf.workflow.processflow.ProcessFlow
It is not intended or recommended that the consumer of this API construct these objects.
ProcessFlowContextNotFoundException - Exception in com.sas.lsaf.workflow.processflow
Thrown when the specified process definition context can not be found.
ProcessFlowContextNotFoundException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.ProcessFlowContextNotFoundException
 
ProcessFlowDescriptor - Class in com.sas.lsaf.workflow.processflow
A lightweight client representation of a process flow.
ProcessFlowDescriptor(String, String, String, String, String, ProcessFlowDescriptor.FlowStatus, String, ProcessDefinitionInfo, String, Date, String, Date, long) - Constructor for class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Initializing constructor.
ProcessFlowDescriptor.FlowStatus - Enum in com.sas.lsaf.workflow.processflow
Provides the status of the process flow.
ProcessFlowElementNotFoundException - Exception in com.sas.lsaf.workflow.processflow
Thrown when the element for the process flow can not be found.
ProcessFlowElementNotFoundException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.ProcessFlowElementNotFoundException
Constructs an ProcessFlowElementNotFoundException with the specified message.
ProcessFlowElementSetupException - Exception in com.sas.lsaf.workflow.processflow.setup
Thrown when the element setup for the process flow could not be updated.
ProcessFlowElementSetupException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.setup.ProcessFlowElementSetupException
Constructs an ProcessFlowElementSetupException with the specified message.
ProcessFlowElementSetupNotFoundException - Exception in com.sas.lsaf.workflow.processflow.setup
Thrown when the element setup for the process flow can not be found.
ProcessFlowElementSetupNotFoundException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.setup.ProcessFlowElementSetupNotFoundException
Constructs an ProcessFlowElementSetupNotFoundException with the specified message.
ProcessFlowException - Exception in com.sas.lsaf.workflow.processflow
WorkflowException represents an exception during workflow service execution
ProcessFlowException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.ProcessFlowException
Constructs an WorkflowException 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 at the same context.
ProcessFlowExistsException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.ProcessFlowExistsException
Constructs an ProcessFlowExistsException with the specified message.
ProcessFlowManifestCreateException - Exception in com.sas.lsaf.workflow.processflow
Thrown when there is an issue creating a process flow manifest for a process flow.
ProcessFlowManifestCreateException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.ProcessFlowManifestCreateException
Constructs an ProcessFlowManifestCreateException with the specified message.
ProcessFlowNotFoundException - Exception in com.sas.lsaf.workflow.processflow
Thrown when the specified process flow can not be found or the user does not have access to the process flow.
ProcessFlowNotFoundException(String) - Constructor for exception com.sas.lsaf.workflow.processflow.ProcessFlowNotFoundException
Constructs an ProcessFlowNotFoundException with the specified message.
ProcessFlowService - Interface in com.sas.lsaf.workflow.processflow
Service that provides methods to manage process flows within the system.
ProcessFlowSetupService - Interface in com.sas.lsaf.workflow.processflow.setup
Service that provides methods to manage setup elements in a process flow.
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.

R

RecycleBinItem - Class in com.sas.lsaf.content.repository.recyclebin
An object 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 when deleting items that are in the recycle bin.
RecycleBinItemDeleteException(String) - Constructor for exception com.sas.lsaf.content.repository.recyclebin.RecycleBinItemDeleteException
The constructor.
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
The constructor.
RecycleBinItemSearchException - Exception in com.sas.lsaf.content.repository.recyclebin
Thrown when an error occurred retrieving an item from the recycle bin.
RecycleBinItemSearchException(String) - Constructor for exception com.sas.lsaf.content.repository.recyclebin.RecycleBinItemSearchException
Constructs an RecycleBinItemSearchException with the specified detail message.
RecycleBinQuery - Class in com.sas.lsaf.content.repository.recyclebin
This class contains information on how 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.
RecycleBinSearchResults - Class in com.sas.lsaf.content.repository.recyclebin
This class 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 deleted 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 specification of how a new version for a repository file is generated or what its 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
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>) - Constructor for class com.sas.lsaf.content.repository.RepositoryContainer
It is not intended or recommended that the consumer of the API construct these objects.
RepositoryContext - Class in com.sas.lsaf.content.repository
Representation of 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>) - Constructor for class com.sas.lsaf.content.repository.RepositoryContext
It is not intended or recommended that the consumer of the API construct these objects.
RepositoryException - Exception in com.sas.lsaf.content.repository
Root of the hierarchy of all checked repository exceptions within the application.
RepositoryException(String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryException
Constructs an RepositoryException with the specified detail message.
RepositoryExecutableFile - Class in com.sas.lsaf.content.repository
Representation of an executable file 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) - 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
Representation of 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) - 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
Provides the latest repository file information 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.
RepositoryFileVersionInfo - Class in com.sas.lsaf.content.repository
Repository metadata information about a specific file version that is stored in the repository.
RepositoryFileVersionInfo(String, String, String, String, Date, long, boolean, boolean) - Constructor for class com.sas.lsaf.content.repository.RepositoryFileVersionInfo
It is not intended or recommended that the consumer of the API construct these objects.
RepositoryFolder - Class in com.sas.lsaf.content.repository
Representation of a folder within the repository hierarchy.
RepositoryFolder(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.RepositoryFolder
It is not intended or recommended that the consumer of the API construct these objects.
RepositoryItem - Class in com.sas.lsaf.content.repository
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 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 resource 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 already 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 repository item 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
Typically the repository item cannot be deleted because it is in use by another user (such as checked out).
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
Root of the hierarchy of all checked repository item exceptions within the application.
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 already 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 could not be completed because the item is in an invalid state.
RepositoryItemIllegalStateException(String, String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryItemIllegalStateException
Constructs an RepositoryItemIllegalStateException with the specified message.
RepositoryItemLockedException - Exception in com.sas.lsaf.content.repository
Thrown when an action could not 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 iwhen there is an issue 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 repository item 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.
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
Root of the hierarchy of all runtime repository item exceptions within the application.
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 iwhen there is an issue 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.
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.
RepositoryRuntimeException - Exception in com.sas.lsaf.content.repository
Root of the hierarchy of all runtime repository exceptions within the application.
RepositoryRuntimeException(String) - Constructor for exception com.sas.lsaf.content.repository.RepositoryRuntimeException
Construct an RepositoryRuntimeException with the specified detail message.
RepositorySearchException - Exception in com.sas.lsaf.content.repository
Thrown when an error occurred performing a repository search.
RepositorySearchException(String) - Constructor for exception com.sas.lsaf.content.repository.RepositorySearchException
The constructor specifying detailed message about this exception.
RepositorySearchResults - Class in com.sas.lsaf.content.repository
This class 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
Represents the results of setting the state on 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 job submission results are not found.
ResultsNotFoundException(String) - Constructor for exception com.sas.lsaf.execution.job.ResultsNotFoundException
Constructor
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.

S

SasSession - Class in com.sas.lsaf.execution.session
The client representation of a SAS session.
SasSession(String, String, Date, Date, SasSession.SessionType, SasSession.SessionState, String, String, int) - Constructor for class com.sas.lsaf.execution.session.SasSession
The initializing constructor.
SasSession.SessionState - Enum in com.sas.lsaf.execution.session
The session state enumeration that describes the state of a SAS session.
SasSession.SessionType - Enum in com.sas.lsaf.execution.session
The session type enumeration that describes the source that started a session.
saveListingToCurrentUserWorkspace(String, String) - Method in interface com.sas.lsaf.execution.session.SessionService
Saves the SAS listing file for the SAS session to the current user's workspace, in the specified location.
saveLogToCurrentUserWorkspace(String, String) - Method in interface com.sas.lsaf.execution.session.SessionService
Saves the SAS log file for the SAS 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(JobDescriptor) - Constructor for class com.sas.lsaf.schedule.ScheduleJobInfo
The constructor that contains the required job field.
ScheduleJobInfo(JobDescriptor, Set<ParameterValue>) - Constructor for class com.sas.lsaf.schedule.ScheduleJobInfo
The Constructor that contains the job field and parameter values to use when the job is submitted.
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(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.
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
This class contains information about how 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.
ServiceManager - Interface in com.sas.lsaf.client
Factory interface that provides access to individual service implementations.
Session - Interface in com.sas.lsaf.client
Interface that defines the state of the connection to the server.
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 Session objects.
SessionException - Exception in com.sas.lsaf.execution.session
Thrown when an error occurred hen performing an action on a SAS 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.
SessionService - Interface in com.sas.lsaf.execution.session
Service that provides methods to query and manage SAS sessions in the system.
SessionStrategy - Interface in com.sas.lsaf.client
Strategy interface that allows consumers the ability to create Session instances.
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.
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
 
setAdminPermission(AclEntry.PermissionValue) - Method in class com.sas.lsaf.security.acl.AclEntry
Sets the Admin permission for this ACL.
setAssignee(String) - Method in class com.sas.lsaf.workflow.processflow.setup.UserTaskSetup
Sets the userid of the user to be assigned to this user task.
setAssignee(String) - Method in class com.sas.lsaf.workflow.task.UserTask
Sets the userid of the user assigned to this user task.
setAttribute(String, Serializable) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlow
Sets the value for the extended attribute with the specified id for a process flow.
setAttributes(List<Attribute>) - Method in class com.sas.lsaf.content.repository.RepositoryItem
Sets the extended attributes to be defined 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
Set the extended attributes defined on this repository item (if they exist).
setAttributes(List<Attribute>) - Method in class com.sas.lsaf.workflow.task.Task
Sets the extended attributes for this task
setCandidates(Set<Principal>) - Method in class com.sas.lsaf.workflow.processflow.setup.UserTaskSetup
Sets the candidates for this user task.
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 this user task.
setComplexity(Task.Complexity) - Method in class com.sas.lsaf.workflow.task.UserTask
 
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.
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.
setCreateParents(boolean) - Method in class com.sas.lsaf.execution.job.JobCreateInfo
Gets whether to create the parent path of the job if it does not exist.
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 to use, if the version type is CUSTOM.
setCustomVersion(String) - Method in class com.sas.lsaf.execution.job.OutputFileSpec
Set the version to use if version type is CUSTOM.
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
Set the default value of the parameter.
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.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
Set the description of the job
setDescription(String) - Method in class com.sas.lsaf.execution.job.JobCreateInfo
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
Set the description of this process flow
setDescription(String) - Method in class com.sas.lsaf.workflow.processflow.setup.TaskSetup
Sets the description of this 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 this user task.
setDueDate(Date) - Method in class com.sas.lsaf.workflow.task.UserTask
Sets the due date of this user task.
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.
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 created.
setEnableVersioningForNewFiles(boolean) - Method in class com.sas.lsaf.execution.job.OutputFileSpec
Set whether new files should be versioned when created.
setEndDate(Date) - Method in class com.sas.lsaf.schedule.ScheduleTrigger
Sets the end date and time of the schedule.
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.
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.
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.
setFromLastModifiedDate(Date) - Method in class com.sas.lsaf.content.repository.SearchQuery
Sets the start date of the range for last modified date of the item.
setId(String) - Method in class com.sas.lsaf.core.Attribute
Set the id of this attribute.
setIncludeSubFolders(boolean) - Method in class com.sas.lsaf.content.common.ItemSpecification
Set the includeSubFolders value
setInputs(Set<ItemSpecification>) - Method in class com.sas.lsaf.execution.job.Job
Set the set of inputs associated with this job
setInputs(Set<ItemSpecification>) - Method in class com.sas.lsaf.execution.job.JobCreateInfo
Sets the inputs for the job.
setInterval(int) - Method in class com.sas.lsaf.schedule.ScheduleTrigger
Sets the interval number for the schedule.
setJob(JobDescriptor) - Method in class com.sas.lsaf.schedule.ScheduleJobInfo
Sets the lightweight representation of 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
Set the label for this parameter.
setLastModifiedBy(String) - Method in class com.sas.lsaf.content.repository.SearchQuery
Sets the identifier of the user who last modified the item.
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 identifier of the license type of the user account.
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 of 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.
setLocations(Set<String>) - Method in class com.sas.lsaf.workflow.processflow.setup.SignalEventSetup
Gets 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.
setLogPath(String) - Method in class com.sas.lsaf.execution.job.Job
Set the log path for this job
setLogPath(String) - Method in class com.sas.lsaf.execution.job.JobCreateInfo
Sets the parent path of where the log of the job will be saved.
setLstPath(String) - Method in class com.sas.lsaf.execution.job.Job
Set the list path for this job
setLstPath(String) - Method in class com.sas.lsaf.execution.job.JobCreateInfo
Sets the parent path of where the listing of the job will be saved.
setManifestPath(String) - Method in class com.sas.lsaf.execution.job.Job
Set the manifest path for this job
setManifestPath(String) - Method in class com.sas.lsaf.execution.job.JobCreateInfo
Sets the parent path of where the listing of the job will be saved.
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.
setMessage(String) - Method in class com.sas.lsaf.workflow.processflow.setup.NotificationTaskSetup
Sets the message text for this notification task
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.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 source of the item.
setName(String) - Method in class com.sas.lsaf.execution.job.JobCreateInfo
Sets the name of the job.
setName(String) - Method in class com.sas.lsaf.execution.job.JobParameter
Set the name of the parameter.
setName(String) - Method in class com.sas.lsaf.execution.job.ParameterValue
Set 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 this element.
setName(String) - Method in class com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Set the name of this process flow
setName(String) - Method in class com.sas.lsaf.workflow.processflow.setup.TaskSetup
Sets the name of this element definition
setNumOccurrences(int) - Method in class com.sas.lsaf.schedule.ScheduleTrigger
Sets the number of times to execute the schedule.
setOutputFileSpec(OutputFileSpec) - Method in class com.sas.lsaf.execution.job.Job
Set the checkin specification to use for output files created by this job.
setOutputFileSpec(OutputFileSpec) - Method in class com.sas.lsaf.execution.job.JobCreateInfo
Sets the specification for how to check in outputs of the job.
setOutputs(Set<ItemSpecification>) - Method in class com.sas.lsaf.execution.job.Job
Set the set of outputs associated with this job
setOutputs(Set<ItemSpecification>) - Method in class com.sas.lsaf.execution.job.JobCreateInfo
Sets the outputs for the job.
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
Set the userid of the user who will be the owner of this process flow
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(Set<JobParameter>) - Method in class com.sas.lsaf.execution.job.Job
Set the job parameters.
setParameters(Set<JobParameter>) - Method in class com.sas.lsaf.execution.job.JobCreateInfo
Sets the parameters for the job.
setParameterValues(Set<ParameterValue>) - Method in class com.sas.lsaf.schedule.ScheduleJobInfo
Sets the job parameterValues.
setParameterValues(Set<ParameterValue>) - Method in class com.sas.lsaf.workflow.processflow.setup.JobTaskSetup
Sets the parameter values that will override the default parameter values in the job.
setParentPath(String) - Method in class com.sas.lsaf.execution.job.JobCreateInfo
Sets the parent path of 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.ItemSpecification
Set the specified path.
setPath(String) - Method in class com.sas.lsaf.messaging.subscription.Subscription
Set the path of the object for the subscription
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 this notification task
setPriority(Task.Priority) - Method in class com.sas.lsaf.workflow.processflow.setup.UserTaskSetup
Sets the complexity of this user task.
setPriority(Task.Priority) - Method in class com.sas.lsaf.workflow.task.UserTask
Gets the priority of this 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.
setPrograms(List<ItemSpecification>) - Method in class com.sas.lsaf.execution.job.Job
Set the programs associated with this job.
setPrograms(List<ItemSpecification>) - Method in class com.sas.lsaf.execution.job.JobCreateInfo
Sets the programs for the job.
setProxyHost(String) - Method in class com.sas.lsaf.client.ProxyInfo
Set the proxy server host to use when establishing a Session.
setProxyPassword(String) - Method in class com.sas.lsaf.client.ProxyInfo
Set the proxy server password to use when establishing a Session.
setProxyPort(int) - Method in class com.sas.lsaf.client.ProxyInfo
Set the proxy server port to use when establishing a Session.
setProxyUserId(String) - Method in class com.sas.lsaf.client.ProxyInfo
Set the proxy server user id to use when establishing a Session.
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 this notification task
setRepeatForever(boolean) - Method in class com.sas.lsaf.schedule.ScheduleTrigger
Sets whether to repeat the schedule indefinitely.
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 if the repository job will run as the owner.
setSchedulable(Schedulable) - Method in class com.sas.lsaf.schedule.Schedule
Sets the schedulable item.
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.JobDescriptor
Set the source location for this 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.
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.
setSubject(String) - Method in class com.sas.lsaf.workflow.processflow.setup.NotificationTaskSetup
Sets the subject for this notification task
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.
setTimerValue(Serializable) - Method in class com.sas.lsaf.workflow.processflow.setup.TimerEventSetup
 
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.
setToLastModifiedDate(Date) - Method in class com.sas.lsaf.content.repository.SearchQuery
Sets the end date of the range for 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(ItemSpecification.Type) - Method in class com.sas.lsaf.content.common.ItemSpecification
Set the content type specified.
setType(JobParameter.ParameterType) - Method in class com.sas.lsaf.execution.job.JobParameter
Set the type of the parameter.
setType(JobParameter.ParameterType) - Method in class com.sas.lsaf.execution.job.ParameterValue
Set the type of the parameter.
setTypeId(String) - Method in class com.sas.lsaf.content.repository.SearchQuery
Sets the object type of the item.
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.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.
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
Set the value of the parameter.
setValue(Serializable) - Method in class com.sas.lsaf.workflow.processflow.DataProperty
Set the value of this data property
setVersion(String) - Method in class com.sas.lsaf.content.common.ItemSpecification
Set the specified version.
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 how the next version should be generated.
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.
SignalEvent - Class in com.sas.lsaf.workflow.element
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.
SignalEventSetup - Class in com.sas.lsaf.workflow.processflow.setup
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 that was created in the repository.
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 cerate and retrieve signature information for files in the repository.
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 an SigningException with the specified message and root cause.
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.
submitAndPopulateWorkspaceJob(String, Set<ParameterValue>, boolean) - Method in interface com.sas.lsaf.execution.job.JobSubmissionService
Submits job in the workspace and updates the input and output specifications in the job based on inputs and outputs accessed during the job run.
submitRepositoryJob(String, String, Set<ParameterValue>) - Method in interface com.sas.lsaf.execution.job.JobSubmissionService
Submits job in the repository.
submitWorkspaceJob(String, Set<ParameterValue>) - Method in interface com.sas.lsaf.execution.job.JobSubmissionService
Submits 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.
SynchronizationFileInfo - Class in com.sas.lsaf.content.repository
Provides 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
Initializing constructor that sets the values of all variables.
SynchronizationInfo - Class in com.sas.lsaf.content.repository
Provides information about the synchronization state between the file that resides in the workspace and the file that resides in the repository.
SynchronizationInfo(String, RepositoryFileInfo, SynchronizationFileInfo, WorkspaceFileInfo, SynchronizationInfo.FileStatus, SynchronizationInfo.SynchronizationStatus, SynchronizationInfo.CheckoutStatus) - Constructor for class com.sas.lsaf.content.repository.SynchronizationInfo
Initializing constructor that sets the values of all variables.
SynchronizationInfo.CheckoutStatus - Enum in com.sas.lsaf.content.repository
Enumeration that describes the checkin status of the file.
SynchronizationInfo.FileStatus - Enum in com.sas.lsaf.content.repository
Enumeration that describes where the file exists.
SynchronizationInfo.SynchronizationStatus - Enum in com.sas.lsaf.content.repository
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
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 the task.
Task.Priority - Enum in com.sas.lsaf.workflow.task
Provides the priority of the task.
Task.TaskStatus - Enum in com.sas.lsaf.workflow.task
Provides the status of the task.
TaskService - Interface in com.sas.lsaf.workflow.task
Service that provides methods to access current user tasks in the system as well as current and completed tasks and elements for an individual process flow.
TaskSetup - Class in com.sas.lsaf.workflow.processflow.setup
Abstract class for providing 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
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.
TimerEventSetup - Class in com.sas.lsaf.workflow.processflow.setup
Provides 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 type of timer to use in the timer event.
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.content.common.ItemSpecification
 
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.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.execution.job.Job
 
toString() - Method in class com.sas.lsaf.execution.job.JobCreateInfo
 
toString() - Method in class com.sas.lsaf.execution.job.JobDescriptor
 
toString() - Method in class com.sas.lsaf.execution.job.JobParameter
 
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.ManifestFile
 
toString() - Method in class com.sas.lsaf.execution.job.ManifestInput
 
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.ManifestSynchronizationMetrics
 
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.SasSession
 
toString() - Method in class com.sas.lsaf.messaging.subscription.Subscription
 
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.element.CompletedElement
 
toString() - Method in class com.sas.lsaf.workflow.element.Element
 
toString() - Method in class com.sas.lsaf.workflow.processdefinition.ProcessDefinitionInfo
 
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.ProcessFlowDescriptor
 
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.UserTaskAssignment
 
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_CONTEXT - 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_JOB - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_MEMBERSHIP - 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_PROJECT - 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_SESSION - Static variable in class com.sas.lsaf.core.type.TypeConstants
 
TYPE_TASK - 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
 
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.
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
Update the element setup for the process flow.
updateFileContents(String, RepositoryCheckinSpecification, String) - Method in interface com.sas.lsaf.content.repository.RepositoryService
Updates the contents of a repository file with the provided content 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 on a repository object.
updateMembership(Membership) - Method in interface com.sas.lsaf.security.membership.MembershipService
Updates the assigned members of a context.
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 information on the specified 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 information on the specified Job
uploadAndExpand(String, String, boolean, RepositoryCheckinSpecification, boolean) - Method in interface com.sas.lsaf.content.repository.BatchRepositoryService
Unzips the zip file 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
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
Represents a task assignment history for a user task.
UserTaskAssignment(Date, Date, Principal, float) - Constructor for class com.sas.lsaf.workflow.task.UserTaskAssignment
Initializing constructor which sets the values of all variables.
UserTaskDetails - Class in com.sas.lsaf.workflow.task
Represents a user task in a process flow with additional details including 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
Provides setup information for 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.
valueOf(String) - Static method in enum com.sas.lsaf.content.common.ItemSpecification.Type
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.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.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.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.SasSession.SessionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sas.lsaf.execution.session.SasSession.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.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.element.Element.ElementType
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.CompletedTask.TaskCompletedState
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.
values() - Static method in enum com.sas.lsaf.content.common.ItemSpecification.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.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.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.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.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.SasSession.SessionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.lsaf.execution.session.SasSession.SessionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.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.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.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.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.CompletedTask.TaskCompletedState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sas.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.
versionType(VersionType) - Method in class com.sas.lsaf.content.common.FileCreateInfo
 
VersionType - Enum in com.sas.lsaf.content.repository
Specifies the next logical version type generated when creating or checking in a new version of a file.

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 R S T U V W 
Skip navigation links

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