Fabric Project functions are user-defined Java functions that are added to the project implementation to perform complex data manipulations or to execute queries on a specific Instance ID. Project functions can be either connected in a map (Table Population or Parser), to other Fabric objects or invoked from another function using Java code. Functions can be created in Logical Units, References, Web Services, Shared Objects or from existing Table Populations. A function can be defined as a Shared Object and can be used in any object in a project. If a function is defined in an LU, Reference or Web Services, it is accessible only within that specific object.
Click for Code Examples of an Enrichment Function.
Click for Code Examples of a Root Function.
Click for Code Examples of an LUDB Function.
Click for Code Examples of a Decision Function.
Click for Code Examples of a Trigger Function.
Click for Code Examples of an Event Function.
Fabric Project functions are user-defined Java functions that are added to the project implementation to perform complex data manipulations or to execute queries on a specific Instance ID. Project functions can be either connected in a map (Table Population or Parser), to other Fabric objects or invoked from another function using Java code. Functions can be created in Logical Units, References, Web Services, Shared Objects or from existing Table Populations. A function can be defined as a Shared Object and can be used in any object in a project. If a function is defined in an LU, Reference or Web Services, it is accessible only within that specific object.
Click for Code Examples of an Enrichment Function.
Click for Code Examples of a Root Function.
Click for Code Examples of an LUDB Function.
Click for Code Examples of a Decision Function.
Click for Code Examples of a Trigger Function.
Click for Code Examples of an Event Function.