12.07.2015 Views

Database.com Metadata API Developer's Guide - Salesforce.com

Database.com Metadata API Developer's Guide - Salesforce.com

Database.com Metadata API Developer's Guide - Salesforce.com

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

GlossaryA |B |C |D |E |F |G |H |I |J |K |L |M |N |O |P |Q |R |S |T |U |V |W |X |Y |ZAApexApex is a strongly typed, object-oriented programming language that allows developers to execute flow and transactioncontrol statements on <strong>Database</strong>.<strong>com</strong> in conjunction with calls to the Force.<strong>com</strong> <strong>API</strong>. Using syntax that looks like Javaand acts like database stored procedures, Apex enables developers to add business logic to most system events. Apexcode can be initiated by Web service requests and from triggers on objects.Apex-Managed SharingEnables developers to programmatically manipulate sharing to support their application’s behavior. Apex-managedsharing is only available for custom objects.Application Programming Interface (<strong>API</strong>)The interface that a <strong>com</strong>puter system, library, or application provides to allow other <strong>com</strong>puter programs to requestservices from it and exchange data.Asynchronous CallsBA call that does not return results immediately because the operation may take a long time. Calls in the <strong>Metadata</strong> <strong>API</strong>and Bulk <strong>API</strong> are asynchronous.Boolean OperatorsYou can use Boolean operators in report filters to specify the logical relationship between two values. For example, theAND operator between two values yields search results that include both values. Likewise, the OR operator betweentwo values yields search results that include either value.Bulk <strong>API</strong>CThe REST-based Bulk <strong>API</strong> is optimized for processing large sets of data. It allows you to query, insert, update, upsert,or delete a large number of records asynchronously by submitting a number of batches which are processed in thebackground by <strong>Database</strong>.<strong>com</strong>. See also SOAP <strong>API</strong>.Class, ApexA template or blueprint from which Apex objects are created. Classes consist of other classes, user-defined methods,variables, exception types, and static initialization code. In most cases, Apex classes are modeled on their counterpartsin Java.179

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!