Uses of Class
cz.vutbr.fit.layout.api.ServiceException
-
Packages that use ServiceException Package Description cz.vutbr.fit.layout.api cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.provider -
-
Uses of ServiceException in cz.vutbr.fit.layout.api
Methods in cz.vutbr.fit.layout.api that throw ServiceException Modifier and Type Method Description ArtifactArtifactService. process(Artifact input)Consumes an input artifact and produces an output artifact. -
Uses of ServiceException in cz.vutbr.fit.layout.impl
Methods in cz.vutbr.fit.layout.impl that throw ServiceException Modifier and Type Method Description ArtifactBaseProcessor. processArtifact(Artifact input, ArtifactService provider, Map<String,Object> params)Processes an input artifact and creates a new artifact by invoking an artifact service and its configuration. -
Uses of ServiceException in cz.vutbr.fit.layout.provider
Methods in cz.vutbr.fit.layout.provider that throw ServiceException Modifier and Type Method Description ArtifactOperatorApplicationProvider. process(Artifact input)ArtifactOperatorWrapperProvider. process(Artifact input)ArtifactVisualBoxTreeProvider. process(Artifact input)
-