Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
/*
@param queryPatternsXML: Query pattern xml get from UI
@param action: Pass 'REPLACE' OR 'ADD' to modify or add new query query pattern
@param userInfo: Object of type UserInfo containing information about logged in user.
@param cubeIDsemanticmodelID: pass the respective cubesemantic model idID */
public ResponseStatus saveQueryPatterns(queryPatternsXML, action, cubeIdsemanticmodelID, userInfo);