Contentserv PHP API

Core

Packages

MemoryDatabase
Utils
HttpUtils
Installation
CS
Plugins
System
Item
GUI
ActiveScript
User
Authentication
Dashboard
FlexTable
Log
Mail
Portal
Color
Currency
Filter
Hierarchy
Message
Notes
Messages
Tags
ValueRange
Toolbox
Cara
DataFlow
DataMonitor
OpenSearch

Interfaces, Classes and Traits

DatabaseRecordInterface
IDownloadable
This interface defines a downloadable item
IDownloadableProxy
This interface defines a downloadable proxy that defines a downloadable item
IOpenSearchDownloadable
This interface defines a downloadable item for open search.
_ObjectDatabaseGenericAggregation
ObjectDatabaseMultiTermsAggregation
ObjectDatabaseTermsAggregation
_ObjectDatabaseGenericFilter
ObjectDatabaseMatchFilter
ObjectDatabaseRangeFilter
ObjectDatabaseTermsFilter
ObjectDatabaseWildcardFilter
ObjectDatabase
ObjectDatabaseColumn
ObjectDatabaseConfiguration
ObjectDatabaseException
ObjectDatabaseInstance
ObjectDatabaseParameter
ObjectDatabaseRecord
ObjectDatabaseSearch
ObjectDatabaseSettings
ObjectDatabaseSortOrder
ObjectDatabaseTable
_ObjectDatabaseGenericResult
_ObjectDatabaseGenericAggregationResult
ObjectDatabaseMultiTermsAggregationResult
ObjectDatabaseTermsAggregationResult
_ObjectDatabaseResultGenericItem
ObjectDatabaseResultAggregationItem
ObjectDatabaseResultError
ObjectDatabaseResultItem
ObjectDatabaseResultSearchItem
ObjectDatabaseResult
ObjectDatabaseSearchResult
ObjectDatabaseSearchAggregation
ObjectDatabaseSearchFilter
_ObjectDatabaseGenericBasicSetting
_ObjectDatabaseGenericExtendedSetting
ObjectDatabaseAnalyzerSetting
ObjectDatabaseIndexSetting
ObjectDatabaseTokenizerSetting
ObjectDatabaseColumnSortOrder
XMLRenderer
CSAuthenticationParameter
This class defines CSAuthenticationParameter object
CSExportStagingInstallation
This Plugin is executed during installation and datamodel update processes.
ImageCollectionFlexTemplate
CSFlexTemplatePlugin that shows a set of images referenced to an item
PortalWidget
PortalWidgets
CSRuleDatabaseConnector
CSRuleApiRuleStatusAggregation
CSRuleApiRuleStatusParameter
CSRuleApiRuleStatusSearch
CSRuleApiRuleStatusSortOrder
CSSkinWrapper
Abstract class to serve as a base structure for multiple CSSkin's classes
CSDownloadContext
CSDownloadContextItem
This class defines a download context item
CSDownloadResult
This class defines a download result
CSDownloadResultItem
This class defines a download result item
CSServerUtils
CSExplorerAppPlugin
Defines the plugin interface for Explorer app The plugin provides methods to be able to load custom implementations on the Explorer, like: Custom Type Presenters Templates Plugins (e.g. Action Button, Content Tab plugins)
CSGuiStateItem
Represents one state item
CSGuiStateSeparatorItem
Represents one seprator item
CSUserGuideWindow
Adds the user guide integration into studio windows
passwordAppRestservice
Restservice responsible for handling the PasswordApp REST calls
VolumeMigrationRestservice
This class acts as an interface to create your own rest service plugins.
CSOpenSearchDownloadContext
This class defines an open search download context
ActivityAppRestservice
CSObjectTableService

Table of Contents

tag2xml()  : mixed
getClassId()  : int
Returns the class id of the target table class.
getClassId()  : int
generateListForDuplicatesCallback()  : mixed
Callback method for generating duplicates list
setTemplateInformation()  : void
Gets the template ID or the default in case there is one. Also, copies the content of the template to the collection in case of a template change
getStateIndicesForWorkflow()  : array<string|int, int>
Returns the state IDs along with the StateIndices for a given WorkflowID

Functions

tag2xml()

tag2xml(mixed $matches) : mixed
Parameters
$matches : mixed
Tags
Return values
mixed

getClassId()

Returns the class id of the target table class.

getClassId() : int
Return values
int

generateListForDuplicatesCallback()

Callback method for generating duplicates list

generateListForDuplicatesCallback(array<string|int, mixed> $aIds) : mixed
Parameters
$aIds : array<string|int, mixed>

List of selected MAM File Ids

Tags
Return values
mixed

setTemplateInformation()

Gets the template ID or the default in case there is one. Also, copies the content of the template to the collection in case of a template change

setTemplateInformation(OpenSearchArea $oOpenSearchArea) : void
Parameters
$oOpenSearchArea : OpenSearchArea
Tags
Return values
void

getStateIndicesForWorkflow()

Returns the state IDs along with the StateIndices for a given WorkflowID

getStateIndicesForWorkflow(int $iWorkflowID) : array<string|int, int>
Parameters
$iWorkflowID : int

the WorkflowID of the workflow of which the state indices should be returned

Tags
access

public

Return values
array<string|int, int>

(StateID => StateIndex) pairs of the workflow

Search results