QuestionQ12

API Endpoints and Integrations

An AEM Forms developer needs to use an API service to process files in a Watched Folder. The developer chooses an API that returns an immutable map of type Map containing a Watched Folder’s configuration parameters.

Which API is the developer using?

  • A getWatchFolderId
  • B getConfigParameters
  • C getInputMap
Explanation

getConfigParameters returns an immutable Map<String, Object> that contains a Watched Folder’s configuration parameters.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!