DocuframeV3Api class
Öffentliche Gruppen der nativen V3-API.
V3 bündelt die fachlichen Endpunkte in fünf Gruppen: model
(model/structure), system (versionInfo, appConfig, appTheme),
view (view/load, view/action), objectData (objectdata/byid,
byQuery, byParentObject) und file (file/{oid}, Binärdownload).
Alle Requests laufen unter ApiVersion.v3 mit dem operationId-Präfix
v3.….
Der Login gehört bewusst nicht dazu: Er liegt weiterhin als v2/login
(GET v2/login/key + POST v2/login) im SessionCoordinator.
Alle Gruppen verwenden denselben Runtime und Sessionzustand wie V1 und
laufen niemals über RawApi, customRequest oder den Legacy-Manager.
Properties
- file ↔ V3FileApi
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- model ↔ V3ModelApi
-
getter/setter pair
- objectData ↔ V3ObjectDataApi
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- system ↔ V3SystemApi
-
getter/setter pair
- view ↔ V3ViewApi
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited