public IWEdition publishEdition(IWFileSysService service, java.lang.String editionName, IWTrusteeGroup editionGroup, java.lang.Object editionPolicyMap, java.lang.String editionDescription) throws IWServiceManagedObject.AlreadyExistsException, java.rmi.RemoteException Publish a new edition of this staging area.Parameters: service - The file system service. editionName - The new edition's name. editionGroup - The new edition's group. If null, use the context accessor's default group. editionPolicyMap - The new edition's policy map. Maps IWOS.Kind Integers onto IWPolicys. May be null. (Collection: Map) editionDescription - The new edition's description, or null if none.Returns: The new edition or null if there were no changes since the last publish.