public abstract class AbstractMopOperationHandler extends SecureOperationHandler implements org.gatein.management.api.operation.OperationHandler
| Constructor and Description |
|---|
AbstractMopOperationHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
doExecute(org.gatein.management.api.operation.OperationContext operationContext,
org.gatein.management.api.operation.ResultHandler resultHandler) |
protected abstract void |
execute(org.gatein.management.api.operation.OperationContext operationContext,
org.gatein.management.api.operation.ResultHandler resultHandler,
org.gatein.mop.api.workspace.Workspace workspace,
org.gatein.mop.api.workspace.ObjectType<org.gatein.mop.api.workspace.Site> siteType) |
protected org.exoplatform.portal.mop.SiteKey |
getSiteKey(org.gatein.mop.api.workspace.ObjectType<? extends org.gatein.mop.api.workspace.Site> objectType,
String name) |
protected org.exoplatform.portal.mop.SiteKey |
getSiteKey(org.gatein.mop.api.workspace.Site site) |
protected org.exoplatform.portal.mop.SiteType |
getSiteType(org.gatein.mop.api.workspace.ObjectType<? extends org.gatein.mop.api.workspace.Site> objectType) |
executepublic final void doExecute(org.gatein.management.api.operation.OperationContext operationContext,
org.gatein.management.api.operation.ResultHandler resultHandler)
throws org.gatein.management.api.exceptions.ResourceNotFoundException,
org.gatein.management.api.exceptions.OperationException
doExecute in class SecureOperationHandlerorg.gatein.management.api.exceptions.ResourceNotFoundExceptionorg.gatein.management.api.exceptions.OperationExceptionprotected abstract void execute(org.gatein.management.api.operation.OperationContext operationContext,
org.gatein.management.api.operation.ResultHandler resultHandler,
org.gatein.mop.api.workspace.Workspace workspace,
org.gatein.mop.api.workspace.ObjectType<org.gatein.mop.api.workspace.Site> siteType)
throws org.gatein.management.api.exceptions.ResourceNotFoundException,
org.gatein.management.api.exceptions.OperationException
org.gatein.management.api.exceptions.ResourceNotFoundExceptionorg.gatein.management.api.exceptions.OperationExceptionprotected org.exoplatform.portal.mop.SiteType getSiteType(org.gatein.mop.api.workspace.ObjectType<? extends org.gatein.mop.api.workspace.Site> objectType)
protected org.exoplatform.portal.mop.SiteKey getSiteKey(org.gatein.mop.api.workspace.ObjectType<? extends org.gatein.mop.api.workspace.Site> objectType,
String name)
protected org.exoplatform.portal.mop.SiteKey getSiteKey(org.gatein.mop.api.workspace.Site site)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.