Package | Description |
---|---|
com.sas.lsaf.clinical.tlf |
Contains classes for global tlf information in the system.
|
com.sas.lsaf.workflow.autoflow |
The service and class definitions to manage automatic creation of process flows.
|
Modifier and Type | Method and Description |
---|---|
List<AttributeValue> |
Tlf.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
Tlf.setAttributes(List<AttributeValue> attributes)
Sets the attributes for the TLF.
|
Constructor and Description |
---|
Tlf(String id,
String typeId,
String name,
String identifier,
Identifiable parent,
int order,
int resultCount,
List<AttributeValue> attributes,
boolean enableAutoFlow)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
List<AttributeValue> |
AutoFlowLaunchable.getAttributes()
Gets the attributes of the source object from which a process flow is automatically created.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>