JBoss.orgCommunity Documentation
Service name | Service URL | Location | Description |
---|---|---|---|
ThumbnailRESTService | {portalname}/{restcontextname}/thumbnailImage/ |
Maven groupId: ArtifactId: | Return a responding data as a thumbnail image. |
{portalname}: The name of the portal.
{restcontextname}: The context name of rest webapplication which is deployed to the "{portalname}" portal.
APIs usage:
Name | Service URL endpoint | Parameters | Values | Description |
---|---|---|---|---|
getThumbnailImage | {portalname}/{restcontextname}/thumbnailImage/medium/{repoName}/{workspaceName}/{nodePath}/ |
repoName workspaceName nodePath |
String
| Return an image with the medium size (64x64). |
getLargeImage | {portalname}/{restcontextname}/thumbnailImage/large/{repoName}/{workspaceName}/{nodePath}/ |
repoName workspaceName nodePath |
String
| Return an image with the large size (300x300). |
getSmallImage | {portalname}/{restcontextname}/thumbnailImage/small/{repoName}/{workspaceName}/{nodePath}/ |
repoName workspaceName nodePath |
String
| Return an image with the small size (32x32). |
getCustomImage | {portalname}/{restcontextname}/thumbnailImage/custom/{size} }}/{repoName}/{workspaceName}/{nodePath}/ |
size repoName workspaceName nodePath |
String
| Return an image with the custom size. |
getOriginImage | {portalname}/{restcontextname}/thumbnailImage/origin/{repoName}/{workspaceName}/{nodePath}/ |
repoName workspaceName nodePath |
String
| Return an image with the original size. |