|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.policy.api.URLGenerator
public final class URLGenerator
URL Generator
Constructor Summary | |
---|---|
URLGenerator()
|
Method Summary | |
---|---|
java.net.URL |
getBUIApprovalFlowURL(java.lang.String queryManagerURL,
com.centrasite.jaxr.infomodel.CentraSiteRegistryEntry approvalFlow)
|
java.net.URL |
getBUIAssetDetailsURL(java.lang.String queryManagerURL,
javax.xml.registry.infomodel.RegistryObject asset)
Returns the Business UI Asset URL. |
java.net.URL |
getBUIAssetDetailsURL(java.lang.String queryManagerURL,
java.lang.String assetID)
Returns the Business UI Asset URL. |
java.net.URL |
getBUIBaseURL(java.lang.String queryManagerURL)
Returns the Base(Tomcat) URL of Business UI. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public URLGenerator()
Method Detail |
---|
public java.net.URL getBUIBaseURL(java.lang.String queryManagerURL) throws java.net.MalformedURLException
queryManagerURL
- The JAXR Query Manager URL.
java.net.MalformedURLException
public java.net.URL getBUIAssetDetailsURL(java.lang.String queryManagerURL, javax.xml.registry.infomodel.RegistryObject asset) throws java.net.MalformedURLException, javax.xml.registry.JAXRException
queryManagerURL
- The JAXR Query Manager URL.asset
- The asset RegistryObject
of which the deep link URL of it's details is required.
java.net.MalformedURLException
javax.xml.registry.JAXRException
public java.net.URL getBUIAssetDetailsURL(java.lang.String queryManagerURL, java.lang.String assetID) throws java.net.MalformedURLException
queryManagerURL
- The JAXR Query Manager URL.assetID
- The Key of the asset of which the deep link URL of it's details is required.
java.net.MalformedURLException
public java.net.URL getBUIApprovalFlowURL(java.lang.String queryManagerURL, com.centrasite.jaxr.infomodel.CentraSiteRegistryEntry approvalFlow) throws javax.xml.registry.JAXRException, java.net.MalformedURLException
javax.xml.registry.JAXRException
java.net.MalformedURLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |