Class ResourceSynchronizationDto
- java.lang.Object
-
- com.evolveum.midpoint.web.component.wizard.resource.dto.ResourceSynchronizationDto
-
- All Implemented Interfaces:
Serializable
public class ResourceSynchronizationDto extends Object implements Serializable
- Author:
- shood
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
F_OBJECT_CLASS_LIST
static String
F_OBJECT_SYNCRONIZATION_LIST
static String
F_SELECTED
static String
F_SELECTED_CORRELATION
static String
F_SELECTED_REACTION
-
Constructor Summary
Constructors Constructor Description ResourceSynchronizationDto(List<ObjectSynchronizationType> objectSynchronizationList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<QName>
getObjectClassList()
List<ObjectSynchronizationType>
getObjectSynchronizationList()
Map<String,String>
getObjectTemplateMap()
ObjectSynchronizationType
getSelected()
ConditionalSearchFilterType
getSelectedCorrelation()
LegacySynchronizationReactionType
getSelectedReaction()
int
hashCode()
void
setObjectClassList(List<QName> objectClassList)
void
setObjectTemplateMap(Map<String,String> objectTemplateMap)
void
setSelected(ObjectSynchronizationType selected)
void
setSelectedCorrelation(ConditionalSearchFilterType selectedCorrelation)
void
setSelectedReaction(LegacySynchronizationReactionType selectedReaction)
-
-
-
Field Detail
-
F_OBJECT_SYNCRONIZATION_LIST
public static final String F_OBJECT_SYNCRONIZATION_LIST
- See Also:
- Constant Field Values
-
F_SELECTED
public static final String F_SELECTED
- See Also:
- Constant Field Values
-
F_SELECTED_CORRELATION
public static final String F_SELECTED_CORRELATION
- See Also:
- Constant Field Values
-
F_SELECTED_REACTION
public static final String F_SELECTED_REACTION
- See Also:
- Constant Field Values
-
F_OBJECT_CLASS_LIST
public static final String F_OBJECT_CLASS_LIST
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ResourceSynchronizationDto
public ResourceSynchronizationDto(List<ObjectSynchronizationType> objectSynchronizationList)
-
-
Method Detail
-
getObjectSynchronizationList
public List<ObjectSynchronizationType> getObjectSynchronizationList()
-
getSelected
public ObjectSynchronizationType getSelected()
-
setSelected
public void setSelected(ObjectSynchronizationType selected)
-
getSelectedCorrelation
public ConditionalSearchFilterType getSelectedCorrelation()
-
setSelectedCorrelation
public void setSelectedCorrelation(ConditionalSearchFilterType selectedCorrelation)
-
getSelectedReaction
public LegacySynchronizationReactionType getSelectedReaction()
-
setSelectedReaction
public void setSelectedReaction(LegacySynchronizationReactionType selectedReaction)
-
-