Class CreateContext

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class CreateContext
    extends java.lang.Object
    implements java.lang.Cloneable
    • Method Detail

      • getSourceObject

        public TypedObject getSourceObject()
      • setSourceObject

        public void setSourceObject​(TypedObject sourceObject)
      • setPropertyDescriptor

        public void setPropertyDescriptor​(PropertyDescriptor propertyDescriptor)
      • getLangIso

        public java.lang.String getLangIso()
      • setLangIso

        public void setLangIso​(java.lang.String langIso)
      • setBaseType

        public void setBaseType​(ObjectType baseType)
      • clone

        public CreateContext clone()
                            throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class java.lang.Object
        Throws:
        java.lang.CloneNotSupportedException
      • setExcludedTypes

        public void setExcludedTypes​(java.util.Set<ObjectType> excludedTypes)
      • getExcludedTypes

        public java.util.Set<ObjectType> getExcludedTypes()
      • setAllowedTypes

        public void setAllowedTypes​(java.util.Set<ObjectType> allowedTypes)
      • getAllowedTypes

        public java.util.Set<ObjectType> getAllowedTypes()
      • setFireSearch

        public void setFireSearch​(boolean fireSearch)
      • isFireSearch

        public boolean isFireSearch()