com.mirth.match.ejb.core
Interface CORE
public interface CORE
This class was generated by the JAX-WS RI.
JAX-WS RI 2.1.7-hudson-48-
Generated source version: 2.1
Method Summary |
EisResult |
addNoteToWorkitem(DtoWorkitemNote arg0)
|
EisResult |
approveWorkitem(java.lang.String arg0)
|
EisResult |
clearCache()
|
EisResult |
cloneDomain(java.lang.String arg0)
|
EisResult |
createAuthority(DtoAuthority arg0)
|
EisResult |
createConsumerEventSubscription(DtoConsumerEventSubscription arg0)
|
EisResult |
createDomainGroup(DtoDomainGroup arg0)
|
EisResult |
createEntityDomain(DtoEntityDomain arg0)
|
EisResult |
createEventAudit(DtoEventAudit arg0)
|
EisResult |
createIdentifierDomain(DtoIdentifierDomain domain)
|
EisResult |
createTraitForEntityType(DtoTrait arg0,
java.lang.String arg1,
java.lang.String arg2)
|
EisResult |
createWorkflow(DtoWorkflow dtoWorkflow)
|
EisResult |
createWorkitem(DtoWorkitem dtoWorkitem)
|
EisResult |
deleteAuthority(java.lang.String arg0)
|
EisResult |
deleteConsumerEventSubscription(java.lang.String arg0)
|
EisResult |
deleteDomainGroup(java.lang.String identifier)
|
EisResult |
deleteEntity(DtoEntityIdentifier arg0)
|
EisResult |
deleteEntityDomain(java.lang.String identifier)
|
EisResult |
deleteIdentifierDomain(java.lang.String identifier,
java.lang.String entityDomainId)
|
EisResult |
deleteWorkflow(java.lang.String identifier,
boolean cascadeWorkitems)
|
EisResult |
deleteWorkitem(java.lang.String identifier)
|
EisResult |
deployPreprocesserScriptToDomain(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2)
|
EisResult |
findAuthorities(AuthorityFilter arg0)
|
EisResult |
findAuthority(java.lang.String arg0)
|
EisResult |
findCodeSetElements(CodeSetElementFilter arg0)
|
EisResult |
findCodeSets(CodeSetFilter arg0)
|
EisResult |
findConsumerEventSubscription(java.lang.String arg0)
|
EisResult |
findConsumerEventSubscriptions(ConsumerEventSubscriptionFilter arg0)
|
EisResult |
findDomainGroup(java.lang.String identifier)
|
EisResult |
findDomainGroups(DomainGroupFilter arg0)
|
EisResult |
findEntityDomain(java.lang.String identifier)
|
EisResult |
findEntityDomains(EntityDomainFilter arg0)
|
EisResult |
findEntityTypes(EntityTypeFilter arg0)
|
EisResult |
findEventAudit(java.lang.String arg0)
|
EisResult |
findEventAudits(EventAuditFilter arg0)
|
EisResult |
findEventAuditTypes(EventAuditTypeFilter arg0)
|
EisResult |
findEventReasons(EventReasonFilter arg0)
|
EisResult |
findFacilities(FacilityFilter arg0)
|
EisResult |
findIdentifierDomain(java.lang.String identifier,
java.lang.String entityDomainId)
|
EisResult |
findIdentifierDomains(IdentifierDomainFilter filter)
|
EisResult |
findMatchingModules(MatchingModuleFilter arg0)
|
EisResult |
findProfiles(ProfileFilter arg0)
|
EisResult |
findStatuses(StatusFilter arg0)
|
EisResult |
findTraitGroups(TraitGroupFilter arg0)
|
EisResult |
findTraitsByFilter(TraitFilter arg0)
|
EisResult |
findUpdateSubscriptions(ConsumerEventSubscriptionFilter arg0)
|
EisResult |
findWorkflow(java.lang.String identifier)
|
EisResult |
findWorkflows(WorkflowFilter arg0)
|
EisResult |
findWorkitem(java.lang.String identifier)
|
EisResult |
findWorkitems(WorkitemFilter arg0)
|
EisResult |
flushStats()
|
java.util.List<java.lang.String> |
getInfoForTesting(java.util.List<java.lang.String> arg0)
|
EisResult |
purgeEntities(int arg0,
java.lang.String arg1)
|
EisResult |
rejectWorkitem(java.lang.String arg0)
|
EisResult |
rescoreDomain(java.lang.String arg0)
|
EisResult |
setWorkitemStatus(DtoWorkitemState arg0)
|
EisResult |
submitEventAudit(int arg0,
java.lang.String arg1,
java.lang.String arg2,
java.lang.String arg3)
|
void |
testRelationshipCache()
|
EisResult |
truncateDomain(java.lang.String arg0)
|
EisResult |
truncateEventLog()
|
EisResult |
truncateIdDomain(java.lang.String identifier,
java.lang.String entityDomainId)
|
EisResult |
updateConsumerEventSubscription(DtoConsumerEventSubscription arg0)
|
EisResult |
updateConsumerEventSubscriptionStatus(java.lang.String arg0,
java.lang.String arg1)
|
EisResult |
updateDomainGroupStatus(java.lang.String identifier,
java.lang.String statusAlias)
|
EisResult |
updateIdentifierDomain(DtoIdentifierDomain domain)
|
EisResult |
updateIdentifierDomainStatus(java.lang.String identfier,
java.lang.String entityDomainId,
java.lang.String statusAlias)
|
EisResult |
upsertIdentifierDomain(DtoIdentifierDomain domain)
|
findConsumerEventSubscription
@RequestWrapper(localName="findConsumerEventSubscription",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindConsumerEventSubscription")
@ResponseWrapper(localName="findConsumerEventSubscriptionResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindConsumerEventSubscriptionResponse")
EisResult findConsumerEventSubscription(java.lang.String arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
updateConsumerEventSubscriptionStatus
@RequestWrapper(localName="updateConsumerEventSubscriptionStatus",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.UpdateConsumerEventSubscriptionStatus")
@ResponseWrapper(localName="updateConsumerEventSubscriptionStatusResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.UpdateConsumerEventSubscriptionStatusResponse")
EisResult updateConsumerEventSubscriptionStatus(java.lang.String arg0,
java.lang.String arg1)
- Parameters:
arg1
- arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
createIdentifierDomain
@RequestWrapper(localName="createIdentifierDomain",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.CreateIdentifierDomain")
@ResponseWrapper(localName="createIdentifierDomainResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.CreateIdentifierDomainResponse")
EisResult createIdentifierDomain(DtoIdentifierDomain domain)
- Parameters:
domain
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findConsumerEventSubscriptions
@RequestWrapper(localName="findConsumerEventSubscriptions",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindConsumerEventSubscriptions")
@ResponseWrapper(localName="findConsumerEventSubscriptionsResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindConsumerEventSubscriptionsResponse")
EisResult findConsumerEventSubscriptions(ConsumerEventSubscriptionFilter arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
updateConsumerEventSubscription
@RequestWrapper(localName="updateConsumerEventSubscription",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.UpdateConsumerEventSubscription")
@ResponseWrapper(localName="updateConsumerEventSubscriptionResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.UpdateConsumerEventSubscriptionResponse")
EisResult updateConsumerEventSubscription(DtoConsumerEventSubscription arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
deleteConsumerEventSubscription
@RequestWrapper(localName="deleteConsumerEventSubscription",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.DeleteConsumerEventSubscription")
@ResponseWrapper(localName="deleteConsumerEventSubscriptionResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.DeleteConsumerEventSubscriptionResponse")
EisResult deleteConsumerEventSubscription(java.lang.String arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
createConsumerEventSubscription
@RequestWrapper(localName="createConsumerEventSubscription",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.CreateConsumerEventSubscription")
@ResponseWrapper(localName="createConsumerEventSubscriptionResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.CreateConsumerEventSubscriptionResponse")
EisResult createConsumerEventSubscription(DtoConsumerEventSubscription arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
updateDomainGroupStatus
@RequestWrapper(localName="updateDomainGroupStatus",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.UpdateDomainGroupStatus")
@ResponseWrapper(localName="updateDomainGroupStatusResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.UpdateDomainGroupStatusResponse")
EisResult updateDomainGroupStatus(java.lang.String identifier,
java.lang.String statusAlias)
- Parameters:
identifier
- statusAlias
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
deleteDomainGroup
@RequestWrapper(localName="deleteDomainGroup",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.DeleteDomainGroup")
@ResponseWrapper(localName="deleteDomainGroupResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.DeleteDomainGroupResponse")
EisResult deleteDomainGroup(java.lang.String identifier)
- Parameters:
identifier
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findDomainGroups
@RequestWrapper(localName="findDomainGroups",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindDomainGroups")
@ResponseWrapper(localName="findDomainGroupsResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindDomainGroupsResponse")
EisResult findDomainGroups(DomainGroupFilter arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findDomainGroup
@RequestWrapper(localName="findDomainGroup",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindDomainGroup")
@ResponseWrapper(localName="findDomainGroupResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindDomainGroupResponse")
EisResult findDomainGroup(java.lang.String identifier)
- Parameters:
identifier
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
createDomainGroup
@RequestWrapper(localName="createDomainGroup",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.CreateDomainGroup")
@ResponseWrapper(localName="createDomainGroupResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.CreateDomainGroupResponse")
EisResult createDomainGroup(DtoDomainGroup arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findFacilities
@RequestWrapper(localName="findFacilities",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindFacilities")
@ResponseWrapper(localName="findFacilitiesResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindFacilitiesResponse")
EisResult findFacilities(FacilityFilter arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findStatuses
@RequestWrapper(localName="findStatuses",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindStatuses")
@ResponseWrapper(localName="findStatusesResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindStatusesResponse")
EisResult findStatuses(StatusFilter arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
truncateIdDomain
@RequestWrapper(localName="truncateIdDomain",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.TruncateIdDomain")
@ResponseWrapper(localName="truncateIdDomainResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.TruncateIdDomainResponse")
EisResult truncateIdDomain(java.lang.String identifier,
java.lang.String entityDomainId)
- Parameters:
entityDomainId
- identifier
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findIdentifierDomain
@RequestWrapper(localName="findIdentifierDomain",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindIdentifierDomain")
@ResponseWrapper(localName="findIdentifierDomainResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindIdentifierDomainResponse")
EisResult findIdentifierDomain(java.lang.String identifier,
java.lang.String entityDomainId)
- Parameters:
entityDomainId
- identifier
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findIdentifierDomains
@RequestWrapper(localName="findIdentifierDomains",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindIdentifierDomains")
@ResponseWrapper(localName="findIdentifierDomainsResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindIdentifierDomainsResponse")
EisResult findIdentifierDomains(IdentifierDomainFilter filter)
- Parameters:
filter
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
updateIdentifierDomain
@RequestWrapper(localName="updateIdentifierDomain",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.UpdateIdentifierDomain")
@ResponseWrapper(localName="updateIdentifierDomainResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.UpdateIdentifierDomainResponse")
EisResult updateIdentifierDomain(DtoIdentifierDomain domain)
- Parameters:
domain
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
upsertIdentifierDomain
@RequestWrapper(localName="upsertIdentifierDomain",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.UpsertIdentifierDomain")
@ResponseWrapper(localName="upsertIdentifierDomainResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.UpsertIdentifierDomainResponse")
EisResult upsertIdentifierDomain(DtoIdentifierDomain domain)
- Parameters:
domain
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
deleteIdentifierDomain
@RequestWrapper(localName="deleteIdentifierDomain",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.DeleteIdentifierDomain")
@ResponseWrapper(localName="deleteIdentifierDomainResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.DeleteIdentifierDomainResponse")
EisResult deleteIdentifierDomain(java.lang.String identifier,
java.lang.String entityDomainId)
- Parameters:
entityDomainId
- identifier
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
updateIdentifierDomainStatus
@RequestWrapper(localName="updateIdentifierDomainStatus",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.UpdateIdentifierDomainStatus")
@ResponseWrapper(localName="updateIdentifierDomainStatusResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.UpdateIdentifierDomainStatusResponse")
EisResult updateIdentifierDomainStatus(java.lang.String identfier,
java.lang.String entityDomainId,
java.lang.String statusAlias)
- Parameters:
identfier
- entityDomainId
- statusAlias
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findEntityDomain
@RequestWrapper(localName="findEntityDomain",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindEntityDomain")
@ResponseWrapper(localName="findEntityDomainResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindEntityDomainResponse")
EisResult findEntityDomain(java.lang.String identifier)
- Parameters:
identifier
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
deleteEntityDomain
@RequestWrapper(localName="deleteEntityDomain",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.DeleteEntityDomain")
@ResponseWrapper(localName="deleteEntityDomainResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.DeleteEntityDomainResponse")
EisResult deleteEntityDomain(java.lang.String identifier)
- Parameters:
identifier
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
createEntityDomain
@RequestWrapper(localName="createEntityDomain",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.CreateEntityDomain")
@ResponseWrapper(localName="createEntityDomainResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.CreateEntityDomainResponse")
EisResult createEntityDomain(DtoEntityDomain arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findTraitGroups
@RequestWrapper(localName="findTraitGroups",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindTraitGroups")
@ResponseWrapper(localName="findTraitGroupsResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindTraitGroupsResponse")
EisResult findTraitGroups(TraitGroupFilter arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findMatchingModules
@RequestWrapper(localName="findMatchingModules",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindMatchingModules")
@ResponseWrapper(localName="findMatchingModulesResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindMatchingModulesResponse")
EisResult findMatchingModules(MatchingModuleFilter arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findEntityTypes
@RequestWrapper(localName="findEntityTypes",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindEntityTypes")
@ResponseWrapper(localName="findEntityTypesResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindEntityTypesResponse")
EisResult findEntityTypes(EntityTypeFilter arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findCodeSetElements
@RequestWrapper(localName="findCodeSetElements",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindCodeSetElements")
@ResponseWrapper(localName="findCodeSetElementsResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindCodeSetElementsResponse")
EisResult findCodeSetElements(CodeSetElementFilter arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findCodeSets
@RequestWrapper(localName="findCodeSets",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindCodeSets")
@ResponseWrapper(localName="findCodeSetsResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindCodeSetsResponse")
EisResult findCodeSets(CodeSetFilter arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
deployPreprocesserScriptToDomain
@RequestWrapper(localName="deployPreprocesserScriptToDomain",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.DeployPreprocesserScriptToDomain")
@ResponseWrapper(localName="deployPreprocesserScriptToDomainResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.DeployPreprocesserScriptToDomainResponse")
EisResult deployPreprocesserScriptToDomain(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2)
- Parameters:
arg2
- arg1
- arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
truncateDomain
@RequestWrapper(localName="truncateDomain",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.TruncateDomain")
@ResponseWrapper(localName="truncateDomainResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.TruncateDomainResponse")
EisResult truncateDomain(java.lang.String arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
cloneDomain
@RequestWrapper(localName="cloneDomain",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.CloneDomain")
@ResponseWrapper(localName="cloneDomainResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.CloneDomainResponse")
EisResult cloneDomain(java.lang.String arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findEntityDomains
@RequestWrapper(localName="findEntityDomains",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindEntityDomains")
@ResponseWrapper(localName="findEntityDomainsResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindEntityDomainsResponse")
EisResult findEntityDomains(EntityDomainFilter arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
rescoreDomain
@RequestWrapper(localName="rescoreDomain",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.RescoreDomain")
@ResponseWrapper(localName="rescoreDomainResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.RescoreDomainResponse")
EisResult rescoreDomain(java.lang.String arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
purgeEntities
@RequestWrapper(localName="purgeEntities",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.PurgeEntities")
@ResponseWrapper(localName="purgeEntitiesResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.PurgeEntitiesResponse")
EisResult purgeEntities(int arg0,
java.lang.String arg1)
- Parameters:
arg1
- arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
deleteEntity
@RequestWrapper(localName="deleteEntity",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.DeleteEntity")
@ResponseWrapper(localName="deleteEntityResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.DeleteEntityResponse")
EisResult deleteEntity(DtoEntityIdentifier arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
submitEventAudit
@RequestWrapper(localName="submitEventAudit",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.SubmitEventAudit")
@ResponseWrapper(localName="submitEventAuditResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.SubmitEventAuditResponse")
EisResult submitEventAudit(int arg0,
java.lang.String arg1,
java.lang.String arg2,
java.lang.String arg3)
- Parameters:
arg3
- arg2
- arg1
- arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
createEventAudit
@RequestWrapper(localName="createEventAudit",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.CreateEventAudit")
@ResponseWrapper(localName="createEventAuditResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.CreateEventAuditResponse")
EisResult createEventAudit(DtoEventAudit arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findEventAudit
@RequestWrapper(localName="findEventAudit",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindEventAudit")
@ResponseWrapper(localName="findEventAuditResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindEventAuditResponse")
EisResult findEventAudit(java.lang.String arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findEventAudits
@RequestWrapper(localName="findEventAudits",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindEventAudits")
@ResponseWrapper(localName="findEventAuditsResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindEventAuditsResponse")
EisResult findEventAudits(EventAuditFilter arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
createAuthority
@RequestWrapper(localName="createAuthority",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.CreateAuthority")
@ResponseWrapper(localName="createAuthorityResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.CreateAuthorityResponse")
EisResult createAuthority(DtoAuthority arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
deleteAuthority
@RequestWrapper(localName="deleteAuthority",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.DeleteAuthority")
@ResponseWrapper(localName="deleteAuthorityResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.DeleteAuthorityResponse")
EisResult deleteAuthority(java.lang.String arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findAuthority
@RequestWrapper(localName="findAuthority",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindAuthority")
@ResponseWrapper(localName="findAuthorityResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindAuthorityResponse")
EisResult findAuthority(java.lang.String arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findAuthorities
@RequestWrapper(localName="findAuthorities",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindAuthorities")
@ResponseWrapper(localName="findAuthoritiesResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindAuthoritiesResponse")
EisResult findAuthorities(AuthorityFilter arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findEventAuditTypes
@RequestWrapper(localName="findEventAuditTypes",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindEventAuditTypes")
@ResponseWrapper(localName="findEventAuditTypesResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindEventAuditTypesResponse")
EisResult findEventAuditTypes(EventAuditTypeFilter arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
createTraitForEntityType
@RequestWrapper(localName="createTraitForEntityType",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.CreateTraitForEntityType")
@ResponseWrapper(localName="createTraitForEntityTypeResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.CreateTraitForEntityTypeResponse")
EisResult createTraitForEntityType(DtoTrait arg0,
java.lang.String arg1,
java.lang.String arg2)
- Parameters:
arg2
- arg1
- arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findEventReasons
@RequestWrapper(localName="findEventReasons",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindEventReasons")
@ResponseWrapper(localName="findEventReasonsResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindEventReasonsResponse")
EisResult findEventReasons(EventReasonFilter arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findTraitsByFilter
@RequestWrapper(localName="findTraitsByFilter",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindTraitsByFilter")
@ResponseWrapper(localName="findTraitsByFilterResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindTraitsByFilterResponse")
EisResult findTraitsByFilter(TraitFilter arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
testRelationshipCache
@RequestWrapper(localName="testRelationshipCache",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.TestRelationshipCache")
@ResponseWrapper(localName="testRelationshipCacheResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.TestRelationshipCacheResponse")
void testRelationshipCache()
getInfoForTesting
@RequestWrapper(localName="getInfoForTesting",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.GetInfoForTesting")
@ResponseWrapper(localName="getInfoForTestingResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.GetInfoForTestingResponse")
java.util.List<java.lang.String> getInfoForTesting(java.util.List<java.lang.String> arg0)
- Parameters:
arg0
-
- Returns:
- returns java.util.List
findUpdateSubscriptions
@RequestWrapper(localName="findUpdateSubscriptions",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindUpdateSubscriptions")
@ResponseWrapper(localName="findUpdateSubscriptionsResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindUpdateSubscriptionsResponse")
EisResult findUpdateSubscriptions(ConsumerEventSubscriptionFilter arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
truncateEventLog
@RequestWrapper(localName="truncateEventLog",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.TruncateEventLog")
@ResponseWrapper(localName="truncateEventLogResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.TruncateEventLogResponse")
EisResult truncateEventLog()
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findProfiles
@RequestWrapper(localName="findProfiles",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindProfiles")
@ResponseWrapper(localName="findProfilesResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindProfilesResponse")
EisResult findProfiles(ProfileFilter arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
clearCache
@RequestWrapper(localName="clearCache",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.ClearCache")
@ResponseWrapper(localName="clearCacheResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.ClearCacheResponse")
EisResult clearCache()
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findWorkflow
@RequestWrapper(localName="findWorkflow",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindWorkflow")
@ResponseWrapper(localName="findWorkflowResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindWorkflowResponse")
EisResult findWorkflow(java.lang.String identifier)
- Parameters:
identifier
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
deleteWorkflow
@RequestWrapper(localName="deleteWorkflow",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.DeleteWorkflow")
@ResponseWrapper(localName="deleteWorkflowResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.DeleteWorkflowResponse")
EisResult deleteWorkflow(java.lang.String identifier,
boolean cascadeWorkitems)
- Parameters:
identifier
- cascadeWorkitems
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
createWorkflow
@RequestWrapper(localName="createWorkflow",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.CreateWorkflow")
@ResponseWrapper(localName="createWorkflowResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.CreateWorkflowResponse")
EisResult createWorkflow(DtoWorkflow dtoWorkflow)
- Parameters:
dtoWorkflow
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
flushStats
@RequestWrapper(localName="flushStats",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FlushStats")
@ResponseWrapper(localName="flushStatsResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FlushStatsResponse")
EisResult flushStats()
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findWorkitem
@RequestWrapper(localName="findWorkitem",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindWorkitem")
@ResponseWrapper(localName="findWorkitemResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindWorkitemResponse")
EisResult findWorkitem(java.lang.String identifier)
- Parameters:
identifier
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
createWorkitem
@RequestWrapper(localName="createWorkitem",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.CreateWorkitem")
@ResponseWrapper(localName="createWorkitemResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.CreateWorkitemResponse")
EisResult createWorkitem(DtoWorkitem dtoWorkitem)
- Parameters:
dtoWorkitem
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findWorkflows
@RequestWrapper(localName="findWorkflows",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindWorkflows")
@ResponseWrapper(localName="findWorkflowsResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindWorkflowsResponse")
EisResult findWorkflows(WorkflowFilter arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
setWorkitemStatus
@RequestWrapper(localName="setWorkitemStatus",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.SetWorkitemStatus")
@ResponseWrapper(localName="setWorkitemStatusResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.SetWorkitemStatusResponse")
EisResult setWorkitemStatus(DtoWorkitemState arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
addNoteToWorkitem
@RequestWrapper(localName="addNoteToWorkitem",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.AddNoteToWorkitem")
@ResponseWrapper(localName="addNoteToWorkitemResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.AddNoteToWorkitemResponse")
EisResult addNoteToWorkitem(DtoWorkitemNote arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
deleteWorkitem
@RequestWrapper(localName="deleteWorkitem",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.DeleteWorkitem")
@ResponseWrapper(localName="deleteWorkitemResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.DeleteWorkitemResponse")
EisResult deleteWorkitem(java.lang.String identifier)
- Parameters:
identifier
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
findWorkitems
@RequestWrapper(localName="findWorkitems",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindWorkitems")
@ResponseWrapper(localName="findWorkitemsResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.FindWorkitemsResponse")
EisResult findWorkitems(WorkitemFilter arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
approveWorkitem
@RequestWrapper(localName="approveWorkitem",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.ApproveWorkitem")
@ResponseWrapper(localName="approveWorkitemResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.ApproveWorkitemResponse")
EisResult approveWorkitem(java.lang.String arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
rejectWorkitem
@RequestWrapper(localName="rejectWorkitem",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.RejectWorkitem")
@ResponseWrapper(localName="rejectWorkitemResponse",
targetNamespace="http://core.ejb.match.mirth.com/",
className="com.mirth.match.ejb.core.RejectWorkitemResponse")
EisResult rejectWorkitem(java.lang.String arg0)
- Parameters:
arg0
-
- Returns:
- returns com.mirth.match.ejb.core.EisResult
Copyright © 2011 Mirth Corp. All Rights Reserved.