Copyright © 2024, Oracle and/or its affiliates.
Field Index SQL Mapping

Class /channel_event

To work with directory servers which lack transactional semantics, and also to avoid compromising performance of a normal Infranet system operation, Infranet propagates changes to the directory server asynchronously using channeland channel_event objects. Channels events are used to track changes to infranet objects individually. A channel_event object is created for each tracked change and is pushed into the the channel_event table by the PCM_OP_CHANNEL_PUSH opcode. These entries are consumed by the PCM_OP_CHANNEL_SYNC opcode in the LDAP manager.

Notes

  • This object can be read by anyone.
  • This object can be modified by anyone.
  • This object can be created by anyone.

Links



Field Index

Type Field Name
poid PIN_FLD_POID
timestamp PIN_FLD_CREATED_T
timestamp PIN_FLD_MOD_T
string PIN_FLD_READ_ACCESS
string PIN_FLD_WRITE_ACCESS
string PIN_FLD_CREATE_ACCESS
poid PIN_FLD_ACCOUNT_OBJ
poid PIN_FLD_CHANNEL_OBJ
poid PIN_FLD_SOURCE_OBJ
enum PIN_FLD_STATUS
poid PIN_FLD_SUPPLIER_OBJ


Field Details

poid PIN_FLD_POID

Object Identifier for an instance of this class. Portal object ids have four pieces of information: database number, class type, sequence id, revision.

Notes

  • System defined on object creation
  • Can be modified only by System

Links


timestamp PIN_FLD_CREATED_T

Time the object was created.

Notes

  • System defined on object creation
  • Can be modified only by System

Links


timestamp PIN_FLD_MOD_T

Time the object was last modified.

Notes

  • System defined on object creation
  • Can be modified only by System

Links


string PIN_FLD_READ_ACCESS

Read Access level for object. Valid values are S(Self), G(Global), L(BrandLineage), B(BrandGroup), A(Ancestral).

Notes

  • System defined on object creation
  • Can be modified only by System
  • Maximum length is 255 bytes

Links


string PIN_FLD_WRITE_ACCESS

Write Access level for object. Valid values are S(Self), G(Global), L(BrandLineage), B(BrandGroup), A(Ancestral).

Notes

  • System defined on object creation
  • Can be modified only by System
  • Maximum length is 255 bytes

Links


string PIN_FLD_CREATE_ACCESS

Create Access level for object. Valid values are O(BrandOwner), R(Root), N(Any).

Notes

  • System defined on object creation
  • Can be modified only by System
  • Maximum length is 255 bytes

Links


poid PIN_FLD_ACCOUNT_OBJ

Link to the /account object which is responsible for creating this event.

Notes

  • Required on object creation
  • Cannot be modified

Links


poid PIN_FLD_CHANNEL_OBJ

Portal object id of the channel for this event.The channel object contains information about who theconsumer for the change the channel_event objectrepresents. The consummer information is used by thePCM_OP_REPL_POL_PUSH

Notes

  • Required on object creation
  • Can be modified

Links


poid PIN_FLD_SOURCE_OBJ

Portal object id of the actual object that changed. This is the poid of the object that contains the changed information that needs to be pushed.

Notes

  • Required on object creation
  • Can be modified

Links


enum PIN_FLD_STATUS

Current status of this object.The status indicates whether the data in this event have been pushed(PIN_STATUS_PUSHED/ (PIN_STATUS_NOT_PUSHED) or not.

Notes

  • Can be specified on object creation
  • Can be modified

Links


poid PIN_FLD_SUPPLIER_OBJ

Portal object id of the supplier of this event.The supplier object contains information aboutthe event that caused the source objectto change.

Notes

  • Required on object creation
  • Can be modified

Links




SQL Mapping


Type Field Name Table Column Name
base-class /channel_event channel_event_t
poid PIN_FLD_POID poid*
timestamp PIN_FLD_CREATED_T created_t
timestamp PIN_FLD_MOD_T mod_t
string PIN_FLD_READ_ACCESS read_access
string PIN_FLD_WRITE_ACCESS wrtie_access
string PIN_FLD_CREATE_ACCESS create_access
poid PIN_FLD_ACCOUNT_OBJ account_obj*
poid PIN_FLD_CHANNEL_OBJ channel*
poid PIN_FLD_SOURCE_OBJ source_obj*
enum PIN_FLD_STATUS status
poid PIN_FLD_SUPPLIER_OBJ supplier_obj*
Column names marked with * are actually column prefixes. For poid type fields, the column prefix is used to create the columns poid_id0, poid_db and poid_type if the prefix is "poid". For PIN_FLD_POID in the base table, an additional column named poid_rev is created to hold the poid revision. For buffer fields, two columns are created - one in the containing table and one in the buffer table. For example if the prefix is "buf", then the column name in the buffer table is buffer_buf and the column name in the containing table is buffer_size.


Field Index This Class