SCSearchItem

Properties
name data type description
attributes object
id SCId
orientationPaths array of SCSearchItem
stringId string

Example

{
  "id" : {
    "className" : "...",
    "windchillId" : true,
    "e3CNavData" : true,
    "referencedClass" : {
      "constructors" : [ { }, { } ],
      "canonicalName" : "...",
      "methods" : [ { }, { } ],
      "superclass" : { },
      "fields" : [ { }, { } ],
      "declaredClasses" : [ { }, { } ],
      "annotatedInterfaces" : [ { }, { } ],
      "classes" : [ { }, { } ],
      "annotation" : true,
      "enum" : true,
      "enclosingClass" : { },
      "simpleName" : "...",
      "enumConstants" : [ { }, { } ],
      "interfaces" : [ { }, { } ],
      "classLoader" : { },
      "localClass" : true,
      "annotations" : [ { }, { } ],
      "signers" : [ { }, { } ],
      "annotatedSuperclass" : { },
      "enclosingMethod" : { },
      "typeParameters" : [ { }, { } ],
      "genericSuperclass" : { },
      "package" : { },
      "primitive" : true,
      "name" : "...",
      "protectionDomain" : { },
      "declaredMethods" : [ { }, { } ],
      "anonymousClass" : true,
      "declaringClass" : { },
      "array" : true,
      "enclosingConstructor" : { },
      "synthetic" : true,
      "declaredAnnotations" : [ { }, { } ],
      "modifiers" : 12345.0,
      "interface" : true,
      "declaredFields" : [ { }, { } ],
      "memberClass" : true,
      "componentType" : { },
      "genericInterfaces" : [ { }, { } ],
      "declaredConstructors" : [ { }, { } ],
      "typeName" : "..."
    },
    "e3CId" : true,
    "orphan" : true,
    "e3cNavData" : "...",
    "constantContextId" : true,
    "e3cDomainTypeId" : "...",
    "e3cExtraNavData" : "...",
    "id" : 12345.0
  },
  "attributes" : {
    "property1" : "...",
    "property2" : "..."
  },
  "stringId" : "...",
  "orientationPaths" : [ {
    "id" : {
      "className" : "...",
      "windchillId" : true,
      "e3CNavData" : true,
      "referencedClass" : { },
      "e3CId" : true,
      "orphan" : true,
      "e3cNavData" : "...",
      "constantContextId" : true,
      "e3cDomainTypeId" : "...",
      "e3cExtraNavData" : "...",
      "id" : 12345.0
    },
    "attributes" : {
      "property1" : "...",
      "property2" : "..."
    },
    "stringId" : "...",
    "orientationPaths" : [ { }, { } ]
  }, {
    "id" : {
      "className" : "...",
      "windchillId" : true,
      "e3CNavData" : true,
      "referencedClass" : { },
      "e3CId" : true,
      "orphan" : true,
      "e3cNavData" : "...",
      "constantContextId" : true,
      "e3cDomainTypeId" : "...",
      "e3cExtraNavData" : "...",
      "id" : 12345.0
    },
    "attributes" : {
      "property1" : "...",
      "property2" : "..."
    },
    "stringId" : "...",
    "orientationPaths" : [ { }, { } ]
  } ]
}