8.0
Table Of Contents
- Overview
- New and enhanced features
- Getting started
- Functions
- Function overview
- Render types
- Content modifiers
- Render modifiers
- XML modify
- XML deconstruct and construct
- About XML deconstruct/construct
- xml
- construct
- Deconstructing a project
- Constructing a project
- Working with pages and spreads
- Working with layers
- Working with boxes
- Working with pictures
- Working with text
- Working with tables
- Working with Composition Zones
- Using server XSLT
- Working with lists
- Working with anchored boxes
- Working with placeholders
- Working with metadata
- Working with hidden text
- Administrative Request handlers
- The Modifier DTD
- Sample applications
- Contact Quark
- Legal notice
QManagerSDKSvc
Description
Web service called to process the QuarkXPress Server request. It has a generic
method processRequest() that takes QRequestContext as an argument and
returns QContentData as the QuarkXPress Server response.
Type
Web Service
Methods
processRequest
Processes the request context and returns the result.
Parameter
Type
Description
requestCmd
QRequestContext
Argument passed to
QManagerSDKSvc
. Contains settings
that must be set
once per request.
All the chained
requests are set
inside the request
context.
createSession
Creates a new session and returns a session ID.
Parameter
Type
Description
timeout
long
Timeout for the
session in
milliseconds. If no
call is executed in
that time, session is
expired and all the
open documents in
that session are
closed without
saving. If 0 is
passed as value of
timeout, default
timeout is used. If
negative value is
passed as timeout,
session never
expires.
closeAlldocs
Closes all open documents in the session without saving them.
If session does not exist, error is returned.
If an error occurs while closing the document, it is logged in
the logs. However, the document is marked closed in the
internal cache, and no error is returned.
Parameter
Type
Description
sessionId
String
Session whose
documents are to
be closed.
closeDoc
Closes the specified document without saving it.
Page 13