@olympeio/documentation/olympe
Index
Classes
- ActionBrick
- Auth
- BooleanModel
- Brick
- BrickContext
- BurstTransaction
- CloudObject
- Color
- ColorModel
- Comparator
- Config
- Context
- DBView
- DataResult
- DataSource
- DatetimeModel
- Enum
- EnumValue
- ErrorFlow
- File
- ListDef
- ListDefPredicate
- NumberModel
- Predicate
- Process
- PropertyModel
- Query
- QueryResult
- QuerySingle
- RelationModel
- Service
- ServiceRequest
- StringModel
- Sync
- Theme
- Transaction
- TransactionResult
- Transformer
- UIBrick
- User
- ValueDef
- VisualBrick
- Workflow
- WorkflowObjectState
- WorkflowState
- WorkflowTransition
Enumerations
Functions
Interfaces
Namespaces
Type Aliases
Variables
Type Aliases
Class
Type parameters
- T
Type declaration
Returns T
FollowRule
FunctionBrick
InstanceTag
List
Type parameters
- T
Operation
Represents an operation that can be performed regarding data type instances.
ParsedPredicate
Details for a predicate from the OLYMPE query API
SRPData
Type declaration
login: string
salt: string
username: string
verifier: string
ServiceRequestType
Types of requests that can be received in a Service. This is used to know what method call on the request to answer the requester.
Type declaration
GET: any
PUBLISH: any
SEND: any
SUBSCRIBE: any
Source
When manipulating CloudObjects, sometimes it is required to manually set the data source of that object.
Source
determines where the object comes from: what data source is the owner of the object across the ecosystem.
Tag
A Tag can be either a string
, a HasTag
(CloudObject instance, Property, Relation, …)
or the class constructor for a CloudObject
UserToken
Type declaration
idpName: string
nonce: string
payload: Object
protocol: AuthProtocol
user: string
userTag: string
Variables
constRelation
Global variable, constructor of class Relation.
use Brick instead