Download Livelink WCM Server Programming Guide for the WCM Java API

Transcript
Chapter 7
Accessing Enterprise Server systems
The WCM Java API enables access to Enterprise Server systems. By means of the
appropriate methods, you can
•
retrieve Enterprise Server principals, see “Enterprise Server user administration”
on page 114
•
read, add, modify, and delete Enterprise Server items, see “Managing Enterprise
Server items” on page 115
•
add Enterprise Server items as WCM objects to a WCM-managed website and
modify these objects, see “Relators” on page 123
The package de.gauss.livelink and its subpackages contain the classes for access
to Livelink ECM - Enterprise Server.
Notes:
The
LivelinkRuntim
e class
•
The classes and interfaces for the Enterprise Server integration are
implemented on the basis of the Livelink API (LAPI for short). The
constants used are based on the LAPI constants. For more information, refer
to the LAPI documentation.
•
The Enterprise Server integration provides most of the LAPI functions. For
more information, refer to the Javadoc of the WCM Java API.
•
You cannot access Enterprise Server systems via the remote API.
•
Objects in Livelink ECM - Enterprise Server are called items. For this reason,
the term Enterprise Server items is used for objects from Livelink ECM Enterprise Server.
The LivelinkRuntime class is the central class for the Enterprise Server integration.
This class provides the point of access to the interface LivelinkAdminHandler
(access to the Enterprise Server user administration) and to the interface
LivelinkObjectHandler (access to the object management of Livelink ECM Enterprise Server).
LivelinkAdminHandler llah =
LivelinkRuntime.getInstance().getAdminHandler(systemName);
LivelinkObjectHandler lloh =
LivelinkRuntime.getInstance().getObjectHandler(systemName);
WM090700-PJA-EN-1
Livelink WCM Server
113