Uses of Class
network.oxalis.vefa.peppol.common.model.ProcessMetadata
-
Packages that use ProcessMetadata Package Description network.oxalis.vefa.peppol.common.model Data model for this project. -
-
Uses of ProcessMetadata in network.oxalis.vefa.peppol.common.model
Methods in network.oxalis.vefa.peppol.common.model that return ProcessMetadata Modifier and Type Method Description static <T extends SimpleEndpoint>
ProcessMetadata<T>ProcessMetadata. of(List<ProcessIdentifier> processIdentifier, List<T> endpoints)static <T extends SimpleEndpoint>
ProcessMetadata<T>ProcessMetadata. of(List<ProcessIdentifier> processIdentifier, T... endpoints)static <T extends SimpleEndpoint>
ProcessMetadata<T>ProcessMetadata. of(ProcessIdentifier processIdentifier, List<T> endpoints)static <T extends SimpleEndpoint>
ProcessMetadata<T>ProcessMetadata. of(ProcessIdentifier processIdentifier, T... endpoints)Methods in network.oxalis.vefa.peppol.common.model that return types with arguments of type ProcessMetadata Modifier and Type Method Description List<ProcessMetadata<T>>ServiceInformation. getProcesses()Method parameters in network.oxalis.vefa.peppol.common.model with type arguments of type ProcessMetadata Modifier and Type Method Description static <T extends SimpleEndpoint>
ServiceInformation<T>ServiceInformation. of(ParticipantIdentifier participantIdentifier, DocumentTypeIdentifier documentTypeIdentifier, List<ProcessMetadata<T>> processes)
-