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 StringF_OBJECT_CLASS_LISTstatic StringF_OBJECT_SYNCRONIZATION_LISTstatic StringF_SELECTEDstatic StringF_SELECTED_CORRELATIONstatic StringF_SELECTED_REACTION
-
Constructor Summary
Constructors Constructor Description ResourceSynchronizationDto(List<ObjectSynchronizationType> objectSynchronizationList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<QName>getObjectClassList()List<ObjectSynchronizationType>getObjectSynchronizationList()Map<String,String>getObjectTemplateMap()ObjectSynchronizationTypegetSelected()ConditionalSearchFilterTypegetSelectedCorrelation()LegacySynchronizationReactionTypegetSelectedReaction()inthashCode()voidsetObjectClassList(List<QName> objectClassList)voidsetObjectTemplateMap(Map<String,String> objectTemplateMap)voidsetSelected(ObjectSynchronizationType selected)voidsetSelectedCorrelation(ConditionalSearchFilterType selectedCorrelation)voidsetSelectedReaction(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)
-
-