class SObjectDeployer extends AnyRef
'Deploy' a module from a stream of PackageEvents. Deploying here really means constructing a set of TypeDeclarations and validating them against each other. This process mutates the passed types Map for compatibility with dependency analysis code. The class handling code here is performance sensitive so this may also aid with efficiency.
FUTURE: Remove Module dependency.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SObjectDeployer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def collectFields(typeName: TypeName, nature: SObjectNature, fields: ArraySeq[FieldDeclaration], hasOwner: Boolean): ArraySeq[FieldDeclaration]
Collect fields for an SObject by folding custom fields over standard fields.
- def createSObjects(events: BufferedIterator[PackageEvent]): Array[SObjectLikeDeclaration]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def extendExistingSObject(base: Option[TypeDeclaration], sources: Array[SourceInfo], typeName: TypeName, nature: SObjectNature, fields: ArraySeq[FieldDeclaration], fieldSets: ArraySeq[Name], sharingReasons: ArraySeq[Name]): SObjectDeclaration
Create an SObject by extending a base SObject with new fields, fieldSets and sharing reasons.
Create an SObject by extending a base SObject with new fields, fieldSets and sharing reasons. If you don't pass a base object than this will extend System.SObject.
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()