| Modifier and Type | Interface and Description |
|---|---|
interface |
ICustomPropertiesAccess
This interface allows to access values of custom properties of an object.
|
interface |
IFolder
IFolder allows to read attribute values of a folder within a
project and to access the plans within the folder. |
interface |
IGraphic
IPlan allows to read attribute values of a plan/diagram. |
interface |
IModelElement
IModelElement allows to read attribute values of a unique
element. |
interface |
IPlan
IPlan allows to read attribute values of a plan/diagram. |
interface |
IProject
The
IProject object allows to read attribute values of a
COCKPIT project for document generation. |
interface |
IStakeholder
IStakeholder allows to read attribute values of a project
stakeholder. |
interface |
IStakeholderRole
IStakeholderRole allows to read attribute values of a
stakeholders role. |
| Modifier and Type | Method and Description |
|---|---|
IRecord |
IArrayHelper.getCachedRecord(java.util.Map<java.lang.String,IRecord> uid2cachedRecord,
ICockpitData cockpitData)
Converts a cockpit project data into a record.
|
IRecord |
IArrayHelper.getCachedRecordCrossProject(java.util.Map<java.lang.String,java.util.Map<java.lang.String,IRecord>> projectUID2uid2cachedRecord,
ICockpitData cockpitData,
java.util.Set<java.lang.String> keyWhiteList)
Converts a cockpit project data into a record.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IRecord> |
IArrayHelper.getCachedRecords(java.util.Map<java.lang.String,IRecord> uid2cachedRecord,
java.util.Collection<ICockpitData> cockpitDatas)
Converts cockpit project data into records.
|
java.util.List<IRecord> |
IArrayHelper.getCachedRecordsCrossProject(java.util.Map<java.lang.String,java.util.Map<java.lang.String,IRecord>> projectUID2uid2cachedRecord,
java.util.Collection<ICockpitData> cockpitDatas,
java.util.Set<java.lang.String> keyWhiteList)
Converts cockpit project data into records.
|