com.stimulsoft.report.saveLoad
Class StiSLService

java.lang.Object
  extended by com.stimulsoft.report.saveLoad.StiSLService
Direct Known Subclasses:
StiDocumentSLService

public abstract class StiSLService
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiSLService()
           
 
Method Summary
static java.util.List<StiSLService> getDocumentSLServices(StiSLActions action)
          Return document save load services for StiSLActions
abstract  java.lang.String getFilter()
           
abstract  void save(StiReport report, java.io.OutputStream stream)
          Saves a document in the stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiSLService

public StiSLService()
Method Detail

getDocumentSLServices

public static java.util.List<StiSLService> getDocumentSLServices(StiSLActions action)
Return document save load services for StiSLActions

Parameters:
action - StiSLActions
Returns:

getFilter

public abstract java.lang.String getFilter()
Returns:
Returns a filter for the provider.

save

public abstract void save(StiReport report,
                          java.io.OutputStream stream)
                   throws java.io.IOException,
                          java.security.NoSuchAlgorithmException
Saves a document in the stream.

Parameters:
report - Rendered for saving.
stream - Stream to save documents.
Throws:
java.security.NoSuchAlgorithmException
java.io.IOException


Copyright © 2018 Stimulsoft. All Rights Reserved.