Class SyncAttributeDescriptorConfig

    • Constructor Detail

      • SyncAttributeDescriptorConfig

        public SyncAttributeDescriptorConfig()
    • Method Detail

      • createItem

        protected Item createItem​(SessionContext ctx,
                                  ComposedType type,
                                  Item.ItemAttributeMap allAttributes)
                           throws JaloBusinessException
        create the item you can delete this method if you don't want to intercept the creation of this item
        Overrides:
        createItem in class GenericItem
        Parameters:
        ctx - the current session context which this item is created within
        type - the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )
        Returns:
        the new item instance
        Throws:
        JaloBusinessException - indicates an error during creation - any changes will be rollbacked
      • adjustCopyByValue

        protected java.lang.Boolean adjustCopyByValue​(SessionContext ctx,
                                                      AttributeDescriptor attributeDescriptor,
                                                      java.lang.Boolean toSet)
        Provides default value == true for all partOf attributes.
        Parameters:
        ctx -
        attributeDescriptor -
        toSet -