public class VersionServiceCollector
extends com.centrasite.jaxr.webservice.WebServiceAbstractCollector
Constructor and Description |
---|
VersionServiceCollector(javax.xml.registry.BusinessQueryManager qMgr,
javax.xml.registry.infomodel.Service service,
boolean onlyComponents,
boolean rootServiceVersioning)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection |
getAdditionalServices()
For root service collection return the additional services (for more than one
service in wsdl).
|
java.util.Collection<javax.xml.registry.infomodel.ExternalLink> |
getAllExternalLinks()
Gets the external links dependend on the object list
|
java.util.Collection<javax.xml.registry.infomodel.RegistryObject> |
getInterfaceObjects()
Gets the list of collected Interfaces.
|
java.util.Collection |
getObjectList()
Gets the objectlist in a sorted order for versioning.
|
java.util.Collection<javax.xml.registry.infomodel.RegistryObject> |
getOperationObjects()
Gets the list of collected Operations.
|
boolean |
permitSharedObjects()
Returns
true if the object was shared |
getAssocList, getComponentWebdavURIs, getDeniedElinks, getDeniedExternalLinks, getDeniedObjects, getDenyResult, getQMgr, getRequiredWebdavURIs, getSequencedObjectList, getServiceBindingObjects, getSharedWebdavURIs, getSubWsdlElinks, getUnprivilegedAccesses, getWebdavURIs, toString
public VersionServiceCollector(javax.xml.registry.BusinessQueryManager qMgr, javax.xml.registry.infomodel.Service service, boolean onlyComponents, boolean rootServiceVersioning) throws javax.xml.registry.JAXRException
qMgr
- query managerservice
- service to be versionedonlyComponents
- true: only component object, false: all objectsrootServiceVersioning
- true: this is a root service collection (false: other services)javax.xml.registry.JAXRException
- if encounter an internal errorpublic java.util.Collection getObjectList()
getObjectList
in class com.centrasite.jaxr.webservice.WebServiceAbstractCollector
public java.util.Collection<javax.xml.registry.infomodel.ExternalLink> getAllExternalLinks()
getAllExternalLinks
in class com.centrasite.jaxr.webservice.WebServiceAbstractCollector
ExternalLink
objects
public java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getInterfaceObjects()
public java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getOperationObjects()
public boolean permitSharedObjects()
true
if the object was sharedpermitSharedObjects
in class com.centrasite.jaxr.webservice.WebServiceAbstractCollector
public java.util.Collection getAdditionalServices()
getAdditionalServices
in class com.centrasite.jaxr.webservice.WebServiceAbstractCollector