Class ArchitectureResource

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
com.ptc.windchill.linkeddata._WTResource
com.ptc.windchill.linkeddata.WTResource
com.ptc.windchill.linkeddata._WTCommonResource
com.ptc.windchill.linkeddata.WTCommonResource
com.ptc.windchill.linkeddata._WTIteratedResource
com.ptc.windchill.linkeddata.WTIteratedResource
wt.trace.resource._IteratedTraceResource
wt.trace.resource.IteratedTraceResource
wt.architecture.trace.resource._ArchitectureResource
wt.architecture.trace.resource.ArchitectureResource
All Implemented Interfaces:
com.ptc.windchill.linkeddata.StringToObjectMap, Externalizable, Serializable, Map<String,Object>, wt.architecture._ArchitectureItemIfc, ArchitectureItemIfc, wt.architecture.trace.resource._ArchitectureResourceIfc, ArchitectureResourceIfc, wt.change2._Changeable2, wt.change2._ChangeableIfc, Changeable2, ChangeableIfc, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, NetFactor, ObjectMappable, Persistable, wt.federation._FederatedLinkHolder, wt.federation._RemotelyLinkable, wt.federation.FederatedLinkHolder, wt.federation.RemotelyLinkable, wt.iba.value._IBAHolder, wt.iba.value.IBAHolder, DisplayIdentification, wt.trace._IteratedTracedTo, wt.trace._TracedTo, IteratedTracedTo, TracedTo, wt.type._Typed, wt.type._TypeManaged, wt.type.FlexTyped, wt.type.Typed, wt.type.TypeManaged, wt.ufid._Federatable, wt.ufid.Federatable, _Iterated, wt.vc._Versionable, wt.vc._Versioned, Iterated, Versionable, Versioned

@GenAsPersistable(superClass=IteratedTraceResource.class, extendable=false, interfaces={wt.type.Typed.class,ArchitectureResourceIfc.class}, foreignKeys=@GeneratedForeignKey(name="ArchitectureResourceMasterIteration",foreignKeyRole=@ForeignKeyRole(name="master",type=ArchitectureResourceMaster.class,constraints=@PropertyConstraints(required=true),cascade=false),myRole=@MyRole(name="iteration",cascade=false)), derivedProperties={}) public class ArchitectureResource extends wt.architecture.trace.resource._ArchitectureResource
Architecture Resource class to represent remote architecture elements. User can create modeled subclass or soft type for use

Supported API: true

Extendable: true
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface java.util.Map

    Map.Entry<K,V>
  • Field Summary

    Fields inherited from class wt.architecture.trace.resource._ArchitectureResource

    EXTERNALIZATION_VERSION_UID

    Fields inherited from class com.ptc.windchill.linkeddata._WTIteratedResource

    VERSION

    Fields inherited from class com.ptc.windchill.linkeddata._WTCommonResource

    CREATE_TIME, CREATED_BY, EXTERNAL_TYPE_NAME, ICON_URL, LARGE_PREVIEW_URL, MODIFIED_BY, MODIFY_TIME, SMALL_PREVIEW_URL

    Fields inherited from class com.ptc.windchill.linkeddata._WTResource

    ATTRIBUTE_MAP, POPULATED, REMOTE_ID, RESOURCE_AVAILABLE, RESOURCE_CLASS, RESOURCE_TYPE, SHAPE_NAME, URI_STRING

    Fields inherited from class wt.fc._WTObject

    CREATE_TIMESTAMP, MODIFY_TIMESTAMP

    Fields inherited from interface wt.change2._Changeable2

    HAS_HANGING_CHANGE, HAS_PENDING_CHANGE, HAS_RESULTING_CHANGE, HAS_SUSPECT, HAS_VARIANCE

    Fields inherited from interface wt.ufid._Federatable

    FEDERATABLE_INFO

    Fields inherited from interface wt.iba.value._IBAHolder

    ATTRIBUTE_CONTAINER

    Fields inherited from interface wt.fc._Persistable

    PERSIST_INFO

    Fields inherited from interface wt.type._Typed

    TYPE_DEFINITION_REFERENCE

    Fields inherited from interface wt.vc._Versioned

    VERSION_IDENTIFIER, VERSION_INFO

    Fields inherited from interface wt.identity.DisplayIdentification

    DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE

    Fields inherited from interface wt.fc.Persistable

    IDENTITY, TYPE

    Fields inherited from interface wt.trace.TracedTo

    DEFAULT_SHAPE_NAME

    Fields inherited from interface wt.vc.Versioned

    MASTER_SERIES
  • Method Summary

    Methods inherited from class wt.architecture.trace.resource._ArchitectureResource

    getAttributeContainer, getClassInfo, getConceptualClassname, getType, getTypeDefinitionReference, getVersionIdentifier, getVersionInfo, isHasHangingChange, isHasPendingChange, isHasResultingChange, isHasSuspect, isHasVariance, readExternal, readExternal, readVersion, setAttributeContainer, setHasHangingChange, setHasPendingChange, setHasResultingChange, setHasSuspect, setHasVariance, setTypeDefinitionReference, setVersionInfo, super_readExternal_ArchitectureResource, super_readVersion_ArchitectureResource, super_writeExternal_ArchitectureResource, writeExternal, writeExternal

    Methods inherited from class wt.trace.resource.IteratedTraceResource

    setShapeName

    Methods inherited from class wt.trace.resource._IteratedTraceResource

    readVersion, super_readExternal_IteratedTraceResource, super_readVersion_IteratedTraceResource, super_writeExternal_IteratedTraceResource

    Methods inherited from class com.ptc.windchill.linkeddata._WTIteratedResource

    getBranchIdentifier, getControlBranch, getCreator, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationInfo, getIterationNote, getMaster, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, getVersion, isLatestIteration, readVersion, setControlBranch, setIterationInfo, setMaster, setMasterReference, super_readExternal_WTIteratedResource, super_readVersion_WTIteratedResource, super_writeExternal_WTIteratedResource

    Methods inherited from class com.ptc.windchill.linkeddata._WTCommonResource

    getCreatedBy, getCreateTime, getExternalTypeName, getIconURL, getLargePreviewURL, getModifiedBy, getModifyTime, getSmallPreviewURL, readVersion, super_readExternal_WTCommonResource, super_readVersion_WTCommonResource, super_writeExternal_WTCommonResource

    Methods inherited from class com.ptc.windchill.linkeddata.WTResource

    clear, containsKey, containsValue, entrySet, get, getRemoteAttributeType, getRemoteId, getUri, isEmpty, isRemoteAttributeDefined, keySet, put, putAll, remove, size, values

    Methods inherited from class com.ptc.windchill.linkeddata._WTResource

    getFederatableInfo, getResourceClass, getResourceType, getShapeName, getUriString, isPopulated, isResourceAvailable, readVersion, setFederatableInfo, setPopulated, setResourceAvailable, setUriString, super_readExternal_WTResource, super_readVersion_WTResource, super_writeExternal_WTResource

    Methods inherited from class wt.fc._WTObject

    equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface wt.fc._Persistable

    getPersistInfo, setPersistInfo

    Methods inherited from interface wt.fc.Persistable

    checkAttributes, getIdentity