com.evolveum.midpoint.web.controller.resource
Class ResourceConfigurationController

java.lang.Object
  extended by com.evolveum.midpoint.web.controller.util.WizardPage
      extended by com.evolveum.midpoint.web.controller.resource.ResourceConfigurationController
All Implemented Interfaces:
java.io.Serializable

@Controller(value="resourceConfiguration")
@Scope(value="session")
public class ResourceConfigurationController
extends WizardPage

See Also:
Serialized Form

Constructor Summary
ResourceConfigurationController()
           
 
Method Summary
 void cleanController()
           
 java.util.List<ResourceConfigFormBean> getConfigurationList()
           
 java.util.List<FormObject> getFormObjects()
           
 int getSize()
           
 void init(ConnectorDto connector, Configuration configuration)
           
 void next()
           
 
Methods inherited from class com.evolveum.midpoint.web.controller.util.WizardPage
back, cancel, finish, getCancelPage, getFinishPage, getPageUrl, isShowCancel, isShowFinish
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceConfigurationController

public ResourceConfigurationController()
Method Detail

getConfigurationList

public java.util.List<ResourceConfigFormBean> getConfigurationList()

getFormObjects

public java.util.List<FormObject> getFormObjects()

getSize

public int getSize()

init

public void init(ConnectorDto connector,
                 Configuration configuration)

next

public void next()
Overrides:
next in class WizardPage

cleanController

public void cleanController()
Specified by:
cleanController in class WizardPage


Copyright © 2011 evolveum. All Rights Reserved.