메소드 |
설명 |
|
addAssignment ( integer $nodeID, $objectID, array $selectedNodeIDArray ) : array |
Adds a new nodeAssignment |
|
attributePublishAction ( $objectID, $versionNum ) |
|
|
beginTransaction ( ) |
Starts a database transaction. |
|
changeHideStatus ( integer $nodeID ) : array |
Changes an contentobject's status |
|
changeSortOrder ( integer $nodeID, string $sortingField, boolean $sortingOrder = false ) : array |
Changes the sort order for a node |
|
changeTranslationAvailableStatus ( integer $objectID, integer $status = false ) : array |
Changes the status of a translation |
|
clearObjectViewCache ( $objectID, $versionNum = true, $additionalNodeList = false ) |
*!
\static
Clears the related viewcaches for the content object using the smart viewcache system. |
|
commitTransaction ( ) |
Commit a previously started database transaction. |
|
copyTranslations ( $objectID, $versionNum ) |
*!
Copies missing translations from published version to the draft. |
|
createFeedForNode ( integer $nodeID ) |
Creates a RSS/ATOM Feed export for a node |
|
createNotificationEvent ( $objectID, $versionNum ) |
*!
\note Transaction unsafe. If you call several transaction unsafe methods you must enclose
the calls within a db transaction; thus within db->begin and db->commit. |
|
deleteObject ( array $deleteIDArray, boolean $moveToTrash = false ) : array |
Deletes a content object, or a list of content objects |
|
eZContentOperationCollection ( ) |
*!
Constructor |
|
executePrePublishTrigger ( integer $objectID, integer $version ) |
Executes the pre-publish trigger for this object, and handles
specific return statuses from the workflow |
|
generateObjectViewCache ( $objectID ) |
*!
\static
Generates the related viewcaches (PreGeneration) for the content object. |
|
loopNodeAssignment ( $objectID, $versionNum ) |
|
|
loopNodes ( $nodeID ) |
|
|
moveNode ( integer $nodeID, integer $objectID, integer $newParentNodeID ) : array |
Moves a node |
|
publishNode ( $parentNodeID, $objectID, $versionNum, $mainNodeID ) |
|
|
publishObjectExtensionHandler ( $contentObjectID, $contentObjectVersion ) |
|
|
readNode ( $nodeID ) |
|
|
readObject ( $nodeID, $userID, $languageCode ) |
|
|
registerSearchObject ( integer $objectID, integer $version = null, boolean $isMoved = false ) |
Registers the object in search engine. |
|
removeFeedForNode ( integer $nodeID ) |
Removes a RSS/ATOM Feed export for a node |
|
removeNodes ( array $removeNodeIdList ) : array |
Removes nodes |
|
removeOldNodes ( $objectID, $versionNum ) |
|
|
removeTemporaryDrafts ( $objectID, $versionNum ) |
|
|
removeTranslation ( integer $objectID, $languageIDArray ) : array |
Removes a translation for a contentobject |
|
resetNodeassignmentOpcodes ( $objectID, $versionNum ) |
New function which resets the op_code field when the object is published. |
|
sendToPublishingQueue ( integer $objectId, integer $version ) : array( |
Sends the published object/version for publishing to the queue
Used by the content/publish operation |
|
setObjectStatusPublished ( $objectID, $versionNum ) |
|
|
setVersionStatus ( $objectID, $versionNum, $status ) |
|
|
swapNode ( integer $nodeID, integer $selectedNodeID, array $nodeIdList = [] ) : array |
Swap a node with another one |
|
updateAlwaysAvailable ( integer $objectID, integer $newAlwaysAvailable ) : array |
Set the always available flag for a content object |
|
updateInitialLanguage ( integer $objectID, integer $newInitialLanguageID ) : array |
Updates an contentobject's initial language |
|
updateMainAssignment ( integer $mainAssignmentID, $ObjectID, integer $mainAssignmentParentID ) : array |
Update a node's main assignment |
|
updateNontranslatableAttributes ( $objectID, $versionNum ) |
*!
Updates non-translatable attributes. |
|
updateObjectState ( integer $objectID, integer $selectedStateIDList ) : array |
Update a contentobject's state |
|
updatePriority ( integer $parentNodeID, array $priorityArray = [], array $priorityIDArray = [] ) : array |
Updates the priority of a node |
|
updateSection ( integer $nodeID, integer $selectedSectionID ) : array |
Assigns a node to a section |
|
updateSectionID ( $objectID, $versionNum ) |
|
|