public interface Service extends CentraSiteRegistryObject
CentraSiteRegistryObject
s that provide information on services
(for example, web services) offered by an Organization.CentraSiteObjectManager
using the name "Service"
or using its qualified name {http://namespaces.CentraSite.com/Schema/jaxr}ServiceModifier and Type | Method and Description |
---|---|
java.util.Collection<Operation> |
getOperations()
Return the collection of
Operation objects for this Service. |
java.util.Map<java.lang.String,java.lang.String> |
getOperationsMap()
Gets the operations supported by the Service.
|
java.util.Collection<ServiceBinding> |
getServiceBindings()
Gets the bindings supported by the 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.Map<java.lang.String,java.lang.String> getOperationsMap() throws CLLException
Map
having the
service binding id as the key and the access URI as the value.CLLException
- If an error occurs while trying to find the service bindings for the service
or while trying to get the access URI for a service bindingjava.util.Collection<ServiceBinding> getServiceBindings() throws CLLException
CLLException
- If an error occurs while trying to find the service bindings for the servicejava.util.Collection<Operation> getOperations() throws CLLException
Operation
objects for this Service.CLLException
- If an error occurs while getting the operations for the Service.