Uses of Enum Class
com.sas.lsaf.core.EntityStatus
Packages that use EntityStatus
Package
Description
Classes and interfaces to retrieve dictionaries.
Classes and interfaces to retrieve and export standards in the system.
Contains common classes and interfaces for core services in the system.
-
Uses of EntityStatus in com.sas.lsaf.clinical.dictionary
Methods in com.sas.lsaf.clinical.dictionary that return EntityStatusModifier and TypeMethodDescriptionDictionaryDescriptor.getDictionaryStatus()Gets the status of the dictionary.Methods in com.sas.lsaf.clinical.dictionary with parameters of type EntityStatusModifier and TypeMethodDescriptionDictionaryService.exportDictionaryToDataSet(String dictionaryId, EntityStatus dictionaryStatus, String version, ExportFileCreateInfo info) Exports a dictionary as a data set to a location in the repository or your workspace.DictionaryService.getDictionaryDescriptorByNameAndStatus(String name, EntityStatus status) Gets dictionary descriptor by name andEntityStatus.DictionaryService.getDictionaryDescriptorsByStatus(EntityStatus status) Gets all dictionary descriptors byEntityStatus.Constructors in com.sas.lsaf.clinical.dictionary with parameters of type EntityStatusModifierConstructorDescriptionDictionaryDescriptor(String id, String name, String description, String standard, boolean isCheckedOut, String checkedOutBy, Date checkedOutDate, String createdBy, Date created, String lastModifiedBy, Date lastModified, String releaseDate, EntityState state, EntityState publishedState, EntityStatus dictionaryStatus, String currentVersion, int numStudiesAssociated) It is not intended or recommended that the consumer of the API construct these objects. -
Uses of EntityStatus in com.sas.lsaf.clinical.standards
Methods in com.sas.lsaf.clinical.standards that return EntityStatusModifier and TypeMethodDescriptionStandardDescriptor.getStandardStatus()Gets the status of the standard.Methods in com.sas.lsaf.clinical.standards with parameters of type EntityStatusModifier and TypeMethodDescriptionStandardsService.exportStandardToDataSets(String standardId, EntityStatus standardStatus, String version, BatchFileCreateInfo info) Exports a standard to a location in the repository or your workspace.StandardsService.getStandardDescriptorByNameAndStatus(String name, EntityStatus status) Gets standard descriptor by name andEntityStatus.StandardsService.getStandardDescriptorsByStatus(EntityStatus status) Gets standard descriptors byEntityStatus.Constructors in com.sas.lsaf.clinical.standards with parameters of type EntityStatusModifierConstructorDescriptionStandardDescriptor(String id, String name, BaseStandardTypeInfo baseStandardTypeInfo, String modelId, String description, boolean isCheckedOut, String checkedOutBy, Date checkedOutDate, String createdBy, Date created, String lastModifiedBy, Date lastModified, EntityState state, EntityState publishedState, EntityStatus standardStatus, String currentVersion, int numStudiesAssociated) It is not intended or recommended that the consumer of the API construct these objects. -
Uses of EntityStatus in com.sas.lsaf.core
Methods in com.sas.lsaf.core that return EntityStatusModifier and TypeMethodDescriptionstatic EntityStatusReturns the enum constant of this class with the specified name.static EntityStatus[]EntityStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.