de.elo.client.scripting.interfaces
Class DocVersionsDialogAdapter

java.lang.Object
  extended by de.elo.client.scripting.interfaces.DocVersionsDialogAdapter

public class DocVersionsDialogAdapter
extends java.lang.Object

Überschrift: DocVersionsDialogAdapter

Beschreibung: Kapselt einen DocVersionsDialog gegenüber dem Script. Im Scripting verfügbar über "dialogs.getDocVersionsDialog()".

Copyright: Copyright (c) ELO Digital Office GmbH 2011

Since:
8.01.000

Constructor Summary
DocVersionsDialogAdapter(de.elo.client.maindialog.Workspace workspace)
          Normaler Konstruktor.
 
Method Summary
 java.util.ArrayList<de.elo.ix.client.DocVersion> getSelectedDocVersions()
           
 de.elo.ix.client.Sord getSord()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocVersionsDialogAdapter

public DocVersionsDialogAdapter(de.elo.client.maindialog.Workspace workspace)
Normaler Konstruktor.

Parameters:
workspace - Aktueller Arbeitsbereich
Method Detail

getSelectedDocVersions

public java.util.ArrayList<de.elo.ix.client.DocVersion> getSelectedDocVersions()

getSord

public de.elo.ix.client.Sord getSord()