| name | data type | description |
|---|---|---|
| WCTypeId | string | |
| acl | SCAcl | |
| attachements | object | |
| attributes | object | |
| collectionRefs | object | |
| collections | object | |
| |
|
|
| displayName | string | |
| domainTypeId | string | |
| id | SCId | |
| |
|
|
| metadataGroup | array of object | |
| modifiers | object | |
| objectRefs | object | |
| objects | object | |
| stringId | string | |
| typeDefinition | SCTypeDefinition | |
Properties inherited from AbstractMetadataContainer |
||
| customMetadataEmpty | boolean | |
| customMetadataMap | object | |
| metadataEmpty | boolean | |
| metadataMap | object | |
Properties inherited from ActionLinkContainer |
||
| actions | object | |
Example
{
"attributes" : {
"property1" : "...",
"property2" : "..."
},
"displayName" : "Item Display Name",
"typeDefinition" : {
"attributes" : [ {
"dataType" : "...",
"description" : "...",
"displayName" : "...",
"internalName" : "..."
}, {
"dataType" : "...",
"description" : "...",
"displayName" : "...",
"internalName" : "..."
} ],
"domainModelName" : "...",
"canCreate" : true,
"WCTypeId" : "..."
},
"modifiers" : {
"property1" : "...",
"property2" : "..."
},
"domainTypeId" : "Product",
"WCTypeId" : "WCTYPE|com.ptc.sc.ph.SCProductHierarchyRoot",
"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
},
"metadataGroup" : [ {
"property1" : "...",
"property2" : "..."
}, {
"property1" : "...",
"property2" : "..."
} ],
"stringId" : "com.ptc.sc.ph.SCProductHierarchyRoot-12345",
"objectRefs" : {
"property1" : "...",
"property2" : "..."
},
"attachements" : {
"property1" : "...",
"property2" : "..."
},
"acl" : {
"edit" : true,
"delete" : true
},
"collections" : {
"property1" : "...",
"property2" : "..."
},
"collectionRefs" : {
"property1" : "...",
"property2" : "..."
},
"objects" : {
"property1" : "...",
"property2" : "..."
},
"metadataMap" : {
"property1" : "...",
"property2" : "..."
},
"metadataEmpty" : true,
"customMetadataMap" : {
"property1" : "...",
"property2" : "..."
},
"customMetadataEmpty" : true,
"actions" : {
"property1" : "...",
"property2" : "..."
}
}