org.mmbase.applications.editwizard
Class ConnectorCommandGetNewRelation

java.lang.Object
  |
  +--org.mmbase.applications.editwizard.ConnectorCommand
        |
        +--org.mmbase.applications.editwizard.ConnectorCommandGetNewRelation

public class ConnectorCommandGetNewRelation
extends ConnectorCommand

EditWizard

Since:
MMBase-1.6
Version:
$Id: ConnectorCommandGetNewRelation.java,v 1.5.2.4 2003/08/08 08:13:39 michiel Exp $
Author:
Kars Veling

Constructor Summary
ConnectorCommandGetNewRelation(java.lang.String role, java.lang.String sourceObjectNumber, java.lang.String sourceType, java.lang.String destinationObjectNumber, java.lang.String destinationType, java.lang.String createDir)
          Constructs a command to craete a new temporarily relation.
 
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(java.lang.String role,
                                      java.lang.String sourceObjectNumber,
                                      java.lang.String sourceType,
                                      java.lang.String destinationObjectNumber,
                                      java.lang.String destinationType,
                                      java.lang.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


MMBase build 1.6.5.20030923