com.centrasite.control.adapters.util
Interface ImportAdapter

All Known Implementing Classes:
AbstractImportAdapter, EditXMLResourceSchemaAdapter, FileBrowserAdapter, ImportBPELAdapter, ImportItemsAdapter, ImportObjectAdapter, ImportXMLServiceAdapter, ImportXPDLAdapter, SchemaImportAdapter, WebServiceImportAdapter

public interface ImportAdapter

Interface for all adapters, inside the import extension.


Method Summary
 boolean execute()
          Executes the functionality of the extension.
 void setOrganization(java.lang.String organizationKey)
          Sets the Organization key of the imported objects.
 

Method Detail

execute

boolean execute()
Executes the functionality of the extension. Performs the actual import.

Returns:
success status

setOrganization

void setOrganization(java.lang.String organizationKey)
Sets the Organization key of the imported objects.

Parameters:
organizationKey -