|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
be.ehealth.business.mycarenetcommons.v4.builders | |
be.ehealth.business.mycarenetcommons.v4.mapper | |
be.ehealth.business.mycarenetdomaincommons.builders | |
be.ehealth.business.mycarenetdomaincommons.builders.impl | |
be.ehealth.business.mycarenetdomaincommons.domain | this package contains the domain objects to create a request to send to mycarenet as defined on their document Service_Catalogue_Commons |
Uses of Attribute in be.ehealth.business.mycarenetcommons.v4.builders |
---|
Method parameters in be.ehealth.business.mycarenetcommons.v4.builders with type arguments of type Attribute | |
---|---|
T |
RequestObjectBuilderHelper.buildSendRequestType(boolean isTest,
String inputReference,
List<Attribute> attributes,
Blob blob,
String projectIdentifier,
Class<T> clazz)
|
Uses of Attribute in be.ehealth.business.mycarenetcommons.v4.mapper |
---|
Methods in be.ehealth.business.mycarenetcommons.v4.mapper with parameters of type Attribute | |
---|---|
AttributeType |
CommonInputMapperImpl.map(Attribute input)
|
abstract AttributeType |
CommonInputMapper.map(Attribute input)
|
Uses of Attribute in be.ehealth.business.mycarenetdomaincommons.builders |
---|
Method parameters in be.ehealth.business.mycarenetdomaincommons.builders with type arguments of type Attribute | |
---|---|
CommonInput |
CommonBuilder.createCommonInput(McnPackageInfo packageInfo,
boolean isTest,
String inputReference,
List<Reference> references,
List<Attribute> attributes)
Creates CommonInputType part with given parameters |
Uses of Attribute in be.ehealth.business.mycarenetdomaincommons.builders.impl |
---|
Method parameters in be.ehealth.business.mycarenetdomaincommons.builders.impl with type arguments of type Attribute | |
---|---|
CommonInput |
AbstractCommonBuilderImpl.createCommonInput(McnPackageInfo packageInfo,
boolean isTest,
String inputReference,
List<Reference> references,
List<Attribute> attributes)
|
Uses of Attribute in be.ehealth.business.mycarenetdomaincommons.domain |
---|
Methods in be.ehealth.business.mycarenetdomaincommons.domain that return types with arguments of type Attribute | |
---|---|
List<Attribute> |
CommonInput.getAttributes()
|
Constructor parameters in be.ehealth.business.mycarenetdomaincommons.domain with type arguments of type Attribute | |
---|---|
Actor(String type,
String subType,
List<Identifier> identifiers,
List<Attribute> attributes,
String role)
|
|
CommonInput(Boolean isTest,
Origin origin,
String inputReference,
List<Reference> references,
List<Attribute> attributes)
create the object with all required parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |