UNPKG

@aurahelper/languages

Version:

Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more

494 lines 14 kB
{ "id": "ConnectApi.batchresult", "nodeType": "class", "name": "BatchResult", "namespace": "ConnectApi", "startToken": { "type": "declaration.entity.name.class", "text": "BatchResult", "textToLower": "batchresult", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_BatchResult_-1:0" }, "order": 0, "memberOrder": 0, "accessModifier": { "type": "keyword.modifier.access", "text": "global", "textToLower": "global", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.access_global_-1:0" }, "sharingModifier": { "type": "keyword.modifier.sharing", "text": "without sharing", "textToLower": "without sharing", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.sharing_without sharing_-1:0" }, "description": "The result of an operation returned by a batch method.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_batch_result.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": {}, "methods": { "geterror()": { "id": "ConnectApi.batchresult.method.geterror()", "nodeType": "method", "name": "getError", "startToken": { "type": "declaration.entity.name.function", "text": "getError", "textToLower": "geterror", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getError_-1:0" }, "parentId": "ConnectApi.batchresult", "order": 1, "memberOrder": 1, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public ConnectApi.ConnectApiException getError()", "overrideSignature": "public override ConnectApi.ConnectApiException getError()", "simplifiedSignature": "getError()", "datatype": { "id": "ConnectApi.batchresult.geterror.datatype.ConnectApi.ConnectApiException", "nodeType": "datatype", "name": "ConnectApi.ConnectApiException", "startToken": { "type": "datatype.support.namespace", "text": "ConnectApi", "textToLower": "connectapi", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 17 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ConnectApi_0:7" }, "parentId": "ConnectApi.batchresult.geterror", "order": 0, "memberOrder": 0, "type": "ConnectApi.ConnectApiException" }, "description": "If an error occurred, returns a ConnectApi.ConnectApiException object providing the error code and description.", "parentName": "BatchResult", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "geterrormessage()": { "id": "ConnectApi.batchresult.method.geterrormessage()", "nodeType": "method", "name": "getErrorMessage", "startToken": { "type": "declaration.entity.name.function", "text": "getErrorMessage", "textToLower": "geterrormessage", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getErrorMessage_-1:0" }, "parentId": "ConnectApi.batchresult", "order": 2, "memberOrder": 2, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public String getErrorMessage()", "overrideSignature": "public override String getErrorMessage()", "simplifiedSignature": "getErrorMessage()", "datatype": { "id": "ConnectApi.batchresult.geterrormessage.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:7" }, "parentId": "ConnectApi.batchresult.geterrormessage", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns a String that contains an error message.", "parentName": "BatchResult", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "geterrortypename()": { "id": "ConnectApi.batchresult.method.geterrortypename()", "nodeType": "method", "name": "getErrorTypeName", "startToken": { "type": "declaration.entity.name.function", "text": "getErrorTypeName", "textToLower": "geterrortypename", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getErrorTypeName_-1:0" }, "parentId": "ConnectApi.batchresult", "order": 3, "memberOrder": 3, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public String getErrorTypeName()", "overrideSignature": "public override String getErrorTypeName()", "simplifiedSignature": "getErrorTypeName()", "datatype": { "id": "ConnectApi.batchresult.geterrortypename.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:7" }, "parentId": "ConnectApi.batchresult.geterrortypename", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns a String that contains the name of the error type.", "parentName": "BatchResult", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getresult()": { "id": "ConnectApi.batchresult.method.getresult()", "nodeType": "method", "name": "getResult", "startToken": { "type": "declaration.entity.name.function", "text": "getResult", "textToLower": "getresult", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getResult_-1:0" }, "parentId": "ConnectApi.batchresult", "order": 4, "memberOrder": 4, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public Object getResult()", "overrideSignature": "public override Object getResult()", "simplifiedSignature": "getResult()", "datatype": { "id": "ConnectApi.batchresult.getresult.datatype.Object", "nodeType": "datatype", "name": "Object", "startToken": { "type": "datatype.primitive", "text": "Object", "textToLower": "object", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Object_0:7" }, "parentId": "ConnectApi.batchresult.getresult", "order": 0, "memberOrder": 0, "type": "Object" }, "description": "Returns an object that contains the results of the batch operation. The object is typed according to the batch method. For example, if you call getMembershipBatch(), a successful call to BatchResult getResult() returns a ConnectApi.GroupMembership object.", "parentName": "BatchResult", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "issuccess()": { "id": "ConnectApi.batchresult.method.issuccess()", "nodeType": "method", "name": "isSuccess", "startToken": { "type": "declaration.entity.name.function", "text": "isSuccess", "textToLower": "issuccess", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_isSuccess_-1:0" }, "parentId": "ConnectApi.batchresult", "order": 5, "memberOrder": 5, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public Boolean isSuccess()", "overrideSignature": "public override Boolean isSuccess()", "simplifiedSignature": "isSuccess()", "datatype": { "id": "ConnectApi.batchresult.issuccess.datatype.Boolean", "nodeType": "datatype", "name": "Boolean", "startToken": { "type": "datatype.primitive", "text": "Boolean", "textToLower": "boolean", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 14 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Boolean_0:7" }, "parentId": "ConnectApi.batchresult.issuccess", "order": 0, "memberOrder": 0, "type": "Boolean" }, "description": "Returns a Boolean that is set to true if the batch operation was successful for this object, false otherwise.", "parentName": "BatchResult", "variables": {}, "params": {}, "queries": [], "exceptions": [] } }, "constructors": {}, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 5, "queries": [] }