public interface RESTServer extends CentraSiteRegistryObject
Modifier and Type | Method and Description |
---|---|
Category |
getCategory()
Gets the Sandbox category that gives access to the binding via this ServerVariable for the Service.
|
java.util.Collection<RESTParameter> |
getParameters()
Gets the parameters of the resource
|
java.lang.String |
getServerURL()
Sets the URI that gives access to the binding via this ServerVariable for the Service.
|
AbstractXMLService |
getService()
Gets the REST service.
|
java.util.Collection<javax.xml.registry.infomodel.ServiceBinding> |
getServiceBindings(javax.xml.registry.infomodel.Service service)
Gets the bindings relates to this ServerVariable also supported by the Service .
|
void |
setCategory(Category category)
Sets the Sandbox category that gives access to the binding via this ServerVariable for the Service.
|
void |
setParameters(java.util.Collection<RESTParameter> restParameters)
Defines a collection of parameters for the designated resource.
|
void |
setServerURL(java.lang.String path)
Gets the URI that gives access to the binding via this ServerVariable for the Service.
|
void |
setService(AbstractXMLService service)
Sets the REST service .
|
getConsumedAssets, getConsumers, getDescription, getDescription, getDisplayVersion, getInitialVirtualAssetName, getLastModifiedTimeStamp, getLCMAssignment, getLocalName, getMandatoryAttributeProfiles, getName, getName, getNameSpace, getNextVersion, getNextVersions, getOrganization, getOwner, getPendingApprovals, getPreviousVersion, getPreviousVersions, getRegistryObject, getRelationShipValueMap, getRequestedUser, getSubscribers, getSystemVersion, getTitle, getType, getUserVersion, getVisiblePrimaryProfiles, getVisibleProfile, isDeployedOn, isLatestVersionObject, isPropagatePermissions, isPropagateProfilePermissions, removeConsumedAssets, removeConsumers, setDescription, setDescription, setDisplayVersion, setLCMState, setLocalName, setName, setName, setNameSpace, setOrganization, setOwner, setPropagatePermissions, setPropagateProfilePermissions, setRelationShipValueMap, setUserVersion
delete, getAttributeLink, getAttributeValue, getAttributeValue, getAttributeValue, getId, isModified, isPredefined, isReadOnly, save, setAttributeValue, setAttributeValue, setAttributeValue
java.util.Collection<RESTParameter> getParameters() throws CLLException
Collection
of RESTParameter
associated to the ServerVariable.CLLException
- If an error occurs while fetching the parameters of the ServerVariable.void setParameters(java.util.Collection<RESTParameter> restParameters) throws CLLException
restParameters
- The Collection
of RESTParameter
to be set on the ServerVariable.CLLException
- If an error occurs while setting the parameters for the ServerVariable.java.util.Collection<javax.xml.registry.infomodel.ServiceBinding> getServiceBindings(javax.xml.registry.infomodel.Service service) throws CLLException
CLLException
- If an error occurs while trying to find the service bindings for the ServerVariablevoid setServerURL(java.lang.String path) throws CLLException
CLLException
java.lang.String getServerURL() throws CLLException
uri
- the URI that gives access to the binding via this ServerVariable for the Service.CLLException
void setCategory(Category category) throws CLLException
uri
- the Sandbox category that gives access to the binding via this ServerVariable for the Service.CLLException
Category getCategory() throws CLLException
CLLException
void setService(AbstractXMLService service)
service
- The AbstractXMLService
.AbstractXMLService getService()
AbstractXMLService
of the resource.