UNPKG

@aurahelper/languages

Version:

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

1,601 lines (1,600 loc) 131 kB
{ "id": "ConnectApi.zones", "nodeType": "class", "name": "Zones", "namespace": "ConnectApi", "startToken": { "type": "declaration.entity.name.class", "text": "Zones", "textToLower": "zones", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_Zones_-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": "Access information about Chatter Answers zones in your organization. Zones organize questions into logical groups, with each zone having its own focus and unique questions.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_ConnectAPI_Zones_static_methods.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": {}, "methods": { "getzone(string,string)": { "id": "ConnectApi.zones.method.getzone(string,string)", "nodeType": "method", "name": "getZone", "startToken": { "type": "declaration.entity.name.function", "text": "getZone", "textToLower": "getzone", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getZone_-1:0" }, "parentId": "ConnectApi.zones", "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" }, "static": { "type": "keyword.modifier.static", "text": "static", "textToLower": "static", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_static_0:7" }, "signature": "public static ConnectApi.Zone getZone(String communityId, String zoneId)", "overrideSignature": "public static override ConnectApi.Zone getZone(String communityId, String zoneId)", "simplifiedSignature": "getZone(String,String)", "datatype": { "id": "ConnectApi.zones.getzone.datatype.ConnectApi.Zone", "nodeType": "datatype", "name": "ConnectApi.Zone", "startToken": { "type": "datatype.support.namespace", "text": "ConnectApi", "textToLower": "connectapi", "isAux": false, "range": { "start": { "line": 0, "character": 14 }, "end": { "line": 0, "character": 24 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ConnectApi_0:14" }, "parentId": "ConnectApi.zones.getzone", "order": 0, "memberOrder": 0, "type": "ConnectApi.Zone" }, "description": "Get a zone.", "parentName": "Zones", "variables": {}, "params": { "communityid": { "id": "ConnectApi.zones.method.getzone(string,string).varParam.communityid", "nodeType": "variable", "name": "communityId", "startToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 45 }, "end": { "line": 0, "character": 56 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:45" }, "endToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 45 }, "end": { "line": 0, "character": 56 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:45" }, "parentId": "ConnectApi.zones.method.getzone(string,string)", "order": 1, "memberOrder": 1, "datatype": { "id": "ConnectApi.zones.getzone.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 38 }, "end": { "line": 0, "character": 44 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:38" }, "parentId": "ConnectApi.zones.getzone", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "zoneid": { "id": "ConnectApi.zones.method.getzone(string,string).varParam.zoneid", "nodeType": "variable", "name": "zoneId", "startToken": { "type": "declaration.entity.name.variable", "text": "zoneId", "textToLower": "zoneid", "isAux": false, "range": { "start": { "line": 0, "character": 65 }, "end": { "line": 0, "character": 71 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_zoneId_0:65" }, "endToken": { "type": "declaration.entity.name.variable", "text": "zoneId", "textToLower": "zoneid", "isAux": false, "range": { "start": { "line": 0, "character": 65 }, "end": { "line": 0, "character": 71 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_zoneId_0:65" }, "parentId": "ConnectApi.zones.method.getzone(string,string)", "order": 2, "memberOrder": 2, "datatype": { "id": "ConnectApi.zones.getzone.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 58 }, "end": { "line": 0, "character": 64 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:58" }, "parentId": "ConnectApi.zones.getzone", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Use either the ID for a community, internal, or null. The ID of a zone.", "scope": null } }, "queries": [], "exceptions": [] }, "getzones(string)": { "id": "ConnectApi.zones.method.getzones(string)", "nodeType": "method", "name": "getZones", "startToken": { "type": "declaration.entity.name.function", "text": "getZones", "textToLower": "getzones", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getZones_-1:0" }, "parentId": "ConnectApi.zones", "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" }, "static": { "type": "keyword.modifier.static", "text": "static", "textToLower": "static", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_static_0:7" }, "signature": "public static ConnectApi.ZonePage getZones(String communityId)", "overrideSignature": "public static override ConnectApi.ZonePage getZones(String communityId)", "simplifiedSignature": "getZones(String)", "datatype": { "id": "ConnectApi.zones.getzones.datatype.ConnectApi.ZonePage", "nodeType": "datatype", "name": "ConnectApi.ZonePage", "startToken": { "type": "datatype.support.namespace", "text": "ConnectApi", "textToLower": "connectapi", "isAux": false, "range": { "start": { "line": 0, "character": 14 }, "end": { "line": 0, "character": 24 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ConnectApi_0:14" }, "parentId": "ConnectApi.zones.getzones", "order": 0, "memberOrder": 0, "type": "ConnectApi.ZonePage" }, "description": "Get a list of zones.", "parentName": "Zones", "variables": {}, "params": { "communityid": { "id": "ConnectApi.zones.method.getzones(string).varParam.communityid", "nodeType": "variable", "name": "communityId", "startToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 50 }, "end": { "line": 0, "character": 61 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:50" }, "endToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 50 }, "end": { "line": 0, "character": 61 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:50" }, "parentId": "ConnectApi.zones.method.getzones(string)", "order": 1, "memberOrder": 1, "datatype": { "id": "ConnectApi.zones.getzones.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 43 }, "end": { "line": 0, "character": 49 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:43" }, "parentId": "ConnectApi.zones.getzones", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Use either the ID for a community, internal, or null.", "scope": null } }, "queries": [], "exceptions": [] }, "getzones(string,integer,integer)": { "id": "ConnectApi.zones.method.getzones(string,integer,integer)", "nodeType": "method", "name": "getZones", "startToken": { "type": "declaration.entity.name.function", "text": "getZones", "textToLower": "getzones", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getZones_-1:0" }, "parentId": "ConnectApi.zones", "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" }, "static": { "type": "keyword.modifier.static", "text": "static", "textToLower": "static", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_static_0:7" }, "signature": "public static ConnectApi.Zone getZones(String communityId, Integer pageParam, Integer pageSize)", "overrideSignature": "public static override ConnectApi.Zone getZones(String communityId, Integer pageParam, Integer pageSize)", "simplifiedSignature": "getZones(String,Integer,Integer)", "datatype": { "id": "ConnectApi.zones.getzones.datatype.ConnectApi.Zone", "nodeType": "datatype", "name": "ConnectApi.Zone", "startToken": { "type": "datatype.support.namespace", "text": "ConnectApi", "textToLower": "connectapi", "isAux": false, "range": { "start": { "line": 0, "character": 14 }, "end": { "line": 0, "character": 24 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ConnectApi_0:14" }, "parentId": "ConnectApi.zones.getzones", "order": 0, "memberOrder": 0, "type": "ConnectApi.Zone" }, "description": "Get a page of zones.", "parentName": "Zones", "variables": {}, "params": { "communityid": { "id": "ConnectApi.zones.method.getzones(string,integer,integer).varParam.communityid", "nodeType": "variable", "name": "communityId", "startToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 46 }, "end": { "line": 0, "character": 57 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:46" }, "endToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 46 }, "end": { "line": 0, "character": 57 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:46" }, "parentId": "ConnectApi.zones.method.getzones(string,integer,integer)", "order": 1, "memberOrder": 1, "datatype": { "id": "ConnectApi.zones.getzones.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 39 }, "end": { "line": 0, "character": 45 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:39" }, "parentId": "ConnectApi.zones.getzones", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "pageparam": { "id": "ConnectApi.zones.method.getzones(string,integer,integer).varParam.pageparam", "nodeType": "variable", "name": "pageParam", "startToken": { "type": "declaration.entity.name.variable", "text": "pageParam", "textToLower": "pageparam", "isAux": false, "range": { "start": { "line": 0, "character": 67 }, "end": { "line": 0, "character": 76 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_pageParam_0:67" }, "endToken": { "type": "declaration.entity.name.variable", "text": "pageParam", "textToLower": "pageparam", "isAux": false, "range": { "start": { "line": 0, "character": 67 }, "end": { "line": 0, "character": 76 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_pageParam_0:67" }, "parentId": "ConnectApi.zones.method.getzones(string,integer,integer)", "order": 2, "memberOrder": 2, "datatype": { "id": "ConnectApi.zones.getzones.datatype.Integer", "nodeType": "datatype", "name": "Integer", "startToken": { "type": "datatype.primitive", "text": "Integer", "textToLower": "integer", "isAux": false, "range": { "start": { "line": 0, "character": 59 }, "end": { "line": 0, "character": 66 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Integer_0:59" }, "parentId": "ConnectApi.zones.getzones", "order": 0, "memberOrder": 0, "type": "Integer" }, "scope": null }, "pagesize": { "id": "ConnectApi.zones.method.getzones(string,integer,integer).varParam.pagesize", "nodeType": "variable", "name": "pageSize", "startToken": { "type": "declaration.entity.name.variable", "text": "pageSize", "textToLower": "pagesize", "isAux": false, "range": { "start": { "line": 0, "character": 86 }, "end": { "line": 0, "character": 94 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_pageSize_0:86" }, "endToken": { "type": "declaration.entity.name.variable", "text": "pageSize", "textToLower": "pagesize", "isAux": false, "range": { "start": { "line": 0, "character": 86 }, "end": { "line": 0, "character": 94 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_pageSize_0:86" }, "parentId": "ConnectApi.zones.method.getzones(string,integer,integer)", "order": 3, "memberOrder": 3, "datatype": { "id": "ConnectApi.zones.getzones.datatype.Integer", "nodeType": "datatype", "name": "Integer", "startToken": { "type": "datatype.primitive", "text": "Integer", "textToLower": "integer", "isAux": false, "range": { "start": { "line": 0, "character": 78 }, "end": { "line": 0, "character": 85 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Integer_0:78" }, "parentId": "ConnectApi.zones.getzones", "order": 0, "memberOrder": 0, "type": "Integer" }, "description": "Use either the ID for a community, internal, or null. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25.", "scope": null } }, "queries": [], "exceptions": [] }, "searchinzone(string,string,string,connectapi.zonesearchresulttype)": { "id": "ConnectApi.zones.method.searchinzone(string,string,string,connectapi.zonesearchresulttype)", "nodeType": "method", "name": "searchInZone", "startToken": { "type": "declaration.entity.name.function", "text": "searchInZone", "textToLower": "searchinzone", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_searchInZone_-1:0" }, "parentId": "ConnectApi.zones", "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" }, "static": { "type": "keyword.modifier.static", "text": "static", "textToLower": "static", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_static_0:7" }, "signature": "public static ConnectApi.ZoneSearchPage searchInZone(String communityId, String zoneId, String q, ConnectApi.ZoneSearchResultType filter)", "overrideSignature": "public static override ConnectApi.ZoneSearchPage searchInZone(String communityId, String zoneId, String q, ConnectApi.ZoneSearchResultType filter)", "simplifiedSignature": "searchInZone(String,String,String,ConnectApi.ZoneSearchResultType)", "datatype": { "id": "ConnectApi.zones.searchinzone.datatype.ConnectApi.ZoneSearchPage", "nodeType": "datatype", "name": "ConnectApi.ZoneSearchPage", "startToken": { "type": "datatype.support.namespace", "text": "ConnectApi", "textToLower": "connectapi", "isAux": false, "range": { "start": { "line": 0, "character": 14 }, "end": { "line": 0, "character": 24 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ConnectApi_0:14" }, "parentId": "ConnectApi.zones.searchinzone", "order": 0, "memberOrder": 0, "type": "ConnectApi.ZoneSearchPage" }, "description": "Search articles or questions in a zone.", "parentName": "Zones", "variables": {}, "params": { "communityid": { "id": "ConnectApi.zones.method.searchinzone(string,string,string,connectapi.zonesearchresulttype).varParam.communityid", "nodeType": "variable", "name": "communityId", "startToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 60 }, "end": { "line": 0, "character": 71 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:60" }, "endToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 60 }, "end": { "line": 0, "character": 71 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:60" }, "parentId": "ConnectApi.zones.method.searchinzone(string,string,string,connectapi.zonesearchresulttype)", "order": 1, "memberOrder": 1, "datatype": { "id": "ConnectApi.zones.searchinzone.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 53 }, "end": { "line": 0, "character": 59 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:53" }, "parentId": "ConnectApi.zones.searchinzone", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "zoneid": { "id": "ConnectApi.zones.method.searchinzone(string,string,string,connectapi.zonesearchresulttype).varParam.zoneid", "nodeType": "variable", "name": "zoneId", "startToken": { "type": "declaration.entity.name.variable", "text": "zoneId", "textToLower": "zoneid", "isAux": false, "range": { "start": { "line": 0, "character": 80 }, "end": { "line": 0, "character": 86 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_zoneId_0:80" }, "endToken": { "type": "declaration.entity.name.variable", "text": "zoneId", "textToLower": "zoneid", "isAux": false, "range": { "start": { "line": 0, "character": 80 }, "end": { "line": 0, "character": 86 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_zoneId_0:80" }, "parentId": "ConnectApi.zones.method.searchinzone(string,string,string,connectapi.zonesearchresulttype)", "order": 2, "memberOrder": 2, "datatype": { "id": "ConnectApi.zones.searchinzone.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 73 }, "end": { "line": 0, "character": 79 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:73" }, "parentId": "ConnectApi.zones.searchinzone", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "q": { "id": "ConnectApi.zones.method.searchinzone(string,string,string,connectapi.zonesearchresulttype).varParam.q", "nodeType": "variable", "name": "q", "startToken": { "type": "declaration.entity.name.variable", "text": "q", "textToLower": "q", "isAux": false, "range": { "start": { "line": 0, "character": 95 }, "end": { "line": 0, "character": 96 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_q_0:95" }, "endToken": { "type": "declaration.entity.name.variable", "text": "q", "textToLower": "q", "isAux": false, "range": { "start": { "line": 0, "character": 95 }, "end": { "line": 0, "character": 96 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_q_0:95" }, "parentId": "ConnectApi.zones.method.searchinzone(string,string,string,connectapi.zonesearchresulttype)", "order": 3, "memberOrder": 3, "datatype": { "id": "ConnectApi.zones.searchinzone.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 88 }, "end": { "line": 0, "character": 94 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:88" }, "parentId": "ConnectApi.zones.searchinzone", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "filter": { "id": "ConnectApi.zones.method.searchinzone(string,string,string,connectapi.zonesearchresulttype).varParam.filter", "nodeType": "variable", "name": "filter", "startToken": { "type": "declaration.entity.name.variable", "text": "filter", "textToLower": "filter", "isAux": false, "range": { "start": { "line": 0, "character": 130 }, "end": { "line": 0, "character": 136 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_filter_0:130" }, "endToken": { "type": "declaration.entity.name.variable", "text": "filter", "textToLower": "filter", "isAux": false, "range": { "start": { "line": 0, "character": 130 }, "end": { "line": 0, "character": 136 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_filter_0:130" }, "parentId": "ConnectApi.zones.method.searchinzone(string,string,string,connectapi.zonesearchresulttype)", "order": 4, "memberOrder": 4, "datatype": { "id": "ConnectApi.zones.searchinzone.datatype.ConnectApi.ZoneSearchResultType", "nodeType": "datatype", "name": "ConnectApi.ZoneSearchResultType", "startToken": { "type": "datatype.support.namespace", "text": "ConnectApi", "textToLower": "connectapi", "isAux": false, "range": { "start": { "line": 0, "character": 98 }, "end": { "line": 0, "character": 108 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ConnectApi_0:98" }, "parentId": "ConnectApi.zones.searchinzone", "order": 0, "memberOrder": 0, "type": "ConnectApi.ZoneSearchResultType" }, "description": "Use either the ID for a community, internal, or null. The ID of a zone. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards. A ZoneSearchResultType enum value. One of the following: Article—Search results contain only articles. Question—Search results contain only questions.", "scope": null } }, "queries": [], "exceptions": [] }, "searchinzone(string,string,string,connectapi.zonesearchresulttype,string,integer)": { "id": "ConnectApi.zones.method.searchinzone(string,string,string,connectapi.zonesearchresulttype,string,integer)", "nodeType": "method", "name": "searchInZone", "startToken": { "type": "declaration.entity.name.function", "text": "searchInZone", "textToLower": "searchinzone", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_searchInZone_-1:0" }, "parentId": "ConnectApi.zones", "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" }, "static": { "type": "keyword.modifier.static", "text": "static", "textToLower": "static", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_static_0:7" }, "signature": "public static ConnectApi.ZoneSearchPage searchInZone(String communityId, String zoneId, String q, ConnectApi.ZoneSearchResultType filter, String pageParam, Integer pageSize)", "overrideSignature": "public static override ConnectApi.ZoneSearchPage searchInZone(String communityId, String zoneId, String q, ConnectApi.ZoneSearchResultType filter, String pageParam, Integer pageSize)", "simplifiedSignature": "searchInZone(String,String,String,ConnectApi.ZoneSearchResultType,String,Integer)", "datatype": { "id": "ConnectApi.zones.searchinzone.datatype.ConnectApi.ZoneSearchPage", "nodeType": "datatype", "name": "ConnectApi.ZoneSearchPage", "startToken": { "type": "datatype.support.namespace", "text": "ConnectApi", "textToLower": "connectapi", "isAux": false, "range": { "start": { "line": 0, "character": 14 }, "end": { "line": 0, "character": 24 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ConnectApi_0:14" }, "parentId": "ConnectApi.zones.searchinzone", "order": 0, "memberOrder": 0, "type": "ConnectApi.ZoneSearchPage" }, "description": "Search a page of articles or questions in a zone.", "parentName": "Zones", "variables": {}, "params": { "communityid": { "id": "ConnectApi.zones.method.searchinzone(string,string,string,connectapi.zonesearchresulttype,string,integer).varParam.communityid", "nodeType": "variable", "name": "communityId", "startToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 60 }, "end": { "line": 0, "character": 71 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:60" }, "endToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 60 }, "end": { "line": 0, "character": 71 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:60" }, "parentId": "ConnectApi.zones.method.searchinzone(string,string,string,connectapi.zonesearchresulttype,string,integer)", "order": 1, "memberOrder": 1, "datatype": { "id": "ConnectApi.zones.searchinzone.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 53 }, "end": { "line": 0, "character": 59 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:53" }, "parentId": "ConnectApi.zones.searchinzone", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "zoneid": { "id": "ConnectApi.zones.method.searchinzone(string,string,string,connectapi.zonesearchresulttype,string,integer).varParam.zoneid", "nodeType": "variable", "name": "zoneId", "startToken": { "type": "declaration.entity.name.variable", "text": "zoneId", "textToLower": "zoneid", "isAux": false, "range": { "start": { "line": 0, "character": 80 }, "end": { "line": 0, "character": 86 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_zoneId_0:80" }, "endToken": { "type": "declaration.entity.name.variable", "text": "zoneId", "textToLower": "zoneid", "isAux": false, "range": { "start": { "line": 0, "character": 80 }, "end": { "line": 0, "character": 86 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_zoneId_0:80" }, "parentId": "ConnectApi.zones.method.searchinzone(string,string,string,connectapi.zonesearchresulttype,string,integer)", "order": 2, "memberOrder": 2, "datatype": { "id": "ConnectApi.zones.searchinzone.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 73 }, "end": { "line": 0, "character": 79 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:73" }, "parentId": "ConnectApi.zones.searchinzone", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "q": { "id": "ConnectApi.zones.method.searchinzone(string,string,string,connectapi.zonesearchresulttype,string,integer).varParam.q", "nodeType": "variable", "name": "q", "startToken": { "type": "declaration.entity.name.variable", "text": "q", "textToLower": "q", "isAux": false, "range": { "start": { "line": 0, "character": 95 }, "end": { "line": 0, "character": 96 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_q_0:95" }, "endToken": { "type": "declaration.entity.name.variable", "text": "q", "textToLower": "q", "isAux": false, "range": { "start": { "line": 0, "character": 95 }, "end": { "line": 0, "character": 96 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_q_0:95" }, "parentId": "ConnectApi.zones.method.searchinzone(string,string,string,connectapi.zonesearchresulttype,string,integer)", "order": 3, "memberOrder": 3, "datatype": { "id": "ConnectApi.zones.searchinzone.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 88 }, "end": { "line": 0, "character": 94 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:88" }, "parentId": "ConnectApi.zones.searchinzone", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "filter": { "id": "ConnectApi.zones.method.searchinzone(string,string,string,connectapi.zonesearchresulttype,string,integer).varParam.filter", "nodeType": "variable", "name": "filter", "startToken": { "type": "declaration.entity.name.variable", "text": "filter", "textToLower": "filter", "isAux": false, "range": { "start": { "line": 0, "character": 130 }, "end": { "line": 0, "character": 136 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_filter_0:130" }, "endToken": { "type": "declaration.entity.name.variable", "text": "filter", "textToLower": "filter", "isAux": false, "range": { "start": { "line": 0, "character": 130 }, "end": { "line": 0, "character": 136 }, "isEmpty": false, "isSingleLine": true