Interface SplitService
- All Superinterfaces:
- com.google.gwt.user.client.rpc.RemoteService
@RemoteServiceRelativePath("split")
public interface SplitService
extends com.google.gwt.user.client.rpc.RemoteService
The client side stub for the Split Service.
- Since:
- 8.4
- Author:
- Marco Meschieri - LogicalDOC
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int
- 
Method Summary
- 
Field Details- 
POLICY_ALLPAGESstatic final int POLICY_ALLPAGES- See Also:
 
- 
POLICY_SELECTIONstatic final int POLICY_SELECTION- See Also:
 
- 
POLICY_BLANKPAGEstatic final int POLICY_BLANKPAGE- See Also:
 
- 
POLICY_BARCODEstatic final int POLICY_BARCODE- See Also:
 
- 
POLICY_TEXTstatic final int POLICY_TEXT- See Also:
 
- 
SEPARATOR_SKIPstatic final int SEPARATOR_SKIP- See Also:
 
- 
SEPARATOR_CURRENTSEGstatic final int SEPARATOR_CURRENTSEG- See Also:
 
- 
SEPARATOR_NEXTSEGstatic final int SEPARATOR_NEXTSEG- See Also:
 
 
- 
- 
Method Details- 
splitSplits a document using different options, the splitted segments are saved in the same folder as the original PDF with -N prefix.- Parameters:
- docId- the document to split
- policy- of split (see the TYPE_ constants)
- separator- separator way to handle the separator (see the TYPE_ constants)
- expression- the expression to use processing the split
- Throws:
- ServerException- an error happened in the server application
 
 
-