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
 java.lang.String getLinkedLCAssetsFolderPath()
          Retrieves the linked LiveCycle asset's folder path.
 java.lang.String getLinkedLCAssetsName()
          Retrieves the linked LiveCycle asset's name.
 java.lang.String getLinkedLCAssetsURL()
          Retrieves the linked LiveCycle asset's complete URL (includes asset link object's folder path and name).
 void setLinkedLCAssetsFolderPath(java.lang.String formTemplateFolderPath)
          Sets the linked LiveCycle asset's folder path.
 void setLinkedLCAssetsName(java.lang.String formTemplateName)
          Sets the linked LiveCycle asset's name.
 void setLinkedLCAssetsURL(java.lang.String formTemplateURL)
          Sets the linked LiveCycle asset's complete URL (includes asset link object's folder path and name).
 

Method Detail

setLinkedLCAssetsURL

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


getLinkedLCAssetsURL

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


setLinkedLCAssetsFolderPath

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


getLinkedLCAssetsFolderPath

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


setLinkedLCAssetsName

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


getLinkedLCAssetsName

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



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