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

All Known Implementing Classes:
GetLinkedLCAssetsLocationResult

public interface IGetLinkedLCAssetsLocationResult

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

Since:
3 Nov 2008

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


getLinkedLCAssetsURL

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


setLinkedLCAssetsFolderPath

void setLinkedLCAssetsFolderPath(java.lang.String formTemplateFolderPath)
Sets the linked Adobe Experience Manager forms asset's folder path


getLinkedLCAssetsFolderPath

java.lang.String getLinkedLCAssetsFolderPath()
Retrieves the linked Adobe Experience Manager forms asset's folder path


setLinkedLCAssetsName

void setLinkedLCAssetsName(java.lang.String formTemplateName)
Sets the linked Adobe Experience Manager forms asset's name


getLinkedLCAssetsName

java.lang.String getLinkedLCAssetsName()
Retrieves the linked Adobe Experience Manager forms asset's name