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

I

IArrayHelper - Interface in com.arcway.cockpit.docgen.provider.interfaces
The IArrayHelper provides access methods used for handling arrays for document generation.
ICockpitData - Interface in com.arcway.cockpit.docgen.provider.interfaces
ICockpitData is the base interface for all Cockpit data objects.
IColor - Interface in com.arcway.cockpit.docgen.provider.interfaces
 
IConfiguredProject - Interface in com.arcway.cockpit.docgen.provider.interfaces
Configured Project.
IConfiguredServerConnection - Interface in com.arcway.cockpit.docgen.provider.interfaces
Represents a server configured on the client.
ICSVHelper - Interface in com.arcway.cockpit.docgen.provider.interfaces
The ICSVHelper provides access methods used for building strings and text lines for files in comma separated values format.
ICustomPropertiesAccess - Interface in com.arcway.cockpit.docgen.provider.interfaces
This interface allows to access values of custom properties of an object.
ID_KEY - Static variable in interface com.arcway.cockpit.docgen.provider.interfaces.IRecord
key "ID"
IDataModelProvider - Interface in com.arcway.cockpit.docgen.provider.interfaces
Data Model Provider Provides information concerning the data model of the Cockpit project.
IDateTimeProvider - Interface in com.arcway.cockpit.docgen.provider.interfaces
The IDateTimeProvider provides methods to access date and time information for document generation.
IElementPresentationRule - Interface in com.arcway.cockpit.docgen.provider.interfaces
Defines the appearance of a certain element.
IFileHelper - Interface in com.arcway.cockpit.docgen.provider.interfaces
The IFileHelper provides access methods used for handling files for document generation.
IFolder - Interface in com.arcway.cockpit.docgen.provider.interfaces
IFolder allows to read attribute values of a folder within a project and to access the plans within the folder.
IGraphic - Interface in com.arcway.cockpit.docgen.provider.interfaces
IPlan allows to read attribute values of a plan/diagram.
IGraphicsHelper - Interface in com.arcway.cockpit.docgen.provider.interfaces
The IGraphicsHelper provides access methods used for graphic functionallity.
IHistoryEntry - Interface in com.arcway.cockpit.docgen.provider.interfaces
Each time, a user commits the project, a history entry is created.
IImageInfo - Interface in com.arcway.cockpit.docgen.provider.interfaces
Contains specific information about a plan.
ILink - Interface in com.arcway.cockpit.docgen.provider.interfaces
Link
ILockOnServer - Interface in com.arcway.cockpit.docgen.provider.interfaces
Represents a lock set on the server.
ILogger - Interface in com.arcway.cockpit.docgen.provider.interfaces
Logger.
IModelElement - Interface in com.arcway.cockpit.docgen.provider.interfaces
IModelElement allows to read attribute values of a unique element.
IModelElementTypeDescription - Interface in com.arcway.cockpit.docgen.provider.interfaces
IModelElementTypeDescription allows to read information about the type of a unique element.
info(String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.ILogger
Logs a message in info level.
insertAt(String, int, Object) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IRecord
Adds an object under the given key with the given index.
IParameterStore - Interface in com.arcway.cockpit.docgen.provider.interfaces
The IParameterStore provides methods to store and request parameters for report templates.
IPermission - Interface in com.arcway.cockpit.docgen.provider.interfaces
 
IPlan - Interface in com.arcway.cockpit.docgen.provider.interfaces
IPlan allows to read attribute values of a plan/diagram.
IPlanElementInfo - Interface in com.arcway.cockpit.docgen.provider.interfaces
Contains specific information about a plan element.
IPlanInfo - Interface in com.arcway.cockpit.docgen.provider.interfaces
Contains specific information about a plan.
IPlanPresentationRule - Interface in com.arcway.cockpit.docgen.provider.interfaces
Defines the appearance of a plan.
IProject - Interface in com.arcway.cockpit.docgen.provider.interfaces
The IProject object allows to read attribute values of a COCKPIT project for document generation.
IProjectDataProvider - Interface in com.arcway.cockpit.docgen.provider.interfaces
The IProjectDataProvider allows to access objects of a COCKPIT project for document generation.
IProjectionFactory - Interface in com.arcway.cockpit.docgen.provider.interfaces
Projection factory.
IProjectOnServer - Interface in com.arcway.cockpit.docgen.provider.interfaces
Provides information and functions related to a project on a server.
IRecord - Interface in com.arcway.cockpit.docgen.provider.interfaces
Adds record support for velocity.
IRectangle - Interface in com.arcway.cockpit.docgen.provider.interfaces
 
IReportController - Interface in com.arcway.cockpit.docgen.provider.interfaces
Report Controller.
IRequestFlowInfo - Interface in com.arcway.cockpit.docgen.provider.interfaces
Contains specific information about a specific request flow symbol of a plan element.
IRootDataProvider - Interface in com.arcway.cockpit.docgen.provider.interfaces
The IRootDataProvider allows to access to configured cockpit servers and projects for document generation.
isBold() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.ITextStyle
Is bold.
isComment() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IPlanElementInfo
Determines if this plan element is a comment.
isCommittable() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IConfiguredProject
Returns true if the project is committable (or discardable), i.e. if the project has changes and the edition allows to commit.
isConnected() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IConfiguredServerConnection
Returns if the server is currently connected.
isDebugEnabled() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.ILogger
Determines if debug leven is enabled.
isDirectory(String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IFileHelper
Tests whether the file denoted by this abstract pathname is a directory.
isElementPresentationRulesReferToModelElementUIDs() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IPlanPresentationRule
True if element presentation rules refer to model element UIDs, false if they refer to plan element UIDs.
isEnumerationCustomProperty(String, String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IDataModelProvider
Returns whether the specified custom property of the specified object type is an enumeration property.
IServerGroup - Interface in com.arcway.cockpit.docgen.provider.interfaces
 
IServerUser - Interface in com.arcway.cockpit.docgen.provider.interfaces
 
isFile(String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IFileHelper
Tests whether the file denoted by this abstract pathname is a normal file.
isFileCustomProperty(String, String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IDataModelProvider
Returns whether the specified custom property of the specified object type is a file property.
isHidden(String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IFileHelper
Tests whether the file named by this abstract pathname is a hidden file.
isItalic() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.ITextStyle
Is italic.
isOpen() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IConfiguredProject
Determines if this project is currently open.
isOwnerTypeGroup() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IPermission
Returns whether the owner of this permission is of type group.
isOwnerTypeUser() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IPermission
Returns whether the owner of this permission is of type user.
isPartOfCausalityCycle() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IModelElement
Returns whether this model element is part of a cycle in the causality relationship.
isPartOfContainmentCycle() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IModelElement
Returns whether this model element is part of a cycle in the containment relationship.
isProperty(String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IRecord
Returns true, if exactly one child object is stored under the given key that was filled in by calling a set method like IRecord.set(String, Object).
isReaderClient() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IRootDataProvider
Determines the client type.
isSet(String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IRecord
Returns true, if any child object is stored under the given key.
isSingleUserEnvironment() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IConfiguredServerConnection
Returns true in a single user edition.
IStakeholder - Interface in com.arcway.cockpit.docgen.provider.interfaces
IStakeholder allows to read attribute values of a project stakeholder.
IStakeholderRole - Interface in com.arcway.cockpit.docgen.provider.interfaces
IStakeholderRole allows to read attribute values of a stakeholders role.
isTrue(String) - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IRecord
Returns true, if IRecord.isProperty(String) returns true and Boolean.TRUE is stored under the given key.
isWithComments() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IPlanPresentationRule
Determines if comment appear.
isWithMetaInformation() - Method in interface com.arcway.cockpit.docgen.provider.interfaces.IPlanPresentationRule
Determines if meta information appear.
ITextInfo - Interface in com.arcway.cockpit.docgen.provider.interfaces
Contains specific information about a specific text of a plan element.
ITextManipulationHelper - Interface in com.arcway.cockpit.docgen.provider.interfaces
The ITextManipulationHelper provides utility methods for text manipulation in document generation.
ITextStyle - Interface in com.arcway.cockpit.docgen.provider.interfaces
Text style defintion.
ITypeConversionHelper - Interface in com.arcway.cockpit.docgen.provider.interfaces
The ITypeConversionHelper provides access methods used for converting data during document generation.
IUserInputRequester - Interface in com.arcway.cockpit.docgen.provider.interfaces
The IUserInputRequester provides methods to request input from the user via special dialogs.
A C D E F G H I L M N O P R S T U V W 
Skip navigation links