Package com.opentext.livelink.service.core
Provides the principal classes and interfaces for Content Web Services. This package provides the run-time classes needed to support the operation of the services as well as defining 4 core services:
- AdminService - methods to obtain meta-data about the server.
- AuthenticationService - methods to authenticate and impersonate users.
- ContentService - methods to stream binary content to/from the server.
- XMLService - methods to import and export content as XML.
-
Interface Summary Interface Description IServiceDataObject Defines the common behavior of all Service Data Objects (SDO). -
Class Summary Class Description AdminService_JAXWS The AdminService service provides methods to retrieve meta-data about the server.Attachment Attachment defines a Web Service file attachmentAuthentication_JAXWS The Authentication service provides methods to authenticate the credentials of a user.BooleanObject BooleanObject is a wrapper for a Boolean value.BooleanValue BooleanValue represents a named piece of data of type Boolean.ChunkedOperationContext ChunkedOperationContext contains context information for a chunked operation, or an operation that can be divided into a series of repeated method calls that operate on a subset of the target data.ContentService_JAXWS The ContentService service provides methods to upload and download binary content using a streaming interface.DataValue DataValue is an abstract class representing named data.DateFormat DateFormat describes the formatting used for one of three configurable date formats: Input, Long or Short.DateValue DateValue represents a named piece of data of type Date.ExportOptions ExportOptions is used to control XML export.FileAtts FileAtts describes the file being uploaded or downloaded.ImportOptions ImportOptions is used to control how an import is performed.IntegerObject IntegerObject is a wrapper for an Integer value.IntegerValue IntegerValue represents a named piece of data of type Integer.PageHandle A PageHandle contains information useful for pagination of large amounts of data.PrimitiveValue PrimitiveValue is an abstract class representing named data of a primitive type (String, Date, Integer, etc.).RealValue RealValue represents a named piece of data of type Real.RowValue RowValue represents a named array of DataValues.ServerInfo ServerInfo is the configuration information for Content Server.Service Service is the base class of the Services API.ServiceDataObject ServiceDataObject is the base class of all the strongly typed objects defined in the system.ServiceInfo ServiceInfo is the name and description of a particular service.StreamBody Helper class to enable streaming for .NET 3.0 clients.StringObject StringObject is a wrapper for a String object.StringValue StringValue represents a named piece of data of type String.TableValue TableValue represents a named array of RowValues.XmlService_JAXWS XMLService provides a web service interface to Import and Export Content Server contents as XML. -
Enum Summary Enum Description DateOrder The order of the elements in the date (i.e.ExportContent ExportContent is used to control how document content is exported.ExportScope Export scope is used to control how deep export will walk when exporting a node heirarchy.ExportVersionInfo ExportVersionInfo is used to control which versions of a document are exported.MonthFormat The format of the Month display (two-digit month, three-character abbreviation or full month name).YearFormat The format of the year (two-digit year or four-digit year).