Package wt.part

Class _WTPartStandardConfigSpec

java.lang.Object
wt.part._WTPartStandardConfigSpec
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._NetFactor, wt.fc._ObjectMappable, NetFactor, ObjectMappable, ConfigSpec
Direct Known Subclasses:
WTPartStandardConfigSpec

public abstract class _WTPartStandardConfigSpec extends Object implements ConfigSpec, ObjectMappable, Externalizable
See Also:
  • Field Details

    • LIFE_CYCLE_STATE

      public static final String LIFE_CYCLE_STATE
      If set, ONLY those WTParts at this particular state are returned.

      Supported API: true

      See Also:
    • WORKING_INCLUDED

      public static final String WORKING_INCLUDED
      If true, include any working copies I may have.

      Supported API: true

      See Also:
    • VARIATION1

      public static final String VARIATION1
      If set, only those objects assigned to the variation1 are returned. If no WTParts match the variation1, other variation1s are checked from the bottom of the hierarchy up(until there is either at least one match or no parent). WTParts with null variation1 are checked last. If this is not set only WTParts with null variation1 will be returned.

      Supported API: true

      See Also:
    • VARIATION2

      public static final String VARIATION2
      If set, only those objects assigned to the variation2 are returned. If no WTParts match the variation2, other variation2s are checked from the bottom of the hierarchy up(until there is either at least one match or no parent). WTParts with null variation2 are checked last. If this is not set only WTParts with null variation2 will be returned.

      Supported API: true

      See Also:
  • Method Details

    • getLifeCycleState

      public State getLifeCycleState()
      If set, ONLY those WTParts at this particular state are returned.

      Supported API: true

      See Also:
    • setLifeCycleState

      public void setLifeCycleState(State lifeCycleState)
      If set, ONLY those WTParts at this particular state are returned.

      Supported API: true

      See Also:
    • isWorkingIncluded

      public boolean isWorkingIncluded()
      If true, include any working copies I may have.

      Supported API: true

      See Also:
    • setWorkingIncluded

      public void setWorkingIncluded(boolean workingIncluded)
      If true, include any working copies I may have.

      Supported API: true

      See Also:
    • getVariation1

      public Variation1 getVariation1()
      If set, only those objects assigned to the variation1 are returned. If no WTParts match the variation1, other variation1s are checked from the bottom of the hierarchy up(until there is either at least one match or no parent). WTParts with null variation1 are checked last. If this is not set only WTParts with null variation1 will be returned.

      Supported API: true

      See Also:
    • setVariation1

      public void setVariation1(Variation1 variation1) throws WTPropertyVetoException
      If set, only those objects assigned to the variation1 are returned. If no WTParts match the variation1, other variation1s are checked from the bottom of the hierarchy up(until there is either at least one match or no parent). WTParts with null variation1 are checked last. If this is not set only WTParts with null variation1 will be returned.

      Supported API: true

      Throws:
      WTPropertyVetoException
      See Also:
    • getVariation2

      public Variation2 getVariation2()
      If set, only those objects assigned to the variation2 are returned. If no WTParts match the variation2, other variation2s are checked from the bottom of the hierarchy up(until there is either at least one match or no parent). WTParts with null variation2 are checked last. If this is not set only WTParts with null variation2 will be returned.

      Supported API: true

      See Also:
    • setVariation2

      public void setVariation2(Variation2 variation2) throws WTPropertyVetoException
      If set, only those objects assigned to the variation2 are returned. If no WTParts match the variation2, other variation2s are checked from the bottom of the hierarchy up(until there is either at least one match or no parent). WTParts with null variation2 are checked last. If this is not set only WTParts with null variation2 will be returned.

      Supported API: true

      Throws:
      WTPropertyVetoException
      See Also: