Uses of Class
com.mirth.match.client.models.Result

Packages that use Result
com.mirth.match.client   
com.mirth.match.client.models   
 

Uses of Result in com.mirth.match.client
 

Methods in com.mirth.match.client that return Result
 Result<DtoDomainGroup> DomainGroupManager.create(DtoDomainGroup consumer)
          Creates a new Domain Group using the properties provided in the DTO
 Result<DtoEntityDomain> EntityDomainManager.create(DtoEntityDomain domain)
          Creates a new EntityDomain using the provided properties
 Result<DtoIdentifierDomain> IdentifierDomainManager.create(DtoIdentifierDomain domain)
          Creates a new IdentifierDomain using the properties provided in the DTO
 Result<DtoWorkflow> WorkflowManager.create(DtoWorkflow workflow)
          Create a Workflow from raw parameters.
 Result EISManagementAndQuery.createIdentityFromEntity(java.lang.String entityTypeName, EisIdentityQualifier systemId, EisEntityIdentifyingTraits traits)
          This operation generates an Entity ID on behalf of a Source that does not generate Entity IDs.
 Result EISMetadata.createSemanticSignifier()
          Creates a semantic signifier definition in the EIS meta-data repository.
 Result<DtoWorkflow> WorkflowManager.find(java.lang.String identifier)
          Returns the DtoWorkflow with the matching identifier
 Result<DtoEntityDomain> EntityDomainManager.find(java.lang.String identifier)
          Returns the EntityDomain with the matching identifier
 Result<DtoDomainGroup> DomainGroupManager.find(java.lang.String identifier)
          Returns the DomainGroup with the given identifier
 Result<DtoIdentifierDomain> IdentifierDomainManager.find(java.lang.String identifier, java.lang.String entityDomainId)
          Returns the IdentifierDomain with the given identifier
 Result<java.util.List<DtoEntityDomain>> EntityDomainManager.findAll()
          Returns a list of all of the Entity Domains in the system
 Result<java.util.List<DtoEntityDomain>> EntityDomainManager.findAllActive()
          Returns the list of Entity Domains that are currently ACTIVE
 Result<java.util.List<DtoDomainGroup>> DomainGroupManager.findAllByFilter(DomainGroupFilter filter)
          Returns all of the DomainGroups that match the given filter
 Result<java.util.List<DtoIdentifierDomain>> IdentifierDomainManager.findAllByFilter(IdentifierDomainFilter filter)
          Returns all of the Identifier Domains that match the given filter
 Result<java.util.List<DtoEntityDomain>> EntityDomainManager.findByFilter(EntityDomainFilter filter)
          Returns all of the entities matching the provided filter
 Result<java.util.List<EisResultSetElement>> EISManagementAndQuery.findIdentitiesByTraits(java.lang.String entityTypeName, java.lang.String localEntityIdentifier, EisIdentityQualifier systemId, java.lang.String eisId, EisEntityIdentifyingTraits entityIdentifyingTraits, EisSearchQualifier searchQualifiers)
          This operation provides the means to perform a broad search of all records in the EIS whose Traits match some criteria in the supplied search criteria (such as find all records who match the name “Jones, Bob”.
 Result EISMetadata.findSemanticSignifier()
          Locates and returns a semantic signifier definition from the EIS metadata repository.
 Result<java.util.List<java.lang.String>> MirthMatchClient.getDomainIds()
          Deprecated. use com.mirth.match.client.EISMetadata#listDomains
 Result EISManagementAndQuery.getEntityTraitValues(java.lang.String entityId, EisIdentityQualifier systemId, java.lang.String semanticSignifierName, EisEntityIdentifyingTraits traits)
          Retrieves the Traits associated with a Source ID/Entity ID pair.
 Result<java.util.List<java.lang.String>> MirthMatchClient.getEntityTypes()
           
 Result<java.lang.Integer> MirthMatchClient.importEntities(EntityImportModel model, javax.activation.DataHandler handler, java.lang.String charsetName)
           
 Result<java.util.List<java.lang.String>> EISMetadata.listConformanceProfiles()
          Returns the list of conformance profile names and versions that this implementation of EIS supports.
 Result<java.util.List<java.lang.String>> EISMetadata.listDomains()
          List the domain hierarchy configured in the EIS meta-data repository.
 Result EISMetadata.listSemanticSignfiers()
          List the traits registered with the system.
 Result<EisTraitList> MirthMatchClient.listTraits(java.lang.String entityTypeName)
           
 Result<java.util.List<EisResultSetElement>> EISManagementAndQuery.listUnlinkedIdentities(java.lang.String entityTypeName, java.lang.String localEntityIdentifier, EisIdentityQualifier systemId, EisEntityIdentifyingTraits entityIdentifyingTraits, java.util.List<EisIdentityQualifier> identityQualifierConstraintSet)
          This operation retrieves duplicately specified, yet unlinked records in the EIS repository.
 Result<EisEntityIdentifier> EISManagementAndQuery.registerEntityWithIdentity(java.lang.String entityTypeName, java.lang.String localEntityIdentifier, EisIdentityQualifier systemId, EisEntityIdentifyingTraits entityIdentifyingTraits)
          This operation inserts a Source ID/Entity ID pair and supplied Traits into the EIS with implicit linking to other matching Source ID/ Entity ID pairs, based on the configured internal matching algorithm.
 Result<DtoIdentifierDomain> IdentifierDomainManager.update(DtoIdentifierDomain domain)
          Updates the IdentiferDomain with the identifier provided in the DTO to the other properties within the DTO
Note: To change the IdentifierDomain's identifier, set the current identifier to oldIdentifier and the new identifier to identifier
 Result EISMetadata.updateSemanticSignifier()
          Updates a semantic signifier definition in the EIS meta-data repository.
 Result<DtoDomainGroup> DomainGroupManager.updateStatus(java.lang.String identifier, java.lang.String statusAlias)
          Updates the DomainGroup with provided identifier to the given status alias
 Result<DtoIdentifierDomain> IdentifierDomainManager.updateStatus(java.lang.String identifier, java.lang.String entityDomainId, java.lang.String statusAlias)
          Updates the IdentifierDomain with provided identifier to the given status alias Returns a status condition of ID_DOMAIN_DOES_NOT_EXIST, if the IdentifierDomain with the provided identifier does not exit
 Result<DtoIdentifierDomain> IdentifierDomainManager.upsert(DtoIdentifierDomain domain)
          If the IdentifierDomain with the identifier provided in the DTO exists, the existing IdentifierDomain is updated to the newly provided values; otherwise, the a new IdentifierDomain is created with the provided values
Note: To change the IdentifierDomain's identifier, set the current identifier to oldIdentifier and the new identifier to identifier
 Result<DtoIdentifierDomain> MirthMatchClient.upsertIdentifierDomain(DtoIdentifierDomain idDomain)
          Deprecated. use com.mirth.match.client.IdentifierDomainManager#upsert
 

Uses of Result in com.mirth.match.client.models
 

Subclasses of Result in com.mirth.match.client.models
 class DTOResult<T>
           
 class DTOResultSet<T>
           
 



Copyright © 2011 Mirth Corp. All Rights Reserved.