Interface | Description |
---|---|
IApplicationExternalManager |
All plugins that represent an application have to extend this interface.
|
IAttachment |
Physical file attachments of external objects (e.g. email) must implement this interface
|
IConstants | |
IDocumentApplicationExternalManager |
All external application managers that handle physical files should implement this interface.
|
IExternable |
Used to inform LLworkplace about external identifiers or guids
(e.g. unique identifiers in external applications that communicate with LLworkplace)
|
IExternalContext | |
IExternalData |
Representation of external data
|
IExternalManager |
All plugin specific manager interfaces have to extend this interface.
|
ILoggingHandler |
An instance of the logging handler is provided by the LLworkplace core runtime.
|
IManagerEventListener | |
IMessageHandler | |
INameValueItem |
Used to provide name-value pairs
Derived classes have to override the toString() method.
|
IPropertyItemDescriptor |
This class describes an instance property.
|
IRecipient |
All recipients that are used in external plugins have to implement this interface
|
Class | Description |
---|---|
AdditionalPluginBuildingInfo | |
Attachment |
Implementation of LLwork of the interface IAttachment.
|
CheckResult | |
MimeTypeParser |
Mime Type Parser - restricted to only the mime types that are used in LLworkplace
|
NameValueItem |
Implementation of LLwork of the interface INameValueItem.
|
PropertyItemDescriptor | |
Recipient |
Implementation of LLwork of the interface IRecipient.
|