org.mmbase.applications.editwizard
Class ConnectorCommandGetNewRelation

java.lang.Object
  extended by org.mmbase.applications.editwizard.ConnectorCommand
      extended by org.mmbase.applications.editwizard.ConnectorCommandGetNewRelation

public class ConnectorCommandGetNewRelation
extends ConnectorCommand

EditWizard

Since:
MMBase-1.6
Version:
$Id: ConnectorCommandGetNewRelation.java 35335 2009-05-21 08:14:41Z michiel $
Author:
Kars Veling
Javadoc:

Constructor Summary
ConnectorCommandGetNewRelation(String role, String sourceObjectNumber, String sourceType, String destinationObjectNumber, String destinationType, String createDir)
          Constructs a command to craete a new temporarily relation.
 
Method Summary
 
Methods inherited from class org.mmbase.applications.editwizard.ConnectorCommand
addCommandAttr, addCommandNode, getCommandXML, getError, getId, getName, getResponseXML, hasError, setResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorCommandGetNewRelation

public ConnectorCommandGetNewRelation(String role,
                                      String sourceObjectNumber,
                                      String sourceType,
                                      String destinationObjectNumber,
                                      String destinationType,
                                      String createDir)
                               throws WizardException
Constructs a command to craete a new temporarily relation.

Parameters:
role - The name of the role the new relation should have.
sourceObjectNumber - the number of the sourceobject
sourceType - the type of the sourceobject
destinationObjectNumber - the number of the destination object
destinationType - the type of the destination object
Throws:
WizardException


MMBase 2.0-SNAPSHOT - null