Package | Description |
---|---|
com.atlassian.servicedesk.api.portal | |
com.atlassian.servicedesk.api.request | |
com.atlassian.servicedesk.api.requesttype |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,Portal> |
PortalService.getPortalForId(com.atlassian.jira.user.ApplicationUser user,
long portalId)
Returns an Either with the
Portal associated with the given
portal id or AnError if:
- Portal was not found
- Service Desk was disabled
- The user is does not have permission to access portal |
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,Portal> |
PortalService.getPortalForProject(com.atlassian.jira.user.ApplicationUser user,
com.atlassian.jira.project.Project project) |
Modifier and Type | Method and Description |
---|---|
Portal |
RequestTypeUpdateParameters.portal()
Deprecated.
to use
ServiceDesk instead
The |
Modifier and Type | Method and Description |
---|---|
RequestTypeUpdateParameters.Builder |
RequestTypeUpdateParameters.Builder.portal(Portal portal) |
Modifier and Type | Method and Description |
---|---|
Portal |
RequestTypeQueryParameters.portal()
Deprecated.
to use
ServiceDesk instead
The |
Modifier and Type | Method and Description |
---|---|
RequestTypeQueryParameters.Builder |
RequestTypeQueryParameters.Builder.portal(Portal portal) |
Copyright © 2017 Atlassian. All rights reserved.