Skip to end of banner
Go to start of banner

Schema Management

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Organizations needing to store and maintain attributes not defined for a given object in the object tables of the EmpowerID Identity Warehouse, can extend those objects as needed by overriding the class definition or schema for those objects with each new attribute.

  • All EmpowerID Objects are extensible, and extensions are supported

  • Extensions are designed and managed in EmpowerID Workflow Studio

  • EmpowerID Objects can be extended with new attributes and even methods

  • Any existing EmpowerID Object method can be overridden/customized

  • All extended attributes are searchable

  • All extended attributes are available in form and UI designers

  • All extended attributes are available via the API

  • Attribute extensions do not require any DB changes – new attributes stored in an existing ConfigurationXML column

Adding a New Attribute Named “ClearanceLevel” to the Person Object

Adding a New Method

Adding a Custom Attribute to a Workflow Form

User interface designers support extended attributes and methods

Extensions have the same functionality as shipped properties and methods

  • No labels