public interface RESTExample extends CentraSiteRegistryObject
Modifier and Type | Method and Description |
---|---|
RESTExample |
getExample() |
java.lang.String |
getExternalValue() |
AbstractXMLService |
getService()
Gets the REST service.
|
java.lang.String |
getValue() |
void |
setExample(RESTExample restExample) |
void |
setExternalValue(java.lang.String example) |
void |
setService(AbstractXMLService service)
Sets the REST service .
|
void |
setValue(java.lang.String example) |
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.lang.String getValue() throws CLLException
CLLException
void setValue(java.lang.String example) throws CLLException
CLLException
java.lang.String getExternalValue() throws CLLException
CLLException
void setExternalValue(java.lang.String example) throws CLLException
CLLException
RESTExample getExample() throws CLLException
CLLException
void setExample(RESTExample restExample) throws CLLException
CLLException
void setService(AbstractXMLService service)
service
- The AbstractXMLService
.AbstractXMLService getService()
AbstractXMLService
of the resource.