Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.applicationblocks.com.objects.CfgFolder

Packages that use CfgFolder
com.genesyslab.platform.applicationblocks.com.objects   
com.genesyslab.platform.applicationblocks.com.queries   
 

Uses of CfgFolder in com.genesyslab.platform.applicationblocks.com.objects
 

Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgFolder
 CfgFolder CfgPlace.getSite()
          A unique identifier of Site (CfgFolder) with which this Place is associated.
 CfgFolder CfgGroup.getSite()
          A unique identifier of Site ( Folder ) with which this Group is associated.
 CfgFolder CfgDeltaPlace.getSite()
          A unique identifier of Site (CfgFolder) with which this Place is associated.
 CfgFolder CfgDeltaGroup.getSite()
          A unique identifier of Site ( Folder ) with which this Group is associated.
 CfgFolder CfgDeltaDN.getSite()
          A unique identifier of Site (CfgFolder) with which this DN is associated.
 CfgFolder CfgDN.getSite()
          A unique identifier of Site (CfgFolder) with which this DN is associated.
 CfgFolder CfgAgentInfo.getSite()
          A unique identifier of Site (CfgFolder) with which this Agent is associated.
 CfgFolder CfgDeltaFolder.retrieveCfgFolder()
          Read base CfgFolder configuration object caused this event.
 

Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgFolder
 void CfgPlace.setSite(CfgFolder value)
          A unique identifier of Site (CfgFolder) with which this Place is associated.
 void CfgGroup.setSite(CfgFolder value)
          A unique identifier of Site ( Folder ) with which this Group is associated.
 void CfgDN.setSite(CfgFolder value)
          A unique identifier of Site (CfgFolder) with which this DN is associated.
 void CfgAgentInfo.setSite(CfgFolder value)
          A unique identifier of Site (CfgFolder) with which this Agent is associated.
 

Uses of CfgFolder in com.genesyslab.platform.applicationblocks.com.queries
 

Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgFolder
 CfgFolder CfgFolderQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 

Methods in com.genesyslab.platform.applicationblocks.com.queries that return types with arguments of type CfgFolder
 AsyncRequestResult<CfgFolder> CfgFolderQuery.beginExecute(Action<AsyncRequestResult<CfgFolder>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 java.util.Collection<CfgFolder> CfgFolderQuery.execute()
          Executes the query and returns a list of CfgFolder objects.
 

Method parameters in com.genesyslab.platform.applicationblocks.com.queries with type arguments of type CfgFolder
 AsyncRequestResult<CfgFolder> CfgFolderQuery.beginExecute(Action<AsyncRequestResult<CfgFolder>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 


Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.