Asset Types
Type Management provides CRUD (create, read, update, and delete) operations for custom object types. CSAF provides its own classes describing object (asset) types and their attributes. Type Management supports operations on the following attributes: file, classification, relationship and slot, where slot can be one of the following types:
xs:boolean
xs:dateTime
xs:date
xs:time
xs:duration
xs:anySimpleType
xs:integer
xs:string
xs:anyURI
xs:double
xs:decimal
Type Management also provides CRUD operations for profiles, functionality to associate attributes with profiles, and attach profiles to types. A manager interface com.softwareag.centrasite.appl.framework.types.TypeManager is the entry point for the application that uses CSAF.
Note: | In order to use Type Management functionality, the StandaloneRegistryProvider instance must be created with the browserBehaviour flag set to true. |