public class ConsistencyValidationResult extends Object
| Constructor and Description |
|---|
ConsistencyValidationResult() |
| Modifier and Type | Method and Description |
|---|---|
Set<AuthorizationWrapper> |
getInconsistentAuthorizations() |
HashMap<String,ContractWrapper> |
getInconsistentContracts() |
Set<EntityWrapper> |
getInconsistentEntities() |
HashMap<Integer,IntegrationWrapper> |
getInconsistentIntegrations() |
Set<LoginWrapper> |
getInconsistentLogins() |
Set<OfferWrapper> |
getInconsistentOffers() |
HashMap<String,ProviderWrapper> |
getInconsistentProviders() |
boolean |
isEmpty() |
public HashMap<Integer,IntegrationWrapper> getInconsistentIntegrations()
public HashMap<String,ProviderWrapper> getInconsistentProviders()
public HashMap<String,ContractWrapper> getInconsistentContracts()
public Set<OfferWrapper> getInconsistentOffers()
public Set<LoginWrapper> getInconsistentLogins()
public Set<EntityWrapper> getInconsistentEntities()
public Set<AuthorizationWrapper> getInconsistentAuthorizations()
public boolean isEmpty()
Copyright © 2017. All rights reserved.