|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.centrasite.jaxr.webservice.WebServiceAbstractCollector
com.centrasite.registry.versionmanagementservices.VersionServiceCollector
public class VersionServiceCollector
Extends the WebServiceAbstractCollector to collect necessary objects for service versioning.
Field Summary |
---|
Fields inherited from class com.centrasite.jaxr.webservice.WebServiceAbstractCollector |
---|
EXTLINK_COLLECT_ALL, EXTLINK_COLLECT_DEFAULT, EXTLINK_COLLECT_NONE |
Constructor Summary | |
---|---|
VersionServiceCollector(javax.xml.registry.BusinessQueryManager qMgr,
javax.xml.registry.infomodel.Service service,
boolean onlyComponents,
boolean rootServiceVersioning)
Constructor. |
Method Summary | |
---|---|
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()
Get the external links dependend on the object list onlyComponents=true: elink of wsdl onlyComponents=false: elink of wsdl, elinks of subwsdls, elinks of schemas |
java.util.Collection<javax.xml.registry.infomodel.RegistryObject> |
getInterfaceObjects()
Get the list of collected Interfaces. |
java.util.Collection |
getObjectList()
Get the objectlist in a sorted order for versioning. |
java.util.Collection<javax.xml.registry.infomodel.RegistryObject> |
getOperationObjects()
Get the list of collected Operations. |
boolean |
permitSharedObjects()
|
Methods inherited from class com.centrasite.jaxr.webservice.WebServiceAbstractCollector |
---|
getAssocList, getComponentWebdavURIs, getDeniedElinks, getDeniedExternalLinks, getDeniedObjects, getDenyResult, getQMgr, getRequiredWebdavURIs, getSequencedObjectList, getServiceBindingObjects, getSharedWebdavURIs, getSubWsdlElinks, getUnprivilegedAccesses, getWebdavURIs, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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
Method Detail |
---|
public 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
public java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getInterfaceObjects()
public java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getOperationObjects()
public boolean permitSharedObjects()
permitSharedObjects
in class com.centrasite.jaxr.webservice.WebServiceAbstractCollector
WebServiceAbstractCollector.permitSharedObjects()
public java.util.Collection getAdditionalServices()
getAdditionalServices
in class com.centrasite.jaxr.webservice.WebServiceAbstractCollector
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |