Class ShareUserSynchronisationPatcherWorkflowAction

java.lang.Object
de.uplanet.lucy.server.workflow.action.AbstractWorkflowAction
de.uplanet.lucy.server.share.patch.share32.ShareUserSynchronisationPatcherWorkflowAction
All Implemented Interfaces:
IActivatableWorkflowObject, INamedWorkflowObject, INeedWorkflow, IWorkflowAction, IWorkflowObject, Serializable

public final class ShareUserSynchronisationPatcherWorkflowAction extends AbstractWorkflowAction
With Share 3.2, members of events, photo albums and file folders are stored in a long text field to ensure that the group membership is preserved. In addition, the users of the long text field are resolved and stored in the child data group as before to continue supporting user-specific settings. The patcher copies the users from the child data groups and writes them as double-piped list into the long text fields. Additionally the patcher removes personal grid configurations from Share portals, as the DEFAULT grid has been changed and all users should initially see the DEFAULT grid configuration.
See Also:
  • Constructor Details

    • ShareUserSynchronisationPatcherWorkflowAction

      public ShareUserSynchronisationPatcherWorkflowAction(String p_strGuid)
  • Method Details