Skip navigation links
A C D E F G H I L M N O P R S T U Y 

I

IApplicationExternalManager - Interface in com.llwork.external
All plugins that represent an application have to extend this interface.
IAppointmentData - Interface in com.llwork.external.appointment
Data object that contains appointment or meeting data
IAppointmentManager - Interface in com.llwork.external.appointment
Used for communication of LLworkplace with external applications that store and handle appointments and/or meetings
IAttachment - Interface in com.llwork.external
Physical file attachments of external objects (e.g. email) must implement this interface
IConstants - Interface in com.llwork.external
 
IContactBase - Interface in com.llwork.external.contact
This is only the base class of any contact data class.
IContactData - Interface in com.llwork.external.contact
Representation of contact data selected in any contact store.
IContactManager - Interface in com.llwork.external.contact
Used for communication of LLworkplace with external applications that store and handle contacts
IContactSearchManager - Interface in com.llwork.external.contact
The implementing class has to have a constructor without any parameters.
IDataContainer - Interface in com.llwork.external.office.data
Data container that is used to present data in office editors
IDataItem - Interface in com.llwork.external.office.data
A single data item
IDocumentApplicationExternalManager - Interface in com.llwork.external
All external application managers that handle physical files should implement this interface.
IEmailBodyData - Interface in com.llwork.external.email
 
IEmailData - Interface in com.llwork.external.email
Representation of the data of an email
IEmailInboxEventListener - Interface in com.llwork.external.email
 
IEmailManager - Interface in com.llwork.external.email
Used for communication of LLworkplace with external applications that store and handle emails
IEmailStore - Interface in com.llwork.external.email
Email applications can generally handle diverse email accounts.
IExternable - Interface in com.llwork.external
Used to inform LLworkplace about external identifiers or guids (e.g. unique identifiers in external applications that communicate with LLworkplace)
IExternalContext - Interface in com.llwork.external
 
IExternalData - Interface in com.llwork.external
Representation of external data
IExternalManager - Interface in com.llwork.external
All plugin specific manager interfaces have to extend this interface.
IHeadlineDataItem - Interface in com.llwork.external.office.data
A headline
ILoggingHandler - Interface in com.llwork.external
An instance of the logging handler is provided by the LLworkplace core runtime.
IManagerEventListener - Interface in com.llwork.external
 
IMessageHandler - Interface in com.llwork.external
 
importProjectMetaData(String) - Method in interface com.llwork.external.project.IProjectEditorManager
LLworkplace requests for the project meta data defined in the external application
importTasks(String) - Method in interface com.llwork.external.project.IProjectEditorManager
LLworkplace requests for all defined tasks and their data in the external application
INameValueItem - Interface in com.llwork.external
Used to provide name-value pairs Derived classes have to override the toString() method.
init(Properties, Locale, IManagerEventListener, String) - Method in interface com.llwork.external.IExternalManager
Initializes the manager with valid properties.
INTERNAL_MIME_TYPE_HTML - Static variable in interface com.llwork.external.IConstants
 
INTERNAL_MIME_TYPE_ICALENDAR - Static variable in interface com.llwork.external.IConstants
 
INTERNAL_MIME_TYPE_RTF - Static variable in interface com.llwork.external.IConstants
 
INTERNAL_MIME_TYPE_TEXT - Static variable in interface com.llwork.external.IConstants
 
INTERNAL_MIME_TYPE_UNSUPPORTED - Static variable in interface com.llwork.external.IConstants
 
IOfficeIntegratorBase - Interface in com.llwork.external.office
Base class of the office application integrations
IPresentationEditorManager - Interface in com.llwork.external.office
Provides the specific presentation editor handling
IProjectEditorManager - Interface in com.llwork.external.project
Used for communication of LLworkplace with external applications that handles project timetables
IPropertyItemDescriptor - Interface in com.llwork.external
This class describes an instance property.
IRecipient - Interface in com.llwork.external
All recipients that are used in external plugins have to implement this interface
isActive() - Method in interface com.llwork.external.telephony.ITelephoneDevice
Active state of the device.
isAllDay() - Method in class com.llwork.external.appointment.AppointmentData
 
isAllDay() - Method in interface com.llwork.external.appointment.IAppointmentData
Is startdate without time so valid for the full day
isCheckConnection() - Method in interface com.llwork.external.IExternalManager
Declares if a connection check can take place
isCollector() - Method in class com.llwork.external.project.Task
Convenience method for checking the task type.
isCompletelyConfigured(Properties, boolean) - Method in interface com.llwork.external.IExternalManager
Checks if all properties are correctly filled.
isDefault() - Method in interface com.llwork.external.email.IEmailStore
Informs if the email store is the default one in the email application.
isDirectionOut() - Method in class com.llwork.external.telephony.TelephoneEvent
Returns if the call is outgoing.
isEmailUnread(String) - Method in interface com.llwork.external.email.IEmailManager
Asks if the email is unread in the email store.
isEncrypted() - Method in class com.llwork.external.email.EmailData
 
isEncrypted() - Method in interface com.llwork.external.email.IEmailData
Returns if the email is stored encrypted in the file system.
isFirstLineIsHeadline() - Method in interface com.llwork.external.office.data.ITableDataItem
Declares if the first row is a column header
isHeadlineBold() - Method in interface com.llwork.external.office.data.IHeadlineDataItem
Headline should be presented with bold font
isMandatory() - Method in interface com.llwork.external.IPropertyItemDescriptor
Declares if the value must be provided during the configuration.
isMandatory() - Method in class com.llwork.external.PropertyItemDescriptor
 
isMilestone() - Method in class com.llwork.external.project.Task
Convenience method for checking the task type
isOnlyOneInstanceAllowed() - Method in interface com.llwork.external.IExternalManager
Defines if only one instance can be created in the instance configuration dialog
isOutboxItem() - Method in class com.llwork.external.email.EmailData
 
isOutboxItem() - Method in interface com.llwork.external.email.IEmailData
Informs if it is an outbox item otherwise it is treated as inbox email.
isPhase() - Method in class com.llwork.external.project.Task
Convenience method for checking the task type
ISpreadsheetEditorManager - Interface in com.llwork.external.office
Provides the specific spreadsheet editor handling
isProvideHold() - Method in interface com.llwork.external.telephony.ITelephoneDevice
Informs if the device can hold a call.
isRfcConform() - Method in interface com.llwork.external.email.IEmailManager
Asks if the EmailManager is Mail-RFC conform.
isSearchStringValid(String) - Method in interface com.llwork.external.contact.IContactSearchManager
Check if a search can be successfully performed with this search string
isSent() - Method in class com.llwork.external.email.EmailData
 
isSent() - Method in interface com.llwork.external.email.IEmailData
Informs if the email is sent (only useful in case of outgoing emails)
isSuccess() - Method in class com.llwork.external.CheckResult
 
isSuccess() - Method in class com.llwork.external.telephony.ActionReturn
Informs if the action was successful.
isTask() - Method in class com.llwork.external.project.Task
Convenience method for checking the task type
isTopic() - Method in class com.llwork.external.project.Task
Convenience method for checking the task type
isType(int) - Method in class com.llwork.external.project.Task
Compares the equality of types
isUnread() - Method in class com.llwork.external.email.EmailData
 
isUnread() - Method in interface com.llwork.external.email.IEmailData
Informs if the email is unread till now.
isUseAddionalSearchField() - Method in interface com.llwork.external.contact.IContactSearchManager
Defines if the additional search field should be usable
isUseAddionalSearchField2() - Method in interface com.llwork.external.contact.IContactSearchManager
Defines if the second additional search field should be usable
isVersionCompatible(String) - Method in interface com.llwork.external.project.IProjectEditorManager
The external application should check if the provided version is compatible
isWrapText() - Method in interface com.llwork.external.office.data.IValueItem
Declares if the text can be wrapped if necessary.
ITableDataItem - Interface in com.llwork.external.office.data
Data to present a table visually
ITaskData - Interface in com.llwork.external.task
Representation of the data of an task
ITaskManager - Interface in com.llwork.external.task
Used for communication of LLworkplace with external applications that store and handle tasks
ITelephoneConstants - Interface in com.llwork.external.telephony
 
ITelephoneDevice - Interface in com.llwork.external.telephony
Represents exactly one telephone device.
ITelephoneEventListener - Interface in com.llwork.external.telephony
Provides telephone device and call status information to the LLworkplace user interface.
ITelephoneManager - Interface in com.llwork.external.telephony
Handles the several devices that are created in the configuration.
ITelephoneStatusListener - Interface in com.llwork.external.telephony
LLworkplace can listen for any information to be displayed in a telephone monitoring frame.
ITextEditorManager - Interface in com.llwork.external.office
Provides the specific text editor handling
IValueItem - Interface in com.llwork.external.office.data
A single data item
A C D E F G H I L M N O P R S T U Y 
Skip navigation links