public interface RESTLink extends CentraSiteRegistryObject
Modifier and Type | Method and Description |
---|---|
RESTMethod |
getMethods() |
java.util.Map<java.lang.String,java.lang.String> |
getParameters() |
java.lang.String |
getRequestBody() |
RESTLink |
getRESTLink() |
AbstractXMLService |
getService()
Gets the REST service.
|
void |
setMethods(RESTMethod restMethods) |
void |
setParameters(java.util.Map<java.lang.String,java.lang.String> parameters) |
void |
setRequestBody(java.lang.String requestBody) |
void |
setRESTLink(RESTLink restLink) |
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
void setMethods(RESTMethod restMethods) throws CLLException
CLLException
RESTMethod getMethods() throws CLLException
CLLException
java.util.Map<java.lang.String,java.lang.String> getParameters() throws CLLException
CLLException
void setParameters(java.util.Map<java.lang.String,java.lang.String> parameters) throws CLLException
CLLException
java.lang.String getRequestBody() throws CLLException
CLLException
void setRequestBody(java.lang.String requestBody) throws CLLException
CLLException
RESTLink getRESTLink() throws CLLException
CLLException
void setRESTLink(RESTLink restLink) throws CLLException
CLLException
void setService(AbstractXMLService service)
service
- The AbstractXMLService
.AbstractXMLService getService()
AbstractXMLService
of the resource.