Uses of Class
com.sas.lsaf.core.EntityState
-
Packages that use EntityState 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 EntityState in com.sas.lsaf.clinical.dictionary
Methods in com.sas.lsaf.clinical.dictionary that return EntityState Modifier and Type Method Description EntityState
DictionaryDescriptor. getPublishedState()
Gets the published state of the dictionary, if it has been published.EntityState
DictionaryDescriptor. getState()
Gets the state of the dictionary.Constructors in com.sas.lsaf.clinical.dictionary with parameters of type EntityState 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 EntityState in com.sas.lsaf.clinical.standards
Methods in com.sas.lsaf.clinical.standards that return EntityState Modifier and Type Method Description EntityState
StandardDescriptor. getPublishedState()
Gets the published state of the standard, if it has been published.EntityState
StandardDescriptor. getState()
Gets the state of the standard.Constructors in com.sas.lsaf.clinical.standards with parameters of type EntityState 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 EntityState in com.sas.lsaf.core
Methods in com.sas.lsaf.core that return EntityState Modifier and Type Method Description static EntityState
EntityState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EntityState[]
EntityState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-