com.adobe.livecycle.ibmfilenetcontentrepositoryconnector.client.type
Interface IGetLinkedLCAssetsLocationResult


public interface IGetLinkedLCAssetsLocationResult

Stores the output of getLinkedLCAssetsLocation. Contains information about formTemplatePath, formTemplateFolderPath and formTemplateName.

Since:
3 Nov 2008

Method Summary
 String getLinkedLCAssetsFolderPath()
          Retrieves the linked LiveCycle asset's folder path.
 String getLinkedLCAssetsName()
          Retrieves the linked LiveCycle asset's name.
 String getLinkedLCAssetsURL()
          Retrieves the linked LiveCycle asset's complete URL (includes asset link object's folder path and name).
 void setLinkedLCAssetsFolderPath(String formTemplateFolderPath)
          Sets the linked LiveCycle asset's folder path.
 void setLinkedLCAssetsName(String formTemplateName)
          Sets the linked LiveCycle asset's name.
 void setLinkedLCAssetsURL(String formTemplateURL)
          Sets the linked LiveCycle asset's complete URL (includes asset link object's folder path and name).
 

Method Detail

setLinkedLCAssetsURL

void setLinkedLCAssetsURL(String formTemplateURL)
Sets the linked LiveCycle asset's complete URL (includes asset link object's folder path and name).


getLinkedLCAssetsURL

String getLinkedLCAssetsURL()
Retrieves the linked LiveCycle asset's complete URL (includes asset link object's folder path and name).


setLinkedLCAssetsFolderPath

void setLinkedLCAssetsFolderPath(String formTemplateFolderPath)
Sets the linked LiveCycle asset's folder path.


getLinkedLCAssetsFolderPath

String getLinkedLCAssetsFolderPath()
Retrieves the linked LiveCycle asset's folder path.


setLinkedLCAssetsName

void setLinkedLCAssetsName(String formTemplateName)
Sets the linked LiveCycle asset's name.


getLinkedLCAssetsName

String getLinkedLCAssetsName()
Retrieves the linked LiveCycle asset's name.



[an error occurred while processing this directive] [an error occurred while processing this directive]