Uses of Class
org.alfresco.service.cmr.module.ModuleInstallState
-
Packages that use ModuleInstallState Package Description org.alfresco.repo.module org.alfresco.service.cmr.module -
-
Uses of ModuleInstallState in org.alfresco.repo.module
Methods in org.alfresco.repo.module that return ModuleInstallState Modifier and Type Method Description ModuleInstallStateModuleDetailsImpl. getInstallState()Methods in org.alfresco.repo.module with parameters of type ModuleInstallState Modifier and Type Method Description voidModuleDetailsImpl. setInstallState(ModuleInstallState installState) -
Uses of ModuleInstallState in org.alfresco.service.cmr.module
Methods in org.alfresco.service.cmr.module that return ModuleInstallState Modifier and Type Method Description ModuleInstallStateModuleDetails. getInstallState()Get the modules install statestatic ModuleInstallStateModuleInstallState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ModuleInstallState[]ModuleInstallState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.service.cmr.module with parameters of type ModuleInstallState Modifier and Type Method Description voidModuleDetails. setInstallState(ModuleInstallState installState)Set the module install state.
-