Uses of Enum Class
com.sas.lsaf.core.EntityState
Packages that use EntityState
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 EntityState in com.sas.lsaf.clinical.dictionary
Methods in com.sas.lsaf.clinical.dictionary that return EntityStateModifier and TypeMethodDescriptionDictionaryDescriptor.getPublishedState()Gets the published state of the dictionary, if it has been published.DictionaryDescriptor.getState()Gets the state of the dictionary.Constructors in com.sas.lsaf.clinical.dictionary with parameters of type EntityStateModifierConstructorDescriptionDictionaryDescriptor(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 EntityState in com.sas.lsaf.clinical.standards
Methods in com.sas.lsaf.clinical.standards that return EntityStateModifier and TypeMethodDescriptionStandardDescriptor.getPublishedState()Gets the published state of the standard, if it has been published.StandardDescriptor.getState()Gets the state of the standard.Constructors in com.sas.lsaf.clinical.standards with parameters of type EntityStateModifierConstructorDescriptionStandardDescriptor(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 EntityState in com.sas.lsaf.core
Methods in com.sas.lsaf.core that return EntityStateModifier and TypeMethodDescriptionstatic EntityStateReturns the enum constant of this class with the specified name.static EntityState[]EntityState.values()Returns an array containing the constants of this enum class, in the order they are declared.