| Package | Description |
|---|---|
| eu.toop.edm | |
| eu.toop.edm.model | |
| eu.toop.edm.request | |
| eu.toop.edm.response | |
| eu.toop.edm.slot |
| Modifier and Type | Method and Description |
|---|---|
EDMRequest.BuilderConcept |
EDMRequest.BuilderConcept.addConcept(ConceptPojo a) |
EDMResponse.BuilderConcept |
EDMResponse.BuilderConcept.addConcept(ConceptPojo a) |
EDMRequest.BuilderConcept |
EDMRequest.BuilderConcept.concept(ConceptPojo a) |
EDMResponse.BuilderConcept |
EDMResponse.BuilderConcept.concept(ConceptPojo a) |
EDMRequest.BuilderConcept |
EDMRequest.BuilderConcept.concepts(ConceptPojo... a) |
EDMResponse.BuilderConcept |
EDMResponse.BuilderConcept.concepts(ConceptPojo... a) |
| Modifier and Type | Method and Description |
|---|---|
EDMRequest.BuilderConcept |
EDMRequest.BuilderConcept.concepts(Iterable<? extends ConceptPojo> a) |
EDMResponse.BuilderConcept |
EDMResponse.BuilderConcept.concepts(Iterable<? extends ConceptPojo> a) |
<T> EDMRequest.BuilderConcept |
EDMRequest.BuilderConcept.concepts(Iterable<? extends T> a,
Function<? super T,ConceptPojo> aMapper) |
<T> EDMResponse.BuilderConcept |
EDMResponse.BuilderConcept.concepts(Iterable<? extends T> a,
Function<? super T,ConceptPojo> aMapper) |
| Modifier and Type | Method and Description |
|---|---|
ConceptPojo |
ConceptPojo.Builder.build() |
ConceptPojo |
ConceptPojo.cloneAndModify(Consumer<? super ConceptPojo.Builder> aModificationHandler) |
| Modifier and Type | Method and Description |
|---|---|
List<ConceptPojo> |
ConceptPojo.children() |
com.helger.commons.collection.impl.ICommonsList<ConceptPojo> |
ConceptPojo.Builder.children() |
List<ConceptPojo> |
ConceptPojo.getAllChildren() |
| Modifier and Type | Method and Description |
|---|---|
ConceptPojo.Builder |
ConceptPojo.Builder.addChild(ConceptPojo a) |
static ConceptPojo.Builder |
ConceptPojo.builder(ConceptPojo a) |
static ConceptPojo.Builder |
ConceptPojo.builder(ConceptPojo a,
Consumer<? super ConceptPojo.Builder> aModificationHandler) |
ConceptPojo.Builder |
ConceptPojo.Builder.child(ConceptPojo a) |
ConceptPojo.Builder |
ConceptPojo.Builder.children(ConceptPojo... a) |
void |
ConceptPojo.IConceptVisitor.onConcept(int nLevel,
ConceptPojo aPojo) |
| Modifier and Type | Method and Description |
|---|---|
ConceptPojo.Builder |
ConceptPojo.Builder.children(Iterable<? extends ConceptPojo> a) |
<T> ConceptPojo.Builder |
ConceptPojo.Builder.children(Iterable<? extends T> a,
Function<? super T,ConceptPojo> aMapper) |
| Constructor and Description |
|---|
ConceptPojo(String sID,
QName aName,
ConceptValuePojo aValue,
List<ConceptPojo> aChildren) |
| Modifier and Type | Method and Description |
|---|---|
List<ConceptPojo> |
EDMRequestPayloadConcepts.concepts() |
List<ConceptPojo> |
IEDMRequestPayloadConcepts.concepts() |
List<ConceptPojo> |
EDMRequestPayloadConcepts.getAllConcepts() |
List<ConceptPojo> |
IEDMRequestPayloadConcepts.getAllConcepts() |
| Constructor and Description |
|---|
EDMRequestPayloadConcepts(com.helger.commons.collection.impl.ICommonsList<ConceptPojo> aConcepts) |
| Modifier and Type | Method and Description |
|---|---|
List<ConceptPojo> |
EDMResponsePayloadConcepts.concepts() |
List<ConceptPojo> |
IEDMResponsePayloadConcepts.concepts() |
List<ConceptPojo> |
EDMResponsePayloadConcepts.getAllConcepts() |
List<ConceptPojo> |
IEDMResponsePayloadConcepts.getAllConcepts() |
| Constructor and Description |
|---|
EDMResponsePayloadConcepts(String sRegistryObjectID,
com.helger.commons.collection.impl.ICommonsList<ConceptPojo> aConcepts) |
| Constructor and Description |
|---|
SlotConceptRequestList(ConceptPojo... aConcepts) |
SlotConceptValues(ConceptPojo... aConcepts) |
| Constructor and Description |
|---|
SlotConceptRequestList(Iterable<ConceptPojo> aConcepts) |
SlotConceptValues(Iterable<ConceptPojo> aConcepts) |
Copyright © 2020 toop.eu. All rights reserved.