Interface IContentMechanics

All Superinterfaces:
IAccessMechanics, IBasicMechanics, IClipboardMechanics, IComponent, IInitializable, IMechanics, ISubscribableMechanics, ISystemHandler, IVersionableMechanics, IViewableMechanics

public interface IContentMechanics extends IVersionableMechanics
IContentMechanics - Content services mechanics. This one is used to operate with content services. See IContentService
  • Field Details

    • PROP_CONTENT

      static final String PROP_CONTENT
      This property identifies original file name for published content object. See ContentMechanics.create(com.webmethods.portal.service.meta2.thing.IThingID, com.webmethods.portal.service.meta2.thing.IThingID, int, java.util.Map<java.lang.String, ? extends java.lang.Object>, java.util.Locale)
      See Also:
    • PROP_CONTENT_URI

      static final String PROP_CONTENT_URI
      This property identifies the URI of the content within the content store. See ContentMechanics.create(com.webmethods.portal.service.meta2.thing.IThingID, com.webmethods.portal.service.meta2.thing.IThingID, int, java.util.Map<java.lang.String, ? extends java.lang.Object>, java.util.Locale)
      See Also:
    • PROP_CONTENT_VERSIONED

      static final String PROP_CONTENT_VERSIONED
      This property identifies if the content is versioned See ContentMechanics.create(com.webmethods.portal.service.meta2.thing.IThingID, com.webmethods.portal.service.meta2.thing.IThingID, int, java.util.Map<java.lang.String, ? extends java.lang.Object>, java.util.Locale)
      See Also:
    • PROP_CONTENT_LENGTH

      static final String PROP_CONTENT_LENGTH
      This property specifies the length (in bytes) of the content file See ContentMechanics.create(com.webmethods.portal.service.meta2.thing.IThingID, com.webmethods.portal.service.meta2.thing.IThingID, int, java.util.Map<java.lang.String, ? extends java.lang.Object>, java.util.Locale)
      See Also:
    • PROP_CONTENT_MIME_TYPE

      static final String PROP_CONTENT_MIME_TYPE
      This property identifies the mime encoding of the content file. See ContentMechanics.create(com.webmethods.portal.service.meta2.thing.IThingID, com.webmethods.portal.service.meta2.thing.IThingID, int, java.util.Map<java.lang.String, ? extends java.lang.Object>, java.util.Locale)
      See Also:
  • Method Details