Package com.stimulsoft.report.saveLoad
Class StiSLService
java.lang.Object
com.stimulsoft.report.saveLoad.StiSLService
- Direct Known Subclasses:
StiDocumentSLService
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<StiDictionarySLService> getDictionarySLServices(StiSLActions action) Returns a filter for all available services for saving / loading of a dictioary of data.static List<StiSLService> getDocumentSLServices(StiSLActions action) Return document save load services forStiSLActionsabstract Stringabstract voidsave(StiReport report, OutputStream stream) Saves a document in the stream.
-
Constructor Details
-
StiSLService
public StiSLService()
-
-
Method Details
-
getDocumentSLServices
Return document save load services forStiSLActions- Parameters:
action-StiSLActions- Returns:
-
getFilter
- Returns:
- Returns a filter for the provider.
-
save
public abstract void save(StiReport report, OutputStream stream) throws IOException, NoSuchAlgorithmException Saves a document in the stream.- Parameters:
report- Rendered for saving.stream- Stream to save documents.- Throws:
NoSuchAlgorithmExceptionIOException
-
getDictionarySLServices
Returns a filter for all available services for saving / loading of a dictioary of data.- Parameters:
action-- Returns:
-