build
public static void build(String container,
Service service,
HttpServletRequest request,
BiConsumer<Dialog,ArtifactTypeMapping> selection,
BiConsumer<Dialog,ArtifactTypeMapping> creation,
BiConsumer<QueryCapability,Link> query)
throws ArtifactTypeMappingStoreException
Creates and adds the
Dialog
s to a given
Service
given the
ArtifactTypeMapping
configuration of a container.
- Parameters:
container
- the container id.
service
- the given service.
request
- the current HTTP request.
selection
- consumer to complete the configuration of each applicable selection dialog.
creation
- consumer to complete the configuration of each applicable creation dialog.
query
- consumer to complete the configuration of each applicable QueryCapability
.
- Throws:
ArtifactTypeMappingStoreException
- if the artifact type mapping configuration cannot be accessed.