Skip to content

Commit 9f2e7aa

Browse files
author
apex.esapi
committed
Fixed issue #3 - cache describe info (to help prevent reaching the fields governor limit)
Fixed issue #5 - add new functions isAuthorizedTo… Fixed issue #6 - change get…Fields functions to accept sObjectType instead of sObject
1 parent 42af9ab commit 9f2e7aa

12 files changed

+1173
-41
lines changed

doc/SFDCAccessControlException.ExceptionType.html

+18
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@ <H2>
114114
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This error type is a generic record not found error.</TD>
115115
</TR>
116116
<TR BGCOLOR="white" CLASS="TableRowColor">
117+
<TD><CODE><B><A HREF="SFDCAccessControlException.ExceptionType.html#FIELD_NOT_FOUND">FIELD_NOT_FOUND</A></B></CODE>
118+
119+
<BR>
120+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This error type is a generic field not found error.</TD>
121+
</TR>
122+
<TR BGCOLOR="white" CLASS="TableRowColor">
117123
<TD><CODE><B><A HREF="SFDCAccessControlException.ExceptionType.html#OBJECT_ACCESS_VIOLATION">OBJECT_ACCESS_VIOLATION</A></B></CODE>
118124

119125
<BR>
@@ -195,6 +201,18 @@ <H2>
195201
<DL>
196202
</DL>
197203
</DL>
204+
<HR>
205+
206+
<A NAME="FIELD_NOT_FOUND"><!-- --></A><H3>
207+
FIELD_NOT_FOUND</H3>
208+
<PRE>
209+
public static final <A HREF="SFDCAccessControlException.ExceptionType.html" title="enum in &lt;Unnamed&gt;">SFDCAccessControlException.ExceptionType</A> <B>FIELD_NOT_FOUND</B></PRE>
210+
<DL>
211+
<DD>This error type is a generic field not found error.
212+
<P>
213+
<DL>
214+
</DL>
215+
</DL>
198216

199217
<!-- ========= END OF CLASS DATA ========= -->
200218
<HR>

0 commit comments

Comments
 (0)