DocBook|Search
Class Reference
%BI.Docs
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%BI] >  [Docs]
Private  Storage  

persistent class %BI.Docs extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
9 3 1


Summary

Properties
ClassName Content DisplayType DocId DocLanguage
DocName DocType Ico URL

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %BMEBuilt
%BuildIndices %CheckUnique %ClassIsLatestVersion %ClassName
%ComposeOid %ConstructClone %Delete %DeleteExtent
%DeleteId %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Exists %ExistsId %Extends %GUID
%GUIDSet %GetLock %GetParameter %GetSwizzleObject
%Id %InsertBatch %IsA %IsModified
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectModified
%Oid %OnBeforeAddToSync %OnDetermineClass %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateObject


Properties

• property ClassName as %String(MAXLEN=5000,TRUNCATE=1);
• property Content as %String(MAXLEN=32000,TRUNCATE=1);
• property DisplayType as %String(DISPLAYLIST=",HTML,Text",TRUNCATE=1,VALUELIST=",H,T");
• property DocId as %String(TRUNCATE=1);
• property DocLanguage as %String(MAXLEN=5000,TRUNCATE=1);
• property DocName as %String(MAXLEN=5000,TRUNCATE=1);
• property DocType as %String(DISPLAYLIST=",Dimension,Computation,Measure,Subject,Pivot Table,Report",TRUNCATE=1,VALUELIST=",D,C,M,S,P,R");
• property Ico as %String(TRUNCATE=1);
• property URL as %String(MAXLEN=5000,TRUNCATE=1);

Queries

• query BySALangType(Cls As %String, Doc As %String, Lang As %String, Type As %String)
SQL Query :
SELECT DocId
FROM %BI.Docs
WHERE ClassName=:Cls AND DocName=:Doc AND DocType=:Type
• query ListAll()
SQL Query :
SELECT ID,DocType,DocName,ClassName,DocLanguage
FROM %BI.Docs
• query ListAllByLanguage(DocLanguage As %String)
SQL Query :
SELECT ID,DocType,DocName,ClassName
FROM %BI.Docs
WHERE DocLanguage=:DocLanguage

Indices

• index (MainIdx on ClassName,DocType,DocName,DocLanguage,Ico);