Uses of Enum Class
org.alfresco.service.cmr.module.ModuleInstallState
Packages that use ModuleInstallState
-
Uses of ModuleInstallState in org.alfresco.repo.module
Methods in org.alfresco.repo.module that return ModuleInstallStateMethods in org.alfresco.repo.module with parameters of type ModuleInstallStateModifier and TypeMethodDescriptionvoidModuleDetailsImpl.setInstallState(ModuleInstallState installState) -
Uses of ModuleInstallState in org.alfresco.service.cmr.module
Methods in org.alfresco.service.cmr.module that return ModuleInstallStateModifier and TypeMethodDescriptionModuleDetails.getInstallState()Get the modules install statestatic ModuleInstallStateReturns the enum constant of this class with the specified name.static ModuleInstallState[]ModuleInstallState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.service.cmr.module with parameters of type ModuleInstallStateModifier and TypeMethodDescriptionvoidModuleDetails.setInstallState(ModuleInstallState installState) Set the module install state.