Uses of Class
com.sas.lsaf.clinical.common.AttributeValue
Packages that use AttributeValue
Package
Description
Contains classes for global tlf information in the system.
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 AttributeValueMethod parameters in com.sas.lsaf.clinical.tlf with type arguments of type AttributeValueModifier and TypeMethodDescriptionvoidTlf.setAttributes(List<AttributeValue> attributes) Sets the attributes for the TLF.Constructor parameters in com.sas.lsaf.clinical.tlf with type arguments of type AttributeValueModifierConstructorDescriptionTlf(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. -
Uses of AttributeValue in com.sas.lsaf.workflow.autoflow
Methods in com.sas.lsaf.workflow.autoflow that return types with arguments of type AttributeValueModifier and TypeMethodDescriptionAutoFlowLaunchable.getAttributes()Gets the attributes of the source object from which a process flow is automatically created.