Data: ns1

  • Namespace: http://opencase.extend.com/common

The data in this namespace is divided into elements and types. Types define the structure of the data. Elements define specific instances of the types, and are therefore more relevant to REST endpoints, which generally consume and/or produce elements.

The following types are members of this namespace:

Type ErrorContainer

Child Elements

name (type) min/max
occurs
description
errorMessage (string) 0/1 (no documentation provided)
errorKey (string) 0/1 (no documentation provided)
errorCode (int) 0/1 (no documentation provided)

Type FaultInfo

Child Elements

name (type) min/max
occurs
description
message (string) 0/1 (no documentation provided)
errors/error (ErrorContainer) 0/unbounded (no documentation provided)
compositeErrorMessage (string) 0/1 (no documentation provided)

Type LocaleLabelPair

Container for a localized label

Child Elements

name (type) min/max
occurs
description
locale (string) 1/1 Get locale code
label (string) 1/1 Get label string

Type Menu

An item in MediaSuite's main drop-down menu.

Child Elements

name (type) min/max
occurs
description
menuPk (int) 0/1 Get this menu item's primary key
prefixWithSeparator (boolean) 1/1 Should this menu item be prefixed with a separator when rendering the UI
childrenMenu/childMenu (Menu) 0/unbounded Get child menus
permissionAction (string) 1/1 Get the associated permission's action
permissionTarget (string) 1/1 Get the associated permission's target
resourceKeyName (string) 1/1 Get the associated resource key's key
localeLabelPairs/localeLabelPair (LocaleLabelPair) 1/unbounded Get a list of localized labels for this menu item
orderNumber (int) 1/1 Get this menu item's order number - determines its placement in the UI
requiredModules (string) 1/1 Get a comma-separated list of module codes, representing modules that are required to be installed in order for this menu item to berendered. All modules in the list must be present.
targetModule (string) 1/1 Get the code of the module to which this menu item is linking
targetLocalUrl (string) 1/1 Get the target page path, relative to the target module's web-ui endpoint context root
image (string) 1/1 (Top-level menus only) Icon path, relative to the target module's context root
uuid (string) 0/1 (no documentation provided)

Type NameValuePair

Child Elements

name (type) min/max
occurs
description
name (string) 0/1 (no documentation provided)
value (string) 0/1 (no documentation provided)

Type NameValuePairs

Child Elements

name (type) min/max
occurs
description
nameValuePair (NameValuePair) 0/unbounded (no documentation provided)

Type Permission

Child Elements

name (type) min/max
occurs
description
target (string) 0/1 (no documentation provided)
action (string) 0/1 (no documentation provided)
uuid (string) 0/1 (no documentation provided)

Type RestrictionKey

Restriction key that allows for bundles and components to be hidden/visible from users.

Child Elements

name (type) min/max
occurs
description
uuid (string) 0/1 Gets uuid as primary key.
restrictionKey (string) 0/1 Gets restriction key value.
isPublished (boolean) 0/1 Gets publish flag. If this flag is set to true - this entity is unmodifiable.