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

java.lang.Object
  extended by com.evolveum.midpoint.web.controller.util.ListController<ResourceObjectType>
      extended by com.evolveum.midpoint.web.controller.resource.ResourceDetailsController
All Implemented Interfaces:
java.io.Serializable

@Controller(value="resourceDetails")
@Scope(value="session")
public class ResourceDetailsController
extends ListController<ResourceObjectType>

See Also:
Serialized Form

Field Summary
static java.lang.String NAVIGATION_LEFT
           
static java.lang.String PAGE_NAVIGATION
           
static java.lang.String PARAM_OBJECT_TYPE
           
 
Constructor Summary
ResourceDetailsController()
           
 
Method Summary
 java.lang.String deletePerformed()
           
 java.util.List<java.lang.String> getCapabilities()
           
 ResourceListItem getResource()
           
 java.lang.String importPerformed()
           
 boolean isTableFull()
           
protected  java.lang.String listObjects()
           
 java.lang.String listPerformed()
           
 void setResource(ResourceListItem resource)
           
 java.lang.String showDebugPages()
           
 java.lang.String showImportStatus()
           
 java.lang.String showSyncStatus()
           
 java.lang.String testConnection()
           
 
Methods inherited from class com.evolveum.midpoint.web.controller.util.ListController
cleanup, getObjects, getOffset, getRowsCount, isFirstEnabled, isLastEnabled, isNextEnabled, isPreviousEnabled, listFirst, listLast, listNext, listPrevious, setOffset, setRowsCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAGE_NAVIGATION

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

NAVIGATION_LEFT

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

PARAM_OBJECT_TYPE

public static final java.lang.String PARAM_OBJECT_TYPE
See Also:
Constant Field Values
Constructor Detail

ResourceDetailsController

public ResourceDetailsController()
Method Detail

getResource

public ResourceListItem getResource()

setResource

public void setResource(ResourceListItem resource)

testConnection

public java.lang.String testConnection()

showDebugPages

public java.lang.String showDebugPages()

importPerformed

public java.lang.String importPerformed()

deletePerformed

public java.lang.String deletePerformed()

showImportStatus

public java.lang.String showImportStatus()

showSyncStatus

public java.lang.String showSyncStatus()

listPerformed

public java.lang.String listPerformed()

getCapabilities

public java.util.List<java.lang.String> getCapabilities()

listObjects

protected java.lang.String listObjects()
Specified by:
listObjects in class ListController<ResourceObjectType>

isTableFull

public boolean isTableFull()


Copyright © 2012 evolveum. All Rights Reserved.