Uses of Class
com.sas.lsaf.clinical.common.AttributeValue
-
Packages that use AttributeValue 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. -
-
Uses of AttributeValue in com.sas.lsaf.clinical.tlf
Methods in com.sas.lsaf.clinical.tlf that return types with arguments of type AttributeValue Modifier and Type Method Description java.util.List<AttributeValue>
Tlf. getAttributes()
Method parameters in com.sas.lsaf.clinical.tlf with type arguments of type AttributeValue Modifier and Type Method Description void
Tlf. setAttributes(java.util.List<AttributeValue> attributes)
Sets the attributes for the TLF.Constructor parameters in com.sas.lsaf.clinical.tlf with type arguments of type AttributeValue Constructor Description Tlf(java.lang.String id, java.lang.String typeId, java.lang.String name, java.lang.String identifier, Identifiable parent, int order, int resultCount, java.util.List<AttributeValue> attributes, boolean enableAutoFlow)
It is not intended or recommended that the consumer of this API construct these objects. -
Uses of AttributeValue in com.sas.lsaf.workflow.autoflow
Methods in com.sas.lsaf.workflow.autoflow that return types with arguments of type AttributeValue Modifier and Type Method Description java.util.List<AttributeValue>
AutoFlowLaunchable. getAttributes()
Gets the attributes of the source object from which a process flow is automatically created.
-