public class WorkspaceNode extends JsonNode
WorkspaceNode class is responsible for knowing how to create a URL for a workspace. The URL
can be used to publish and unpublish resources.| Constructor and Description |
|---|
WorkspaceNode(Workspace workspace) |
| Modifier and Type | Method and Description |
|---|---|
URL |
getQueryPlanUrl() |
URL |
getQueryUrl() |
URL |
getUrl() |
children, getContent, getId, properties, toString, withChild, withMixin, withPrimaryType, withPropertyaccumulate, append, doubleToString, get, getBoolean, getDouble, getInt, getJSONArray, getJSONObject, getLong, getString, has, isNull, keys, length, names, numberToString, opt, optBoolean, optBoolean, optDouble, optDouble, optInt, optInt, optJSONArray, optJSONObject, optLong, optLong, optString, optString, put, put, put, put, put, put, put, putOpt, quote, remove, toJSONArray, toString, writepublic WorkspaceNode(Workspace workspace)
workspace - the repository workspace (never null)Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.