Package | Description |
---|---|
com.sas.lsaf.content.repository |
Classes and interfaces to manage content in the repository.
|
com.sas.lsaf.security.user |
Service and classes to create and manipulate users in the system.
|
com.sas.lsaf.workflow.processflow |
Service and class definitions for managing process flows.
|
com.sas.lsaf.workflow.processflow.setup |
Service and class definitions for managing process flows setup elements.
|
com.sas.lsaf.workflow.task |
Service and class definitions for managing and retrieving process flow tasks and elements.
|
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
RepositoryItem.getAttributes()
Gets the extended attributes that are defined on the repository item, if they exist.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryItem.setAttributes(List<Attribute> attributes)
Sets the extended attributes to be defined on the repository item, if they exist.
|
Constructor and Description |
---|
RepositoryContainer(String typeId,
String id,
String name,
String path,
long revision,
RepositoryItem.State state,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
String propertiesLastModifiedBy,
Date propertiesLastModified,
String description,
RepositoryItem.Syncable syncable,
List<Attribute> attributes)
Deprecated.
As of Java API 2.2.1.
|
RepositoryContainer(String typeId,
String id,
String name,
String path,
long revision,
RepositoryItem.State state,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
String propertiesLastModifiedBy,
Date propertiesLastModified,
String description,
RepositoryItem.Syncable syncable,
List<Attribute> attributes,
VersionLimits defaultVersionLimits)
It is not intended or recommended that the consumer of the API construct these objects.
|
RepositoryContext(String typeId,
String id,
String name,
String path,
long revision,
RepositoryItem.State state,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
String propertiesLastModifiedBy,
Date propertiesLastModified,
String description,
RepositoryItem.Syncable syncable,
List<Attribute> attributes)
Deprecated.
As of Java API 2.2.1.
|
RepositoryContext(String typeId,
String id,
String name,
String path,
long revision,
RepositoryItem.State state,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
String propertiesLastModifiedBy,
Date propertiesLastModified,
String description,
RepositoryItem.Syncable syncable,
List<Attribute> attributes,
VersionLimits defaultVersionLimits)
It is not intended or recommended that the consumer of the API construct these objects.
|
RepositoryExecutableFile(String typeId,
String id,
String name,
String path,
long revision,
RepositoryItem.State state,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
String propertiesLastModifiedBy,
Date propertiesLastModified,
String description,
RepositoryItem.Syncable syncable,
List<Attribute> attributes,
long size,
boolean checkedOut,
String checkedOutBy,
Date checkedOutDate,
boolean versioned,
String version,
String comment,
boolean locked,
RepositoryFile.SigningStatus signingStatus,
boolean runAsOwner)
Deprecated.
As of Java API 2.2.1.
|
RepositoryExecutableFile(String typeId,
String id,
String name,
String path,
long revision,
RepositoryItem.State state,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
String propertiesLastModifiedBy,
Date propertiesLastModified,
String description,
RepositoryItem.Syncable syncable,
List<Attribute> attributes,
long size,
boolean checkedOut,
String checkedOutBy,
Date checkedOutDate,
boolean versioned,
String version,
String comment,
boolean locked,
RepositoryFile.SigningStatus signingStatus,
boolean runAsOwner,
VersionLimits versionLimits,
String digest)
It is not intended or recommended that the consumer of the API construct these objects.
|
RepositoryFile(String typeId,
String id,
String name,
String path,
long revision,
RepositoryItem.State state,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
String propertiesLastModifiedBy,
Date propertiesLastModified,
String description,
RepositoryItem.Syncable syncable,
List<Attribute> attributes,
long size,
boolean checkedOut,
String checkedOutBy,
Date checkedOutDate,
boolean versioned,
String version,
String comment,
boolean locked,
RepositoryFile.SigningStatus signingStatus)
Deprecated.
As of Java API 2.2.1.
|
RepositoryFile(String typeId,
String id,
String name,
String path,
long revision,
RepositoryItem.State state,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
String propertiesLastModifiedBy,
Date propertiesLastModified,
String description,
RepositoryItem.Syncable syncable,
List<Attribute> attributes,
long size,
boolean checkedOut,
String checkedOutBy,
Date checkedOutDate,
boolean versioned,
String version,
String comment,
boolean locked,
RepositoryFile.SigningStatus signingStatus,
VersionLimits versionLimits,
String digest)
It is not intended or recommended that the consumer of the API construct these objects.
|
RepositoryFolder(String typeId,
String id,
String name,
String path,
long revision,
RepositoryItem.State state,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
String propertiesLastModifiedBy,
Date propertiesLastModified,
String description,
RepositoryItem.Syncable syncable,
List<Attribute> attributes)
Deprecated.
As of Java API 2.2.1.
|
RepositoryFolder(String typeId,
String id,
String name,
String path,
long revision,
RepositoryItem.State state,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
String propertiesLastModifiedBy,
Date propertiesLastModified,
String description,
RepositoryItem.Syncable syncable,
List<Attribute> attributes,
VersionLimits defaultVersionLimits)
It is not intended or recommended that the consumer of the API construct these objects.
|
RepositoryItem(String typeId,
String id,
String name,
String path,
long revision,
RepositoryItem.State state,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
String propertiesLastModifiedBy,
Date propertiesLastModified,
String description,
RepositoryItem.Syncable syncable,
List<Attribute> attributes)
It is not intended or recommended that the consumer of the API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
User.getAttributes()
Gets the list of extended attributes defined for a user account.
|
Modifier and Type | Method and Description |
---|---|
void |
User.setAttributes(List<Attribute> attributes)
Sets the extended attribute values for a user account.
|
Constructor and Description |
---|
User(String id,
String userId,
String displayName,
String firstName,
String lastName,
String department,
String phone,
String email,
List<Attribute> attributes,
AccountInfo accountInfo,
PasswordInfo passwordInfo,
LockedInfo lockedInfo,
LoginInfo loginInfo,
long revision)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
ProcessFlow.getAttribute(String id)
Gets the extended attribute with the specified identifier for a process flow.
|
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
ProcessFlow.getAttributes()
Gets the list of extended attributes defined for a process flow.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessFlow.setAttributes(List<Attribute> attributes)
Sets the extended attribute values for a process flow.
|
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
TaskSetup.getAttributes()
Gets the extended attributes that are defined for the item (if they exist).
|
Modifier and Type | Method and Description |
---|---|
void |
TaskSetup.setAttributes(List<Attribute> attributes)
Sets the extended attributes that are defined for the item (if they exist).
|
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
CompletedTask.getAttributes()
Gets the extended attributes for the task.
|
List<Attribute> |
Task.getAttributes()
Gets the extended attributes of the task.
|
Modifier and Type | Method and Description |
---|---|
void |
Task.setAttributes(List<Attribute> attributes)
Sets the extended attributes for the task.
|
Constructor and Description |
---|
CompletedJobTask(String typeId,
String id,
String elementId,
String processFlowId,
String name,
String description,
Element.ElementType type,
Date created,
List<Attribute> attributes,
String completedBy,
Date completed,
String completedStatus,
CompletedTask.TaskCompletedState completedState,
String runAsOwner,
String jobPath,
String jobDetails,
String jobVersion,
Set<ParameterValue> parameterValues)
It is not intended or recommended that the consumer of this API construct these objects.
|
CompletedNotificationTask(String typeId,
String id,
String elementId,
String processFlowId,
String name,
String description,
Element.ElementType type,
Date created,
List<Attribute> attributes,
String completedBy,
Date completed,
String completedStatus,
CompletedTask.TaskCompletedState completedState,
Set<Principal> recipients,
String subject,
NotificationTaskSetup.MessagePriority priority,
String message)
It is not intended or recommended that the consumer of this API construct these objects.
|
CompletedTask(String typeId,
String id,
String elementId,
String processFlowId,
String name,
String description,
Element.ElementType type,
Date created,
String completedBy,
Date completed,
List<Attribute> attributes)
It is not intended or recommended that the consumer of this API construct these objects.
|
CompletedUserTask(String typeId,
String id,
String elementId,
String processFlowId,
String name,
String description,
Element.ElementType type,
Date created,
List<Attribute> attributes,
String completedBy,
Date completed,
Task.Complexity complexity,
Task.Priority priority,
Date dueDate,
String completionComment,
float totalActualHours)
It is not intended or recommended that the consumer of this API construct these objects.
|
CompletedUserTaskDetails(String typeId,
String id,
String elementId,
String processFlowId,
String name,
String description,
Element.ElementType type,
Date created,
List<Attribute> attributes,
String completedBy,
Date completed,
Task.Complexity complexity,
Task.Priority priority,
Date dueDate,
String completionComment,
float totalActualHours,
Set<DataProperty> completionProperties,
Set<UserTaskAssignment> taskAssignmentHistory)
It is not intended or recommended that the consumer of this API construct these objects.
|
JobTask(String typeId,
String id,
String elementId,
String name,
String description,
Element.ElementType type,
ProcessFlowDescriptor.FlowStatus flowStatus,
String processFlowId,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes,
String jobPath,
String jobVersion,
Set<ParameterValue> parameterValues)
It is not intended or recommended that the consumer of this API construct these objects.
|
NotificationTask(String typeId,
String id,
String elementId,
String name,
String description,
Element.ElementType type,
ProcessFlowDescriptor.FlowStatus flowStatus,
String processFlowId,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes,
Set<Principal> recipients,
String subject,
NotificationTaskSetup.MessagePriority priority,
String message)
It is not intended or recommended that the consumer of this API construct these objects.
|
Task(String typeId,
String id,
String elementId,
String name,
String description,
Element.ElementType type,
ProcessFlowDescriptor.FlowStatus flowStatus,
String processFlowId,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes)
It is not intended or recommended that the consumer of this API construct these objects.
|
UserTask(String typeId,
String id,
String elementId,
String name,
String description,
Element.ElementType type,
ProcessFlowDescriptor.FlowStatus flowStatus,
String processFlowId,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes)
It is not intended or recommended that the consumer of this API construct these objects.
|
UserTaskDetails(String typeId,
String id,
String elementId,
String name,
String description,
Element.ElementType type,
ProcessFlowDescriptor.FlowStatus flowStatus,
String processFlowId,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes,
Set<Principal> candidates,
Set<DataProperty> completionProperties,
Set<UserTaskAssignment> taskAssignmentHistory)
It is not intended or recommended that the consumer of this API construct these objects.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA