|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
String |
getAuthenticationString(URLData urlData)
Gets a encrypted authentication string for the specified url data This is will be passed to the distributed CadAgent to allow it to retieve file from the source, typicall ProIntralink Called by file download for URLData items Supported API: false |
boolean |
getLocalFileContentFromContentItem(ContentItem ci,
File localFile)
Downloads the ContentItem for this CAD system to the local file specified. |
String |
getLocalFileNameFromContentItem(ContentItem ci)
Returns the local file name for a ContentItem of this CAD system Called by file download for both ApplicationData and URLData items Supported API: false |
URLConnection |
getURLDataConnection(URLData urlData)
Gets a URLConnection for the default mechanisn to download file content. |
boolean |
useDistributedCadAgent(String url)
Returns if a distributed CadAgent could service the conversion of the url data. |
Method Detail |
public String getLocalFileNameFromContentItem(ContentItem ci)
ci
- the ContentItem
public boolean getLocalFileContentFromContentItem(ContentItem ci, File localFile)
ci
- the ContentItemlocalFile
- the local file name
public URLConnection getURLDataConnection(URLData urlData)
urlData
- the URLData
public String getAuthenticationString(URLData urlData)
urlData
- the URLData
public boolean useDistributedCadAgent(String url)
url
- the url String
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |