com.centrasite.control.extpt
Interface Import

All Superinterfaces:
com.softwareag.cis.plugin.registry.ExtensionImplementation
All Known Implementing Classes:
AbstractImport, ImportBPEL, ImportRegistry, ImportReport, ImportRESTService, ImportSchema, ImportService, ImportXMLService, ImportXPDLCommand

public interface Import
extends com.softwareag.cis.plugin.registry.ExtensionImplementation

Interface for implementations of Import extension point


Field Summary
 
Fields inherited from interface com.softwareag.cis.plugin.registry.ExtensionImplementation
rcs_id
 
Method Summary
 java.lang.String getLayout()
          Return the path to the HTML page
 java.lang.String getName()
          Return the name
 java.lang.String getPageDescription()
          Return the Description
 java.lang.String getPageTitle()
          Return the title
 void setLocale(java.util.Locale locale)
           
 
Methods inherited from interface com.softwareag.cis.plugin.registry.ExtensionImplementation
getExtension, getPlugIn, popContextClassLoader, pushContextClassLoader, setExtension
 

Method Detail

getName

java.lang.String getName()
Return the name

Returns:

getLayout

java.lang.String getLayout()
Return the path to the HTML page

Returns:

getPageDescription

java.lang.String getPageDescription()
Return the Description

Returns:

getPageTitle

java.lang.String getPageTitle()
Return the title

Returns:

setLocale

void setLocale(java.util.Locale locale)