Package wt.occurrence

Interface _OccurrenceableLink

All Superinterfaces:
wt.fc._BinaryLink, wt.fc._Link, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, Serializable
All Known Subinterfaces:
OccurrenceableLink
All Known Implementing Classes:
_WTPartUsageLink, WTPartUsageLink

public interface _OccurrenceableLink extends BinaryLink
  • Field Details

    • USES_OCCURRENCE_VECTOR

      static final String USES_OCCURRENCE_VECTOR
      Each element of this non-persistent Vector contains UsesOccurrences, each of which may contain a PathOccurrence. Note that any implementation of this interface must provide server-side APIs that specifically populate this Vector, otherwise it will be null.

      Supported API: true

      See Also:
  • Method Details

    • getUsesOccurrenceVector

      Vector getUsesOccurrenceVector()
      Each element of this non-persistent Vector contains UsesOccurrences, each of which may contain a PathOccurrence. Note that any implementation of this interface must provide server-side APIs that specifically populate this Vector, otherwise it will be null.

      Supported API: true

      See Also:
    • setUsesOccurrenceVector

      void setUsesOccurrenceVector(Vector usesOccurrenceVector)
      Each element of this non-persistent Vector contains UsesOccurrences, each of which may contain a PathOccurrence. Note that any implementation of this interface must provide server-side APIs that specifically populate this Vector, otherwise it will be null.

      Supported API: true

      See Also: