Uses of Class
com.sas.lsaf.core.Attribute
Packages that use Attribute
Package
Description
Classes and interfaces to manage content in the repository.
Service and classes to create and manipulate users in the system.
The service and class definitions to manage process flows.
The service and class definitions to manage process flows setup elements.
Service and class definitions for managing and retrieving process flow tasks and elements.
-
Uses of Attribute in com.sas.lsaf.content.repository
Methods in com.sas.lsaf.content.repository that return types with arguments of type AttributeModifier and TypeMethodDescriptionRepositoryItem.getAttributes()Gets the extended attributes that are defined on the repository item, if they exist.Method parameters in com.sas.lsaf.content.repository with type arguments of type AttributeModifier and TypeMethodDescriptionvoidRepositoryItem.setAttributes(List<Attribute> attributes) Sets the extended attributes to define on the repository item, if they exist.Constructor parameters in com.sas.lsaf.content.repository with type arguments of type AttributeModifierConstructorDescriptionRepositoryContainer(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, 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, VersionLimits versionLimits, String digest, Date lastRunDate, RunHealthStatus healthStatus) 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, 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, 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.RepositorySharedFolder(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. -
Uses of Attribute in com.sas.lsaf.security.user
Methods in com.sas.lsaf.security.user that return types with arguments of type AttributeModifier and TypeMethodDescriptionUser.getAttributes()Gets the list of extended attributes defined for a user account.Method parameters in com.sas.lsaf.security.user with type arguments of type AttributeModifier and TypeMethodDescriptionvoidUser.setAttributes(List<Attribute> attributes) Sets the extended attribute values for a user account.Constructor parameters in com.sas.lsaf.security.user with type arguments of type AttributeModifierConstructorDescriptionUser(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.User(String id, String userId, String displayName, String createdBy, Date created, String lastModifiedBy, Date lastModified, 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. -
Uses of Attribute in com.sas.lsaf.workflow.processflow
Methods in com.sas.lsaf.workflow.processflow that return AttributeModifier and TypeMethodDescriptionProcessFlow.getAttribute(String id) Gets the extended attribute with the specified identifier for a process flow.Methods in com.sas.lsaf.workflow.processflow that return types with arguments of type AttributeModifier and TypeMethodDescriptionProcessFlow.getAttributes()Gets the list of extended attributes that are defined for a process flow.Method parameters in com.sas.lsaf.workflow.processflow with type arguments of type AttributeModifier and TypeMethodDescriptionvoidProcessFlow.setAttributes(List<Attribute> attributes) Sets the extended attribute values for a process flow. -
Uses of Attribute in com.sas.lsaf.workflow.processflow.setup
Methods in com.sas.lsaf.workflow.processflow.setup that return types with arguments of type AttributeModifier and TypeMethodDescriptionTaskSetup.getAttributes()Gets the extended attributes that are defined for the item.Method parameters in com.sas.lsaf.workflow.processflow.setup with type arguments of type AttributeModifier and TypeMethodDescriptionvoidTaskSetup.setAttributes(List<Attribute> attributes) Sets the extended attributes that are defined for the item. -
Uses of Attribute in com.sas.lsaf.workflow.task
Methods in com.sas.lsaf.workflow.task that return types with arguments of type AttributeModifier and TypeMethodDescriptionCompletedTask.getAttributes()Gets the extended attributes for the task.Task.getAttributes()Gets the extended attributes of the task.Method parameters in com.sas.lsaf.workflow.task with type arguments of type AttributeModifier and TypeMethodDescriptionvoidTask.setAttributes(List<Attribute> attributes) Sets the extended attributes for the task.Constructor parameters in com.sas.lsaf.workflow.task with type arguments of type AttributeModifierConstructorDescriptionCompletedJobTask(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, CompletedElement.TaskCompletedState completedState, String runAsOwner, String jobPath, String jobDetails, String jobVersion, List<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, CompletedElement.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, CompletedElement.TaskCompletedState completedState, 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, CompletedElement.TaskCompletedState completedState, 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, CompletedElement.TaskCompletedState completedState, 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, List<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, String assignee, Date assigned, Task.Priority priority, Task.Complexity complexity, Date dueDate, float actualHours) It is not intended or recommended that the consumer of this API construct these objects.