@Service(value="blArtifactService") public class ArtifactServiceImpl extends Object implements ArtifactService
| Modifier and Type | Field and Description | 
|---|---|
| protected List<ArtifactProcessor> | artifactProcessors | 
| Constructor and Description | 
|---|
| ArtifactServiceImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| Operation[] | buildOperations(Map<String,String> parameterMap,
               InputStream artifactStream,
               String mimeType) | 
| InputStream | convert(InputStream artifactStream,
       Operation[] operations,
       String mimeType) | 
@Autowired protected List<ArtifactProcessor> artifactProcessors
public InputStream convert(InputStream artifactStream, Operation[] operations, String mimeType) throws Exception
convert in interface ArtifactServiceExceptionpublic Operation[] buildOperations(Map<String,String> parameterMap, InputStream artifactStream, String mimeType)
buildOperations in interface ArtifactServiceCopyright © 2020. All rights reserved.