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 »

This portlet lets you import data into uPortal and export data from uPortal. It also lets you delete data from uPortal.

See notes in portlet or in uPortal's portlet.xml for notes about what it can and cannot do.

As of uPortal 3.2.1 these were the included notes:

TODO: fix formatting

            <preference> 
                <name>allowableImportTypes</name>  
                <!-- 
                 | NOTES:  
                 |   - 'batch' is not currently supported for import
                 |   - 'group_membership' is not currently supported for import (2-phase import is not compatible)
                 |   - specify 'channel-definition' instead of 'channel' because the element name is what counts on import
                 +-->
                <value>entity-type,structure,theme,user,group,channel-type,channel-definition,membership,permission,permission-set,profile,layout,fragment-definition</value>
            </preference> 
            <preference> 
                <name>allowableExportTypes</name>  
                <!-- 
                 | NB:  the following types are not currently supported for export: 
                 |   - all
                 |   - all-layouts
                 |   - all-permissions
                 |   - all-memberships
                 |   - all-channels
                 |   - all-channel-types
                 |   - all-groups
                 |   - all-users
                 |   - all-themes
                 |   - all-structures
                 |   - all-entity-types
                 |   - group_membership
                 +-->
                <value>layout,profile,channel,channel-type,group,user,theme,structure,entity-type,fragment-definition</value>
            </preference> 
            <preference> 
                <name>allowableDeleteTypes</name>  
                <!-- 
                 | NB:  although all current types are supported for delete, it 
                 | seems more prudent to disable all of them by default.
                 |
                 | Supported Types (use caution):
                 |   - entity-type
                 |   - channel
                 |   - channel-type
                 |   - group
                 |   - layout
                 |   - structure
                 |   - theme
                 |   - user
                 |   - fragment-definition
                 +-->
                <value></value>
            </preference> 
  • No labels