|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.client.EntityDomainManager
public class EntityDomainManager
Constructor Summary | |
---|---|
EntityDomainManager(MirthMatchClient client)
|
Method Summary | |
---|---|
Result<DtoEntityDomain> |
create(DtoEntityDomain domain)
Creates a new EntityDomain using the provided properties |
DTOStatus |
delete(java.lang.String identifier)
Deletes the EntityDomain with the specified identifier |
Result<DtoEntityDomain> |
find(java.lang.String identifier)
Returns the EntityDomain with the matching identifier |
Result<java.util.List<DtoEntityDomain>> |
findAll()
Returns a list of all of the Entity Domains in the system |
Result<java.util.List<DtoEntityDomain>> |
findAllActive()
Returns the list of Entity Domains that are currently ACTIVE |
Result<java.util.List<DtoEntityDomain>> |
findByFilter(EntityDomainFilter filter)
Returns all of the entities matching the provided filter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntityDomainManager(MirthMatchClient client)
Method Detail |
---|
public Result<DtoEntityDomain> create(DtoEntityDomain domain)
domain
- the EntityDomain to create
public Result<DtoEntityDomain> find(java.lang.String identifier)
identifier
- the EntityDomain's identifier
public Result<java.util.List<DtoEntityDomain>> findAll()
public Result<java.util.List<DtoEntityDomain>> findAllActive()
public Result<java.util.List<DtoEntityDomain>> findByFilter(EntityDomainFilter filter)
filter
- the filter to match
public DTOStatus delete(java.lang.String identifier)
identifier
- the identifier of the EntityDomain to delete
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |