UNPKG

@aurahelper/languages

Version:

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

1,080 lines 29.1 kB
{ "id": "ConnectApi.recommendationreaction", "nodeType": "class", "name": "RecommendationReaction", "namespace": "ConnectApi", "startToken": { "type": "declaration.entity.name.class", "text": "RecommendationReaction", "textToLower": "recommendationreaction", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_RecommendationReaction_-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": "A reaction to a recommendation produced by a recommendation strategy", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_n_b_a_reaction.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": { "aimodel": { "id": "ConnectApi.recommendationreaction.method.string aimodel", "nodeType": "variable", "name": "aiModel", "startToken": { "type": "declaration.entity.name.variable", "text": "aiModel", "textToLower": "aimodel", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_aiModel_-1:0" }, "parentId": "ConnectApi.recommendationreaction", "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 String aiModel", "simplifiedSignature": "String aiModel", "datatype": { "id": ".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": "", "order": 0, "memberOrder": 0, "type": "String" }, "parentName": "RecommendationReaction" }, "contextrecord": { "id": "ConnectApi.recommendationreaction.method.connectapi.reference contextrecord", "nodeType": "variable", "name": "contextRecord", "startToken": { "type": "declaration.entity.name.variable", "text": "contextRecord", "textToLower": "contextrecord", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_contextRecord_-1:0" }, "parentId": "ConnectApi.recommendationreaction", "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 ConnectApi.Reference contextRecord", "simplifiedSignature": "ConnectApi.Reference contextRecord", "datatype": { "id": ".datatype.ConnectApi.Reference", "nodeType": "datatype", "name": "ConnectApi.Reference", "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": "", "order": 0, "memberOrder": 0, "type": "ConnectApi.Reference" }, "parentName": "RecommendationReaction" }, "createdby": { "id": "ConnectApi.recommendationreaction.method.reference createdby", "nodeType": "variable", "name": "createdBy", "startToken": { "type": "declaration.entity.name.variable", "text": "createdBy", "textToLower": "createdby", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_createdBy_-1:0" }, "parentId": "ConnectApi.recommendationreaction", "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 Reference createdBy", "simplifiedSignature": "Reference createdBy", "datatype": { "id": ".datatype.Reference", "nodeType": "datatype", "name": "Reference", "startToken": { "type": "datatype.custom.class", "text": "Reference", "textToLower": "reference", "isAux": false, "range": { "start": { "line": 0, "character": 19 }, "end": { "line": 0, "character": 28 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Reference_0:19" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Reference" }, "parentName": "RecommendationReaction" }, "createddate": { "id": "ConnectApi.recommendationreaction.method.datetime createddate", "nodeType": "variable", "name": "createdDate", "startToken": { "type": "declaration.entity.name.variable", "text": "createdDate", "textToLower": "createddate", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_createdDate_-1:0" }, "parentId": "ConnectApi.recommendationreaction", "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 Datetime createdDate", "simplifiedSignature": "Datetime createdDate", "datatype": { "id": ".datatype.Datetime", "nodeType": "datatype", "name": "Datetime", "startToken": { "type": "datatype.primitive", "text": "Datetime", "textToLower": "datetime", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 15 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Datetime_0:7" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Datetime" }, "parentName": "RecommendationReaction" }, "externalid": { "id": "ConnectApi.recommendationreaction.method.string externalid", "nodeType": "variable", "name": "externalId", "startToken": { "type": "declaration.entity.name.variable", "text": "externalId", "textToLower": "externalid", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_externalId_-1:0" }, "parentId": "ConnectApi.recommendationreaction", "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 String externalId", "simplifiedSignature": "String externalId", "datatype": { "id": ".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": "", "order": 0, "memberOrder": 0, "type": "String" }, "parentName": "RecommendationReaction" }, "id": { "id": "ConnectApi.recommendationreaction.method.string id", "nodeType": "variable", "name": "id", "startToken": { "type": "declaration.entity.name.variable", "text": "id", "textToLower": "id", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_id_-1:0" }, "parentId": "ConnectApi.recommendationreaction", "order": 6, "memberOrder": 6, "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 id", "simplifiedSignature": "String id", "datatype": { "id": ".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": "", "order": 0, "memberOrder": 0, "type": "String" }, "parentName": "RecommendationReaction" }, "onbehalfof": { "id": "ConnectApi.recommendationreaction.method.reference onbehalfof", "nodeType": "variable", "name": "onBehalfOf", "startToken": { "type": "declaration.entity.name.variable", "text": "onBehalfOf", "textToLower": "onbehalfof", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_onBehalfOf_-1:0" }, "parentId": "ConnectApi.recommendationreaction", "order": 7, "memberOrder": 7, "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 Reference onBehalfOf", "simplifiedSignature": "Reference onBehalfOf", "datatype": { "id": ".datatype.Reference", "nodeType": "datatype", "name": "Reference", "startToken": { "type": "datatype.custom.class", "text": "Reference", "textToLower": "reference", "isAux": false, "range": { "start": { "line": 0, "character": 19 }, "end": { "line": 0, "character": 28 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Reference_0:19" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Reference" }, "parentName": "RecommendationReaction" }, "reactiontype": { "id": "ConnectApi.recommendationreaction.method.type reactiontype", "nodeType": "variable", "name": "reactionType", "startToken": { "type": "declaration.entity.name.variable", "text": "reactionType", "textToLower": "reactiontype", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_reactionType_-1:0" }, "parentId": "ConnectApi.recommendationreaction", "order": 8, "memberOrder": 8, "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 Type reactionType", "simplifiedSignature": "Type reactionType", "datatype": { "id": ".datatype.Type", "nodeType": "datatype", "name": "Type", "startToken": { "type": "datatype.support.class", "text": "Type", "textToLower": "type", "isAux": false, "range": { "start": { "line": 0, "character": 42 }, "end": { "line": 0, "character": 46 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Type_0:42" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Type" }, "parentName": "RecommendationReaction" }, "recommendation": { "id": "ConnectApi.recommendationreaction.method.double recommendation", "nodeType": "variable", "name": "recommendation", "startToken": { "type": "declaration.entity.name.variable", "text": "recommendation​Score", "textToLower": "recommendation​score", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_recommendation​Score_-1:0" }, "parentId": "ConnectApi.recommendationreaction", "order": 9, "memberOrder": 10, "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 Double recommendation", "simplifiedSignature": "Double recommendation", "datatype": { "id": ".datatype.Double", "nodeType": "datatype", "name": "Double", "startToken": { "type": "datatype.custom.class", "text": "Double", "textToLower": "double", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Double_0:7" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Double" }, "parentName": "RecommendationReaction" }, "strategy": { "id": "ConnectApi.recommendationreaction.method.recordsnapshot strategy", "nodeType": "variable", "name": "strategy", "startToken": { "type": "declaration.entity.name.variable", "text": "strategy", "textToLower": "strategy", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_strategy_-1:0" }, "parentId": "ConnectApi.recommendationreaction", "order": 10, "memberOrder": 11, "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 RecordSnapshot strategy", "simplifiedSignature": "RecordSnapshot strategy", "datatype": { "id": ".datatype.RecordSnapshot", "nodeType": "datatype", "name": "RecordSnapshot", "startToken": { "type": "datatype.custom.class", "text": "RecordSnapshot", "textToLower": "recordsnapshot", "isAux": false, "range": { "start": { "line": 0, "character": 19 }, "end": { "line": 0, "character": 33 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_RecordSnapshot_0:19" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "RecordSnapshot" }, "parentName": "RecommendationReaction" }, "targetaction": { "id": "ConnectApi.recommendationreaction.method.recordsnapshot targetaction", "nodeType": "variable", "name": "targetAction", "startToken": { "type": "declaration.entity.name.variable", "text": "targetAction", "textToLower": "targetaction", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_targetAction_-1:0" }, "parentId": "ConnectApi.recommendationreaction", "order": 11, "memberOrder": 12, "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 RecordSnapshot targetAction", "simplifiedSignature": "RecordSnapshot targetAction", "datatype": { "id": ".datatype.RecordSnapshot", "nodeType": "datatype", "name": "RecordSnapshot", "startToken": { "type": "datatype.custom.class", "text": "RecordSnapshot", "textToLower": "recordsnapshot", "isAux": false, "range": { "start": { "line": 0, "character": 19 }, "end": { "line": 0, "character": 33 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_RecordSnapshot_0:19" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "RecordSnapshot" }, "parentName": "RecommendationReaction" }, "targetrecord": { "id": "ConnectApi.recommendationreaction.method.reference targetrecord", "nodeType": "variable", "name": "targetRecord", "startToken": { "type": "declaration.entity.name.variable", "text": "targetRecord", "textToLower": "targetrecord", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_targetRecord_-1:0" }, "parentId": "ConnectApi.recommendationreaction", "order": 12, "memberOrder": 13, "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 Reference targetRecord", "simplifiedSignature": "Reference targetRecord", "datatype": { "id": ".datatype.Reference", "nodeType": "datatype", "name": "Reference", "startToken": { "type": "datatype.custom.class", "text": "Reference", "textToLower": "reference", "isAux": false, "range": { "start": { "line": 0, "character": 19 }, "end": { "line": 0, "character": 28 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Reference_0:19" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Reference" }, "parentName": "RecommendationReaction" }, "url": { "id": "ConnectApi.recommendationreaction.method.string url", "nodeType": "variable", "name": "url", "startToken": { "type": "declaration.entity.name.variable", "text": "url", "textToLower": "url", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_url_-1:0" }, "parentId": "ConnectApi.recommendationreaction", "order": 13, "memberOrder": 14, "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 url", "simplifiedSignature": "String url", "datatype": { "id": ".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": "", "order": 0, "memberOrder": 0, "type": "String" }, "parentName": "RecommendationReaction" } }, "methods": {}, "constructors": {}, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 14, "queries": [] }