CoreMedia Publication Results

Last updated a month ago

Reference of all publication results

Overview

This article lists all publication results that are available in the CoreMedia Content Cloud

Publication Result Codes

  • 0 NoOp, // no action needed to bring this resource up to date
  • 1 ContentPublished, // some version of this document was published
  • 2 Created, // this folder was created
  • 3 Moved, // this resource has been moved to a new parent
  • 4 Deleted, // this resource has been deleted and archived
  • 5 Unpublished, // this resource has been unpublished
  • 6 INFO, // all informational messages have a smaller code
  • 7 AlreadyPublished, // this version is already online
  • 8 LaterVersion, // a later version is already online
  • 9 WARNING, // all warning codes are in INFO, WARNING
  • 10 DoesNotExist, // the submitted resource/version does not exist on the Content Server
  • 11 PlaceNotApproved, // the place of this resource is not approved
  • 12 VersionNotApproved, // this version is not approved
  • 13 SelectVersion, // cannot publish new document without version
  • 14 NoApprovedVersion, // this document has no approved version to publish
  • 15 AlreadyDeleted, // this resource could not be published as it was already deleted
  • 16 LinkFailed, // an internal link of this document could not be published
  • 17 CreateParentFailed, // could not create parent folder
  • 18 TargetNameConflict, // this resource would name-clash with another resource
  • 19 ResourceNameChanged, // this resource changed its name while being published
  • 20 NoRightToPublish, // user is not allowed to publish this resource
  • 21 CannotUnpublishBecauseOfLink, // unpublishing this resource would destroy the referential integrity
  • 22 CannotPublishArchived, // archived resources cannot be published
  • 23 Orphaned, // some children (live) would be left over if we deleted this folder
  • 24 MustDeleteChild, // this child (production) must be deleted, too
  • 25 NotBelowBaseFolder, // this resource is not located below the required base folder
  • 26 ERROR, // all error codes are in WARNING, ERROR
  • 27 RESULT_COUNT // THE VALUE OF THIS MEMBER IS EQUAL TO THE NUMBER OF MEMBERS EXCEPT THIS ONE

See the class PublicationResultCode:

public class PublicationResultCode implements org.omg.CORBA.portable.IDLEntity
{
  private        int __value;
  private static int __size = 28;
  private static hox.corem.corba.PublicationResultCode[] __array = new hox.corem.corba.PublicationResultCode [__size];

  public static final int _NoOp = 0;
  public static final hox.corem.corba.PublicationResultCode NoOp = new hox.corem.corba.PublicationResultCode(_NoOp);
  public static final int _ContentPublished = 1;
  public static final hox.corem.corba.PublicationResultCode ContentPublished = new hox.corem.corba.PublicationResultCode(_ContentPublished);
  public static final int _Created
  ...
Copyright © 2025 CoreMedia GmbH, CoreMedia Corporation. All Rights Reserved.
Loading...