package queries
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- queries
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
ConnectionJs extends Object
- Annotations
- @RawJSType() @native()
-
class
DynamicsEntitySource extends AnyRef
Queries to obtain streams of source entity data.
Queries to obtain streams of source entity data. Each time a method is called a template is compiled, so don't use this on a per item processing basis.
-
implicit
class
EitherQuery extends AnyRef
Break out the | to either.
-
trait
FetchXMLQuery extends Object
FetchXML source of entities.
FetchXML source of entities.
- Annotations
- @ScalaJSDefined() @RawJSType()
-
case class
FriendlyIdentifier(id: String, name: String) extends Product with Serializable
Used when we need to print out information about a record.
Used when we need to print out information about a record. Think of this as a generic annotation.
- class MiscQueries extends AnyRef
-
trait
ODataQuery extends Object
OData source of entities.
OData source of entities.
- Annotations
- @ScalaJSDefined() @RawJSType()
- case class RelatedEntity(ename: String, esname: String, objectTypeCode: Int, roleName: String, roleId: Id, id: Id) extends Product with Serializable
Value Members
- def mkIdentifierExtractor[A <: Object](idName: String, nameName: String, altId: String = "<no id>", altName: String = "<no name>"): (A) ⇒ FriendlyIdentifier