Class IntegrationResourcesPortalPlugin
- java.lang.Object
 - 
- de.xima.fc.e2e.containerplugin.plugin.IntegrationResourcesPortalPlugin
 
 
- 
- All Implemented Interfaces:
 INameProviding,ITransferable,INamedUiElement,IFCPlugin,IPluginPortal,Serializable
public class IntegrationResourcesPortalPlugin extends Object implements IPluginPortal
Portal plugin for running E2E tests against a FORMCYCLE app.- Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from interface de.xima.fc.plugin.interfaces.IFCPlugin
CONFIG_FILENAME 
- 
Fields inherited from interface de.xima.fc.interfaces.INamedUiElement
ATTR_DISPLAY_NAME 
- 
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME 
 - 
 
- 
Constructor Summary
Constructors Constructor Description IntegrationResourcesPortalPlugin() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContextName()Getter for the context-name of the portal.StringgetDisplayName(Locale locale)StringgetName()Getter for the name of this plugin.- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface de.xima.fc.plugin.interfaces.IFCPlugin
getDescription, getDescription, initialize, initPlugin, install, shutdown, shutdown, uninstall 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getName
public String getName()
Description copied from interface:IFCPluginGetter for the name of this plugin. This name may appear on the user interface.- Specified by:
 getNamein interfaceIFCPlugin- Specified by:
 getNamein interfaceINameProviding- Returns:
 StringThe name of this plugin.
 
- 
getDisplayName
public String getDisplayName(Locale locale)
- Specified by:
 getDisplayNamein interfaceIFCPlugin- Specified by:
 getDisplayNamein interfaceINamedUiElement- Returns:
 - Wert, der das entsprechende Objekt an Oberfläche repräsentiert (wird i.A. zur Laufzeit ermittelt).
 
 
- 
getContextName
public String getContextName()
Description copied from interface:IPluginPortalGetter for the context-name of the portal. This defines the URL to access the portal. I.e.:http://<server>/<formcycle>/<contextName>- Specified by:
 getContextNamein interfaceIPluginPortal- Returns:
 Stringthe portal-context
 
 - 
 
 -