org.kie.remote.services.rest
Class DeploymentsResourceImpl
java.lang.Object
org.kie.remote.services.rest.ResourceBase
org.kie.remote.services.rest.DeploymentsResourceImpl
@RequestScoped
public class DeploymentsResourceImpl
- extends ResourceBase
This resource is responsible for retrieving overview information about all deployment units.
|
Method Summary |
javax.ws.rs.core.Response |
listDeployments()
Return a (paginated) list of the available deployments, sorted alphabetically by deployment id. |
javax.ws.rs.core.Response |
listProcessDefinitions()
Return a list of process definition information, sorted alphabetically by deployment id. |
| Methods inherited from class org.kie.remote.services.rest.ResourceBase |
convertProcAssetDescToJaxbProcDef, convertStringListToStatusList, convertTaskToTaskSummary, createCorrectVariant, createCorrectVariant, doRestTaskOperation, doRestTaskOperationWithDeploymentId, doRestTaskOperationWithTaskId, extractMapFromParams, getAuditLogService, getBaseUri, getEnum, getLongListParam, getMaxNumResultsNeeded, getNumberParam, getObjectParam, getOrganizationalEntityListFromParams, getPageNumAndPageSize, getRelativePath, getRequestParams, getRequestUri, getStringListParam, getStringListParamAsList, getStringParam, paginate, paginateAndCreateResult, paginateAndCreateResult, restProcessJaxbCommandsRequest, setProcessRequestBean |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentsResourceImpl
public DeploymentsResourceImpl()
listDeployments
public javax.ws.rs.core.Response listDeployments()
- Return a (paginated) list of the available deployments, sorted alphabetically by deployment id.
- Returns:
- A
JaxbDeploymentUnitList instance
listProcessDefinitions
public javax.ws.rs.core.Response listProcessDefinitions()
- Return a list of process definition information, sorted alphabetically by deployment id.
- Returns:
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.