Searched refs:RelationshipDataElementType (Results 1 – 2 of 2) sorted by relevance
141 class RelationshipDataElementType(Enum): class156 ownerType: RelationshipDataElementType = RelationshipDataElementType.UNKNOWN169 otherType: RelationshipDataElementType = RelationshipDataElementType.UNKNOWN
24 RelationshipDataElementType,104 rd.ownerType = RelationshipDataElementType.DOCUMENT106 rd.otherType = RelationshipDataElementType.PACKAGEID222 rd.ownerType = RelationshipDataElementType.DOCUMENT224 rd.otherType = RelationshipDataElementType.TARGETNAME333 rd.ownerType = RelationshipDataElementType.DOCUMENT335 rd.otherType = RelationshipDataElementType.PACKAGEID514 rd.ownerType = RelationshipDataElementType.FILENAME516 rd.otherType = RelationshipDataElementType.FILENAME540 rd.ownerType = RelationshipDataElementType.FILENAME[all …]
Completed in 5 milliseconds