com.sap.workspaces.module.extension

Class AbstractLink

java.lang.Object
  extended by com.sap.workspaces.module.extension.AbstractLink
All Implemented Interfaces:
IWorkspacesService

public abstract class AbstractLink
extends Object
implements IWorkspacesService

Extend this class to enable adding links to a module

Since:
1.1

Field Summary
static String ADD_LINKS
           
 
Constructor Summary
AbstractLink()
           
 
Method Summary
abstract  void addLink(IModuleContext moduleContext, LinkInfo linkInfo)
          A callback invoked when the specified link is added to the module
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADD_LINKS

public static final String ADD_LINKS
See Also:
Constant Field Values
Constructor Detail

AbstractLink

public AbstractLink()
Method Detail

addLink

public abstract void addLink(IModuleContext moduleContext,
                             LinkInfo linkInfo)
                      throws LinkException
A callback invoked when the specified link is added to the module

Parameters:
moduleContext - - the module context
linkInfo - - the link data
Throws:
WorkspacesRuntimeException - on failure
LinkException


Copyright 2011 SAP AG Complete Copyright Notice