public class SynchronizationInformationDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
F_COUNT_DELETED |
static String |
F_COUNT_DISPUTED |
static String |
F_COUNT_LINKED |
static String |
F_COUNT_NO_SYNCHRONIZATION_POLICY |
static String |
F_COUNT_NOT_APPLICABLE_FOR_TASK |
static String |
F_COUNT_PROTECTED |
static String |
F_COUNT_SYNCHRONIZATION_DISABLED |
static String |
F_COUNT_UNLINKED |
static String |
F_COUNT_UNMATCHED |
Constructor and Description |
---|
SynchronizationInformationDto(com.evolveum.midpoint.xml.ns._public.common.common_3.SynchronizationInformationType synchronizationInformationType) |
Modifier and Type | Method and Description |
---|---|
int |
getCountDeleted() |
int |
getCountDisputed() |
int |
getCountLinked() |
int |
getCountNoSynchronizationPolicy() |
int |
getCountNotApplicableForTask() |
int |
getCountProtected() |
int |
getCountSynchronizationDisabled() |
int |
getCountUnlinked() |
int |
getCountUnmatched() |
public static final String F_COUNT_PROTECTED
public static final String F_COUNT_NO_SYNCHRONIZATION_POLICY
public static final String F_COUNT_SYNCHRONIZATION_DISABLED
public static final String F_COUNT_NOT_APPLICABLE_FOR_TASK
public static final String F_COUNT_DELETED
public static final String F_COUNT_DISPUTED
public static final String F_COUNT_LINKED
public static final String F_COUNT_UNLINKED
public static final String F_COUNT_UNMATCHED
public SynchronizationInformationDto(com.evolveum.midpoint.xml.ns._public.common.common_3.SynchronizationInformationType synchronizationInformationType)
public int getCountProtected()
public int getCountNoSynchronizationPolicy()
public int getCountSynchronizationDisabled()
public int getCountNotApplicableForTask()
public int getCountDeleted()
public int getCountDisputed()
public int getCountLinked()
public int getCountUnlinked()
public int getCountUnmatched()
Copyright © 2015 evolveum. All rights reserved.