xflow.client
Class XFlowAdminUI

java.lang.Object
  extended byxflow.client.XFlowAdminUI

public class XFlowAdminUI
extends java.lang.Object

Author:
kosta

Field Summary
static java.lang.String PASSWORD
           
static java.lang.String USERNAME
           
 
Method Summary
 java.util.List getActiveWorkflows()
           
static XFlowAdminUI getInstance()
           
 java.util.List getKnownWorkflows()
           
 Preferences getPreferences()
           
 User getUSER()
           
 WorkflowState getWorkflowState(int wfid)
           
static void main(java.lang.String[] args)
           
 void setPreferences(Preferences preferences)
           
 void setUSER(User user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USERNAME

public static final java.lang.String USERNAME
See Also:
Constant Field Values

PASSWORD

public static final java.lang.String PASSWORD
See Also:
Constant Field Values
Method Detail

getInstance

public static XFlowAdminUI getInstance()

getUSER

public User getUSER()

setUSER

public void setUSER(User user)

getKnownWorkflows

public java.util.List getKnownWorkflows()
                                 throws XflowException
Throws:
XflowException

getPreferences

public Preferences getPreferences()

setPreferences

public void setPreferences(Preferences preferences)

getActiveWorkflows

public java.util.List getActiveWorkflows()
                                  throws XflowException
Throws:
XflowException

getWorkflowState

public WorkflowState getWorkflowState(int wfid)
                               throws XflowException
Throws:
XflowException

main

public static void main(java.lang.String[] args)