Uses of Class
com.sas.lsaf.workflow.processflow.DataProperty
Packages that use DataProperty
Package
Description
The service and class definitions to manage process flows.
Service and class definitions for managing and retrieving process flow tasks and elements.
-
Uses of DataProperty in com.sas.lsaf.workflow.processflow
Methods in com.sas.lsaf.workflow.processflow that return types with arguments of type DataPropertyModifier and TypeMethodDescriptionProcessFlow.getProcessData()Gets the process data properties for a process flow.Method parameters in com.sas.lsaf.workflow.processflow with type arguments of type DataPropertyModifier and TypeMethodDescriptionvoidProcessFlow.setProcessData(Set<DataProperty> processData) Sets the process data properties for a process flow. -
Uses of DataProperty in com.sas.lsaf.workflow.task
Methods in com.sas.lsaf.workflow.task that return types with arguments of type DataPropertyModifier and TypeMethodDescriptionCompletedUserTaskDetails.getCompletionProperties()Gets the completion properties for the user task.UserTaskUpdateInfo.getCompletionProperties()Gets the completion properties for this user task.Method parameters in com.sas.lsaf.workflow.task with type arguments of type DataPropertyModifier and TypeMethodDescriptionvoidTaskService.completeTask(String taskId, float actualHours, Set<DataProperty> taskCompletionData, String comment) Completes the user task.voidUserTaskUpdateInfo.setCompletionProperties(Set<DataProperty> completionProperties) Sets the completion properties for this user task.Constructor parameters in com.sas.lsaf.workflow.task with type arguments of type DataPropertyModifierConstructorDescriptionCompletedUserTaskDetails(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.