public interface DeploymentFilter
DeploymentListQuery
for filtering and consulted right before
a new Deployment
is about to be deployed through the UI.Modifier and Type | Method and Description |
---|---|
void |
beforeDeploy(DeploymentBuilder deployment)
Called right before the deployment, created in the UI, is deployed to the
API.
|
DeploymentListQuery.DeploymentListitem |
createItem(Deployment deployment) |
DeploymentQuery |
getCountQuery(RepositoryService repositoryService)
Return a query that filters deployments, used for counting total number.
|
DeploymentQuery |
getQuery(RepositoryService repositoryService)
Return a query that filters deployments, paging info is applied later on
and should not be altered.
|
DeploymentQuery getQuery(RepositoryService repositoryService)
DeploymentQuery getCountQuery(RepositoryService repositoryService)
DeploymentListQuery.DeploymentListitem createItem(Deployment deployment)
a
- Deployment
resulting from the queryvoid beforeDeploy(DeploymentBuilder deployment)
Copyright © 2016 Alfresco. All rights reserved.