Package com.soffid.iam.impl.service
Interface ApplicationBootService
- All Known Subinterfaces:
BpmConfigService
public interface ApplicationBootService
Service ApplicationBootService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidOperation consoleBootvoidOperation doSyncUpgradeOperation doUpgradeOperation getUpgradeStatusvoidOperation syncServerBootvoidtenantBoot(Tenant tenant) Operation tenantBoot
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
doUpgrade
Operation doUpgrade- Returns:
- Throws:
InternalErrorException
-
getUpgradeStatus
Operation getUpgradeStatus- Returns:
- Throws:
InternalErrorException
-
consoleBoot
Operation consoleBoot -
doSyncUpgrade
Operation doSyncUpgrade- Throws:
InternalErrorException
-
syncServerBoot
Operation syncServerBoot -
tenantBoot
Operation tenantBoot- Parameters:
tenant-- Throws:
InternalErrorExceptionInternalErrorException
-