Interface ArchitectureItemIfc

All Superinterfaces:
wt.architecture._ArchitectureItemIfc, wt.change2._Changeable2, wt.change2._ChangeableIfc, _Iterated, wt.trace._IteratedTracedTo, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.trace._TracedTo, wt.vc._Versionable, wt.vc._Versioned, Changeable2, ChangeableIfc, Iterated, IteratedTracedTo, NetFactor, ObjectMappable, Persistable, Serializable, TracedTo, Versionable, Versioned
All Known Subinterfaces:
wt.architecture.trace.resource._ArchitectureResourceIfc, ArchitectureResourceIfc
All Known Implementing Classes:
wt.architecture.trace.resource._ArchitectureResource, ArchitectureResource

@GenAsPersistable(interfaces={Changeable2.class,IteratedTracedTo.class}) public interface ArchitectureItemIfc extends wt.architecture._ArchitectureItemIfc
This is tagging interface for all Windchill Architecture Domain objects. Traces Functionality support tracing Windchill Traceable types to local and remote Architecture object types and all such Architecture types must implement this interface directly or indirectly through required APIs.
See Also: