Framework Tools

Overview

When building an application with the intent for re-use, you often want the ability to make it easy for the developers using your components. These rules and smart services make it easier to create a good experience for those developers by allow you to query for rules and constants, decouple your code from your callers, and even create rules and constants.

Key Features & Functionality

Smart Services

  • Add Objects to Application: Given an application and UUIDs, adds objects to an application
  • Create Constant: Creates a constant
  • Create Rule: Creates a rule

Functions

  • fn!areGroupsInApp: Given an application and a set of groups, returns an array of boolean indicating whether the groups are in the app
  • fn!evaluateConstantByName: Given a constant's name, returns its value
  • fn!getRuleReference: Given a rule's name, returns a reference to that rule for future evaluation
  • fn!queryContent: Search for rules and constants
Anonymous
Parents
  • This plugin has potential to extend the framework definition to multiple applications with in an organization. When we can expect duplicate rule and processmodel smartService and duplicate object by uuid? 

Comment
  • This plugin has potential to extend the framework definition to multiple applications with in an organization. When we can expect duplicate rule and processmodel smartService and duplicate object by uuid? 

Children
No Data