Uses of Class
com.sas.lsaf.core.EntityStatus
-
Packages that use EntityStatus Package Description com.sas.lsaf.clinical.dictionary Classes and interfaces to retrieve dictionaries.com.sas.lsaf.clinical.standards Classes and interfaces to retrieve and export standards in the system.com.sas.lsaf.core 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 EntityStatus Modifier and Type Method Description EntityStatus
DictionaryDescriptor. getDictionaryStatus()
Gets the status of the dictionary.Methods in com.sas.lsaf.clinical.dictionary with parameters of type EntityStatus Modifier and Type Method Description java.lang.String
DictionaryService. exportDictionaryToDataSet(java.lang.String dictionaryId, EntityStatus dictionaryStatus, java.lang.String version, ExportFileCreateInfo info)
Exports a dictionary as a data set to a location in the repository or your workspace.DictionaryDescriptor
DictionaryService. getDictionaryDescriptorByNameAndStatus(java.lang.String name, EntityStatus status)
Gets dictionary descriptor by name andEntityStatus
.java.util.Set<DictionaryDescriptor>
DictionaryService. getDictionaryDescriptorsByStatus(EntityStatus status)
Gets all dictionary descriptors byEntityStatus
.Constructors in com.sas.lsaf.clinical.dictionary with parameters of type EntityStatus Constructor Description DictionaryDescriptor(java.lang.String id, java.lang.String name, java.lang.String description, java.lang.String standard, boolean isCheckedOut, java.lang.String checkedOutBy, java.util.Date checkedOutDate, java.lang.String createdBy, java.util.Date created, java.lang.String lastModifiedBy, java.util.Date lastModified, java.lang.String releaseDate, EntityState state, EntityState publishedState, EntityStatus dictionaryStatus, java.lang.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 EntityStatus Modifier and Type Method Description EntityStatus
StandardDescriptor. getStandardStatus()
Gets the status of the standard.Methods in com.sas.lsaf.clinical.standards with parameters of type EntityStatus Modifier and Type Method Description java.util.Set<java.lang.String>
StandardsService. exportStandardToDataSets(java.lang.String standardId, EntityStatus standardStatus, java.lang.String version, BatchFileCreateInfo info)
Exports a standard to a location in the repository or your workspace.StandardDescriptor
StandardsService. getStandardDescriptorByNameAndStatus(java.lang.String name, EntityStatus status)
Gets standard descriptor by name andEntityStatus
.java.util.Set<StandardDescriptor>
StandardsService. getStandardDescriptorsByStatus(EntityStatus status)
Gets standard descriptors byEntityStatus
.Constructors in com.sas.lsaf.clinical.standards with parameters of type EntityStatus Constructor Description StandardDescriptor(java.lang.String id, java.lang.String name, BaseStandardTypeInfo baseStandardTypeInfo, java.lang.String modelId, java.lang.String description, boolean isCheckedOut, java.lang.String checkedOutBy, java.util.Date checkedOutDate, java.lang.String createdBy, java.util.Date created, java.lang.String lastModifiedBy, java.util.Date lastModified, EntityState state, EntityState publishedState, EntityStatus standardStatus, java.lang.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 EntityStatus Modifier and Type Method Description static EntityStatus
EntityStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EntityStatus[]
EntityStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-