Package | Description |
---|---|
com.sas.lsaf.clinical.dictionary |
Classes and interfaces for retrieving dictionaries in the system.
|
com.sas.lsaf.clinical.model |
Classes and interfaces for retrieving models in the system.
|
com.sas.lsaf.clinical.standards |
Classes and interfaces for retrieving and exporting standards in the system.
|
com.sas.lsaf.clinical.study |
Classes and interfaces for retrieving study information in the system.
|
com.sas.lsaf.content.repository |
Classes and interfaces to manage content in the repository.
|
com.sas.lsaf.core |
Contains common classes and interfaces for core services in the system.
|
com.sas.lsaf.core.type |
Services and classes to describe the object type definitions within the system.
|
com.sas.lsaf.execution.session |
Provides the classes and interfaces needed to query and manage SAS sessions.
|
com.sas.lsaf.schedule |
Service and class definitions to manage schedules.
|
com.sas.lsaf.security.acl |
Service and class definitions to create and manipulate ACLs.
|
com.sas.lsaf.security.audit |
Service and class definitions for getting global audit entries.
|
com.sas.lsaf.security.group |
Service and classes for creating and manipulating groups in the system.
|
com.sas.lsaf.security.membership |
Service and class definitions for manipulating the membership of a context.
|
com.sas.lsaf.security.principal |
Class definitions for manipulating and identifying principals in the system.
|
com.sas.lsaf.security.privilege |
Service and classes for identifying and using privileges in the system.
|
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 |
Service and classes to create and manipulate users in the system.
|
com.sas.lsaf.workflow.element |
Class definitions representing base elements in a process flow.
|
com.sas.lsaf.workflow.processflow |
The service and class definitions to manage process flows.
|
com.sas.lsaf.workflow.task |
Service and class definitions for managing and retrieving process flow tasks and elements.
|
Modifier and Type | Class and Description |
---|---|
class |
DictionaryDescriptor
A lightweight version of the dictionary object.
|
class |
ExternalDictionary
An external dictionary is a reference to an industry standard dictionary such as MedDRA and WHODRUG.
|
Modifier and Type | Class and Description |
---|---|
class |
ModelDescriptor
A lightweight representation of a model in the system.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardDescriptor
A lightweight representation of a standard in the system.
|
Modifier and Type | Class and Description |
---|---|
class |
Study
A study is a context for which clinical metadata can be defined.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryContainer
Abstract base class for all repository containers.
|
class |
RepositoryContext
Representation of a context within the repository hierarchy.
|
class |
RepositoryExecutableFile
Representation of an executable file stored in the repository.
|
class |
RepositoryFile
Representation of a file that is stored in the repository.
|
class |
RepositoryFolder
Representation of a folder within the repository hierarchy.
|
class |
RepositoryItem
Abstract base class for all repository items.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIdentifiable
An abstract parent class for objects implementing the
Identifiable interface. |
class |
ObjectIdentity
Uniquely identifies an object anywhere in the system.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeDefinition
Information about the attributes that are defined on a
Type . |
class |
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. |
class |
TypeDescriptor
The lightweight representation of an object type definition defined within the system.
|
Modifier and Type | Class and Description |
---|---|
class |
SasSession
The client representation of a SAS session.
|
Modifier and Type | Class and Description |
---|---|
class |
Schedule
The class that represents a schedule.
|
class |
ScheduleDescriptor
A lightweight client representation of a schedule.
|
Modifier and Type | Class and Description |
---|---|
class |
AclMembers
A data object that represents the members ACL.
|
class |
AclOwner
A data object that represents the owner ACL.
|
Modifier and Type | Class and Description |
---|---|
class |
AuditEntry
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.
|
Modifier and Type | Class and Description |
---|---|
class |
Group
Group is a collection of principals (users or other groups) that are uniquely identified by a name and context.
|
class |
GroupDescriptor
A lightweight representation of a group.
|
Modifier and Type | Class and Description |
---|---|
class |
Membership
The representation of the membership of a membership context.
|
class |
MembershipDescriptor
A lightweight representation of a membership that is associated with a repository context with membership capability.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Principal
A principal is either a user or a group that is defined in the system.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Privilege
A privilege represents a capability to perform some function or action in the system.
|
Modifier and Type | Class and Description |
---|---|
class |
GlobalPrivilege
A global privilege represents a capability to perform some global function or global action in the system.
|
class |
ScopedPrivilege
A scoped privilege represents a capability to perform some scoped function or action in the repository hierarchy.
|
Modifier and Type | Class and Description |
---|---|
class |
Role
A role is a logical grouping of privileges.
|
class |
RoleDescriptor
A lightweight representation of a role.
|
Modifier and Type | Class and Description |
---|---|
class |
User
Full representation of a user account thats defined in the system.
|
class |
UserDescriptor
Lightweight representation of a user account defined in the system.
|
Modifier and Type | Class and Description |
---|---|
class |
CompletedElement
The abstract class that represents a completed element of a process flow.
|
class |
CompletedEvent
The class that represents a completed event in a process flow.
|
class |
CompletedEventGateway
The class that represents a completed event gateway in a process flow.
|
class |
CompletedSignalEvent
The class that represents a completed signal event in a process flow
|
class |
Element
The parent class for an element in a process flow.
|
class |
SignalEvent
The class that represents a signal event in a process flow.
|
class |
TimerEvent
The class that represents a timer event in a process flow.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessFlow
A process flow is a collection of tasks and elements that can be assigned or executed based on the underlying process
flow definition.
|
class |
ProcessFlowDescriptor
A lightweight client representation of a process flow.
|
Modifier and Type | Class and Description |
---|---|
class |
CompletedJobTask
The class that represents a completed job task in a process flow.
|
class |
CompletedNotificationTask
The class that represents a completed notification task in a process flow.
|
class |
CompletedTask
The class that represents a completed task in a process flow.
|
class |
CompletedUserTask
The class that represents a completed user task in a process flow.
|
class |
CompletedUserTaskDetails
The class that represents a completed user task in a process flow with completion attributes and task assignment history.
|
class |
JobTask
A class that represents a job task in a process flow.
|
class |
NotificationTask
The class that represents a job task in a process flow.
|
class |
Task
The abstract parent class for a task in a process flow.
|
class |
UserTask
The class that represents a user task in a process flow.
|
class |
UserTaskDetails
The class that represents a user task in a process flow with additional details, which includes data properties and
task assignment.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA