Package wt.org

Class LoadUserPicture

java.lang.Object
wt.org.LoadUserPicture

public class LoadUserPicture extends Object
Following are the use cases that this class currently performs:
  • Uploads and associates pictures to the profiles of users in the system. The users must already exist in the system. If a picture was previously associated with a user's profile, it is removed and a new one created.


  • Supported API: true This class could be invoked using the command WC_COMMAND> windchill wt.load.LoadFromFile -d
    • Method Details

      • update

        public static boolean update(Hashtable nv, Hashtable cmd_line, Vector<String> return_objects)
        Uploads and associates pictures to the profiles of users in the system. The users must already exist in the system. If a picture was previously associated with a user's profile, it is removed and a new one created. userid \\userphotos\\abc.gif This loader does not require any additional command line parameters.
        Parameters:
        nv - Name/value pairs of meta data to set on the user.
        cmd_line - command line argument that can be substituted into the load data.
        return_objects - Object(s) created by this method used by wt.load.StandardLoadService for user feedback messages.

        Supported API: true