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

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

@Controller(value="resourceSync")
@Scope(value="session")
public class ResourceSyncController
extends java.lang.Object
implements java.io.Serializable

Author:
lazyman
See Also:
Serialized Form

Field Summary
static java.lang.String NAVIGATION_LEFT
           
static java.lang.String PAGE_NAVIGATION
           
 
Constructor Summary
ResourceSyncController()
           
 
Method Summary
 java.lang.String backPerformed()
           
 ResourceListItem getResource()
           
 boolean isSyncEnabled()
           
 void setResource(ResourceListItem resource)
           
 
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
Constructor Detail

ResourceSyncController

public ResourceSyncController()
Method Detail

getResource

public ResourceListItem getResource()

setResource

public void setResource(ResourceListItem resource)

backPerformed

public java.lang.String backPerformed()

isSyncEnabled

public boolean isSyncEnabled()


Copyright © 2011 evolveum. All Rights Reserved.